/*!
 * 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)
 */

 .topoInternas{
	background: url(/img/bgTopoContato.png) center no-repeat;
    background-size: auto auto;
	height: 100px;
	margin-bottom: 40px;
}

.contContato .controls input{
	width: 90%;
	border-radius: 2px;
	border-color: #666666 !important;
}
.contContato .controls textarea{
	width: 90%;
	border-radius: 2px;
	border-color: #666666 !important;
	min-height: 120px;
}
.contContato input.menor{
	width: 50%;
}
.contContato h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contContato .item{
	margin-bottom: 10px;
	margin-left: 15px;
}
.contContato .item p{
	margin-bottom: 5px;
}
.contContato .item span{
	font-weight: 600;
}

.contContato .fab{
	font-weight: 700
}

.blocoConteudo .titulo img{
	float: left;
	margin-right: 11px;
}
.blocoConteudo .titulo h2{
	float: left;
	margin-top: 7px;
	margin-bottom: 20px;
}

.blocoConteudo .dados-contato .contatos-cidade{
	margin-bottom: 15px;
}

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

.clientes{
	background: #eee;
	margin-top: 50px;
	height: 250px;
}

.carousel.clientes{
	margin-top: 50px;
	height: 200px;
}
.carousel-item.carousel-clientes{
	max-height: 100px !important;
	min-height: 100px;
	padding: 10px 0;
	margin-top: 20px
	/*
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
	*/
}
.carousel-item.carousel-clientes .cliente{
	text-align: center;
}
.carousel-item.carousel-clientes .cliente img{
	max-width: 100%	
}

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

	.contContato .dados-contato{
		display: none;
	}

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

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

	.clientes{
		height: 500px;
	}
	.carousel-item.carousel-clientes{
		max-height: 400px !important;
		min-height: 400px;
		margin-top: 0px;
		padding: 0px;
	}
	.carousel-item.carousel-clientes .cliente{
		margin-top: 30px;
	}
	.carousel-item.carousel-clientes .cliente img{
		max-width: 80%	
	}
}