
@font-face {
  font-family: 'Helvetica-site';
  src: url('fonts/HelvCondensed-Normal.eot?#iefix') format('embedded-opentype'), 
       url('fonts/HelvCondensed-Normal.woff') format('woff'),
	   url('fonts/HelvCondensed-Normal.ttf') format('truetype'), 
	   url('fonts/HelvCondensed-Normal.svg#HelvCondensed-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

body{
	font-family: 'Helvetica-site', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #142e60;
	background:#fff;
}

a{
	text-decoration: none;
	color:#142e60;
}

a:hover{
	text-decoration: none;
	color:#999;
}

.whats{
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: all 0.3s;
}

.whats:hover{
	transform: scale(0.8);
	transition: all 0.3s;
}

.destaque{
	font-weight: bold;
}

.clear{
	clear:both;	
}

.f10{
	font-size:10px;
}

.f12{
	font-size:12px;
}

.f14{
	font-size:14px;
}

.f16{
	font-size:16px;
}

.f18{
	font-size:18px;
}

.f20{
	font-size:20px;
}

.f24{
	font-size:24px;
}

.f26{
	font-size:26px;
}

.f36{
	font-size:36px;
}

.f50{
	font-size:50px;
}

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.azul{
	color:#1e2f4b;
}

.cinza{
	color:#999;
}

.vermelho{
	color:#f00;
}

.center{
	text-align:center;
}

.vmiddle{
	vertical-align:middle;
}

.left{
	float:left;
}

.right{
	float:right;
}

.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pb-10{ padding-bottom: 10px; }

h1{
	font-size:22px;
	margin:0;
	padding:0;
}

.w1200{
	max-width:1180px;
	margin:auto;
}

.w25{
	width:23%;
}

.w33{
	width:31.3%;
}

.w50{
	width:48.5%;
}

.w66{
	width:65.67%;
}

.conteudo{
	padding:10px;
}

.min{
	min-height:587px;
}

.quem-somos{
	float:left;
	width:65%;
}

.parceiros{
	float:left;
	width:65%;
	margin-top:20px;
}

.tit_parceiros{
	font-size:14px;
	text-align:left;
}

.setas{ font-size:40px; }

.chamadas{
	float:right;
	width:25%;
}

.chamada{
	margin-top:20px;
}

.chamadas-left{
	float:left;
	width:30%;
}

.chamadas-right{
	float:right;
	width:70%;
	margin:15px 0 0 0;
}

article.imagens{
	width:21%;
	float:left;
	margin:20px 2%;
	min-height:210px;
	text-align:center;
}

article.imagens div.imagem{
	text-align:center;
	margin:10px 0;
	min-height:100px;
}

.img_link{
	margin:5px auto;
}

.img_link:hover{
	border:5px solid #fff;
	margin:4px auto;
}

.video{
	width:640px;
	height:360px;
}

.depo-img{
	float:left;
	text-align:center;
	width:25%;
}

.depo-des{
	float:right;
	width:72%;
}

.depo-nome{
	margin:0 0 10px 0;
}

.form-site{
	max-width:800px;
	margin:auto;
}

/*ESTRUTURA DO SITE*/
header#topo{
	padding:0px;
}

header#topo .topo{
	background:#fff;
}

header#topo .logo{
	float:left;
	margin:10px;
}

header#topo #logo{
	max-width:238px;
	width:100%;
	display:none;
}

header#topo #logo_site{
	max-width:238px;
	width:100%;
}

header#topo .topo-right{
	float:right;
	margin:10px;
}

header#topo .topo .midias {
	float:right;
}

header#topo .area_menu{
	float:right;
	padding:0;
	margin-top:70px;
}

header#topo nav.menu ul{
	padding:0;
	margin:auto;
	display:table;
	margin:0px;
}

header#topo nav.menu ul li{
	float:left;
}

header#topo nav.menu ul li a{
	color:#1e2f4b;
	font-size:16px;
}

header#topo nav.menu ul li:hover a{
	border-bottom:1px solid #142e60;
}

header#topo nav.menu ul li.active a{
	border-bottom:1px solid #142e60;
}

/*menu dropdown*/
header#topo nav.menu ul li ul{
	background:#f8f8f8;
	border:1px solid #aeaeae;
	padding:0 8px;
	position:absolute;
	z-index:9999999999999999999999;
		visibility:hidden;
		opacity:0;
		transition:visibility 0s linear 0.5s,opacity 0.5s linear;
		z-index:999999999;
}

header#topo nav.menu ul li ul li{
	float:none;
	padding:5px 10px 5px 5px;
	margin:0;
	text-align:left;
	width:100%;
}

header#topo nav.menu ul li ul li a, header#topo nav.menu ul li:hover ul li a, header#topo nav.menu ul li.active ul li a{
	color:#142e60;
	border-bottom:0;
}

header#topo nav.menu ul li ul li:hover a{
	color:#999;
}

header#topo nav.menu ul li:hover ul{
	opacity:1;
	transition-delay:0s;
	visibility:visible;
}

/*menu mobile*/
header#topo nav.menuMobile{
	display:none;
	position:absolute;
	top:0px;
	left:10px;
}

