@import url("../fontawesome/css/font-awesome.min.css");

@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Heavy.otf); font-weight: 700;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Bold.otf); font-weight: 600;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Semibold.otf); font-weight: 500;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Medium.otf); font-weight: 400;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Regular.otf); font-weight: 300;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Light.otf); font-weight: 200;}
@font-face { font-family: SFUI; src: url(../fonts/SF-UI-Text-Ultrathin.otf); font-weight: 100;}

@font-face {
    font-family: 'Icones app';
    src: url('../fonts/Icones-app.eot');
    src: url('../fonts/Icones-app.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Icones-app.woff') format('woff'),
         url('../fonts/Icones-app.ttf') format('truetype'),
         url('../fonts/Icones-app.svg#Icones-app') format('svg');
    font-weight: normal;
    font-style: normal;
}


b { font-weight: 500; }
strong { font-weight: 600; }

a { color: #444; font-weight: 500 }
a:hover { color: #444; font-weight: 500 }
a:active { color: #444; font-weight: 500 }

.btn-primary { background: #5CA1A0 !important;  border: 1px solid #5CA1A0 !important; } 
.btn-primary:hover { background: #3D6E75 !important;  border: 1px solid #3D6E75 !important;  }
.btn-primary:active { background: #3D6E75 !important;  border: 1px solid #3D6E75 !important;  }
.btn-primary:focus { background: #3D6E75 !important;  border: 1px solid #3D6E75 !important;  }

h1 { font-weight: 300; margin: 0px; font-size: 38px; letter-spacing: -1px;}
h3 { font-weight: 300; margin: 5px 0px; font-size: 16px;}

*:focus {
    outline: none !important;
}

.botao { 

	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	background: #81c784;
	border-radius: 5px;

}

.form-control:focus {
  box-shadow: none;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

input::placeholder {
	color: #c9c9c9;
	font-weight: 200;
}

hr { border: 1px solid #EEEFF3; }

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

body {
	
	background: #EEEFF3;
	font-family: 'SFUI', sans-serif;
	font-weight: 400;
	color: #000;
	text-align: center;
	font-size: 15px;
}

.content { 

	position: absolute;
	top: 90px;
	left: calc(50% - 360px);
	width: 920px;
	text-align: left;
	display: inline-block;
}


.conjunto-input {

	height: 60px;
	padding: 0px 10px;
	background: #fff;
	text-align: left;
	display: inline-block;
	border-radius: 5px;
	line-height: 100%;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
}

.conjunto-input input, textarea, select {
	width: 100%;
	height: 60px;
	margin-top: 0px;
	color: #444;
	font-size: 18px;
	border: none;
	background: none;
	font-weight: 300;
	transition: all 0.3s ease;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.conjunto-input input:valid{

	display: inline-block;
	margin-top: 8px;
}


.conjunto-input-refeicao {

	padding: 10px 5px;
	background: #fff;
	text-align: left;
	display: inline-block;
	border-radius: 5px;
	vertical-align: top;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
	font-family: SFUI;
}

.conjunto-input-refeicao input, textarea, select {
	width: 100%;
	margin-top: 0px;
	color: #444;
	font-size: 18px;
	border: none;
	background: none;
	font-weight: 300;
	text-align: center;
	transition: all 0.3s ease;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: SFUI;
}

.tagEtiqueta {

	display: inline-block;
	background: #f1f1f1;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 13px;
}



