/*

	#navMain
	
========================================== */
#navMain  											{ position: fixed; top: -170px; left: 0; width: 100%; z-index: 900; }
#navMain.open 										{ top: 0; }
#navMain img  										{ display: block; width: 100%; border: none; visibility: hidden; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }

#navMain .navSecundario  							{ min-height: 40px; font-size: 12px; font-family: "Gotham"; font-weight: 500; line-height: 3.33; background-color: #003663; }
#navMain .navSecundario .container  				{ padding: 0; }
#navMain .navSecundario a,
#navMain .navSecundario p  							{ display: block; color: var(--branco-color); }

#navMain .navSecundario ul.idioma a 				{ text-transform: uppercase; }
#navMain .navSecundario li  						{ padding: 0.5em 1em;  }
.nav-social 										{ margin: auto 0.5em; }
.nav-social a 										{ float: left; margin: 0 0.5em; }
a.f_icon  											{ display: block; width: 17px; height: 17px; }
.facebook											{ background-image: url('../img/icone/facebook.svg'); }
.instagram											{ background-image: url('../img/icone/instagram.svg'); }
.twitter											{ background-image: url('../img/icone/twitter.svg'); }
.linkedin											{ background-image: url('../img/icone/linkedin.svg'); }
.whatsapp											{ background-image: url('../img/icone/whatsapp.svg'); }
#navMain .navMain  									{ position: relative; font-size: 14px; font-family: "Gotham"; font-weight: 400; }
#navMain .navMain .container  						{ background-color: #FFF; position: relative; }
#navMain .navMain .container::after  				{ content: ""; display: block; position: absolute; bottom: -5px; left: 0; width: 100%; height: 5px; background-image: -moz-linear-gradient( 0deg, rgb(0,114,188) 0%, rgb(255,222,0) 53%, rgb(77,184,72) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(0,114,188) 0%, rgb(255,222,0) 53%, rgb(77,184,72) 100%); background-image: -ms-linear-gradient( 0deg, rgb(0,114,188) 0%, rgb(255,222,0) 53%, rgb(77,184,72) 100%); }
#navMain .navMain .linkNav  						{ display: block; color: #000; line-height: 8; }
#navMain .navMain a.logo  							{ display: block; width: 275px; height: 100%; background-image: url('../img/logo.svg'); }

#navMain.fixo 										{ margin-top: -51px; }
#navMain.fixo .navMain .container 					{ max-width: 100%; -webkit-box-shadow: 0 10px 50px 1px rgba(0,0,0,.3);box-shadow: 0 10px 50px 1px rgba(0,0,0,.3);}
#navMain.fixo .navMain .linkNav 					{ line-height: 6; }
#navMain.fixo .navMain a.logo 						{ width: 240px; }
#navMain.fixo .navMain nav > ul > li .superMenu 						{ width: 26em; left: 0; }
#navMain.fixo .navMain nav > ul > li:nth-child(5) .superMenu 			{ left: auto; right: 0; }
#navMain.fixo .navMain .superMenu 					{ width: 90%; left: 50%; top: 5.5em; }
#navMain.fixo .navMain .superMenu.abreMenu 			{ width: 90%; left: 50%; top: 5.5em; }

.nav-busca { position: absolute; right: 0; }
nav.col-6.flex.rowNoWrap.links-nav { flex: 0 0 100%; max-width: 100%; }

#navMain .navMain .linkNav.menuRWD 	{ 
	display: none; 
	width: 30px;
	height: 40px;
	margin: 1.5em 0;
	background-image: url('../img/icone/menu.svg');
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px  !important; 
	overflow: hidden  !important; 
	outline: none  !important; 
}

#navMain nav > ul {
	overflow: visible;
}
#navMain nav > ul > li{
	position: relative;
	display: block;
}

#navMain .navMain nav > ul > li {
	width: 20%;
	text-align: center;
}
#navMain .navMain .superMenu {
	text-align: left !important;
}
#navMain .navMain nav > ul > li a.logo {
	width: auto;
	margin: auto;
}



