@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/gotham-bold.eot');
    src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold.woff') format('woff'),
         url('../fonts/gotham-bold.ttf') format('truetype'),
         url('../fonts/gotham-bold.svg#gotham-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-black';
    src: url('../fonts/proximanova-black.eot');
    src: url('../fonts/proximanova-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-black.woff') format('woff'),
         url('../fonts/proximanova-black.ttf') format('truetype'),
         url('../fonts/proximanova-black.svg#proximanova-black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular.woff') format('woff'),
         url('../fonts/proximanova-regular.ttf') format('truetype'),
         url('../fonts/proximanova-regular.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	font-family: 'proximanova-regular', Arial;
}
.tudo {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.esqd_dirt {
	width: 50%;
	float: left;
}
#tudo_desk {
	display: block;
}
#tudo_cell {
	display: none;
}


/* FONTES E TEXTO */
.text_negr {
	font-weight: bold;
}
.font_goth {
	font-family: 'gotham-bold', Arial;
}
.font_blac {
	font-family: 'proximanova-black', Arial;
}
.font_regu {
	font-family: 'proximanova-regular', Arial;
}
.text_brnc {
	color: #ffffff;
}
.text_cinz {
	color: #7e7268;
}
.text_larj {
	color: #ff8c01;
}
.text_azul {
	color: #00214d;
}
/* FONTES E TEXTO */


/* TOPO */

.fund_topo {
	width: 100%;
	height: 176px;
	background-image: url(../imagens/fund_topo.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%; /*Chrome*/
	-moz-background-size: 100% 100%; /*Mozila*/
	-ms-background-size: 100% 100%; /*Internet Explorer*/
	-o-background-size: 100% 100%; /*Opera*/
	position: fixed;
	top: 0%;
	z-index: 999;
}
.resize_fund {
   width: 100%;
   height: 120px;
}
.resize_logo {
   width: 60%;
}
.topo {
	width: 85%;
	margin: 0 auto;
	display: table;
}
.esqd_topo {
	width: 15%;
	float: left;
}
.meio_topo {
	width: 65%;
	float: left;
}
.dirt_topo {
	width: 20%;
	float: left;
}
.logo_topo img {
	width: 70%;
	margin-top: 4%;
	transition: all 0.5s ease-out;
}
.tudo_menu {
	width: 90%;
	margin: 0 auto;
	display: table;
	margin-left: 5%;
	margin-right: 5%;
}
.text_menu {
	float: left;
	font-size: 16px;
	margin: 8% 6% 0% 2%;
}
.text_menu_subs {
	float: left;
	font-size: 14px;
	margin: 8% 6% 0% 2%;
	font-family: 'proximanova-regular', Arial;
}
.dirt_topo_esqd {
	width: 60%;
	float: left;
}
.dirt_topo_dirt {
	width: 40%;
	float: left;
}
.botn_dirt_topo {
	width: 94%;
	padding-top: 4%;
	text-align: center;
	font-size: 24px;
	font-family: 'proximanova-black', Arial;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-top: 32%;
	color: #fff;
}
.icon_topo img {
	width: 50%;
	margin-left: 50%;
	margin-top: 40%;
}
.icon_trad img {
	float: right;
	width: 18%;
	margin: 36% 0% 0% 5%;
}

/* TOPO */


/* BANNER */
#banner-fade {
	margin-top: 176px;
}
.img_baix_bann img {
	width: 100%;
}

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#ff8c01;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1%;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#ff8c01;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#ff8c01;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
/* BANNER */


/* PRINCIPAL */
.prin {
	width: 85%;
	margin: 0 auto;
	display: table;
}
.tudo_icon_prin {
	width: 33.33%;
	float: left;
	margin: 0 auto;
	display: table;
}
.icon_prin_test img {
	width: 90%;
	margin: 5%;
}
.sepr_prin img {
	width: 100%;
}
.titl_prin {
	font-size: 48px;
	text-align: center;
	margin: 2% 0% 0% 0%;
}
.titl_prin02 {
	font-size: 30px;
	text-align: center;
	margin: 2% 0% 0% 0%;
}
.titl_prin_cont {
	font-size: 48px;
	margin: 2% 0% 0% 0%;
}
.icon_titl_prin img {
	width: 14%;
	margin-left: 43%;
	margin-top: -2%;
}
.icon_titl_prin_cont img {
	width: 25%;
	margin-top: -2%;
}
.tudo_notc_prin {
	width: 48%;
	float: left;
	margin: 2% 2% 2% 0%;
}
.esqd_notc_prin {
	width: 30%;
	float: left;
}
.img_notc_prin img {
	width: 100%;
	border: 3px solid #00214d;
}
.dirt_notc_prin {
	width: 68%;
	float: left;
	margin-left: 2%;
}
.data_notc_prin {
	font-size: 24px;
}
.titl_notc_prin {
	font-size: 24px;
}
.mais_notc_prin {
	margin: 2%;
}

