@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');










*{margin: 0; padding: 0; font-family: 'Noto', sans-serif;}


.container-fluid{overflow: hidden;}


li { list-style: none; text-decoration: none;}
a {text-decoration: none; list-style: none; }
a:hover { text-decoration: none; list-style: none; }














.fix{ width: 100%; height: 100%; position: absolute;z-index: 100;}




















/* Clearfix */

.container-fluid::after, .container::before {
	content: ' ';
	display: table;
}

.container-fluid::after {
	clear: both;
}




















/*MEDIAS PARA MOBILE*/

@media screen and (min-width: 320px) and (max-width: 480px){
	
	
	.logotipo a{
		margin-left: 28px;
	}
	
	.iconesocial a{margin-right: 1px;}
	
	.table{
		width: 100%;
		display: block;
	}
	
	.nav ul{display: none;}
	
	.nav_wrapper{overflow: hidden;}
	
	.btn-voltar, .jbtn-voltar{display: none;}
	
}

@media screen and (min-width: 568px) and (max-width: 600px){
	
	.logotipo a{
		margin-left: 28px;
	}
	
	.nav ul{display: none;}
	
	.btn-voltar, .jbtn-voltar{display: none;}
	
	.nav ul{display: none;}
	
	.nav_wrapper{overflow: hidden;}
}


@media screen and (max-width:880px){
	.table{
		display: block;
	}
	
	.layer_comerc{display: none;}
	
	.nav, .nav_wrapper{display: none;}
}

@media screen and (min-width: 640px){
	.logotipo a{right: 100px;}
}

@media screen and (max-width:1024px){
	
	.textosl{display: none;}
}

/*MEDIAS PARA MOBILE*/








.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}









/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    /* background-color: #164777; Black*/
	background: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 100px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	text-transform: uppercase;
}

/* The navigation menu links */
.sidenav a {
    padding: 20px 8px 20px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #164777;
    display: block;
    transition: 0.3s;
	border-bottom: 1px solid #ccc;
}

h3{padding: 8px 8px 8px 32px;text-decoration: none; font-size: 25px;display: block; cursor: pointer;}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #fff;
	background: rgba(22,71,119,0.8);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}



















/* Botão Menu */

.botao {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}


#top{
	background: #164777;
	padding: 0px 8%;
	border-bottom: 8px solid #fff;
	
	
}
















/* Caroussel*/























































/*Header*/

