@charset "utf-8";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
@import url(reset.css); /* --- RESET --- */



/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */
*::-moz-selection {
	background:#55bb74;  /*---Cor de fundo--*/
	color:#fff;   /*--cor da fonte--*/
}
*::selection {
	background:#55bb74;/*---Cor de fundo--*/
	color:#fff;  /*--cor da fonte--*/
}


/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */


object{
	display:none;	
}


.clear {
    overflow: hidden;
    clear: both;
    line-height: 0;
}


p{
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-align:left;
	line-height: 22px;		
}

strong{
	font-weight:700;	
}

a{
	text-decoration: none;	
}




/* -------------------------- GERAL ---------------------------- */

#topo_logo {
    display:block;
    width: 100%;
    min-width: 980px;
    height: 329px;
    position: absolute;
    z-index: 999;
    background:url(../imagens/bg/topo_logo.png) no-repeat center;
}

#topo_centralizado {
    display: block;
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}

#logo {
    display: block;
    width: 277px;
    height: 154px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#logo_mobile{
	display:none;	
}


#menumobile{
	display:none;	
}

#menu {
	display: block;
	width: 530px;
	height: 40px;
	margin: 0 auto;
}

#menu li {
    display: block;
    margin: 0 auto;
    float: left;
}

#menu li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: "nexa_light", Arial, Helvetica, sans-serif;
    color: #144775;
    text-transform: uppercase;
    padding: 0px 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    margin-left: 25px;
   
}

#menu li a:hover, #menu li a.menu_at{
	color: #144775;
	border-bottom: 2px solid #144775;
}

.menu_at{
	color: #144775;
	border-bottom: 2px solid #144775;
}

.index{
	margin-left: 0;	
}

.bg_destaques{
	display:block;
	width: 100%;
	min-width: 960px;
	height: 688px;
	padding: 90px 0;
	background:url(../imagens/inicial/bg-destaques.jpg) no-repeat center center;	
}

.conteudo_centralizado{
	display:block;
	width: 950px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}

.titulos{
    display: block;
    text-decoration: none;
    font-size: 35px;
    font-family: "nexa_light", Arial, Helvetica, sans-serif;
    color: #fff;
    background:url(../imagens/inicial/quadradinhos-titulos.png) no-repeat right;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

.bloco_sobre_nos{
	display:block;
	width: 460px;
	height: 710px;
	float:left;
	overflow:hidden;	
}

.bloco_sobre_nos p{
	color: #fff;
	margin-bottom: 30px;	
}

.bloco_sobre_nos span{
	font-weight: 700;	
}


.btn_saiba_mais {
    display: block;
    width: 107px;
    height: 115px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-top: 50px;
    text-transform:uppercase;
    background:url(../imagens/inicial/bg-bt-mais.png) no-repeat;
    text-align: center;
    -webkit-transition: padding 600ms linear;
    -moz-transition: padding 600ms linear;
    -o-transition: padding 600ms linear;
    -ms-transition: padding 600ms linear;
    transition: padding 600ms linear;
}

.btn_saiba_mais:hover {
    padding: 25px 0 60px 0;
}

.bloco_serviços{
	display:block;
	width: 390px;
	height: 710px;
	float:right;
	overflow:hidden;	
}


.img_servicos{
	margin-bottom: 30px;
	
}


.img_servicos img{
	display: block;
	width: 384px; 
	height: 270px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.img_servicos a {
	display: block;
	width: 384px; 
	height: 270px;
	position: relative;
	margin-top:-270px;
	filter: alpha(opacity=0);
	opacity: 0;	
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.img_servicos a img {
	width:auto;
	height:auto;
	margin:0 auto;	
}
.img_servicos:hover a {
    opacity: 1;
}
.img_servicos a:hover {
	filter: alpha(opacity=100);
	opacity: 0.7;
}

.bloco_redes_sociais{
	display:block;
	width: 100%;
	min-width: 960px;
	height: auto;
	background:url(../imagens/inicial/bg-redes-sociais.jpg) top repeat-x, url(../imagens/inicial/bg-redes-sociais.jpg) bottom repeat-x, #e7e7e9;
	padding: 70px 0;	
}


.bloco_insta{
	display:block;
	width: 482px;
	height: auto;
	float:left;	
}

.bloco_face{
	display:block;
	width: 425px;
	height: auto;
	float:right;
}

.icon_redes_sociais{
	display:block;
	margin-bottom: 15px;	
}

.bloco_redes_sociais h2{
    display: block;
    height: 40px;
    text-decoration: none;
    font-size: 25px;
    font-family: "nexa_light", Arial, Helvetica, sans-serif;
    color: #666666;
    background:url(../imagens/inicial/titulos-redes-sociais.png) no-repeat left bottom;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.bloco_insta a{
	display:block;
	float:left;
	margin-left: 18px;	
}

.bloco_face a{
	float:right;
	display:block;	
}

.margin_zero{
	margin-left: 0px !important ;	
}

.rodape_geral{
	display:block;
	width: 100%;
	min-width: 960px;
	height: 258px;
	background: #144674 url(../imagens/bg/bg-rodape.jpg) no-repeat center bottom;
	padding: 60px 0;	
}

.bloco_contato{
	display:block;
	width: auto;
	height: 40px;
	float:left;	
}

#bloco_01{
	width: 200px;	
}

#bloco_01 img{
    display: block;
    width: 18px;
    height: 30px;
    float:left;
    margin-right: 20px;
	
}

#bloco_01 span{
    display: block;
    font-family: 'lator', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

#bloco_02{
	width: 300px;	
}

#bloco_02 p{
    display: block;
    font-family: 'lator', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}
#bloco_02 a{
    display: block;
    width: 26px;
    height: 30px;
    float:left;
    margin-right: 20px;
	
}

#bloco_03{
	width: 280px;	
}

#bloco_03 a{
    display: block;
    font-family: "lator", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-top: 8px;
}

#bloco_03 img{
	float:left;
	margin-right: 10px;
	margin-top: 3px;
}

.separador{
	display:block;
	float:left;
	width: 1px;
	height: 32px;
	background:url(../imagens/bg/traco-separador.png) no-repeat center;
	margin: 0px 42px;
	margin-top: 4px;	
}



#menu_rodape {
    display: block;
    width: 500px;
    height: 20px;
    margin-top: 70px;
}

#menu_rodape li {
    display: block;
    margin: 0 auto;
    float: left;
}

#menu_rodape li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: "lator", Arial, Helvetica, sans-serif;
    color: #a4b0c0;
    text-transform: uppercase;
   
}

#menu_rodape li a:hover{
	color: #fff;
}

#menu_rodape li span {
    display: block;
    float: left;
    background: url(../imagens/bg/bg-menu.jpg) no-repeat center;
    width: 6px;
    height: 6px;
    padding: 0 16px;
    margin-top: 3px;
}

#logo_rodape{
	display:block;
	width: 186px;	
	height: 102px;
	float:left;
	margin-top: 30px;
	margin-right: 30px;
}

.direitos{
    display: block;
    font-size: 10px;
    font-family: "nexa_light", Arial, Helvetica, sans-serif;
    color: #2e9ade;
    text-transform: uppercase;
    float:left;
    margin-top: 116px;	
}


#wsete {
    display: block;
    background: url(../imagens/bg/wsete.png);
    width: 30px;
    height: 29px;
    float: right;
    margin-top: 102px;
}






















