/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


.contContato h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contContato .item{
	margin-bottom: 10px;
	margin-left: 15px;
}
.contContato .item span{
	font-weight: 600;
}

.contContato .fab{
	font-weight: 700
}

.cabecalho{
	margin-bottom: 50px;
	background-color: #666666;
	padding: 20px 0;
}
.cabecalho h2{
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	color: #fff;
}

.contato{
	margin-bottom: 25px;
}
.contato h3{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
}
.contato p{
	font-size: 0.875em;
}

.contato label{
	margin-bottom: 0;
}


.contato-home{
	padding: 3rem !important;
}
.contato-home h3{
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 25px; 
}
.contato-home .textarea-home{
	height: 85px; 
}


.help-block li{
	font-size: 0.875em !important;
	color:red;
}

@media only screen and (max-width : 1200px) {


	.contContato input.menor {
	    width: 98%;
	}
	.contContato .controls input {
    	width: 98%;
	}
	.contContato .controls textarea {
	    width: 98%;
	}
	.dadosConato{
		display: none;
	}

}