*, *:after, *:before{
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

html, body{
	height: 100%;
}

body{
	background: #fff;
	max-width: 1920px;
	min-width: 1100px;
	width: 100%:;
}


body, textarea, strong, address{
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #797979;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5{
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #797979;
}

a, input[type=submit]{
	cursor: pointer;
}

img{
	max-width: 100%;
    
    
}

.campo_off{
	display: none !important;
}

.grid{
	width: 100%;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

.grid p {


}


::-webkit-input-placeholder {
   color: #797979;
}
:-moz-placeholder { /* Firefox 18- */
   color: #797979;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #797979;  
}
:-ms-input-placeholder {  
   color: #797979;  
}





/* Header / Topo
--------------------------------------------------------*/


header{
	max-width: 100%;
    height: 52px;
	padding: 13px 0;
	border-bottom: solid 1px #ececec;
    background-color: #262262;
    z-index: 999px;
    
    
}
header:after{
	content: "";
	display: table;
	clear: both;
}

header .grid > *{
	float: right;
	text-align: right;
	clear: right;
}

#logo{
	float: left;
	display: inline-block;
	width: 249px;
	height: 205px;
	background: url('../img/logo.png') no-repeat 0 0;
	background-size: contain;
}
#logo a{
	display: block;
	text-indent: 99999px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

header .telefones, header .telefones a{
	color: #fff;
	-webkit-text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
	-moz-text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
	text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
	font-size: 22px;
	font-size: 2.2rem;
}
header .telefones a span{
	font-size: 18px;
	font-size: 1.8rem;	
}

header #subtitulo{
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 300;
	color: #373737;
	text-transform: uppercase;
	margin: 55px 0 35px;
}


#menu li{
	display: inline-block;
}
#menu li a{
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 20px;
	font-size: 1.9rem;
	color: #6f6f6f;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 160px;
	padding: 5px;
	border: solid 2px #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#menu li a.ativo{
	background: #262262;
	color: #fff;
	border: solid 1px #262262;
}









/* Footer / Rodape
--------------------------------------------------------*/

footer{
	border-top: solid 1px #dedede;
	padding-top: 40px;
	margin-top: 40px;
}
footer:after, footer .grid:after, footer #copy:after{
	content: "";
	display: table;
	clear: both;
}
footer .grid{
	text-align: center;
}
footer .grid > *{
	display: inline-block;
	float: left;
}

footer #newsletter{
	text-align: left;
	width: 360px;
}
footer #newsletter p,
footer #newsletter span,
footer #newsletter input{
	font-size: 14px;
	font-size: 1.4rem;
}
footer #newsletter input{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 2px #d7d7d7;
	display: block;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	color: #707070;
}
footer #newsletter input[type="submit"]{
	background: #d7d7d7;
	text-align: right;
	color: #454545;
}
footer #newsletter span{
	text-align: right;
	margin-top: 10px;
	display: block;
}

footer #facebook{
	padding-left: 80px;
	width: 400px;
}
footer #facebook .fb-like-box{
	margin-top: -10px;
}

footer #endereco{
	width: 300px;
	float: right;
	text-align: right;
    padding-top: 73px;
}
    
}

footer #endereco #empresa_sustentavel{
	margin-bottom: 40px;
	text-align: right;
}
footer #endereco #empresa_sustentavel img{
	float: right;	
}
footer #endereco #empresa_sustentavel img,
footer #endereco #empresa_sustentavel p{
	display: block;
	clear: both;
}
footer #endereco #empresa_sustentavel p{
	font-size: 12px;
	font-size: 1.2rem;
}
footer #endereco address .tel a{
	display: inline-block;
	color: #1b1551;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}


footer #copy{
	width: 100%;
	margin-top: 15px;
	padding: 12px 0 5px;
	background-color: #262262;
}
footer #copy .grid > *{
	width: auto;
}
footer #copy p{
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	-webkit-text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
	-moz-text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
	text-shadow: 5px 5px 9px rgba(0,0,0,0.75);
}
footer #copy a{
	float: right;
}





/* Home
--------------------------------------------------------*/
img .instagram {
    padding-top: 72px;
}