.fund_empr {
	width: 100%;
	height: 824px;
	background-image: url(../imagens/fund_empr.jpg);
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%; /*Chrome*/
	-moz-background-size: 100% 100%; /*Mozila*/
	-ms-background-size: 100% 100%; /*Internet Explorer*/
	-o-background-size: 100% 100%; /*Opera*/
}
.tudo_empr_prin {
	width: 50%;
	float: left;
}
.titl_empr_prin {
	font-size: 30px;
	margin: 5% 0% 1% 6%;
}
.text_empr_prin {
	font-size: 20px;
	margin: 5% 0% 0% 10%;
}

.titl_empr_prin02 {
	font-size: 30px;
	text-align: right;
	margin: 5% 0% 0% 0%;
}
.text_empr_prin02 {
	font-size: 24px;
	text-align: right;
	margin: 0% 0% 0% 40%;
}
.fund_clin {
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #ebebeb;
	padding-bottom: 2%;
}
.tudo_clin_prin {
	width: 80%;
	margin: 0 auto;
	display: table;
	margin-left: 10%;
}
.img_clin_prin img {
	width: 25%;
	float: left;
	border: 1px solid #ebebeb;
	opacity: 0.6;
	transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
}
.img_clin_prin:hover img {
	opacity: 1;
}

