

.area-logo, .area-rodape{
	background-color: #585858;
	color: #FFF;
	padding: 20px 0px;
}

.area-logo a, .area-rodape a{
	color: #FFF;
}
.background-conteudo{
	padding: 40px 0px;
	 background: url('../img/bg_mm.jpg') top center no-repeat fixed;
	 -webkit-background-size: cover; /* Safari en Chrome */
	-moz-background-size: cover; /* Old Firefox */
	-o-background-size: cover; /* Opera */
	background-size: cover; /* W3C */
}

/*a:focus, a:hover, .dropdown-toggle:focus, */
.lista-redes-sociais li a:focus img, .lista-redes-sociais li a:hover img, a:hover img {   
	outline: 2px solid #898989;   
} 

.lista-redes-sociais li a:focus, .lista-redes-sociais li a:hover {
	outline: 0px; 
}

.texto-titulo-1{
	font-size: 80px;
	line-height: 96px;
	font-family: rancho, fantasy;
	color: #000;
	text-align: justify;
}

.texto-titulo-2{
	color: #000;
	font-size: 40px;
	line-height: 43px;
	letter-spacing: -1px;
	font-family: quicksand, sans-serif;
}

.texto{
	color: #000;
	font-size: 28px;
	line-height: 43px;
	letter-spacing: -1px;
	font-family: quicksand, sans-serif;
}

.panel-fale-conosco {
    background: none;
}

/*.panel-fale-conosco .panel-heading{
    background: rgba(14, 101, 85, 1)!important;
}*/

/*.panel-fale-conosco .panel-body{
    background: rgba(46, 51, 56, 0.3)!important;
}*/

.panel-white {
    background: rgba(255, 255, 255, 0.7);
}

/*.panel-white .texto{
	font-size: 3.1em;
	line-height: 1.3em;
	font-family: quicksand, sans-serif;
}*/

.texto-email{
	color: #000;
	font-size: 2em;
	font-family: quicksand, sans-serif;
}

/* evitar redimensionamento do carousel */
.image-carousel2{
	background: url('../img/slide_01_minitruck.png') center center; 
    background-size:cover;
}
.slider-size {
	height: 600px; /* This is your slider height */
}
.carousel {
	width:100%; 
	margin:0 auto; /* center your carousel if other than 100% */ 
}
/* fim evitar redimensionamento do carousel */



/* extra small */
@media (max-width: 767px) {
  .texto-titulo-1{
	font-size: 60px;
	line-height: 76px;
	font-family: quicksand, sans-serif;
	color: #000;
	text-align: justify;
	}
}