.home #banner{
	width: 100%;
	padding-bottom: 2px;
	margin-top: 40px;
    top: 37px;
    z-index: -1;
	
}



.home #frase{
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 10px;
	/*border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;*/
}
.home #frase p{
	max-width: 960px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
  	font-size: 1.8rem;
}
.home #frase span{
	font-size: 30px;
	font-size: 3rem;
	line-height: 20px;
	line-height: 2rem;
	display: inline;
}


.home .box-servicos{
	width: 100%;
	height: 266px;
	display: block;
	border: solid 1px #dedede;
    font-size: 17px;
    text-align: justify;
	margin-bottom: 65px;
	padding-right: 20px;
}
.home .box-servicos.divisoria{
	padding-right: 0;
	padding-left: 20px;
}
.home .box-servicos img{
	float: left;
	margin-right: 20px;
	max-width: 50%;
}
.home .box-servicos.divisoria img{
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.home .box-servicos h2{
	text-align: right;
	margin: 30px 0 15px;
}
.home .box-servicos p{
	margin:auto 0;
	text-align: justify;
	padding-top: 30px;
    font-size: 17px;

}
.home .box-servicos:after{
	content: "";
	display: table;
	clear: both;
}
.home .box-servicos.divisoria:after{
	content: url('../img/divisoria.png');
	width: 702px;
	margin: 90px auto 0;
}


.home #clientes{
	padding-top: 10px;
	border-top: solid 1px #dedede;
}
.home #clientes h2{
	margin-bottom: 20px;
}
.home #clientes #slider_clientes{
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.home #clientes img{
	margin: 0 auto;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.home #clientes .owl-next,
.home #clientes .owl-prev{
	width: 31px;
	height: 62px;
	display: block;
	margin-top: -120px;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.home #clientes .owl-prev{
	float: left;
	margin-left: -50px;
	background: transparent url('../img/ico_left.png') no-repeat 0 0;
}
.home #clientes .owl-next{
	float: right;
	margin-right: -50px;
	background: transparent url('../img/ico_right.png') no-repeat 0 0;
}





/* Internas
--------------------------------------------------------*/
.titulo{
	width: 100%;
    border-top: solid 1px #edf450;
    border-bottom: solid 1px #edf450;
    background-color: #D7DF21;
    padding: 9px 0;
    margin: 190px 0 30px;
}
.titulo h2{
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
	text-transform: uppercase;
}

.institucional p,
.servicos p,
.contato p, .contato span{
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
    
}

.institucional h3,
.servicos h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	text-transform: uppercase;
}





/* Institucional
--------------------------------------------------------*/
.institucional p{
	margin-bottom: 15px;
}
.institucional h3{
	margin-top: 40px;
}
.institucional #galeria{
	margin-top: 40px;
}
.institucional #galeria:after{
	content: "";
	display: table;
	clear: both;
}
.institucional #galeria li{
	display: inline-block;
	float: left;
	padding: 10px 10px 0;
	width: 33.3333%;
}
.institucional #galeria li:first-child{
	width: 100%;
}
.institucional #galeria li a{
	display: block;
}
.institucional #galeria li img{
	width: 100%;
	display: block;
}

.institucional #galeria li:hover img{
	outline: solid 1px #262262;
}




/* Serviços
--------------------------------------------------------*/
.servicos img{
	float: right;
}
.servicos .box{
	margin-bottom: 35px;
}




/* Contato
--------------------------------------------------------*/
.contato:after{
	content: "";
	display: table;
	clear: both;
}
.contato iframe{
	float: right;
	margin-left: 80px;
}
.contato .box{
	margin-bottom: 35px;
}
.contato p a{
	color: #262262;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
	display: inline-block;
}
.contato span{
	text-align: right;
	margin-top: 10px;
	display: block;
}

.contato form{
	width: 430px;
}
.contato input, .contato textarea{
	width: 100%;
	background: #eaeaea;
	color: #000;
	display: block;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contato textarea{
	resize: none;
	height: 160px;
}
.contato input[type=submit]{
	background: #262262;
	color: #fff;
	text-align: right;
}