#navMain nav > ul > li:hover .superMenu  			{ top: 7.5em; opacity: 1; visibility: visible; background-color: #003663;}
#navMain nav > ul > li:nth-child(5) .superMenu 		{ left: auto; right: 0; }
#navMain nav > ul > li:nth-child(5) .superMenu ul a 	{ text-align: left; }
#navMain nav > ul > li:nth-child(6) {
	display: none;
}
/** SuperMenu */
.superMenu {
	width: 26em;
    position: absolute;
    top: 4.5em;
    left: 0;
    z-index: 10;
    background-color: var(--azulEscuro-background-color);
    padding: 2.5em;
    font-size: 14px;
    font-family: "Gotham";
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	-webkit-box-shadow: 0 10px 50px 1px rgba(0,0,0,.3);
	box-shadow: 0 10px 50px 1px rgba(0,0,0,.3); 
}
.superMenu ul {
	position: relative;
	z-index: 50;
}
.superMenu::after{
	content: "";
    display: block;
    position: absolute;
	right: -2em;
	bottom: -2em;
    z-index: 10;
	width: calc(961px / 2 );
	height: calc(798px / 2 );
    background-image: url(../img/back/object2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.responsiveMenu .superMenu::after,
.responsiveMenu .superMenu ul  						{ display: none; }
.responsiveMenu .superMenu .menuSobre.abreLista,
.responsiveMenu .superMenu .menuTeminal.abreLista,
.responsiveMenu .superMenu .menuExperiencias.abreLista,
.responsiveMenu .superMenu .menuVoos.abreLista,
.responsiveMenu .superMenu .menuContato.abreLista  							{ display: block; }

.superMenu.abreMenu  								{ top: 8.5em; opacity: 1; visibility: visible; }


.superMenu ul a  									{ display: block; padding: 0 .5em; color: #fff;  line-height: 3 !important; }
.superMenu ul a:hover  								{ padding-left: 1em; }
.responsiveMenu  									{ position: fixed; top: 0; right: -50%; width: 50%; height: 100%; z-index: 950; background-color:  var(--azulClaro-background-color);; font-size: 14px;  font-family: "Gotham";  font-weight: 400; }
.responsiveMenu::before  							{ content: ""; display: block; position: absolute; top: 0; left: 0; z-index: 50; width: 100%; height: 100%; background-color: rgba(0,0,0,.7); }
.responsiveMenu.abreRWD  							{ right: 0; }
.voltarMenu  										{ display: block; position: absolute; top: 0; left: 0; z-index: 50; width: 100%; height: 100%; }
.responsiveMenu.abreRWD::before  					{ left: -100%; }
.responsiveMenu.abreRWD .voltarMenu  				{ left: -100%; }
.voltarSubMenu,
.voltarMenuVisivelUser  							{ display: block; position: absolute; bottom: 2.5em; left: 2.5em; color: var(--azulClaro-color); font-family: 'Gotham'; font-size: 1em; font-weight: 400; text-transform: uppercase; cursor: pointer; }
.voltarMenuVisivelUser  							{ color: #FFF; }

.voltarSubMenu::before,
.voltarMenuVisivelUser::before {
	content: 'X';
	font-weight: 400;
	margin-right: .5em;
	display: inline-block;
}

.responsiveMenu .container  						{ position: relative; height: 100%; }
.responsiveMenu nav 								{ position: relative; z-index: 100; width: 100%; height: auto; padding: 2.5em; margin: 0; }
.responsiveMenu nav a  								{ display: block; position: relative; width: 100%; line-height: 3; font-size: 1.5em; color: #fff; padding: 0 .5em; }
.responsiveMenu nav a::after  						{ content: ""; display: block; position: absolute; top: 50%; right: 0; width: 0; height: 0; border-style: solid; border-width: 8.5px 0 8.5px 10px; border-color: transparent transparent transparent rgba(255,255,255,.3); }
.responsiveMenu nav a:hover  						{ background-color: rgba(255,255,255,.2) }
.responsiveMenu nav a:hover::after  				{ border-color: transparent transparent transparent rgba(255,255,255,1); }
.responsiveMenu div.superMenu  						{ position: absolute; top: 0; left: -100%; z-index: 200; width: 100%; height: 100%; padding: 2.5em; background-color: #FFF; overflow: hidden; }
.responsiveMenu div.superMenu.abreMenu  			{ top: 0; left: 2em; width: calc(100% - 2em); }
.responsiveMenu div.superMenu a  					{ display: block; width: 100%; line-height: 3; font-size: 1.5em; color: #000; padding: 0 .5em; }


/*

	#coverHero
	
========================================== */
#coverHero 											{ position: relative; z-index: 100; margin-top: 40px; overflow: hidden; }
#coverHero::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
#coverHero.frontPage::before {
	display: none;
}
#coverHero::after 									{ content: ""; position: relative; z-index: 110; display: block; width: 100%; height: 187px; margin-top: -7.7em; background-image: url('../img/back/macarrao01.png'); background-position: center; background-repeat: no-repeat }
#coverHero figure.cover 							{ position: relative; width: 100%; height: 100%; z-index: 100; }
#coverHero .setas-voo								{ position: absolute; bottom: 15%; color: white; left: 50%; cursor: pointer; z-index: 1;}
#coverHero .setas-voo img.setas 					{ position: relative; }
#coverHero img.setas 								{ width: 36px; height: auto; position: absolute; opacity: 1; bottom: 25%; visibility: visible; left: 50%; margin-left:-18px; z-index: 11; cursor: pointer;}
#coverHero img 										{ display: block; width: 100%; border: none; visibility: hidden; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }
#coverHero.frameBox::after 							{ position: absolute; bottom: -1em; left: 0; margin-top: 0; }

#coverHero.frameBox .container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 200;
	margin-top: 0;
	-moz-transform:  	translateX(-50%) translateY(-50%);
	-webkit-transform: 	translateX(-50%) translateY(-50%);
	-o-transform: 		translateX(-50%) translateY(-50%);
	-ms-transform: 		translateX(-50%) translateY(-50%);
	transform: 			translateX(-50%) translateY(-50%);
}

#coverHero.frameBox .container p,
#coverHero.frameBox .container h1,
#coverHero.frameBox .container a  							{ color: var(--branco-color); text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);}
#coverHero.frameBox .container.colorBrancoBox ul::before  	{ background-color: #FFF; }
#coverHero.frameBox .container.colorBrancoBox ul li::before { color: #FFF; }
#coverHero.frameBox .container.colorBlueBox p,
#coverHero.frameBox .container.colorBlueBox h1,
#coverHero.frameBox .container.colorBlueBox a  				{ color: var(--azulClaro-color); text-shadow: 0px 3px 7px rgba(0, 0, 0, 0);}
#coverHero.frameBox .container.colorBlueBox ul::before  	{ background-color: var(--azulEscuro-background-color); }
#coverHero.frameBox .container p  							{ font-size: 20px; font-family: "Gotham"; line-height: 1.688; font-weight: 400; }
#coverHero.frameBox .container h1  							{ font-size: var(--font32-base); font-family: "Gotham"; line-height: 0.9; font-weight: 500; }
#coverHero.frameBox .container a  							{ font-size: var(--font18-base); font-family: "Gotham"; line-height: 2.049; }
#coverHero.frameBox .container ul::before  					{ content: ""; display: inline-block; width: 40px; height: 2px; margin: 1em 10px 0 0; }
#coverHero.frameBox .container ul.semBefore::before 		{ display: none; }
#coverHero.frameBox .container ul.semBefore a 				{ font-size: 1em }
#coverHero.frameBox .container ul li::before  				{ content: "»"; margin: 0 .3em; display: inline-block; color: #066BB0; }
#coverHero.frameBox .container ul li:first-child::before  	{ display: none; }


/*

Banner

========================================= */
.navigationBanner {
    position: absolute;
    height: 20px;
    width: 500px;
    bottom: 23%;
    margin-left: 135px;
}

.navigationBanner li {
    float: left;
    margin: 0 6px;
    width: 57px;
    height: 8px;
}

.navigationBanner a {
    display: block;
    text-indent: -10000px;
    height: 100%;
    background: #FFF;
    border-radius: 6px;
}
.navigationBanner a.ativo {
    background: #FFD307;
}
.frontPage {
	height: 96%;
}

.frontPage figure {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    visibility: hidden;
    opacity: 0;
    top: 0;
    position: absolute;
    transition: visibility 0.8s, opacity 0.8s linear;
}

.frontPage:after {
    bottom: -74px;
    position: absolute !important;
}

#play {
    background: none;
    text-indent: 0;
    font-size: 19px;
    color: #fff;
    border: 0;
    margin-left: 5px;
    display: initial;
    position: relative;
    top: -7px;
}

.conteudoBanner {
    top: 30%;
    left: 135px;
    position: absolute;
    width: 40%;
}

.conteudoBanner h1 {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.conteudoBanner p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
}

.conteudoBanner em {
    color: #ffdd00;
    font-style: normal;
    font-family: Javacom;
    font-size: 85px;
    display: block;
    margin: 62px 0 40px;
}

.saiba-mais {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #FFF;
    width: 235px;
    padding: 14px 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 22px;
    text-align: center;
}

/*

	.planosDeVoos
	
========================================== */
#planoDeVoosBox .navPainel 							{ margin-top: 0; }
.planosDeVoos  										{ overflow: hidden; /* apenas como um recurso... */ }
.planosDeVoos .container 							{ padding: 0; }
.planosDeVoos .navPainel  							{ padding-bottom: 5px; border-bottom: 2px solid #d9d9d9; margin-top: 60px; }


.planosDeVoos a.iconVoo  							{ position: relative; display: inline-block; height: 36px; line-height: 36px; font-size: 20px; padding: 0 2em; font-family: "Gotham"; font-weight: 500; color: rgba(0, 0, 0, 0.5); }
.planosDeVoos a.iconVoo.painel  					{ /*padding-left: 0;*/ }
.planosDeVoos a.iconVoo.painel,
.planosDeVoos a.iconVoo.painel:hover  				{ color: rgba(0, 0, 0, 1); }
.planosDeVoos a.iconVoo.ativo,
.planosDeVoos a.iconVoo:hover  						{ color: var(--azulClaro-color); }
.planosDeVoos a.iconVoo.ativo::after  				{ content: ""; display: block; position: absolute; bottom: -7px; left: 0; width: 100%; height: 4px; background-color: var(--azulClaro-border-color); }
.planosDeVoos a.iconVoo.painel, 
.planosDeVoos a.iconVoo strong  					{ font-weight: 700; }
.planosDeVoos a.iconVoo::before  					{ content: "";  display: inline-block; height: 36px; margin: -1px 6px -5px 0; background-image: url('../img/sprite/painelVoo.png'); background-repeat: no-repeat; }
.planosDeVoos a.iconVoo.painel::before  			{ display:none; width: 33px; background-position: 0 0; }
.planosDeVoos a.iconVoo.partidas::before  			{ width: 43px; background-position: -93px 0; }
.planosDeVoos a.iconVoo.partidas:hover::before,
.planosDeVoos a.iconVoo.partidas.ativo::before  	{ background-position: -42px 0; }
.planosDeVoos a.iconVoo.chegadas::before  			{ width: 42px; background-position: -194px 0; }
.planosDeVoos a.iconVoo.chegadas:hover::before,
.planosDeVoos a.iconVoo.chegadas.ativo::before  	{ background-position: -145px 0; }

.planosDeVoos form  								{ position: relative; display: block; height: 36px; }
.planosDeVoos form input[type="text"]  				{ display: block; width: 100%; height: 36px; position: relative; padding-top: 11px; z-index: 10; font-size: 20px; font-family: "Gotham"; font-weight: 500; color: rgba(0, 0, 0, 0.5); background: transparent; border: none; outline: none; -webkit-appearance: none !important;   -moz-appearance: none !important;   appearance: none !important; }
.planosDeVoos form input[type="submit"]  			{ display: block; position: absolute; top: 12px; right: 15px; width: 24px; height: 24px; background-image: url('../img/icone/lupa.svg'); background-position: center; background-repeat: no-repeat; cursor: pointer; background-color: transparent; -webkit-appearance: none !important;  -moz-appearance: none !important;  appearance: none !important; }

.planosDeVoos .horario 								{ width: 9%; }
.planosDeVoos .estimado 							{ width: 9%; }
.planosDeVoos .destino 								{ width: 21%; }
.planosDeVoos .companhia 							{ width: 12%; }
.planosDeVoos .voo 									{ width: 6%; }
.planosDeVoos .checkin 								{ width: 8%; }
.planosDeVoos .portao 								{ width: 7%; }
.planosDeVoos .status 								{ width: 12%; }
.planosDeVoos .lineTabela  							{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.planosDeVoos .lineTabela.head 						{ margin-top: 2em; }
.planosDeVoos .celulaBox 							{ text-align: center; font-size: 16px; font-weight: 400; font-family: "Gotham"; color: var(--preto-color); line-height: 1.25; }
.planosDeVoos .celulaBox strong  					{ font-size: 20px; font-weight: 700; color: var(--azulClaro-color); text-transform: uppercase; }
.planosDeVoos em 									{ font-style: normal; }
.planosDeVoos .celulaBox em img						{ width: 113px; height: 40px; display: block; margin: 0 auto; }
.planosDeVoos .celulaBox.status.embarque  			{ color: #50b848; font-weight: 700; }
.planosDeVoos .btn.fillBlue  						{ margin: 2em 0 4em; }
/*

	.video
	
========================================== */
.video  											{ position: relative; width: 100%; height: 665px; overflow: hidden; }
.video.videoHome  									{ width: calc(100% - 120px); margin: 0 auto 2em; } 
.video::before  									{ content: ""; position: absolute; top: 0; bottom: 0; z-index: 10; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.25); }
.video .container  									{ position: relative; z-index: 20; height: 100%; }
.video .container .row  							{ height: 100%; }
.video aside,
.video article  									{ height: 100%; }

a.abrirVideo  										{ display: block; width: 118px; height: 118px; background-image: url('../img/icone/play.svg'); background-repeat: no-repeat; background-position: center; }
.video .content  									{ color: #FFF; width: 100%; max-width: 24em; }
.video .content h2  								{ font-family: "Gotham"; font-size: var(--font36-base); font-weight: 700; }
.video .content p  									{ font-family: "Gotham"; font-size: var(--font24-base); font-weight: 400; }
.video .content a  									{ margin-top: 5em; }

.cameras-stream                                     { width: 100%;  padding: 0px 0px !important; position: relative; height: 600px;}
.cameras-stream .camera-1                           { width: 50%; float: left; background-image:url('/pages/floripaairport/images/img/video1.jpg'); z-index: 1;}
.cameras-stream .camera-2                           { width: 50%; float: right; background-image:url('/pages/floripaairport/images/img/video2.jpg'); z-index: 1;}
.cameras-stream .textos-stream                      { position: absolute; top: 230px; left: 50%; z-index: 60; max-width: 30em; margin-left: -15em;}
.cameras-stream .position-cam                       { position: relative; padding: 0px; max-height: 600px; max-width: 100%;}
.cameras-stream .txt-camera                         { position: absolute; bottom: 10px; right: 10px; color: white; }

/*

	.acessoRapido
	
========================================== */
.acessoRapido  										{ overflow: hidden; }
.acessoRapido .container  							{ width: calc(100% - 120px); margin: 0 auto; }
.col_Custom_46p  									{ width: 49%; }
.acessoRapido .container 							{ max-width: 100%; }
.height655px  										{ height: 27.85em ; }
.height430px  										{ display: block; height: 430px; }
.acessoRapido .linkNav.big,
.acessoRapido .linkNav  							{ position: relative; font-size: var(--font24-base); font-family: "Gotham"; font-weight: 400; line-height: 1.108; color: #FFF; }
.acessoRapido .linkNav strong  						{ font-size: var(--font32-base); font-weight: 700; display: block; }
.acessoRapido .linkNav.big strong   				{ font-size: var(--font48-base); font-weight: 700; }
.acessoRapido .linkNav em  							{ font-style: normal; font-weight: 300; }
.acessoRapido .linkNav.big  						{ font-size: var(--font32-base); }
.acessoRapido .linkNav .content  					{ position: relative; z-index: 30; padding: 70px; height: 100%; }
.acessoRapido .linkNav.big .content  				{ padding: 90px; }
.acessoRapido .linkNav::before  					{ content: ""; position: absolute; top: 0; left: 0; z-index: 5; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }
.acessoRapido .linkNav img  						{ display: block; width: 100%; border: none; visibility: hidden; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }
.acessoRapido .linkNav .iconBox  					{ display: block; position: absolute; bottom: 70px; left: 3.5em; z-index: 30; width: 24px; height: 24px; background: url('../img/icone/abrir.svg') center center no-repeat; }
.acessoRapido .linkNav.big .iconBox  				{ left: 2.8em; }
.acessoRapido .doislinks a:nth-child(1)  			{ margin-bottom: 1.3em; }
/*

	.imprensa
	
========================================== */
.imprensa  											{ 
	position: relative; 
	margin-top: 5em; 
	padding-top: 160px; 
	background-image: -moz-linear-gradient( 90deg, rgb(255,222,0) 49%, rgb(169,204,52) 100%); 
	background-image: -webkit-linear-gradient( 90deg, rgb(255,222,0) 49%, rgb(169,204,52) 100%); 
	background-image: -ms-linear-gradient( 90deg, rgb(255,222,0) 49%, rgb(169,204,52) 100%);
	
}
.imprensa .row {position: relative; z-index: 150;}
.imprensa::before  									{ content: ""; display: block; position: absolute; top: -19px; left: 0; width: 100%; height: 152px; background-image: url('../img/back/macarrao02.png'); background-position: center; background-repeat: no-repeat; }
.imprensa h2  										{ position: relative; display: block; font-size: 22.567px; font-family: "Gotham"; font-weight: bold; margin-bottom: 3em; }
.imprensa h2::before,
.imprensa h2::after  								{ content: ""; display: inline-block; width: 6em; height: 1px; margin: 6px 1em; background-color: rgba(0,0,0,.2); }
.imprensa figure  									{ position: relative; width: 100%; }
.imprensa figure a  								{ display: block; }
.imprensa figure img  								{ width: 100%; display: block; }
.imprensa figure a::before  						{ content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }
.imprensa ul:hover li {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.imprensa ul:hover li a::before {
	background-color: rgba(0,0,0,.7);
} 
.imprensa ul:hover li:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.imprensa ul:hover li:hover a::before {
	background-color: rgba(0,0,0,0);
} 
.imprensa time  									{ font-size: 14px; font-family: "Gotham"; color: var(--azulEscuro-color); line-height: 1.2; font-style: 500; }
.imprensa p a  										{ font-size: 13.54px; font-family: "Gotham"; color:var(--preto-color); font-weight: 700; line-height: 1.2; }
.imprensa .btn  									{ margin: 5em 0; }

/*

	.footerBox
	
========================================== */
.footerBox  										{ padding-top: 6em; padding-bottom: 1em; position: relative; z-index: 100; background-color: var(--azulEscuro-background-color); }
.footerBox::before  								{ content: ""; display: block; position: absolute; left: 0; bottom: 3.9em; z-index: 20; width: 48%; height: 6px; background-color: #ffde00; }
.footerBox::after  									{ content: ""; display: block; position: absolute; right: 0; bottom: 0; z-index: 20; width: 961px; height: 798px; background-image: url('../img/back/object1.png'); -webkit-background-size: contain;   -moz-background-size: contain;   -o-background-size: contain;   background-size: contain;  }
.footerBox .container 								{ padding: 0; position: relative; z-index: 30; }

.footerBox nav  									{ margin-bottom: 4em; }
.footerBox nav h2  									{ margin-bottom: 2em; }
.footerBox nav h2,
.footerBox nav h2 a  								{ font-size: 18px; font-family: "Gotham"; color: rgb(255, 222, 0); font-weight: 700; line-height: 1.2; }

.footerBox nav ul li a  							{ display: block; padding: .5em 0; font-size: 14px; font-family: "Gotham"; color: rgba(255, 255, 255, 0.749); line-height: 1.2; font-weight: 400; } 
.infosAdicionais  									{ font-size: 14px; font-family: "Gotham"; color: var(--branco-color); line-height: 1.875; font-weight: 300; }
.infosAdicionais li:first-child  					{ margin-bottom: 3em; }

.footerBox a.f_icon 								{ margin: 2px 0 0 1em; }
.socialFooter h2 {
	margin-bottom: 0 !important;
}

.powered  											{ width: 100%; font-size: 14px; padding: 1em 0; font-family: "Gotham"; color: rgba(255, 255, 255, 0.749); line-height: 2.143; font-weight: 300; background-color: var(--preto-background-color); }
.powered .container  								{ padding: 0; }
.powered a.logoNVX  								{ display: block; width: 57px; height: 19px; background: url('../img/logo-nvx.png') center center no-repeat; opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50); }
/*

	.boxSobre
	
========================================== */
.boxSobre  											{ padding: 5em 0;  }
.boxSobre .gcBox p 									{ text-align: justify; text-justify: inter-word; }
.boxSobre b 										{ font-weight: bold;}
.boxSobre .row 										{ margin-bottom: 10em; }
.boxSobre .row:last-child 							{ margin-bottom: 0; }
.boxSobre article 									{ font-size: var(--font18-base); padding: 0 0 0 5em; }
.boxSobre .col-8  									{ text-align: center; }
.boxSobre .col-8 h2, .boxSobre .col-10 h2			{ margin-bottom: 1em; }
h2.subtitulo2  										{ display: block; margin-bottom: 1.3em; font-size: var(--font32-base); font-family: "Gotham"; color: rgb(0, 0, 0); line-height: 1.2; font-weight: 300; }
p.projetos  										{ line-height: 32px; }
.listaSimplesAccordion  							{ list-style: none !important; }
.listaSimplesAccordion li  							{ overflow: hidden; }
.listaSimplesAccordion .link  						{ display: block; position: relative; padding: 5px 0; font-size: 24px; font-family: "Gotham"; color: rgb(0, 0, 0); font-weight: 700; line-height: 1.2; }
.listaSimplesAccordion .link::before,
.listaSimplesAccordion .link::after  				{ content: ""; display: block; width: 10px; height: 2px; position: absolute; top: 18px; right: 18px; background-color: #000; }
.listaSimplesAccordion .link::before  				{ -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.listaSimplesAccordion div.gcBox  					{ padding: 2em; }
.ui-state-active.link::before  						{ -moz-transform: rotate(0); -webkit-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

.accordion li 										{margin-bottom: 10px;}

.boxSobre .fixLogo img{
	display: block;
	width: 70%;
	border: none;
}

.boxSobre.sobreGeral article{
	padding-left: 0 !important;
}
.boxSobre.sobreGeral .row:nth-child(1) {
	margin-bottom: 0;
}
.listaItensBox {
	margin-bottom: 5em;
}
.listaItensBox h2.subtitulo{
	margin-bottom: 1em;
}
.boxSobre .row article h1 {
    font-family: Javacom;
    font-size: 70px;
    line-height: 130px;
    padding-top: 50px;
    text-align: left;
}
.boxSobre .row:nth-child(2) article h1 {
    color: #50B848;
}
.boxSobre .row:nth-child(3) article h1 {
    color: #FFC20E;
}
.boxSobre .row:nth-child(4) article h1 {
    color: #0072BC;
}
.boxSobre .row article ul li,
.boxSobre .row article p {
    font-family: "Gotham";
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
}
.boxSobre .row article h2 {
    font-family: "Gotham";
    font-size: 20px;
    line-height: 100%;
    text-align: left;
    color: #0072BC;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*

	.boxTour
	
========================================== */
.boxTour  											{ padding: 5em 0;  }
.boxTour .gcBox p 									{ text-align: justify; text-justify: inter-word; }
.icone  										    { font-weight: bold; margin-right: 5px; float: left; }
.icone img 											{ margin: 3px 5px 0 0; }
.boxTour .row 										{ margin-bottom: 10em; }
.boxTour .row:last-child 							{ margin-bottom: 0; }
.boxTour article 									{ font-size: var(--font18-base); padding: 0 0 0 5em; }
.boxTour .col-8  									{ text-align: center; }
.boxTour .col-8 h2, .boxTour .col-10 h2			    { margin-bottom: 1em; }
.tourTerminais										{ float: left; margin-bottom: 50px;}
.terminalAtual										{ float: left; }
.terminalNovo 										{ float: right; }
article.terminalAtual, article.terminalNovo 		{ width: 40%; padding: 0; }
.boxTour article.terminalAtual p, 
.boxTour article.terminalNovo p  					{ text-align: left; }
.formTour											{ margin-top: 70px; }
.dataTour											{ background: url(../img/icone/date.png) no-repeat; background-position-x: 100%; }
.ui-state-active.link::before  						{ -moz-transform: rotate(0); -webkit-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

/*

	.boxEstatisticas
	
========================================== */
.boxEstatisticas  									{ padding: 5em 0;  }
.boxEstatisticas article 							{ font-size: var(--font18-base); padding: 0 0 0 5em; }
.boxEstatisticas .col-4  							{ max-width: 34.333333%; margin-right: 16%; }
.boxEstatisticas .gcBoxCustom h2 					{ line-height: 31px; margin-bottom: 38px; color: #C3C1C1; font-weight: 700; margin-top: 0; cursor: pointer;}
.boxEstatisticas .gcBoxCustom h2.ativo				{ color: #2073c0; }

.boxEstatisticas .estatisticasAccordion h2 			{ font-size: 25px; border-bottom: 1px solid #C3C1C1; padding-bottom: 15px; color: #2073c0; position: relative; margin-bottom: 28px; }
.boxEstatisticas .estatisticasAccordion h2::after 	{ content: ""; display: block; position: absolute; bottom: 50%; right: 4%; width: 0; height: 0; border-style: solid; border-width: 10px 8.5px 0 8.5px; border-color: rgba(0,0,0,.2) transparent transparent transparent; }
.boxEstatisticas h2.ui-state-active::after 			{ border-width: 0 8.5px 10px 8.5px; border-color: transparent transparent rgba(0,0,0,.2) transparent; }

.estatisticasAccordion div ul 						{ padding: 20px; padding-top: 5px; }
.estatisticasAccordion ul li, 
#balanco_anual_box ul li,
#balanco_anual_mobile_box ul li 					{ font-size: 16px; text-decoration: none; list-style: none !important; background: url(../img/icone/pdf.png) no-repeat; background-position: left; }
.estatisticasAccordion ul li a, 
#balanco_anual_box ul li a,
#balanco_anual_mobile_box ul li a					{ margin-left: 30px; }

.login-estatisticas {
    width: 282px;
    text-align: center;
}

.login-estatisticas h1 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
}

.login-estatisticas input {
    width: 100%;
    padding: 18px 18px 18px 32px;
    font-family: 'Gotham';
    font-weight: 400;
}

.login-estatisticas form input::placeholder {
    font-size: 12px;
    color: #B5B5B5;
}
.login-estatisticas form input[type="text"] {
    border-radius: 3px 3px 0 0;
    border: 1px solid #D5D5D5;
    background: url(../img/icone/user.png) no-repeat;
    background-position-y: 50%;
    background-position-x: 11px;;
}

.login-estatisticas form input[type="password"] {
    border-radius: 0 0 3px 3px;
    border: 1px solid #D5D5D5;
    border-top: none;
    background: url(../img/icone/pass.png) no-repeat;
    background-position-y: 50%;
    background-position-x: 11px;;
}

.login-estatisticas input[type="submit"] {
    background: #003663;
    font-family: 'Gotham Black';
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 18px;
    margin: 10px 0 30px;    
    border-radius: 6px;
    cursor: pointer;
}

.login-estatisticas p {
    font-size: 13px;
    font-weight: 400;
}

.login-estatisticas a {
    text-decoration: underline;
    display: block;
}


/*

	section.guideBox
	
========================================== */
section.guideBox  									{ overflow: hidden; margin-top: 3.75em; }
section.guideBox img  								{ width: 100%; border: none; display: none; }
section.guideBox article  							{ padding: 10em 2.5em; font-size: var(--font18-base); font-family: "Gotham"; font-weight: 400; color: var(--branco-color); line-height: 1.2; background-color: var(--azulEscuro-background-color); }
section.guideBox article h2  						{ display: block; margin-bottom: .5em; font-size: var(--font36-base); font-family: "Gotham"; font-weight: 700; }
section.guideBox article p  						{ display: block; margin-bottom: 5em; }

/*

	section.guideBox
	
========================================== */
.itemInfoServicoAeroPorto  							{ overflow: hidden; font-family: "Gotham"; color: var(--preto-color); margin-bottom: 5em; }
.itemInfoServicoAeroPorto figure img  				{ display: block; width: 100%; border: none; }
.itemInfoServicoAeroPorto h2  						{ display: block; font-size: var(--font24-base); font-weight: 500; line-height: 1.25; }
.itemInfoServicoAeroPorto p  						{ font-size: var(--font18-base); line-height: 1.667; font-weight: 400; }
.itemInfoServicoAeroPorto strong  					{ display: block; font-size: 16px; line-height: 1.875; font-weight: 700; }
.itemInfoServicoAeroPorto em  						{  font-style: normal; display: block; font-size: 14px; line-height: 1.5; }
.itemInfoServicoAeroPorto ul  						{ margin-top: 2em; font-size: var(--font18-base); }
.itemInfoServicoAeroPorto ul li,
.itemInfoServicoAeroPorto div.row  					{ margin-top: 1em; padding-top: 1em; border-top: 1px solid #e9e9e9; }
.itemInfoServicoAeroPorto div.row  					{ margin-top: 3em; padding-top: 3em; }
.itemInfoServicoAeroPorto ul li:first-child,
.itemInfoServicoAeroPorto div.row:first-child  		{ margin-top: 0; padding-top: 0; border-top: none; }

/*

	nav.sidebarBox
	
========================================== */
.sobreAirport 										{ padding-left: 1em; }
.sobreAirport .sidebarBox .gcBox 					{ padding-left: 2em; }
nav.sidebarBox  									{ margin-bottom: 3em; }
nav.sidebarBox h2 									{ display: block; font-size: var(--font24-base); font-family: "Gotham"; color: var(--preto-color); font-weight: 700; line-height: 1.25; margin-bottom: 1em; }
nav.sidebarBox ul:hover li  						{ opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40); }
nav.sidebarBox ul:hover li:hover  					{ opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
nav.sidebarBox a  									{ position: relative; display: block; padding-left: 2em; font-size: var(--font18-base); font-family: "Gotham"; color: var(--preto-color); font-weight: 400; line-height: 2; overflow: hidden; }
nav.sidebarBox a::before  							{ content: ""; position: absolute; top: 50%; left: -2em; display: block; width: 1.7em; height: 1px; background-color: var(--preto-background-color); }
nav.sidebarBox a.ativo  							{ font-weight: 700; }
nav.sidebarBox a:hover::before,
nav.sidebarBox a.ativo::before  					{ left: 0; }

/*

	.paginacao
	
========================================== */
.paginacao.row 										{ margin: 0; margin-top: 2em;}
.paginacao  										{ overflow: hidden; position: relative;  padding-top: 2em; font-size: 14px; font-family: "Gotham"; font-weight: 500; line-height: 1.8; border-top: 2px solid #e9e9e9; }
.paginacao .inativo,
.paginacao .ativo  									{ margin: 0 1em; }
.paginacao .inativo  								{ color: #a7a9ac; }
.paginacao .ativo  									{ color: #000; font-weight: 700; }
.paginacao .prev,
.paginacao .next  									{ display: block; position: absolute; top: 2em; width: 25px; height: 25px; background: url("../img/icone/seta.svg") ; text-indent: -9999px  !important;  overflow: hidden  !important;  outline: none  !important; }
.paginacao .prev  									{ left: 0; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.paginacao .next  									{ right: 0; }

/*

	.guiaPassageiro
	
========================================== */
#guia .citacao  									{ padding-left: 0; }
.guiaPassageiro  									{ display: block; font-size: var(--font24-base); font-family: "Gotham"; font-weight: 700; line-height: 2.5;  }
.guiaPassageiro a  									{ display: block; width: 100%; color: #c3c1c1; }
.guiaPassageiro a.ativo,
.guiaPassageiro a:hover  							{ color: rgb(0, 114, 188); }
.guiaRespostas h2 									{ position: relative; display: block; padding: 1em 0; font-size: var(--font18-base); font-family: "Gotham"; color: rgb(0, 114, 188); font-weight: bold; text-transform: uppercase; line-height: 1.6; border-bottom: 1px solid rgba(0,0,0,.2); cursor: pointer; }
.guiaRespostas h2::after  							{ content: ""; display: block; position: absolute; top: 50%; right: 0; width: 0; height: 0; border-style: solid; border-width: 10px 8.5px 0 8.5px; border-color: rgba(0,0,0,.2) transparent transparent transparent; }
.guiaRespostas ul  									{ padding:0 1em ; }
.guiaRespostas .link  								{ font-size: var(--font18-base); font-family: "Gotham"; font-weight: 400; color: rgb(0, 0, 0); line-height: 2; }
.guiaRespostas .listaSimplesAccordion div.gcBox  	{ padding: 1em; font-size: 16px; }
.guiaRespostas .listaSimplesAccordion li  			{ border-top: 1px solid #c3c1c1; }
.guiaRespostas .listaSimplesAccordion li:first-child  	{ border-top: none; }
.tarifasTabela  									{ font-size: var(--font18-base); font-family: "Gotham"; font-weight: 400; color: rgb(0, 0, 0); }
.tarifasTabela .headBox  							{ color: rgb(167, 169, 172); }
.tarifasTabela li.row  								{ padding: 15px 0; margin-bottom: 0 !important; }
.tarifasTabela em  									{ font-style: normal; }
/*

	.servicos
	
========================================== */
#servicos  											{ margin-bottom: 5em; }
.servicosHead.row 									{ margin: 0; }
.servicosHead .subtitulo  							{ font-size: 24px; font-family: "Gotham"; color: rgb(0, 0, 0); font-weight: bold; line-height: 1.25; }

nav.servicos a  									{ display: block; position: relative; width: 32%; margin: .3em; height: 230px; border-width: 1px; border-color: rgb(167, 169, 172); border-style: solid; }
nav.servicos a img  								{ display: block; width: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; margin: auto; max-width: 200px; max-height: 110px; border:0; }
nav.servicos a div.front  							{ position: absolute; top: 0; left: 0; z-index: 20; width: 100%; height: 100%; padding: 1em 1em; color: #FFF; text-align: center; visibility: hidden; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); background-color: rgb(77, 184, 72); }
nav.servicos a div.front em 						{ font-size: 16px; font-style: normal; font-weight: 400; }
nav.servicos a div.front strong 					{ font-size: var(--font18-base); font-weight: 700; }
nav.servicos a:hover div.front 						{ padding: 2em 1em; visibility: visible; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
nav.servicos a::after  								{ content: ""; display: block; position: absolute; left: 50%; bottom: .5em; z-index: 30; width: 24px; height: 24px; background-image: url('../img/icone/abrir.svg'); }
nav.servicos a:hover::after  						{ bottom: 2em; }
.fixMarginTop5em  									{ margin-top: 5em; }
nav.servicos.promocoes a 							{ width: 31%; margin: .57em; } 
nav.servicos div.desc  								{ width: 110px; position: absolute; top: 2em; right: -10px; z-index: 40; font-size: 14px; font-family: "Gotham"; color: rgb(255, 255, 255); font-weight: 700; padding:.5em; line-height: 1; background-color: rgb(0, 114, 188); }
nav.servicos div.desc em  							{ font-style: normal; display: block; }
nav.servicos div.desc span  						{ display: block; font-size: var(--font24-base); }

/*

	.EVENTOS
	
========================================== */
.eventos  											{ margin-bottom: 5em; }
.itemEvento.row  									{ margin: 1em 0 0; margin-bottom: 3em; }
.itemEvento .preview  								{ padding-left: 0; }
.itemEvento .preview a,
.itemEvento .preview img  							{ display: block; width: 100%; max-width: 300px; margin: 0 auto; border: none; }
.eventos.viewPage .contentBox  						{ padding: 1em 0; margin-top: .5em; border-top: 1px solid var(--preto-border-color); }
.eventos.viewPage .subtitulo,
.contentBox h2 										{ display: block; padding: .5em 0; margin-bottom: .5em; font-size: var(--font24-base); font-family: "Gotham"; color: var(--preto-color); font-weight: bold; line-height: 1.25; border-bottom: 1px solid var(--preto-border-color); }
.eventos.viewPage .subtitulo  						{ padding: 0 0 .5em; border-bottom: none; }
.contentBox ul  									{ font-size: var(--font18-base); font-family: "Gotham"; color: var(--preto-color); line-height: 1.875; }
.contentBox strong  								{ display: block; padding-left: 0; font-weight: 700; }
.contentBox em  									{ display: block; font-style: normal; font-weight: 400; }
.contentBox a.btn.short  							{ margin-top: 2em; padding: 1em 3em; }
.relacionados  										{ padding: 6em 0; background-color: #F5F5F5; overflow: hidden; margin-bottom: 3em; }
.relacionados .container:hover .itemRelacionados  	{ -webkit-filter: grayscale(1) ; filter: grayscale(1) ;  }
.relacionados .container:hover .itemRelacionados:hover  { -webkit-filter: grayscale(0) ; filter: grayscale(0) ; }
.relacionados .container > h2  						{ width: 100%; display: block; margin-bottom: 3em; text-align: center; font-size: var(--font24-base); font-family: "Gotham"; color: #000; font-weight: 700; line-height: 1.25; }
.itemRelacionados figure,
.itemRelacionados img,
.itemRelacionados a 								{ display: block; width: 100%; max-width: 360px; margin: 0 auto; border: none; }
.itemRelacionados h2,
.itemRelacionados h2 a  							{ font-size: var(--font24-base); font-family: "Gotham"; color: #939598; font-weight: 700; line-height: 1.2; }
.itemRelacionados:hover h2 a  						{ color: #000; }
/*

	.imprensa
	
========================================== */
.imprensaPage  										{ position: relative; z-index: 300; margin-bottom: 5em; }
.filtrarImprensa.row  								{ position: relative; z-index: 600; margin:1em 0 1em; border-bottom: 1px solid #E9E9E9; }
.filtrarImprensa h2  								{ display: block; position: relative; padding: 0.5em 1.5em 0.5em .5em; font-size: 16px; font-family: "Gotham"; color: #939598; font-weight: 400; line-height: 20px; text-align: left; }
.filtrarImprensa h2::before  						{ content: ""; display: inline-block; width: 4px; height: 20px; margin: -3px 10px; background: url('../img/icone/filtro.svg') center no-repeat; }
.filtrarImprensa ul  								{ border-left: 1px solid #E9E9E9; }
.filtrarImprensa h2  								{ border-left: 1px solid #E9E9E9; }
.filtrarImprensa ul li  							{ border-right: 1px solid #E9E9E9; }
.filtrarImprensa ul li:first-child                  { display: none; }
.filtrarImprensa a  								{ display: block; padding: 0.5em 1.5em; font-size: 16px; font-family: "Gotham"; font-weight: 700; line-height: 20px; color: #939598; }
.filtrarImprensa a.ativo,
.filtrarImprensa a:hover  							{ color: #4DB848; }

.itemImprensa  										{ margin-bottom: 3em; }
.itemImprensa figure,
.itemImprensa img,
.itemImprensa a 								 	{ display: block; width: 100%; max-width: 360px; margin: 0 auto; border: none; }
.itemImprensa time 								 	{ font-size: var(--font18-base); font-family: "Gotham"; font-weight: 400; color: rgba(0, 0, 0, 0.6); line-height: 1.2; }
.itemImprensa h2,
.itemImprensa h2 a  							 	{ font-size: var(--font24-base); font-family: "Gotham"; color: #939598; font-weight: 700; line-height: 1.2; }
.itemImprensa:hover h2 a  						 	{ color: #000; }
.itemImprensa div  									{ padding: 1em; }
.imprensaPage.viewBox .infoPost 					{ padding: 0.5em 0; margin-bottom: 1em; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: rgb(0, 0, 0); line-height: 1.875; border-bottom: 1px solid #e9e9e9; }
.imprensaPage.viewBox .infoPost li  				{ padding-left: 2em; margin-left: 2em; border-left: 3px solid #e9e9e9; }
.imprensaPage.viewBox .infoPost li:first-child  	{ padding-left: 0; margin-left: 0; border-left: none; }
.imprensaPage.viewBox .infoPost strong  			{ font-weight: 700; }
.imprensaPage.viewBox .infoPost a  					{ display: block; font-weight: 700; color: rgb(0, 0, 0); }
.imprensaPage.viewBox .infoPost a::before  			{ content: "#"; display: inline-block; }
.imprensaPage.viewBox h2  							{ display: block; margin-bottom: 1em; font-size: var(--font18-base); font-family: "Gotham"; color: rgb(0, 0, 0); font-weight: 700; line-height: 1.667; }
.galeriaFotos li  									{ margin-bottom: 2em; }
.galeriaFotos a,
.galeriaFotos img 									{ display: block; width: 100%; }

/*

    .galeriadeFotos
    
========================================== */
#cycle-1                                            { position: relative; }
#cycle-1 div                                        { width:100%; } 
#cycle-2 .cycle-slide                               { border: 0; margin: 0 5px; }
#cycle-2 .cycle-slide-active                        { border:0px; opacity: 0.4;}
#galeriaGrande, #galeriaPequena                     {  position: relative; }
#galeriaGrande, #galeriaPequena, #cycle-1           { width: 100%; margin: auto; }
#galeriaGrande p                                    { padding: 20px 0; font-size: 14px; }
#galeriaPequena                                     { margin-top: 10px; }
#galeriaPequena p                                   { display: none; }
/*.cycle-slide img                                    { width: 47px; }*/
.cycle-slideshow img                                { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.setasGaleria .disabled                             { display: none; }
.setasGaleria a                                     { top: 50%; z-index: 101; position: absolute; }
.setasGaleria .setaRight                            { right: 0; }
.setasGaleria .setaRight i                          { margin-right: 10px; }
.setasGaleria .setaLeft i                           { margin-left: 10px; }
.setasGaleria .setaLeft                             { left: -1px; }
.setasGaleria .setaLeft img                         { height: 39px; width: 47px; }
.setasGaleria i                                     { font-size: 40px; color: #fff; }
.setasGaleriaPequena a                              { top: 0px; }
#galeriaPequena                                     { position: relative; }
#cycle-2 img                                        { height: 39px; width: 47px; vertical-align: top; overflow: hidden; }
#galeriaPequena .cycle-slide, 
#galeriaPequena .cycle-slide-active                 { width: 47px!important; }
.setas #setaMargin                                  { margin-right: 65%; top: 100px; }



/*

	.contato
	
========================================== */

.navPage  											{ margin-bottom: 1.5em; padding-bottom: .5em; font-size: var(--font24-base); font-family: "Gotham"; font-weight: 700; line-height: 1.2; text-align: left; border-bottom: 1px solid #e9e9e9 }
.navPage a  										{ display: block; padding: 0 1em; position: relative; color: #a7a9ac; }
.navPage a.ativo, 
.navPage a:hover  									{ color: #0556A7; }
.navPage a::before  								{ content: ""; display: block; position: absolute; left: 0; bottom: -.5em; width: 100%; height: 2px; background-color: transparent; }
.navPage a.ativo::before  							{ background-color: #0556A7; }
.contactForm div.select,
.contactForm div.attach,
.contactForm input[type="text"],
.contactForm textarea 								{ display: block; margin-bottom: 2.5em; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: #1c3c50; width: 100%; line-height: 1.5; background-color: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #bcbcbc; -webkit-appearance: none !important;  -moz-appearance: none !important;  appearance: none !important; outline: none; }
.contactForm textarea  								{ min-height: 13.7em; resize: none; }
.contactForm.trabalheConosco textarea 				{ min-height: 17.3em; }
.contactForm input[name="randomfield"]  			{ width: 8.5em; }
.contactForm label  								{ display: block; margin-left: 0.5em; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: #1c3c50; }
.contactForm input[type="submit"]  					{ display: inline-block; float: right; padding: 1em 3em; margin-top: -0.5em; font-size: 12px; line-height: 1; font-family: "Gotham"; font-weight: 700; color: var(--branco-color); text-transform: uppercase; background-color: var(--azulEscuro-background-color); -webkit-border-radius: 7px; border-radius: 7px; cursor: pointer; }
.contactForm select 								{ display: block; width: 100%; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: #1c3c50; background-color: transparent; border: none; position: relative; z-index: 1;  -webkit-appearance: none !important;  -moz-appearance: none !important;  appearance: none !important;}
.contactForm input[type="file"] 					{ display: block; width: 100%; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: rgba(28, 60, 80, 0.26); background-color: transparent; border: none; position: relative; z-index: 1;  -webkit-appearance: none !important;  -moz-appearance: none !important;  appearance: none !important;}
.contactForm div.select,
.contactForm div.attach 							{ position: relative; }
.contactForm div.select::after,
.contactForm div.attach::after 						{ content: ""; display: block; position: absolute; top: 50%; right: 0; }
.contactForm div.select::after 						{ content: ""; width: 0; height: 0; border-style: solid; border-width: 8px 7.5px 0 7.5px; border-color: #adadad transparent transparent transparent; }
.contactForm div.attach::after 						{ content: ""; width: 20px; height: 18px; background-image: url('../img/icone/anexar.svg'); }

.trabalheConosco .comoChegarBox 					{ margin-bottom: 4em; }
.comoChegarBox .citacao 							{ margin: 2em 0; font-size: var(--font24-base); }
.contatoBox01 										{ margin: 0 auto 5em; }
.sidebarContato 									{ margin-bottom: 5em; }
.sidebarContato h2 									{ margin-bottom: 1em; color: #0556A7; font-size: var(--font24-base); font-family: "Gotham"; font-weight: 700; line-height: 1.2; text-align: left; }
.sidebarContato div  								{ padding-left: 1em; }
.sidebarContato div > div 							{ position: relative; padding-left: 70px; margin-bottom: 1.5em; }
.sidebarContato div > div::before  					{ content: ""; display: block; position: absolute; top: 0; left: 0; background-image: url('../img/sprite/contato.png'); background-repeat: no-repeat; opacity: .2; -moz-opacity: .2; filter: alpha(opacity=20); }
.sidebarContato div > div.telefone::before   		{ content: ""; width: 39px; height: 34px; background-position: center top; }
.sidebarContato div > div.email::before   			{ content: ""; width: 42px; height: 28px; background-position: center bottom; }
.sidebarContato div > div em  						{ display: block; font-style: normal; font-size: var(--font18-base); font-family: "Gotham"; color: #1c3c50; line-height: 1.2; }
.sidebarContato div > div.telefone strong  			{ display: block; margin-bottom: 1em; font-size: var(--font24-base); font-family: "Gotham"; color: rgb(28, 60, 80); line-height: 1.2; font-weight: 400; }
.sidebarContato div > div.email strong  			{ display: block; margin-bottom: 1em; font-size: var(--font18-base); font-family: "Gotham"; color: rgb(28, 60, 80); font-weight: 700; line-height: 1.889; }
.sidebarContato div > div .lk-whats					{ position: relative; }
.sidebarContato div > div .lk-whats::before  		{ content: ""; width: 29px; height: 29px; display: block; position: absolute; top: 5px; left: -45px; background-image: url('../img/whatsapp.png'); background-repeat: no-repeat; }

.mapa  												{ margin-bottom: 4em; position: relative; z-index: 600; }
.mapBox  											{ width: 100%; height: 540px; }
.comoChegar  										{ margin: 4em 0 1em; }
.comoChegar h2  									{ font-size: 20px; font-family: "Gotham"; color: rgb(5, 86, 167); font-weight: 700; line-height: 1.9; }
.comoChegar address  								{ font-style: normal; font-size: 16px; font-family: "Gotham"; font-weight: 400; color: rgb(5, 86, 167); line-height: 1.333; }
.comoChegar input[type="text"]  					{ margin-bottom: 0; }
.comoChegar input[type="submit"]  					{ margin-top: 0; background-color: #FFF; color: var(--azulEscuro-color); border:1px solid #003663; }

.height768px  										{ padding: 10em 0; }
.positionImgBox  									{ position: relative; }
.positionImgBox::before  							{ display: block; content: ""; position: absolute; top: 0; width: 50%; height: 100%; background-position: center; background-repeat: no-repeat; }
.positionImgBox.deCarro::before  					{ right: 0; background-image: url("../img/back/deCarro.jpg"); }
.positionImgBox.deOnibus::before  					{ left: 0; background-image: url("../img/back/deOnibus.jpg"); }
.positionImgBox.companhiaArea::before  				{ right: 0; background-image: url("../img/cover/companhias2.jpg"); }
.positionImgBox.cargoBox::before  					{ left: 0; background-image: url("../img/cover/cargo2.jpg"); }

.positionImgBox.deCarro .gcBox  					{ padding: 0 3em ; }
.positionImgBox.deOnibus .gcBox  					{ padding: 0 3em ; }

.companhiaArea {
	margin: 5em 0 0;
}
.cargoBox .container{
	padding-left: 8em;
}

.tagLineNovoTerminal  								{ position: relative; z-index: 100; padding: 18em 0 14em; }
.tagLineNovoTerminal .container  					{ position: relative; z-index: 100; }
.tagLineNovoTerminal::before  						{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 50; background-image: url('../img/back/nuvens.jpg'); background-position:  center bottom -11em; background-repeat: no-repeat;  }
.tagLineNovoTerminal h1 							{ position: relative; z-index: 100; margin-bottom: 6em; }
.tagLineNovoTerminal h1 em,
.tagLineNovoTerminal h1 strong  					{ position:relative; display: block; }
.tagLineNovoTerminal h1 em  						{ float: right; }
.tagLineNovoTerminal h1 em img,
.tagLineNovoTerminal h1 strong img  				{ display: block; width: 100%; border: none; }
.tagLineNovoTerminal h1 strong  					{ -moz-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }

.tagLineNovoTerminal h2  							{ display: block; margin-bottom: 1em; font-size: 3em; font-family: "Gotham"; font-weight: 300; color: rgb(20, 78, 145); text-transform: uppercase; line-height: 1.066; letter-spacing: .25em; }

.videoCover  										{ position: relative; z-index: 150; margin-top: -12em; padding: 0; -webkit-box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); }
.videoCover figure  								{ padding: 0; background-color: #000; }
.videoCover img  									{ display: block; width: 100%; border: none; }

.videoCover:hover img  								{ opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70);  }
.playVideo  										{ display: block; position: absolute; top: 50%; left: 50%; width: 180px; height: 180px; background-image: url('../img/objetos/playVideo.png'); -webkit-border-radius: 100%; border-radius: 100%; }
.playVideo:hover 									{ -webkit-box-shadow: 0 10px 50px 1px rgba(0,0,0,.3); box-shadow: 0 10px 50px 1px rgba(0,0,0,.3); }
	
.textBoxAzul  										{ position: relative; z-index: 10; margin:5em auto ; color: #0f4c93; }
.textBoxAzul img 									{ display: block; width: 100%; border: none; }
.textBoxAzul h2  									{ margin-top: 0; }

.estrutura img  									{ width: 100%; display: block; border: none; }
.estrutura figure  									{ position: relative; z-index: 10; -webkit-box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); }
.tituloEStrtura  									{ position: relative; z-index: 40; margin-bottom: -1.5em; }
.slideBox  											{ position: relative; z-index: 40; margin-top: -4em; }  
.imgsLazer  										{ position: relative; z-index: 5; margin-top: -9em; }
.imgsLazer img 										{ width: 100%; display: block; border: none; -webkit-box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); box-shadow: 0 3em 6em 1px rgba(0,0,0,.3); }
.imgsLazer .principalPreview 						{ position: relative; z-index: 10; }
.imgsLazer div.container  							{ position: relative; z-index: 20; margin-top: -4em; }

.conforto 											{ margin-top: 7em; }
.conforto img  										{ width: 100%; display: block; border: none; }
.conforto figure  									{ position: relative; z-index: 10; }
.tituloConforto  									{ position: relative; z-index: 40; margin-bottom: -3.5em; }

/*

	.ajustes
	
========================================== */
ul.estatisticasBox ul li  {
	list-style: none;
}

ul.estatisticasBox > li {
	padding: 1em;
}
ul.estatisticasBox div {
	padding: 2em 0;
}
ul.porLinha li {
	padding: 1em 0;
	border-top: 1px solid #e2e2e2;
}
ul.porLinha li:first-child {
	border-top: none;
}
ul.porLinha p {
	margin: 0;
}
ul.estatisticasBox li.noNovoTerminal {
	padding: 0;
	list-style: none;
}
ul.estatisticasBox li.noNovoTerminal ul > li:nth-child(1) {
	list-style: disc;
}
.videoBox {
	width: 100% ;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgPreviewBox01 {
	margin: 3em 0;
}
.imgPreviewBox01 img{
	display: block;
	width: 100%;
	border:0;
}

.citacaoBox p{
	text-align: center;
	font-size: 1.9em;
	font-weight: 700;
	margin-bottom: 0;
}
.mbZero {
	margin-bottom: 0;
}
.infoContatoImprensa {
	margin-bottom: 5em;
}
.infoContatoImprensa .infoContato {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #e1e1e1;
}
.infoContatoImprensa .infoContato strong {
	font-weight: 700;
}
.infoContatoImprensa ul li {
	margin-bottom: 2em;
}
.infoContatoImprensa h2{
	font-size: 2em;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1em;
}
.infoContatoImprensa em {
	display: block;
	font-size: 1em;
	font-style: normal;
}
.infoContatoImprensa strong {
	display: block;
	font-size: 1.2em;

}
.listaDownloadsBox li{
	border-top: 1px solid #e1e1e1;
}
.listaDownloadsBox li:first-child {
	border-top: none;	
}
.listaDownloadsBox span {
	display: block;
	margin: 0;
}
.listaDownloadsBox span.text_link {
	line-height: 3;
}
.listaDownloadsBox span.btn {
	text-align: center;
}
.listaDownloadsBox a{
	width: 100%;
	margin: 0;
	padding: 1em 1.5em;
	font-size: 16px;
	font-family: "Gotham";
	font-weight: 400;
	line-height: 2;
	color: #939598;
}

#planoDeVoosBox {
	margin: 5em 0;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 6% 5%;
    width: 64%;
}
.border-modal {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient( 0deg, rgb(0,114,188) 0%, rgb(255,222,0) 53%, rgb(77,184,72) 100%);
}
.close {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: -60px;
    right: -60px;
    transition: 200ms;
}
.close:hover,
.close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.modal h1 {
    color: #3B82DB;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 35px;
}
.modal p {
	font-size: 18px;
    text-align: center;
    padding: 0 16%;
    margin-bottom: 20px;
}
.modal p b {
    font-weight: bold;
}
.button-list {
	display: block;
	margin: 40px 0;
}
.button-list ul {
	display: block;
	position: relative;
	border: 1px solid #C3C1C1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button-list ul li {
	display: block;
	height: auto;
    padding: 15px;
	border-bottom: 1px solid #C3C1C1;
}
.button-list ul li:last-child {
	border-bottom: none;
}
.button-list ul li a {
	display: block;
}
.button-list ul li a div {
	display: inline-block;
	font-family: "Gotham";
	font-size: 18px;
	font-weight: bold;
	color: #2073C0;
	text-transform: uppercase;
}
.button-list ul li a .right-content {
	float: right;
	font-weight: normal;
	text-transform: none;
}
.button-list ul li a .right-content i.fas {
	margin-left: 13px;
}
/*-- Formulario Licitação --*/
#formLicitacao {
	background: #003663; 
	padding: 50px 0;
}
#formLicitacao .col-xl-6 { padding: 0; }
#formLicitacao .pdRight { padding-right: 15px; }
#formLicitacao .pdLeft { padding-left: 15px; }
#formLicitacao .gcBoxCustom h2 {
	color: #ffffff;
}
#formLicitacao .gcBox p {
	color: #ffffff;
}
#formLicitacao .col-12 {
	padding-right: 0;
	padding-left: 0;
}
#formLicitacao h4 {
	color: #ffffff;
	font-size: 20px;
	padding: 40px 0;
}
#formLicitacao .contactForm div.select,
#formLicitacao .contactForm div.attach, 
#formLicitacao .contactForm input[type="text"], 
#formLicitacao .contactForm textarea {
	color: #ffffff;
	border-color: #ffffff;
}
#formLicitacao .btnEnviarLicitacao {
	width: 100%;
	background: #ffffff;
	color: #003663;
}

#formLicitacao .contactForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
	opacity: 0.5;
}
#formLicitacao .contactForm input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
	opacity: 0.5;
}
#formLicitacao .contactForm input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
	opacity: 0.5;
}
#formLicitacao .contactForm input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
	opacity: 0.5;
}

.checkContainer {
    display: block;
    position: relative;
    margin: 0 !important;
    padding-left: 35px;
    cursor: pointer;
    color: white !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #335E82;
    border-radius: 25%;
}
.checkContainer:hover input ~ .checkmark {
    opacity: 0.8;
}
.checkContainer .checkmark i {
    position: absolute;
    left: 4px;
    display: none;
    font-size: 20px;
}
.checkContainer input:checked ~ .checkmark i {
    display: block;
}

.licitacao-list, .general{
	position: relative;
}

.login-lic {
	background: white;
	width: 180px;
	position: absolute;
    right: 20px;
    text-align: center;
    padding: 10px; 
    z-index: 99;
    border: 1px solid #C3C1C1;
    border-radius: 5px;
    box-sizing: border-box;
}
.login-lic-fixo {
    position: fixed;
    top: 115px;
}
.login-lic-bottom {
    position: absolute;
    bottom: -50px;
}
.close-login {
	display: none;
}
.loginMobile {
	display:none;
}
.login-lic h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    color: #C3C1C1;
    margin-bottom: 16px;
}
.login-lic input {
    width: 100%;
    border-bottom: 1px solid #979797;
    font-family: "Gotham";
    font-size: 15px;
    color: #979797;
    margin: 15px 0;
    padding-left: 3px;
    padding-bottom: 7px;
}
.login-lic input[type="submit"] {
    background: #2073C0; 
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: white;
    text-align: left;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 50px;
    border-radius: 5px;
    cursor: pointer;
}

.login-lic i {
    position: absolute;
    right: 56px;
    bottom: 22px;
    color: white;
    font-size: 10px;
}

.btn-logout {
	position: absolute;
    top: 41px;
    right: 20px;
    background: transparent;
    color: #2073C0;
    cursor: pointer;
    font-family: 'Gotham';
    font-size: 16px;
}

.meus-pacotes span {
    font-weight: 600;
    color: #C3C1C1;
}

.meus-pacotes p {
    color: black;
    text-transform: initial;
    float: right;
    margin-left: 15px;
}

.col-12.aviso-licitacao {
    color: white;
    margin: -30px 0 50px 0;
}

/*
* Multiselect
*/
.jSelectWrapper{
	width: 100% !important;
	height:44px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid white;
    margin-bottom: 50px;
}
.jSelectWrapper select{
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	width:auto;
	min-width:100%;
	height:44px;
	font-size:17px;
	position:relative;
	z-index:4;
	opacity:0;
	filter:alpha(opacity=0);
}
.jSelect{
	position:absolute;
	width: 100% !important;
	bottom:0; left:0;
	z-index:5;
	height:44px;
}

.jSelect .jSelectText{
/*	background-color:#F7F6F5;
	border-width:1px 0 2px 1px;
	border-style:solid;
	border-color:#F7F6F5 #F7F6F5 #E8E4DF;*/
	height:41px;
	margin-right:48px;
	overflow:hidden;
	position:relative;
	z-index:100;
	cursor:pointer;
	border-radius:6px 0 0 6px;
}
.jSelect .jSelectText > span{
	font-weight:400;
	font-size:16px;
	line-height:41px;
	color: #7995ad;
    font-weight: 400;
	display:block;
	padding:0 10px;
	overflow:hidden;
	white-space:nowrap;
}
.jSelectMultipleWrapper .jSelectText strong{ font-weight: 400; display: inline-block; }

.jSelect .jSelectOpen{
	/*background:#F7F6F5 url(../images/bullets.png) no-repeat -143px -53px;
	border-width:1px 1px 2px 0;
	border-style:solid;
	border-color:#F7F6F5 #F7F6F5 #E8E4DF;*/
	width:47px;
	height:41px;
	position:absolute;
	top:0; right:0;
	cursor:pointer;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-ms-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}

.jSelectOpen i {
    font-size: 28px;
    color: #7B96AE;
    position: absolute;
    right: 0;
    top: 17%;
}

.itensSelect{ position:absolute; top:35px; left:0; width:100%; display:none; z-index:100; }
.itensSelect > div{
	background-color:#FFFFFF;
	border:1px solid #E8E4DF;
	border-top:none;
	max-height:370px;
	position:relative;
	overflow-y:auto;
	margin:0 5px;
	border-radius:0 0 6px 6px;
}
.itensSelect a{
	font-size:13px;
	color:#666666;
	display:block;
	padding:7px 10px;
	text-decoration:none;
	border-top:1px solid #E8E4DF;
}
.itensSelect a:first-child{ border-top:none; }

.itensSelect a:hover,
.itensSelect a.selected{ background-color:#BEDD00; color:#FFFFFF; }

.itensSelect .wrapperCheckbox{
	margin:0;
	padding:6px 5px;
	cursor:pointer;
	color:#666666;
	display:block;
	position: relative;
}
.itensSelect .wrapperCheckbox:first-child{ border-top:none; }
.itensSelect .wrapperCheckbox *{ cursor:pointer; }
.itensSelect .wrapperCheckbox .jCheckboxWrapper{ float:left; margin:0; }
.itensSelect label{ font:13px/120% "Trebuchet MS", Arial, Helvetica, sans-serif; display:table-cell; padding-left:5px; *display:inline; *width:70%; *white-space:normal }

/*.itensSelect .wrapperCheckbox:hover span{ color:#BEDD00; }*/

.itensSelectInvert > div{
	border-top:1px solid #E8E4DF;
	border-bottom:none;
	border-radius:6px 6px 0 0;
}

#listpacotes {
    width: 870px !important;
}

#listpacotes div {
    padding: 20px 30px;
}

.titleOptgroup {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #003663;
    line-height: 50px;
}

.wrapperCheckbox span {
    font-size: 17px;
    font-family: 'Gotham';
    color: #262626;
}

.wrapperCheckbox span strong {
    font-weight: bold;
    text-transform: uppercase;
	color: #A7A9AC;
}

.checkmark-packeges {
    position: absolute;
    top: 9px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid #A7A9AC;
    border-radius: 30%;
}

.checkmark-packeges i {
    position: absolute;
    left: 1px;
    top: -3px;
    display: none;
    font-size: 20px;
    color: #2073C0;
}

.wrapperCheckbox input:checked ~ .checkmark-packeges i {
    display: block;
}

.wrapperCheckbox input:checked ~ .checkmark-packeges {
    background: #D2E3F2;
    border-color: #D2E3F2;
}

.wrapperCheckbox input:checked ~ span {
    color: #4288CA;
}

.wrapperCheckbox input:checked ~ span strong {
    color: #A6C7E6;
}

.left-content {
	display: inline-block;
	width: 80%;
}

.left-content p {
	display: inline;
	float: none;
}

.right-content {
	width: 21%;
	right: 0;
	text-align: right;
	position: absolute;
	display: inline;
}

.licitacao-container ul li a, .meus-pacotes a {
    position: relative;
}

#sb-player.html {
    height: auto !important;
}

#sb-player a {
    width: 100% !important;
}

#sb-body img {
    width: 100%;
}


/*
*
*
*
	ÁREA DE INTERESSE

=====================================*/
.area_interesse {
	margin-top: 50px;
}
.area_interesse h2 {
    color: #2e8adc;
    font-weight: bold;
    font-size: 25px;
    margin: 15px 0;
}
.area_interesse ul li {
    padding: 15px;
    background: #f3f2f2;
    margin: 5px 0;
    position: relative;
    border: 1px solid #d6d6d6;
}
.area_interesse ul li a{
    color:#000;
}
.area_interesse .right-content {
    display: inline-block;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #2073C0;
    right: 15px;
}

.area_interesse .right-content i {
	margin-left: 13px;
}

.area_interesse .left-content i {
    font-size: 22px;
    color: #a7a9ac;
    margin-right: 12px;
}

/*

ACOMPANHAMENTO DA OBRA

=================================*/

.acopanhamentoObra {
    position: fixed;
    top: 20%;
    z-index: 901;
    transform: rotate(-90deg);
    background: #ffdd00;
    right: 0;
    transform-origin: 100% 100%;
    padding: 11px 70px 11px 50px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #18262A;
}

.acopanhamentoObra p {
    font-weight: 500;
    line-height: 14px;
    margin-left: 14px;
}

.acopanhamentoObra p b {
    font-family: 'Gotham Black';
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.arrowObra {
    position: absolute;
    left: 16px;
    top: 0px;
    height: 100%;
    padding-right: 16px;
    font-size: 20px;
    border-right: 2px solid #B69903;
    color: #B69903;
}

.arrowObra i {
    transform: rotate(90deg);
    margin-top: 16px;
}

.gif-plain {
    position: absolute;
    right: 13px;
    top: 2px;
    width: 50px;
}

.modalAcompanhamento {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #002d4d;*/ /*desabilitar */
    /*opacity: 0.96; /*deabilitar */
    z-index: 99999;
}

.modalAcompanhamento .info {
    /*background: linear-gradient(330.9deg, #04141D 0%, rgba(25,57,90,0) 100%);*/
    background: linear-gradient(330.9deg, rgba(0, 16, 25, 0.92) 0%, rgba(3, 51, 78, 0.98) 100%);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

.closeObra {
    position: absolute;
    right: 22px;
    top: 19px;
    font-size: 27px;
    color: #FFF;
    z-index: 1;
}

.intro {
    width: 50%;
    padding: 20% 5%;
    position: absolute;
    background: rgb(0, 45, 77, 0.95);
    height: 100%;
}

.intro h1, .info h2 {
    color: #FFF;
    text-transform: uppercase;
    font-family: "Gotham";
    font-size: 26px;
    letter-spacing: 7.4px;
    line-height: 5px;
    text-align: right;
    margin-bottom: 45px;
}

.intro em, .info em {
    color: #FFD605;
    font-family: Javacom;
    font-size: 65px;
    letter-spacing: 0.59px;
    line-height: 100px;
    text-transform: initial;
    display: block;
    /*margin-right: 69px;*/
}

.intro p {
    text-align: right;
    color: #FFF;
    font-size: 14px;
    line-height: 19px;
}

.acompRef.desktop {
    position: absolute;
    width: 100%;
    height: 100%;
}

.acompRef.desktop a {
    width: 50px;
    display: block;
    font-weight: bold;
    color: #42525a;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.acompRef.desktop a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Gotham';
}

.acompRef.desktop a:hover {
    color: #fff;
    background: #ffffff14;
    width: 100%;
}

.acompRef.desktop a.ativo {
    background: #FFF !important;
    width: 100%;
    position: relative;
    color: #0A293F !important;
    font-family: 'Gotham Black';
}

.acompRef.desktop a.ativo:before {
    content: '';
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: -50px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/acompanhamento/aviao_periodo.png);
    z-index: 2;
}

.acompRef a.inativo:hover {
    background: none;
    color: #42525a;
}

.bubbles {
    position: absolute;
    top: -8px;
    width: 50px;
    height: 100%;
    left: -50px;
    z-index: 1;
}

.bubbles .ones {
    width: 50px;
    height: 100%;
    background-image: url(../img/acompanhamento/pista-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.path .bubbles .ones {
    background-image: url(../img/acompanhamento/pista-gif.gif);
}

.bubbles .little-ones {
    position: absolute;
    top: 18px;
    width: 50px;
    height: 100%;
    background-image: url(../img/acompanhamento/pista-2.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.path .bubbles .little-ones {
    background-image: url(../img/acompanhamento/pista-acomp.png);
}

.acompRef a:last-child .little-ones {
    display: none;
}

.item_acompanhamento {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 70%;
}

.item_acompanhamento h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 7.4px;
    color: white;
}

.item_acompanhamento p {
    font-size: 12px;
    color: #FFF;
    margin-top: 7px;
    font-weight: 300;
    background: #092438;
}

.item_acompanhamento img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
}

.thumbOrder {
    position: absolute;
    width: 146px;
    height: 100%;
    left: -200px;
}

.thumbOrder .thumbs {
    width: 100%;
    border-radius: 10px;
    height: 106px;
    overflow: hidden;
    position: absolute;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
}

.thumbs img {
    width: 200px;
}


/*

BUSCA

=================================*/

form.busca {
    border-bottom: 1px solid white;
    margin: 0.8em 15px;
    width: 300px;
    display: flex;
    float: left;
}

input[name="busca"] {
    font-family: 'Gotham' !important;
    background: none;
    width: 281px;
    color: white !important;
    font-size: 13px;
    padding: 6px 0;
}

input[name="busca"]::placeholder {
    color: white;
}

.busca button {
    background: none;
    color: white;
    cursor: pointer;
}

.boxBusca  { padding: 2em 0 5em 0;  }

.info-busca {
    width: 100%;
    margin: 0;
    text-align: center;
}

.item_busca {
    width: 100%;
    margin: 30px 0;
    display: inline-block;
}

.item_busca h1 {
    font-weight: bolder;
    font-size: 18px;
    color: #3388e2;
}

.item_busca .desc-busca {
    font-size: 14px;
    line-height: 18px;
}

.item_busca .thumb {
    width: 200px;
    float: left;
}

.item_busca .thumb img {
    width: 100%;
    border-radius: 5px;
}

.item_busca .conteudo {
    margin-left: 230px;
}

.item_busca time {
    font-size: 12px;
    margin: 5px 0;
    display: block;
}

a.leia-busca {
    display: block;
    border: 1px solid #3388e2;
    padding: 10px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: #3388e2;
    border-radius: 5px;
}

.boxBusca .paginacao { width: 100%; }


#sample i { float: left; margin-left: 10px; }
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}
.dropdown { float: left;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; top: 20px;}
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown dt a {background:#003663; display:block; width: 50px; min-height: 15px; margin: 17px 0; }
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background: #003663 none repeat scroll 0 0; display: none; position: absolute; top: -18px; right: 0; padding: 5px 0px; width: 100px; list-style: none; z-index: 9;}
.dropdown dd ul li a { display:inline-table !important; height: 14px; width: 100%; }
.dropdown span.value { /*display:none;*/ margin-left: 8px;}

#navMain .dropdown dd img.flag, .responsiveMenu .dropdown dd img.flag { border:none; vertical-align:middle; margin-left:10px; margin: 0 auto; display: inline-block; float: none !important; opacity: 0.7;}
.flagvisibility { display:none;}
#navMain #sample .ativo img.flag { opacity: 1; }
#navMain .navSecundario .nav-busca dl img { visibility: unset; width: 20px; float: left;}
#navMain .navSecundario .nav-busca .locate-lang{ opacity: 1; }
#navMain #sample .ativo span { font-weight: 900; }
#navMain #sample .ativo img.flag { opacity: 1; }

.buscaGuide {
    margin: 20px 0;
}

.buscaGuide h2 {
    font-weight: bold;
    font-size: 24px;
    color: #3388e2;
    margin-bottom: 25px;
}

.info-notícias {
    margin: 45px 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #338ce6;
}

/*

PATROCÍNIOS

=================================*/

.regulamento {
    font-size:16px; 
    padding: 50px !important; 
    line-height: 24px;
}

.patrocinios li div {
    padding: 40px 5px;
}

.patrocinios a {
    width: 32.9%;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 50px;
}

.patrocinios a img {
    width: 300px;
    height: 180px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.patrocinios a h1, .patrocinios a p, img {
    font-size: 16px;
    text-align: center !important;
    line-height: 21px;
}

.patrocinios a h1 {
    font-weight: bold;
}

.formPatrocinios{
    margin-top: 110px;
}

.patrociniosForm div.select, .patrociniosForm div.attach, .patrociniosForm input[type="text"], .patrociniosForm textarea, .patrociniosForm select {
    font-weight: 500;
    color:#7D7B80;
}

.regiao {
    margin: -20px 0 40px;
}

.regiao p {
    color: #7D7B80;
    font-weight: 500;
    font-size: 14px;
}

.regiao .container {
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 24px;
    margin: 20px 7px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #7D7B80;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.regiao .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.regiao .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.regiao .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.regiao .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.regiao .container .checkmark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    background-color: #0072BC;
    border-radius: 1px;
}



















































































































































































































































































