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;
}

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

hr { border: 1px solid #EEEFF3; }

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

body {
	
	background: #EEEFF3;
	font-family: 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: Montserrat;
}

.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: Montserrat;
}

.tagEtiqueta {

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