header#topo nav.menuMobile ul li{
	text-align:left;
}

header#topo nav.menuMobile ul li ul{
	display:none;
}

header#topo nav.menuMobile ul li:hover ul{
	display:block;
}

header#topo nav.menuMobile ul li:hover{
	background:#f5f5f5;
}

header#topo nav.menuMobile ul li ul li:hover{
	background:#ddd;
	color:#666;
}

header#topo nav.menuMobile ul li ul li a{
	color:#333;
}

header#topo nav.menuMobile ul li ul li{
	padding:0 3px 0 24px;
}
/*/ESTRUTURA DO SITE*/

.contatoLeft{
	width:55%;
	float:left;
}

.contatoRight{
	width:40%;
	float:right;
}

.link{
	padding-bottom:13px;
}

.link:hover{
	border-bottom:3px solid #1c779f;
	padding-bottom:10px;
}

.frase_capa{ font-size:45px; }

footer#rodape{
	background:#edb31f;
	padding:10px 10px 1px 10px;
}

footer#rodape .left{
	float:left;
}

footer#rodape .left .direitos{
	margin-top:10px;
}

footer#rodape .right{
	float:right;
	text-align:right;
}

footer#rodape .right .daweb{
	margin-top:14px;
}

@media (max-width: 1400px){
	.min{
		min-height:500px;
	}
}

@media (max-width: 1200px){
	.min{
		min-height:390px;
	}
	
	header#topo #logo_site{
		margin-top:12px;
	}
}

@media (max-width: 1180px){
	.min{
		min-height:300px;
	}
	
	header#topo #logo_site{
		margin-top:27px;
	}
}

@media (max-width: 1023px){
	article.imagens{
		width:29.33%;
	}
	
	.min{
		min-height:0px;
	}
	
	header#topo #logo_site{
		margin-top:35px;
	}
}

@media (max-width: 980px){
	header#topo nav.menu{
		display:none;
	}
	
	header#topo nav.menuMobile{
		display:block;
	}
	
	header#topo #logo_site{
		display:none;
	}
	
	header#topo #logo{
		display:inherit;
	}
	
	header#topo .logo{
		float:none;
		text-align:center;
	}
	
	header#topo .topo-right{
		float:none;
		text-align:center;
	}
	
	header#topo .area_menu{
		margin-top:0;
	}
	
	header#topo .topo .midias {
		 position:absolute;
		 top:60px;
		 right:10px;
	}

	.depo-img{
		width:30%;
	}
	
	.depo-des{
		width:67%;
	}
}

@media (max-width: 800px){
	.quem-somos{
		float:none;
		width:100%;
	}
	
	.parceiros{
		float:none;
		width:100%;
		margin-top:10px;
	}

	.tit_parceiros{
		text-align:center;
	}
	
	.setas{ font-size:20px; }
	
	.chamadas{
		float:none;
		width:100%;
		margin-top:10px;
	}

	.chamada{
		float:left;
		width:50%;
	}
	
	.chamadas-left{
		float:none;
		width:100%;
		text-align:center;
	}
	
	.chamadas-right{
		float:none;
		width:100%;
		margin:5px 0 20px 0;
		text-align:center;
	}

	.depo-img{
		width:35%;
	}
	
	.depo-des{
		width:62%;
	}
}

@media (max-width: 670px){
	.contatoLeft{
		width:100%;
		margin:auto;
		float:none;
	}
	
	.contatoRight{
		width:100%;
		margin:auto;
		float:none;
	}
	/*
	.w33{
		float:none;
		width:100%;
		padding:20px 0;
	}
	*/
	.pro-imag{
		width:100%;
		float:none;
		margin-bottom:20px;
		text-align:center;
	}
	
	.pro-desc{
		width:100%;
		float:none;
	}

	.video{
		width:100%;
		height:300px;
	}
}

@media (max-width: 599px){
	article.imagens{
		width:95%;
		float:none;
		margin:20px auto;
	}
	
	footer#rodape .left{
		float:none;
		text-align:center;
	}
	
	footer#rodape .left .direitos{
		margin-top:10px;
	}
	
	footer#rodape .right{
		float:none;
		text-align:center;
	}
	
	footer#rodape .right .daweb{
		margin-top:10px;
	}

	.depo-img{
		float:none;
		width:100%;
	}
	
	.depo-des{
		float:none;
		width:100%;
	}

	.depo-nome{
		margin:10px 0 10px 0;
		text-align:center;
	}
}

@media screen and (max-width: 413px){
	.not_img{
		display:none;
	}
	
	.not_txt{
		float:none;
		width:100%;
	}

	.video{
		width:100%;
		height:200px;
	}
}

/*ALERTS E BOTOES*/
.alert{
	width:100%;
	position:absolute;
	top:20px;
	z-index:999999999999999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}

.btn-menu {
  color: #132d5d;
  background-color: #f4ea00;
  border-color: #eeb31f;
  margin-top:55px;
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
  color: #132d5d;
  background-color: #eeb31f;
  border-color: #a8832e;
}