.caixa_news {
	width: 25%;
	margin: 0 auto;
	display: table;
}
.caix_news {
	width: 99%;
	height: 40px;
	color: #666;
	font-size: 22px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	margin: 2% 0% 2% 0%;
	text-align: center;
	border-radius: 0px;
}
.botn_news {
	width: 10%;
	padding-top:0.5%;
	text-align: center;
	background-color: transparent;
	border: 2px solid #00214d;
	color: #00214d;
	font-size: 22px;
	margin: 1% 0% 2% 45%;
	border-radius: 0px;
}
.botn_news:hover {
	background-color: #00214d;
	color: #ffffff;
}
.esqd_cont {
	width: 50%;
	height: 900px;
	float: left;
}
.dirt_cont {
	width: 50%;
	height: 900px;
	float: left;
	background-color: #00214d;
	padding: 1%;
}
#map-canvas {
	width: 100%;
	height: 900px;
}
.tudo_cont {
	width: 85%;
	display: table;
}
.text_cont {
	font-size: 24px;
	margin: 2% 0% 2% 0%;
}
.esqd_cont_form {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.dirt_cont_form {
	width: 48%;
	float: left;
	margin-left: 1%;
}
.caix_cont {
	width: 99%;
	height: 40px;
	padding-left: 5px;
	background-color: #fff;
	color: #666;
	border: 1px solid #e1e1e1;
	font-size: 22px;
	border-radius: 0px;
}
.caix_cont02 {
	width: 99%;
	height: 140px;
	padding-left: 5px;
	background-color: #fff;
	color: #666;
	border: 1px solid #e1e1e1;
	font-size: 22px;
	border-radius: 0px;
}
.botn_form_cont {
	width: 20%;
	padding-top: 1%;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 0px;
}
.botn_form_cont:hover {
	background-color: #fff;
	color: #00214d;
}
.esqd_icon_cont {
	width: 40%;
	margin: 10% 5% 5% 5%;
	float: left;
}
.dirt_icon_cont {
	width: 40%;
	margin: 10% 5% 5% 5%;
	float: left;
}
.icon_cont_prin img {
	width: 20%;
	margin-bottom: 1%;
}
.text_icon_cont {
	font-size: 15px;
	text-align: center;
}
.text_icon_cont02 {
	font-size: 30px;
	margin-top: 5px;
	text-align: center;
}
/* PRINCIPAL */


/* RODAPÉ */
.fund_rodp {
	width: 100%;
	height: 190px;
	margin: 0 auto;
	display: table;
	background-color: #ff8c01;
}
.rodp {
	width: 85%;
	margin: 0 auto;
	display: table;
}
.tudo_rodp {
	width: 33.33%;
	float: left;
}
.text_rodp01 {
	font-size: 20px;
	margin-top: 16%;
}
.text_rodp02 {
	font-size: 20px;
}
.logo_rodp img {
	width: 25%;
	margin-top: 7%;
}
.icon_comx img {
	width: 5%;
	margin-top: 20%;
}
/* RODAPÉ */


/* CONTATO */
.situacao { 
	margin-top: 3px; 
	color: #ffffff; 
	font-size:18px; 
	text-align: center;
	font-family: 'gotham-bold', Arial;
}
.correto { 
	color: #ffffff; 
	font-size: 18px; 
	float: center;
	font-family: 'gotham-bold', Arial;
}
label.error { 
	color: #ffffff; 
	vertical-align: top; 
	font-size: 12px; 
	padding-left: 16px;
	background:url(../imagens/unchecked.png) no-repeat 0px 0px;
	font-family: Arial;
	font-weight: normal;
}

.situacao_news { 
	margin-top: 3px; 
	color: #00214d; 
	font-size:14px; 
}
label.novoerro { 
	float: none; 
	color: #00214d;
	margin: 0px; 
	vertical-align: top; 
	font-size: 12px; 
	font-weight: none;
	padding-left: 16px;
	background:url("../imagens/unchecked.png") no-repeat 0px 0px;
}
/* CONTATO */


/* INTERNAS */
.prin_serv {
	width: 80%;
	margin: 0 auto;
	display: table;
}
.prin_serv_form {
	width: 50%;
	margin: 0 auto;
	display: table;
	padding: 2%;
}
.espc_intr {
	margin: 12% 0% 2% 0%;
}
.espc_intr02 {
	margin: 3% 0% 2% 0%;
}
.esqd_notc_intr {
	width: 15%;
	float: left;
}
.img_notc_intr img {
	width: 100%;
	border: 3px solid #00214d;
}
.dirt_notc_intr {
	width: 83%;
	float: left;
	margin-left: 2%;
}
.fund_notc_intr {
	width: 100%;
	background-color: #00214d;
	margin-top: 2%;
	padding: 2%;
}
.text_notc_intr {
	font-size: 24px;
}
.titl_serv_intr img {
	width: 100%;
}
.fund_serv_intr {
	width: 100%;
	background-color: #001f45;
	padding: 1% 3% 3% 3%;
}
.fund_serv_intr02 {
	width: 100%;
	background-color: #001f45;
	margin-top: 2%;
	margin-bottom: 2%;
}
.text_serv_intr {
	font-size: 24px;
}
.icon_titl_serv img {
	width: 94%;
	margin-left: 3%;
	margin-top: -2%;
}
.esqd_botn_serv {
	width: 33%;
	float: left;
	margin-right: 2%;
	margin-bottom: 3%;
}
.dirt_botn_serv {
	width: 65%;
	float: left;
	margin-bottom: 3%;
}
.text_botn_serv {
	text-align: right;
	font-size: 22px;
	margin-top: 5%;
}
.botn_serv_proj img {
	width: 30%;
	float: left;
	margin-right: 5%;
}
/* INTERNAS */


@media screen and (max-width: 1600px){

	/* TOPO */
	.fund_topo {
		height: 146px;
	}
	.text_menu {
		margin: 8% 5% 0% 1%;
	}
	.botn_dirt_topo {
		width: 96%;
		font-size: 22px;
	}
	.resize_fund {
	   height: 100px;
	}
	.resize_logo {
	   width: 65%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 146px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.titl_prin {
		font-size: 40px;
	}
	.titl_prin02 {
		font-size: 28px;
	}
	.titl_prin_cont {
		font-size: 40px;
	}
	.data_notc_prin {
		font-size: 22px;
	}
	.titl_notc_prin {
		font-size: 22px;
	}
	.fund_empr {
		height: 690px;
	}
	.titl_empr_prin {
		font-size: 26px;
	}
	.text_empr_prin {
		font-size: 18px;
	}
	.titl_empr_prin02 {
		font-size: 26px;
	}
	.text_empr_prin02 {
		font-size: 20px;
	}
	.text_cont {
		font-size: 20px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.fund_rodp {
		height: 160px;
	}
	/* RODAPÉ */
	
	
	/* INTERNAS */
	.text_notc_intr {
		font-size: 20px;
	}
	.text_serv_intr {
		font-size: 20px;
	}
	/* INTERNAS */

}

@media screen and (max-width: 1440px){

	/* TOPO */
	.fund_topo {
		height: 136px;
	}
	.text_menu {
		font-size: 15px;
	}
	.text_menu_subs {
		font-size: 13px;
	}
	
	.botn_dirt_topo {
		width: 100%;
		font-size: 20px;
	}
	.resize_fund {
	   height: 100px;
	}
	.resize_logo {
	   width: 68%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 136px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.data_notc_prin {
		font-size: 20px;
	}
	.titl_notc_prin {
		font-size: 18px;
	}
	.text_empr_prin {
		font-size: 16px;
	}
	.text_empr_prin02 {
		font-size: 18px;
	}
	.text_cont {
		font-size: 18px;
	}
	.fund_empr {
		height: 650px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.fund_rodp {
		height: 140px;
	}
	.icon_comx img {
		width: 7%;
		margin-top: 18%;
	}
	/* RODAPÉ */
	
	/* INTERNAS */
	.text_notc_intr {
		font-size: 18px;
	}
	.prin_serv_form {
		width: 55%;
	}
	.text_serv_intr {
		font-size: 18px;
	}
	/* INTERNAS */

}

@media screen and (max-width: 1366px){

	/* TOPO */
	.fund_topo {
		height: 120px;
	}
	.text_menu {
		font-size: 14px;
	}
	.text_menu_subs {
		font-size: 12px;
	}
	
	.botn_dirt_topo {
		font-size: 18px;
	}
	.resize_fund {
	   height: 85px;
	}
	.resize_logo {
	   width: 70%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 120px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.esqd_cont {
		height: 800px;
	}
	.dirt_cont {
		height: 800px;
	}
	#map-canvas {
		height: 800px;
	}
	/* PRINCIPAL */
	
	
	/* INTERNAS */
	.prin_serv_form {
		width: 58%;
	}
	/* INTERNAS */

}

@media screen and (max-width: 1280px){

	/* TOPO */
	.fund_topo {
		height: 120px;
	}
	.text_menu {
		font-size: 13px;
	}
	.text_menu_subs {
		font-size: 11px;
	}
	
	.botn_dirt_topo {
		font-size: 18px;
	}
	.resize_fund {
	   height: 85px;
	}
	.resize_logo {
	   width: 70%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 120px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.botn_news {
		width: 10%;
		font-size: 18px;
		margin: 1% 0% 2% 45%;
	}
	.botn_form_cont {
		width: 22%;
		font-size: 18px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.fund_rodp {
		height: 120px;
	}
	.icon_comx img {
		width: 7%;
		margin-top: 15%;
	}
	/* RODAPÉ */
	
	/* INTERNAS */
	.text_notc_intr {
		font-size: 16px;
	}
	.prin_serv_form {
		width: 60%;
	}
	/* INTERNAS */

}

@media screen and (max-width: 1024px){

	/* TOPO */
	.fund_topo {
		height: 100px;
	}
	.topo {
		width: 95%;
	}
	.text_menu {
		font-size: 12px;
	}
	
	.text_menu_subs {
		font-size: 10px;
	}
	
	.botn_dirt_topo {
		font-size: 15px;
	}
	.resize_fund {
	   height: 85px;
	}
	.resize_logo {
	   width: 70%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 100px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.titl_prin {
		font-size: 36px;
	}
	.titl_prin02 {
		font-size: 24px;
	}
	.titl_prin_cont {
		font-size: 36px;
	}
	.data_notc_prin {
		font-size: 18px;
	}
	.titl_notc_prin {
		font-size: 18px;
	}
	.fund_empr {
		height: 750px;
	}
	.titl_empr_prin {
		font-size: 22px;
	}
	.text_empr_prin {
		font-size: 16px;
	}
	.titl_empr_prin02 {
		font-size: 22px;
	}
	.text_empr_prin02 {
		font-size: 18px;
	}
	.text_cont {
		font-size: 18px;
	}
	.caixa_news {
		width: 35%;
	}
	.caix_news {
		width: 99%;
		height: 34px;
		font-size: 15px;
	}
	.botn_news {
		width: 12%;
		font-size: 16px;
		margin: 1% 0% 2% 44%;
	}
	.caix_cont {
		height: 34px;
		font-size: 15px;
	}
	.caix_cont02 {
		height: 100px;
		font-size: 15px;
	}
	.botn_form_cont {
		width: 24%;
		font-size: 16px;
	}
	.esqd_cont {
		height: 740px;
	}
	.dirt_cont {
		height: 740px;
	}
	#map-canvas {
		height: 740px;
	}
	.text_icon_cont02 {
		font-size: 26px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.text_rodp01 {
		font-size: 16px;
	}
	.text_rodp02 {
		font-size: 16px;
	}
	.fund_rodp {
		height: 100px;
	}
	/* RODAPÉ */
	
	/* INTERNAS */
	.text_notc_intr {
		font-size: 15px;
	}
	.prin_serv_form {
		width: 70%;
	}
	.botn_serv_proj img {
		width: 40%;
	}
	/* INTERNAS */

}

@media screen and (max-width: 768px){

	/* TOPO */
	.fund_topo {
		height: 80px;
	}
	.topo {
		width: 95%;
	}
	.text_menu {
		font-size: 9px;
	}
	
	.text_menu_subs {
		font-size: 9px;
	}
	
	.botn_dirt_topo {
		font-size: 12px;
	}
	.resize_fund {
	   height: 60px;
	}
	.resize_logo {
	   width: 70%;
	}
	.icon_topo img {
		margin-top: 50%;
	}
	.icon_trad img {
		width: 22%;
		margin: 40% 0% 0% 7%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 80px;
	}
	ul.bjqs-controls.v-centered li a{
		margin-top: 8%;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	
	
	.titl_prin {
		font-size: 32px;
	}
	.titl_prin02 {
		font-size: 20px;
	}
	.titl_prin_cont {
		font-size: 32px;
	}
	.fund_empr {
		height: 700px;
	}
	.titl_empr_prin {
		font-size: 20px;
	}
	.text_empr_prin {
		font-size: 14px;
	}
	.titl_empr_prin02 {
		font-size: 20px;
	}
	.text_empr_prin02 {
		font-size: 15px;
	}
	.text_cont {
		font-size: 15px;
	}
	.img_clin_prin img {
		opacity: 1;
	}
	.botn_news {
		width: 15%;
		margin: 1% 0% 2% 42.5%;
	}
	.botn_form_cont {
		width: 30%;
	}
	.titl_notc_prin {
		font-size: 18px;
		overflow: hidden;
		height: 68px;
	}
	.esqd_cont {
		height: 630px;
	}
	.dirt_cont {
		height: 630px;
	}
	#map-canvas {
		height: 630px;
	}
	.text_icon_cont {
		font-size: 12px;
	}
	.text_icon_cont02 {
		font-size: 20px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.text_rodp01 {
		font-size: 12px;
	}
	.text_rodp02 {
		font-size: 12px;
	}
	.fund_rodp {
		height: 85px;
	}
	.logo_rodp img {
		width: 30%;
	}
	/* RODAPÉ */
	
	/* INTERNAS */
	.text_notc_intr {
		font-size: 14px;
	}
	.prin_serv_form {
		width: 80%;
	}
	
	/* INTERNAS */

}

@media screen and (max-width: 568px){

	#tudo_desk {
	display: none;
	}
	#tudo_cell {
		display: block;
	}

	/* TOPO */
	.fund_topo {
		position: fixed;
		height: 100px;
	}
	.topo {
		width: 98%;
	}
	.esqd_topo {
		width: 100%;
		float: none;
	}
	.meio_topo {
		width: 100%; 
		margin: 0 auto;
		display: table;
		float: none;
		margin-top: -27px;
	}
	.dirt_topo {
		display: none;
	}
	.logo_topo img {
		width: 25%;
		margin: 2%;
	}
	.text_menu {
		float: none;
		text-align: center;
		margin: 5% 0% 5% 0%;
		font-size: 18px;
	}
	
	.resize_fund {
	   height: 80px;
	}
	.resize_logo {
	   width: 75%;
	}
	ul.bjqs-controls.v-centered li a{
		padding:7px;
		margin-top: 9%;
	}
	
	.icon_trad img {
		width: 8%;
		margin: 6% 39% 0% 0%;
	}
	.icon_trad02 img {
		width: 8%;
		float: right;
		margin: 6% 5% 0% 0%;
	}
	.text_icon_cont02 {
		font-size: 18px;
		margin-top: 20px;
	}
	.fa-phone-square {
		margin-left: 27%;
	}
	/* TOPO */
	
	
	/* BANNER */
	#banner-fade {
		margin-top: 100px;
	}
	#banner-fade-cell {
		margin-top: 100px;
	}
	/* BANNER */
	
	
	/* PRINCIPAL */
	.tudo_icon_prin {
		width: 100%;
		float: none;
		margin: 0 auto;
		display: table;
	}
	.img_baix_bann img {
		display: none;
	}
	.tudo_notc_prin {
		width: 98%;
		margin: 0 auto;
		display: table;
		float: none;
		margin: 2% 1% 5% 1%;
	}
	
	.fund_empr {
		height: 1050px;
		background-image: url(../imagens/fund_empr_cell.jpg);
	}
	.tudo_empr_prin {
		width: 100%;
		float: none;
	}
	.tudo_clin_prin {
		width: 100%;
		margin-left: 0%;
	}
	.img_clin_prin img {
		width: 33.33%;
		opacity: 1;
	}
	.titl_prin02 {
		font-size: 16px;
	}
	.caixa_news {
		width: 75%;
	}
	.botn_news {
		width: 25%;
		font-size: 12px;
		margin: 1% 0% 5% 37.5%;
		padding-top: 1.5%;
	}
	.esqd_cont {
		width: 100%;
		height: 100px;
		float: none;
	}
	.dirt_cont {
		width: 100%;
		height: 700px;
		float: none;
	}
	.tudo_cont {
		width: 100%;
	}
	#map-canvas {
		width: 100%;
		height: 100px;
	}
	/* PRINCIPAL */
	
	
	/* RODAPÉ */
	.fund_rodp {
		height: 125px;
	}
	.logo_rodp img {
		width: 70%;
	}
	.icon_comx img {
		width: 25%;
		margin-top: 30%;
	}
	.icon_face_rodp img {
		width: 35%;
		margin-top: 25%;
	}
	/* RODAPÉ */
	
	
	/* INTERNAS */
	.espc_intr {
		margin: 30% 0% 2% 0%;
	}
	.esqd_notc_intr {
		width: 100%;
		float: none;
	}
	.img_notc_intr img {
		width: 50%;
		margin-left: 25%;
		margin-bottom: 2%;
		border: 3px solid #00214d;
	}
	.dirt_notc_intr {
		width: 100%;
		float: none;
		margin-left: 0%;
	}
	.prin_serv_form {
		width: 90%;
	}
	.text_serv_intr {
		font-size: 14px;
	}
	.prin_serv {
		width: 90%;
	}
	.text_botn_serv {
		text-align: center;
		font-size: 14px;
	}
	.botn_serv_proj img {
		width: 48%;
		margin-right: 1%;
	}
	/* INTERNAS */
	
}


a:link{color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color:#d71921; text-decoration: none}

.linkmenu:link{color:#FFFFFF; text-decoration: none; }
.linkmenu:visited {color:#FFFFFF; text-decoration: none; }
.linkmenu:hover {color:#ff8c01; text-decoration: none;}

.linkbotn:link{color:#FFFFFF; text-decoration: none; }
.linkbotn:visited {color:#FFFFFF; text-decoration: none; }
.linkbotn:hover {color:#ff8c01; text-decoration: none;}

.linknotc:link{color:#00214d; text-decoration: none; }
.linknotc:visited {color:#00214d; text-decoration: none; }
.linknotc:hover {color:#00214d; text-decoration: underline;}