.topo{background-color: #164777; padding: 0px 8%; border-bottom: solid 10px #fff; z-index: 100;}

.contactos{margin-top:24px; font-size: 0.9em; font-weight: bold; color:#bdd8ea;}

.logotipo a{
    width: 120px;
    height: 90px;
    float: left;
    background: url(img/icones/00_logo-epal.png) center center /100% no-repeat; font-size: 0; top: 5px;
}

.iconesocial a{
    float: right;
	margin-top: 30px;
	position: relative;
}

.share{
	width: 32px;
	height: 32px;
	background: url(img/icones/face.png) no-repeat;
	font-size: 0;
	margin-left: 10px;
}

.fone{
	width: 32px;
	height: 32px;
	background: url(img/icones/phone.png) no-repeat;
	font-size: 0;
	margin-right: 20px;
}






















/*#Botao VoltarPro Topo*/

.btn-voltar{
    display: none;
    z-index: 10;
    position: fixed;
    bottom: 4%;
    right: 6%;
	
  
}

.btn-voltar-link{
    display: block;
 }

.tema{ padding:20px; border-style: double; border:solid 1px 0px 0px 0px #fff; color: #fff; box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.6);}













/* IMAGEM PRINCIPAL */


.p1{position:relative;top:0;padding:0px; transition: all .2s ease-in-out; cursor: pointer;}
.p1:hover{top:-4px;box-shadow:0 4px 3px #999}














/*Menulateral*/


	#check{display: none;}	
	
	#icone{cursor: pointer; padding: 20px; position: absolute; z-index: 1111; top: 10px; text-align: center; left: 10px}
	
	.barra{background-color: rgba(255,255,255,0.5); height: auto; width: 350px; position: absolute; transition: all .5s linear; left: -300px; z-index: 300;}
	
	nav{width: 100%; position: absolute;}
	
	.link{background-color: rgba(255,255,255,1); padding: 14.2px; font-size: 15px; font-weight: 500; transition: all .2s linear; border-bottom: 0.08px solid #ccc; opacity: 0; margin-top: 200px; text-transform: uppercase; color: #164777; list-style: none;}
	
	.link:hover{background-color: rgba(22,71,119,0.58); color: #fff;}
	
	#check:checked ~ .barra{transform: translate(300px); }
	
	#check:checked ~ .barra nav a .link{opacity: 1; margin-top: 0; transition-delay: .1s;}
	


/*Menulateral*/










/*CAROUSEL - FADE*/














/*Submenus*/

.nav {position:absolute;  z-index: 75; bottom: 0px; width: 100%; background-color:rgba(255,255,255,0.6); padding: 10px 7%; height: 70px;} /*Alteramos ovalor de absoluto para fixed!*/

.fixar { z-index: 70; position:fixed; left: 0; top: 0; width: 100%; background-color: rgba(255,255,255,1); box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.10);}  /*Classe para fixar menu no topo*/

.fixar-efeito{display: none; z-index: 1000;}

.nav_wrapper {
    width: 100%;      				/*LARGURA DO ESPAÇO DO MENU*/
    margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

.nav ul{
    list-style-type: none;
	font-size: 15px;
	font-weight: 600;
    padding: 0;
    margin: 0;
    position: relative;	
	z-index: 1;
	left: -20px;
}
.nav ul li {
    display: inline-block;
	line-height: 30px
}

.nav ul li a, visited{
    color: #164777;
    display: block;
    padding: 8px;             /*Este valor aumenta a largura e espaço entre os textos da nav*/
    text-decoration: none;	
}

.nav ul li :hover {
    color: #FFB600;
}



















/*-------------PARALAX, Titulos, Paragrafos---Separados individualmente para não permitir redundancias de script informação---------*/


.parallax0{background: url(img/paralax10.jpg); width: 100%; min-height: 550px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax1{background: url(img/paralax3_1.jpg); width: 100%; min-height: 460px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax2{background: url(img/paralax10.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax3{background: url(img/paralax32.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax4{background: url(img/paralax12.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax5{background: url(img/paralax3.1.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax6{background: url(img/paralax9.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax7{background: url(img/paralax8.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax8{background: url(img/paralax6.1.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax9{background: url(img/paralax3.9.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax10{background: url(img/paralax13.jpg); min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax11{background: url(img/paralax16.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax12{background: url(img/paralax25.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax13{background: url(img/paralax26.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax14{background: url(img/paralax21.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax15{background: url(img/lado3.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax16{background: url(img/paralax28.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax18{background: url(img/projec_paralax.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax19{background: url(img/lado5.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax20{background: url(img/paralax25.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax21{background: url(img/paralax43.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax22{background: url(img/paralax31.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax23{background: url(img/paralax39.jpg); width: 100%; min-height: 350px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}


.parallax_vid{background: url(img/vid.jpg); width: 100%; min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax_vid1{background: url(img/vid1.jpg); width: 100%; min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.parallax_vid2{background: url(img/vid2.jpg); width: 100%; min-height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}


.window-wrapper{background: #fff; padding: 0px; margin-bottom: 0px;}

































/*-------------PARALAX, Projects---------*/


.parallax_proj {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax_proj1 {
    
    background-image: url("img/slides/img_home.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax_proj2 {
    
    background-image: url("img/projec_paralax1.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax_proj3 {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax_proj4 {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax_proj5 {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax_proj6 {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax_proj7 {
    
    background-image: url("img/projec_paralax.jpg");
	width: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*-------------PARALAX, Projects---------*/







.titulo_geral_proj{color: #1e1e1e; font-weight: 600; text-align: center;}

#proj1{padding: 50px 8%; background-color: #b0d2e4; line-height: 1.8; color: #fff}

#proj2{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj3{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj4{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj5{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj6{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj7{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj8{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj9{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj10{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj11{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj12{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj13{padding: 50px 8%; background-color: #2e6eae; line-height: 1.8; color: #fff}

#proj14{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}

#proj15{padding: 50px 8%; background-color: #fff; line-height: 1.8; color: #1e1e1e;}
















/*-------------SLIDES------------*/

.textosl{position: absolute; bottom:140px; z-index: 100; width: 400px; background-color:rgba(0,0,0,0.5); padding: 20px; right: 50px; box-shadow: 4px 4px 15px 1px rgba(0, 0, 0, 0.41);}

.textosl p{font-size: 1.8em; text-transform: uppercase; color: #fff; font-weight: 600;}






















/*PARAGRAFOS*/

.apoio{font-size: 1em; color: #a3a3a3; text-decoration: none; z-index: 999;}

.titulo_geral{font-size: 1.8em; font-weight: 600; text-transform: uppercase; color:#164777; }

.titulo_geral1{font-size: 1.8em; font-weight: 600; text-transform: uppercase; color:#fff;}

.subtit_geral{font-size: 1.5em; font-weight: 600; color:#164777;}

.subtit_geral1{font-size: 1.5em; font-weight: 600; color:#fff;}

.description{font-size: 1.1em; font-weight: lighter;}

.description1{font-size: 1.1em; font-weight: lighter; color: #fff;}

.capt{color: #D1EBFF; font-weight: bold; font-size: 3em; text-transform: uppercase;}



/*----Caixas de Textos------*/

 


#cham, #conssocial, #hist, #msgpr, #admin, #producao, #laboratorios, #servcliente, #postmoveis, #agcomerc, #garimpo, #redes, #teleme, #ligac, #emcurso, #acsocial, #rh, #coop, #apoio4, #valores, #apoio5, #apoio1{background-color: #fff; padding: 50px 8%; line-height: 2; color: #414141;}

#video1{background-color: #000;}

#implemen, #visao, #escopo, #municip{background-color: #164777; padding: 50px 8%; line-height: 2; color: #fff;}

#apoio3{background-color: #1e1e1e; padding: 50px 8%; line-height: 2; color: #164777;}

#apoio2, #agua, #estproj, #rh1, #modgov, #benefi{background-color: #1e1e1e; padding: 40px 8%; line-height: 2; color: #fff;}

#proc{background-color: #000; color: #fff; padding: 50px 8%; line-height: 1.6; font-size: 2em; font-weight: 600; text-align: center;}

#cds{background-color: #2c2c2c; color: #fff; padding: 50px 6%; line-height: 2.2; font-size: 2.8em; font-weight: bold; text-align: center;}

#cds1{background-color: #164777; color: #bdd8ea; padding: 50px 8%; line-height: 2; font-size: 2em; font-weight: 900;}

#contactform{padding: 40px 8%; color:#A2A2A2; line-height: 2; background-color: #1e1e1e}

#mapa{background-color: #efefef;}

#chamadas{background-color: #efefef;  padding: 50px 8%; line-height: 2; color: #414141;}

#even{background:#F98B00; padding: 50px 3%;}

#projec{padding: 50px 8%; background: #efefef;}

#projcurso{padding: 50px 8%; background: #fff; color: #fff;}

#missao, #dosagem, #as{padding: 50px 8%; background: #efefef;} 



















/*CAIXAS COM IMAGENS*/

#lado-prod{position: relative; background-image: url(img/lado-prod.jpg); background-repeat: no-repeat; background-size: cover;}

#lado{background: url(img/lado1.jpg) no-repeat center center /100%; background-size: cover;  -webkit-filter: grayscale(0.96); filter: grayscale(0.96); }

#lado1{padding: 20px 8%;}

#lado2{padding: 20px 8%; background: url(img/lado4.jpg) no-repeat center center /100%;}

video {width: 100%; height: auto;}

#rh2{background: url(img/lado6.jpeg) no-repeat center center /100%;}

/*CAIXAS COM IMAGENS*/
















#celeb{background-color: #414141; color: #bdd8ea; padding: 40px 8%; line-height: 2;}

#geral_pag{padding: 40px 8%;}

#rodape{background-color: #164777; padding: 20px; color: #fff; font-size: 0.9em; position: relative;}

#conselho{width: 100%;}




















/*Baners*/


.banner-sp{
	width: 100%;
	position: relative;
    background-image: url("img/links/Img_link.jpeg"); font-size: 0px;
    background-size:cover;
    background-repeat: no-repeat;
	height:380px;
}
























/*LAYERS PARA DIVS*/



.mvvl{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 20px 8%;}

.layer_banners{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.1); padding: 156px 8%;}

.layer_comerc{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.1); padding: 156px 8%;}

.layer01{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 156px 8%;}

.layer02{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 156px 8%;}

.layer03{position: absolute; width: 100%; height: 100%; background:rgba(22,71,119,0.2); padding: 156px 8%;}

.layer0{position: absolute; width: 100%; height: 100%; background:rgba(255,0,4,0.2); padding: 156px 8%;}

.layer1{position: absolute; width: 100%; height: 100%; background:rgba(249,139,0,0.2); padding: 156px 8%;}

.layer_consc{ position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); border-bottom: 8px solid #bdd8ea; padding: 20px 20%; color: #bdd8ea;}

.lcdesinf{font-size: 4em; font-weight: 700; margin-top: -10px;}

.layer_desinf{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 90px 20%; color: #bdd8ea;}

.layer_comerc1{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 40px 4%; color: #bdd8ea;}

.layer_tab{position: absolute; width: 100%; height: 100%; background:rgba(0,0,0,0.2); padding: 90px 10%; color: #bdd8ea;}

.cor1{background-color:rgba(250,250,250,0.80); width: auto; color:#0D345B; padding: 12px;}

.cor2{ background-color:rgba(22,71,119,0.70); width: auto; padding: 12px; color:#fff;}

.layer_comerc{ vertical-align: middle;}

.tabela_inf{padding: 50px 8%;}

















/*TABELA*/

.tit_tabela2 {font-size: 1.2em; background-color:#414141; color: #bdd8ea; border-bottom: solid 5px #bdd8ea;}

.tit_tabela1{font-size: 1.2em; background-color:#164777; color: #bdd8ea; border-bottom: solid 5px #bdd8ea;}

.agenc{background-color: #fff; font-size: 1.1em; font-weight: 400; color: #414141;}

.ender{background-color: #fff; font-size: 1.1em; font-weight: 400; color: #164777;}

.ender1{background-color: #c2c2c2; font-size: 1.1em; font-weight: lighter; color: #1e1e1e;}

.ender2{background-color: #D9D9D9; font-size: 1.1em; font-weight: lighter; color: #1e1e1e;}

.tabletop{background-color: rgba(0,0,0,0.1);color: #fff; font-size: 1.3em;}

.tablebody{color: #fff;}













.table {
  border-spacing: 1;
  border-collapse: collapse;
  background: rgba(0,0,0,0.6);
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.table * {
  position: relative;
}
.table td, .table th {
  padding-left: 8px;
}

.table tbody tr:last-child {
  border: 0;
}
.table td, table th {
  text-align: left;
}
.table td.l, .table th.l {
  text-align: right;
}
.table td.c, .table th.c {
  text-align: center;
}
.table td.r, .table th.r {
  text-align: center;
}

@media screen and (max-width: 35.5em) {
  .table {
    display: block;
  }
  .table > *, .table tr, .table td, .table th {
    display: block;
  }
  .table thead {
    display: none;
  }
  .table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  .table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  .table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  .table tbody tr td:nth-child(1):before {
    content: "Agência";
  }
  .table tbody tr td:nth-child(2):before {
    content: "Endereço";
  }
}

/*TABELA*/

/*Conselho*/

.our-team{
    text-align: center;
	cursor: pointer;
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.40);
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    padding: 0 10 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 8px;
}
.our-team:hover .social li a:hover{
    color: #2a4284;
}
.our-team .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-team .title{
    font-size: 1.1em;
    font-weight: 300;
    color: #164777;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
}
.our-team .title:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #164777;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 80px;
    height: 1px;
    background: #164777;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px;
    color:  #2a4284;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #164777;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}






















/*Mensagem Presidente*/
 
.testimonial{
    padding: 20px 0 0;
    text-align:center;
    position: relative;
    margin: 0 15px;
}
.testimonial:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: -5px;
    left:48.5%;
    font-size: 40px;
    color:#164777;
}
.testimonial .content{
    padding: 45px 35px;
    font-weight: bold;
    text-transform:none;
    color: #1e1e1e;
    position: relative;
    border: 3px solid #efefef;
    border-top: 0px none;
}
.testimonial .content:before{
    content: "";
    border-top: 3px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
.testimonial .content:after{
    content: "";
    border-top: 3px solid #efefef;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}
.testimonial .testimonial-title{
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    text-transform:none;
    color:#164777;
}
.testimonial .testimonial-title small{
    display: block;
    color:#1e1e1e;
    font-size: 16px;
    margin-top:10px;
}
.testimonial .description{
    font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e74c3c;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 1;
}
@media only screen and (max-width: 990px) {
    .testimonial .content:before,
    .testimonial .content:after {
        width:43%;
    }
}
@media only screen and (max-width: 640px) {
    .testimonial:before{
        left:46%;
    }
    .testimonial .content{
        padding: 30px 35px;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonial:before{
        font-size: 30px;
        top: 0;
    }
}

/*CAIXAS DE INTRO*/

.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    position: relative;
	margin-bottom: 50px;
	cursor: pointer;
}
.box img{
    width: 100%;
    height: auto;
}
.card .box-content,
.box .box-content:after{
    width: 100%;
    height: 100%;
    background: rgba(36, 50, 86, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 6;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
}
.box .box-content:after{
    content: "";
    background: rgba(0,0,0,0.5);
}
.box:hover .box-content:after{
    opacity: 0.3;
    transform: skew(30deg);
}
.box .content{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    color: #fff;
    z-index: 1;
}
.box .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.box .read-more{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 1px;
    transition: all 0.5s ease 0s;
}

.box .read-more:hover{
    background: #164777;
    color: #fff;
}

.informe{
    width: 100%;
    position: relative;
    bottom: 50px;
    text-align: left;
    padding: 20px 16px;
    background: rgb(30,30,30);

}
	
.infotitulo{
    font-size: 14px;
    color: #fff;
	font-weight: 300;

}

@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}






















/*forms*/

#formulario{padding: 10px;}

#textosform{padding: 10px 8%; font-size: 1.1em; margin-top: 10px;}

form .form-control{
    background: #fff;
    margin-bottom: 10px;
}
form .inside{
    margin-top: 40px;
    position: relative;
    border: 1px solid #cbcbcb;
}
form .inside:before{
    content: "Your Preferences";
    padding: 5px;
    background: #74ab00;
    border-radius: 3px;
    color: #fff;
    position: absolute;
}
form .checkbox,
form .radio,
form .dropdown{
    margin: 5px 0;
}
form .checkbox label{
    display: block;
    margin-bottom: 5px;
}
form .radio label{
    display: inline-block;
    margin-right: 20px;
}
form .radio label:last-child{
    margin-right: 0;
}
form .dropdown{
    background:#fff;
    font-size: 14px;
}
form .btn{
    background: #164777;
    color: #fff;
    border: none;
	cursor: pointer;
}
form .btn:focus{
    outline: none;
}


























/*CSS SLIDER*/

 
.post-slide{
    margin: 0 10px;
    background: #fff;
}
.post-slide .post-img{
    overflow: hidden;
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    transform: scale(1,1);
    transition: all 0.30s ease 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
    padding: 15px 0;
    overflow: hidden;
}
.post-slide .post-title{
    margin-top: 0;
}
.post-slide .post-title a{
    display: block;
    color: #333;
    font-size: 18px;
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#1f80bb;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
    border-top:1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#808080;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #828282;
    font-size: 14px;
    padding:5px 25px;
    line-height: 25px;
}
.post-slide .read-more{
    color:#333;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
.owl-theme .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-30px;
}
.owl-theme .owl-buttons .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-30px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:14px;
    }
}


/*AÇÃO SOCIAL-SLIDES*/
