/*
Theme Name: CAZM - Aeroporto da Zona da Mata
Theme Autor: Cláudia Barreto
*/


/* Fontes */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
}


a:hover, a:focus{
	text-decoration: none;
	color: #0c50a1;
}

html{
	font-size: 16px;
}

body{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	color: #636565;
	font-weight: 400;
}

b{
	font-weight: 700;
}

.call-to {
	background: #004181;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border: 0px;
	cursor: pointer;
	padding: 15px 25px 15px 30px;
	border-radius: 5px;
	display: inline-block;
}

.call-to:after{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #8bbb17;
	margin-left: 15px;
	margin-right: 5px;
}

.call-to:hover,
.call-to:focus{
	color: #fff;
}

.call-to:hover:after,
.call-to:focus:after{
	animation: direcao 750ms infinite;
}

@keyframes direcao {
	0%   {
		margin-left: 15px;
		margin-right: 5px;
	}
	50%  {

		margin-left: 20px;
		margin-right: 0px;
	}
	100% {
		
		margin-left: 15px;
		margin-right: 5px;
	}
}

.call-to.bg-branco{
    color: #004181;
    background: #67be4b;
}
.call-to.bg-branco:after {
	color: #004181;
}
.call-to.bg-branco:hover:after,
.call-to.bg-branco:focus:after{
    color: #004181;
}

h2.titulo-principal{
	color: #091e8b;
	font-size: 2.25rem;
	font-weight: 700;
	margin: 0;
}

h5.subtitulo1{
	color: #1f2022;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

h3.subtitulo2{
	color: #1f2022;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 20px 0;

}
/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.95);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .barra-topo{
	padding: 8px 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	position: absolute;
	width: 100%;
}

header .barra-topo .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .barra-topo .tamanho-fonte {
	display: inline-block;
}

header .barra-topo .tamanho-fonte a{
	color: #FFF;
	font-size: 0.75rem;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 2px solid #a7ce40;
	font-weight: 700;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	line-height: 20px;
}

header .barra-topo .tamanho-fonte a:hover,
header .barra-topo .tamanho-fonte a:focus{
	background: #003092;
	color: #fff;
	border-color: #003092;
}

header .barra-topo .menu-superior {
	display: inline-block;
}
header .barra-topo .menu-superior ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

header .barra-topo .menu-superior li{
	display: inline-block;
	margin-right: 10px;
}

header .barra-topo .menu-superior li a {
	padding: 15px 0;
	color: #FFF;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

header .barra-topo .menu-superior li a:hover,
header .barra-topo .menu-superior li a:focus,
header .barra-topo .menu-superior li a.active{
	color: #8bbb17;
}

header .barra-topo .infos{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .barra-topo .infos .telefone{
	font-weight: 600;
	color: #1f2022;
	font-size: 0.875rem;
	margin-right: 50px;
}


header .barra-topo .infos .telefone i{
	color: #003092;
}

header .barra-topo .infos .facebook{
	margin-right: 45px;
}

header .barra-topo .infos .facebook a{
	color: #003092;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

header .barra-topo .infos .facebook a:hover,
header .barra-topo .infos .facebook a:focus{
	color: #a4cd39;
}

header .barra-topo .infos .linguagens a{
	opacity: 0.3;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	margin-left: 5px;
}

header .barra-topo .infos .linguagens ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0;
}

header .barra-topo .infos .linguagens a img{
	width: 20px;
}

header .barra-topo .infos .linguagens a:hover,
header .barra-topo .infos .linguagens a:focus,
header .barra-topo .infos .linguagens a.active,
header .barra-topo .infos .linguagens ul li.active a {
	opacity: 1;
}

header .principal{
    background: #e7ecef;
	padding-top: 30px;	
	transition: all 350ms ease-in-out;
}

header.fixar .principal{
	padding-top: 0px;
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

header .logo{
	display: flex;
	align-items: center;
	justify-content:center;
}

header .logo img{
	width: 180px;
    padding-top: 10px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

header.fixar .topo{
	padding-top: 10px;
	padding-bottom: 10px;
}

header.fixar .barra-topo{
	display: none;
}

header.fixar .logo img{
	width: 160px;
}

header .logo .abrir-menu{
	background: #004181;
	padding: 10px 12px;
	margin-right: 20px;
	color: #fff;
	border-radius: 2px;
	display: none;
}

header .menu-principal{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
}
header .menu-principal  > ul > li.hidden {
	display: none;
}

header .menu-principal > ul > li:first-child{
	margin-left: 0;
}

header .menu-principal > ul > li.com-submenu:before{
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: #003092;
	bottom: -3px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;

}

header .menu-principal > ul > li > a{
	color: #1f2022;
	display: inline-block;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	font-weight: 600;
	font-size: 1rem;
	padding: 15px;
}


header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li > a.active{
	color: #8bbb17;
}

header .menu-superior ul > li > ul,
header .menu-principal ul > li > ul{
	position: absolute;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 300px;
	left: calc(50% - 150px);
	top: 55px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	display: none;
}
header .menu-superior ul > li > ul {
	padding: 10px 15px !important;
    top: 30px;
}

header .menu-superior ul > li > ul.big,
header .menu-principal ul > li > ul.big{
	width: 500px;
	left: calc(50% - 250px);
}

header .menu-superior ul > li > ul > li,
header .menu-principal ul > li > ul > li{
	display: block;
	vertical-align: top;
	margin-bottom: 7px;
}

header .menu-superior ul > li > ul.big > li,
header .menu-principal ul > li > ul.big > li{
	width: calc(49% - 10px);
	margin-right: 10px;
	display: inline-block;
}

header .menu-superior ul > li > ul.big > li:nth-of-type(2n),
header .menu-principal ul > li > ul.big > li:nth-of-type(2n){
	width: 49%;
	margin-right: 0;
}
header .menu-superior ul > li > ul > li {
	display: block !important;
}
header .menu-superior ul > li > ul > li > a,
header .menu-principal ul > li > ul > li > a{
	font-size: 0.875rem;
	font-weight: 600;
	color: #1f2022;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
header .menu-superior ul > li > ul > li > a {
	color: #1f2022 !important;
	padding-left: 20px;
}

header .menu-superior ul > li > ul > li > a:before,
header .menu-principal ul > li > ul > li > a:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #8bbb17 !important;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
}


/*Banner*/

section#banner{
	margin-top: 130px;
	position: relative;
}


section#banner .chegadas-partidas{
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 280px;
	width: 100%;
}

section#banner .chegadas-partidas .menu-cp{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	width: calc(100% + 30px);
	margin-left: -13px;
}


section#banner .chegadas-partidas .menu-cp li{
	display: inline-block;
	width: calc(50% - 0px);
	margin: 0 -2px;
}

section#banner .chegadas-partidas .menu-cp li a{
	display: block;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#banner .chegadas-partidas .menu-cp li a img{
	margin-right: 15px;
}

section#banner .chegadas-partidas .menu-cp li:nth-of-type(1) a{
    background: #004181;
	color: #fff;
}

section#banner .chegadas-partidas .menu-cp li:nth-of-type(2) a{
	background: #67be4b;
	color: #004181;
}

section#banner .chegadas-partidas .menu-cp li a.active{
	padding: 30px 20px 20px 20px;
	border-radius: 10px 10px 0 0;
}

section#banner .chegadas-partidas .cabecalho{
	background: #00386f;
	font-size: 0.875rem;
	color: #fff;
	padding: 5px 0;
	font-weight: 600;
}

section#banner .chegadas-partidas .destino{
	background: #fff;
	color: #636565;
	font-weight: 600;
	font-size: 0.75rem;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding: 10px;
	border-radius: 0 0 10px 10px;
    height: 150px;
    overflow-y: scroll;
    line-height: 14px;
}

section#banner .chegadas-partidas .destino#saidas{
	display: none;
}

section#banner .chegadas-partidas .destino img{
	height: 25px;
}

section#banner .chegadas-partidas .destino .row{
	background: #fff;
	margin-left: -10px;
	padding: 10px;
	width: calc(100% + 20px);
}


section#banner .chegadas-partidas .destino .row:nth-of-type(2n){
	background: #ccc;
}
section#banner .owl-controls{
	display: none;
}


.banner-principal{
	list-style: none;
	padding: 0;
	position: relative;
}


.banner-principal li {
	padding-bottom: 50px;
}

section#banner .diferenciais{
	margin-top: -130px;
	list-style-type: none;
	padding: 0;
	z-index: 9;
	position: relative;
	margin-bottom: 100px;
}

section#banner .diferenciais li div:before{
	width: 100px;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
	background: #003092;
	content: '';
	height: 3px;
}


section#banner .diferenciais li div{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	position: relative;	
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

section#banner .diferenciais li div h3{
	font-size: 0.875rem;
	color: #1f2022;
	font-weight: 600;
	margin: 20px 0;
}

section#banner .diferenciais li div a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003092;
	color: #8bbb17;
	left: calc(50% - 25px);
	position: relative;
	margin-bottom: -40px;
	border-radius: 100%;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#banner .diferenciais li div a:hover,
section#banner .diferenciais li div a:focus{
	background: #8bbb17;
	color: #003092;
}


/*O Aeroporto*/

section#aeroporto{
	padding: 80px 0;
}

section#aeroporto img{
	border-radius: 0;
}

/*Como Chegar*/
section#como-chegar{
	padding: 80px 0;
	background: url(img/bg-como-chegar.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

section#como-chegar iframe {
	width: 100%;
}

section#como-chegar h3.subtitulo2{
	color: #fff;
}

section#como-chegar .box:before{
	width: 80px;
	position: absolute;
	top: 0;
	left: 20px;
	background: #003092;
	content: '';
	height: 3px;
}

section#como-chegar .box{
	margin: 30px 0;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	position: relative;
}

section#como-chegar .box h3{
	font-size: 1.25rem;
	color: #1f2022;
	font-weight: 700;
	margin: 0;
}

section#como-chegar .box a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003092;
	color: #8bbb17;
	right: 0px;
	position: relative;
	bottom: -50px;
	border-radius: 100%;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#como-chegar .box a:hover,
section#como-chegar .box a:focus{
	background: #8bbb17;
	color: #003092;
}

section#como-chegar .box img{
	margin-right: 20px;
}


/*Notícias*/

section#noticias{
	padding: 80px 0;
	background: #e7edef;
}

section#noticias .content {
	background: #FFF;
	padding: 20px;
    border-radius: 10px;
}

section#noticias .foto{
	background-size: cover;
	height: 250px;
	background-position: center;
	background-color: #ccc;
}

section#noticias .data{
	color: #091e8b;
	font-size: 0.75rem;
	display: block;
	letter-spacing: 1px;
	margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

section#noticias h3{
	font-size: 1rem;
	color: #1f2022;
	font-weight: 600;
	margin: 10px 0;
	height: 60px;
	overflow: hidden;
}

section#noticias .box .call-to{
	margin-top: 20px;
}

.divisao{
	width: 100%;
	height: 1px;
	margin: 30px 0;
}

/*Companhias Aéreas*/

section#cia-aereas{
	padding: 80px 0;
}

section#cia-aereas h4{
	font-size: 1rem;
	color: #011476;
	font-weight: 700;
	margin: 20px 0 40px 0;
	position: relative;
}

section#cia-aereas h4:after{
	width: 100px;
	height: 3px;
	bottom: -20px;
	content: '';
	position: absolute;
	background: #8bbb17;
	left: calc(50% - 50px);
}

/*Rodapé*/

footer #newsletter{
	padding: 20px 0;
	background: #003092;
}


footer #newsletter .titulo{
	display: flex;
	align-items: center;
}

footer #newsletter .titulo img{
	margin-right: 20px;
}

footer #newsletter .titulo h2{
	font-size: 2.25rem;
	color: #fff;
	font-weight: 600;
	margin: 0;
}

footer form{
	margin-bottom: 0;
}

footer input{	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

footer #newsletter .sml_name,
footer #newsletter .sml_email{
	display: inline-block;
	width: calc(50% - 77px);
	margin-right: 10px;
}

footer #newsletter p{
	margin-bottom: 0;
	color: #fff;
}

footer #newsletter .sml_submit{
	display: inline-block;
}

footer #newsletter form input[type="text"],
footer #newsletter form input[type="email"]{
	width: 100%;
	display:  inline-block;
	background: transparent;
	border: 2px solid #011476;
	height: 52px;
	color: #fff;
	padding: 5px 20px;
}

footer #newsletter p.sml_thankyou {
    color: #8bbb17;
    text-align: left;
    padding-left: 16px;
    font-size: 12px;
    font-weight: bold;
}

footer #newsletter label {
	display: none;
}

footer #newsletter form input:hover,
footer #newsletter form input:focus{
	box-shadow: none;
	border-color: #8bbb17;
}

footer #newsletter form input[type="text"]{
	margin-right: 10px;
}

footer #newsletter .call-to:hover,
footer #newsletter .call-to:focus{
	background: #8bbb17;
}

footer #newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-weight: 600;
}
footer #newsletter ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-weight: 600;
}
footer #newsletter :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-weight: 600;
}
footer #newsletter :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-weight: 600;
}

footer #principal{
	background:url(img/bg-footer.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 80px;
	font-size: 0.75rem;
	color: #b4bbdc;
}

footer #principal .apoiadores{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

footer #principal .apoiadores img{
	margin-right: 30px;
}

footer .logo{
	display: block;
}

footer h3{
	color: #67be4b;
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}
footer h3.mt-5 {
    margin-top: 1.5rem !important;
}

footer ul{
	list-style: none;
	padding: 0;
}

footer ul li{
	margin-bottom: 5px;
}

footer ul li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #67be4b;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
}

footer ul.big li{
	display: inline-block;
	width: calc(49% - 10px);
	margin-right: 10px;
	vertical-align: top;
}

footer ul.big li:nth-of-type(2n){
	width: 49%;
	margin-right: 0;
}

footer ul li a{
	color: #b4bbdc;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a.active{
	color:  #8bbb17;
}

footer .menu-rodape li:before{
	content: '';
}

footer .menu-rodape li a{
	color: #8bbb17;
	font-size: 0.875rem;
	font-weight: 600;
}

footer .menu-rodape li a:hover,
footer .menu-rodape li a:focus{
	color: #fff;
}

footer #copyright {
	border-top: 1px solid #003380;
	padding: 20px 0;
	font-size: 0.75rem;
	margin-top: 80px;
}

footer #copyright .desenvolvimento{
	text-align: right;
}

footer #copyright .desenvolvimento a {
	font-weight: bold;
	color: #8bbb17;
}

footer #copyright .desenvolvimento a:hover,
footer #copyright .desenvolvimento a:focus{
	text-decoration: underline;
}

/*Páginas Internas*/

section#trilha{
	background-size: 100%;
    background-position: top right;
    background-attachment: inherit;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center;
    color: #004181;
    margin-top: 130px;
    height: 300px;
}

section#trilha h2.titulo-principal{
	color: #004181;
	margin-bottom: 20px;
}

section#trilha > div{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75rem;
}

section#trilha > div a{
	color: #004181;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#trilha > div a:before,
section#trilha > div span:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #004181;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
}

section#trilha > div a:hover,
section#trilha > div a:focus{
	color: #8bbb17;
}

section#respiro{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0 60px 0;
	text-align: center;
}

section#acreditamos{
	padding: 80px 0;
}

section#acreditamos ul{
	list-style-type: none;
	padding: 0;
}

section#acreditamos ul li{
	margin-bottom: 30px;
}

section#acreditamos ul li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #8bbb17;
	margin-right: 5px;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

section#valores {
	background: #e7edef;
	padding: 80px 0;
}

section#outras-caracteristicas{
	padding: 80px 0;
}

section#outras-caracteristicas ul{
	list-style-type: none;
	padding: 0;
}

section#outras-caracteristicas li:first-child{
	font-size: 0.75rem;

}

section#outras-caracteristicas li:first-child h2.titulo-principal{
	font-size: 1.75rem;
	margin-bottom: 20px;
}

section#outras-caracteristicas li:first-child ul > li{
	position: relative;
	padding-left: 20px;
}

section#outras-caracteristicas li:first-child ul > li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #8bbb17;
	margin-right: 5px;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

section#outras-caracteristicas li .foto,
section#outras-caracteristicas #carousel .foto,
section#outras-caracteristicas #carouselExample .foto {
	height: 250px;
	background-size: cover;
	border-radius: 20px;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
}
section#outras-caracteristicas .carousel-control-prev {
	left: 0;
}
section#outras-caracteristicas .carousel-control-next {
	right: 0;
}

section#outras-caracteristicas li .foto .texto,
section#outras-caracteristicas #carouselExample .foto .texto{
	position: absolute;
	width: 100%;
	height: 175px;
	left: 0;
	bottom: 0;
	border-radius: 0 0 20px 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(9,30,139,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(9,30,139,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(9,30,139,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#091e8b',GradientType=0 );
}

section#outras-caracteristicas li .foto .texto span,
section#outras-caracteristicas #carouselExample .foto .texto span{
	font-size: 1.25rem;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px 20px 40px;
	font-weight: 600;
}

section#outras-caracteristicas li .foto .texto span:before,
section#outras-caracteristicas #carouselExample .foto .texto span:before{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #8bbb17;
	margin-right: 5px;
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
}

section#painel-voos .chegadas-partidas{
	width: 100%;
}

section#painel-voos .chegadas-partidas .conteudo-cp{
	width: 100%;	
}

section#painel-voos .chegadas-partidas .menu-cp{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	width: calc(100% + 30px);
	margin-left: -13px;
}


section#painel-voos .chegadas-partidas .menu-cp li{
	display: inline-block;
	width: calc(50% - 0px);
	margin: 0 -2px;
}

section#painel-voos .chegadas-partidas .menu-cp li a{
	display: block;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#painel-voos .chegadas-partidas .menu-cp li a img{
	margin-right: 15px;
}

section#painel-voos .chegadas-partidas .menu-cp li:nth-of-type(1) a{
	background: #091e8b;
	color: #fff;
}

section#painel-voos .chegadas-partidas .menu-cp li:nth-of-type(2) a{
	background: #a5db1a;
	color: #091e8b;
}

section#painel-voos .chegadas-partidas .menu-cp li a.active{
	padding: 30px 20px 20px 20px;
	border-radius: 10px 10px 0 0;
}

section#painel-voos .chegadas-partidas .cabecalho{
	background: #011476;
	font-size: 0.875rem;
	color: #fff;
	padding: 5px 0;
	font-weight: 600;
}

section#painel-voos .chegadas-partidas .destino{
	background: #fff;
	color: #636565;
	font-weight: 600;
	font-size: 0.75rem;
	width: calc(100% + 30px);
	margin-left: -15px;
	padding: 10px;
	border-radius: 0 0 10px 10px;
    overflow-y: scroll;
}

section#painel-voos .chegadas-partidas .destino#saidas{
	display: none;
}

section#painel-voos .chegadas-partidas .destino img{
	height: 25px;
}

section#painel-voos .chegadas-partidas .destino .row{
	background: #fff;
	margin-left: -10px;
	padding: 10px;
	width: calc(100% + 20px);
}


section#painel-voos .chegadas-partidas .destino .row:nth-of-type(2n){
	background: #ccc;
}

/*Como chegar*/

section#conteudo-internas{
    background: #FFF;
	padding: 50px 0;
}
section#conteudo-internas figure,
section#conteudo-internas img {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.sidebar ul{
	list-style-type: none;
	padding: 0;
}

.sidebar ul li{
	display: block;
	position: relative;
}

.sidebar ul li a{
	display: block;
	padding: 30px;
	color: #091e8a;
	font-weight: 500;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 20px;
	background: #fff;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus{
	background: #a3d81a;
}

.sidebar ul li.active:before,
.sidebar ul li.current_page_item:before{
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #a3d81a;
}

.sidebar ul li.active a,
.sidebar ul li.current_page_item a{
	background: #a3d81a;
}

.sidebar-responsivo{
	display: none;
}

.texto-conteudo h1{
	font-size: 1.375rem;
	color: #091e8a;
	font-weight: 700;
	position: relative;
	margin: 0  0 50px 0;

}

.texto-conteudo h1:before{
	width: 100px;
	height: 2px;
	background: #091e8a;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
}

.texto-conteudo h2{
	font-size: 1.25rem;
	color: #091e8a;
	font-weight: 700;
	
}

.texto-conteudo h3{
	font-size: 1.125rem;
	color: #1f2022;
	font-weight: 500;
}

.texto-conteudo a{
	color: #8bbb17;
}

.texto-conteudo a:hover,
.texto-conteudo a:focus{
	text-decoration: underline;
}

.texto-conteudo i{
	color: #091e8a;
}

.listagem-como-chegar{
	list-style-type: none;
	padding: 0;
	margin-top: 50px;
}

.listagem-como-chegar li{
	margin-bottom: 30px;
}

.listagem-como-chegar iframe {
	width: 100%;
}

section#mapa{
	padding-bottom: 80px;
}

section#mapa iframe{
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

/*Estacionamento*/

.tabela-estacionamento{
	margin: 30px 0;
}

.tabela-diaria{
	margin-bottom: 30px;
}

.tabela-estacionamento thead td{
	border: 2px solid #21397d;
	width: 50%;
	color: #21397d;
	font-weight: 700;
	font-size: 1.125rem;
}

.tabela-diaria thead td{
	border: 1px solid #21397d;
	color: #21397d;
	font-weight: 700;
	font-size: 1.125rem;
	background: #97c819;

}

.tabela-estacionamento thead td:nth-of-type(2){
	background: #97c819; 	
}

.tabela-estacionamento thead td i,
.tabela-diaria thead td i{
	color: rgba(9,30,139,0.2);
}


.tabela-estacionamento tbody,
.tabela-diaria tbody{
	color: #091e8b;
}

.tabela-estacionamento tbody tr{
	border: 0;
}

.tabela-estacionamento tbody tr:nth-of-type(2n),
.tabela-diaria tbody tr{
	border:2px solid rgba(9,30,139,0.2);
}

/*Tarifas*/
section#tarifas {
	padding-bottom: 50px;
}

.tabelas .table-responsive{
	margin: 50px 0;
}

.tabelas table{
	border: 1px solid #ececec;
}

.tabelas thead{
	color: #091e8b;
	font-weight: 700;
}

.tabelas thead td{
	border-bottom: 0;
	border-top: 0;
	border-right:1px solid #ececec;
	border-left:1px solid #ececec;
}

.tabelas tbody{
	color: #90bf18;
	font-weight: 500;
}

.tabelas tbody td{	
	border-bottom: 0;
	border-top: 0;
	border-right:1px solid #ececec;
	border-left:1px solid #ececec;
}

.tarifas-vigentes thead td {
 	color: #091e8b;
}
.tarifas-vigentes tbody td{	
	color: #90bf00;
}

/*Serviços*/

.listagem-servicos{
	list-style-type: none;
	padding: 0;
	margin: 50px 0;
}

.listagem-servicos i{
	font-size: 1.5rem;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	background: #091e8a;
}
.listagem-servicos i.fa-dollar-sign:before {
	content: "\f0d6";
}
.listagem-servicos i.fa-sun:before {
    content: "\f185";
}

.listagem-servicos li{
	margin-bottom: 30px;
}

.listagem-servicos li h2{
	padding-top: 10px;
}

/*Voos*/

.tabelas-voos thead td{
	border: 1px solid #21397d;
	color: #21397d;
	font-weight: 700;
	font-size: 1.125rem;
	text-align: center;
	width: 33.33%;
}

.tabelas-voos thead i{
	color: rgba(9,30,139,0.2);
}

.tabelas-voos tbody tr{
	border: 0;
}

.tabelas-voos tbody tr:nth-of-type(2n){
	border:1px solid #ececec;
}

.tabelas-voos  td{
	text-align: center;	
	vertical-align: middle;
}

.tabelas-voos tbody img{
	width: 50px;
}


/*Guia do passageiro*/
.guia-botoes a.elementor-button-link {
	background: #004181 !important;
	color: #fff !important;
	font-weight: 700 !important;
	-webkit-transition: all 350ms ease-in-out !important;
	-moz-transition: all 350ms ease-in-out !important;
	-ms-transition: all 350ms ease-in-out !important;
	-o-transition: all 350ms ease-in-out !important;
	transition: all 350ms ease-in-out !important;
	border: 0px !important;
	cursor: pointer !important;
	padding: 15px 25px 15px 30px !important;
	border-radius: 5px !important;
	display: inline-block !important;
    width: 100% !important;
    height: 80px;
    font-size: 14px !important;
    display: inline-flex !important;
    text-align: center !important;
    align-items: center !important;
}
.guia-botoes a.elementor-button-link span {
    text-align: center;
    width: 100%;
}
.guia-botoes a.elementor-button-link:focus,
.guia-botoes a.elementor-button-link:hover {
	color: #fff;
	text-decoration: none;
}
section.elementor-top-section {
    padding-top: 80px;
}
section.elementor-top-section:first-child,
section.guia-botoes {
    padding-top: 0;
}
/*Notícias*/

body.paginas-internas section#noticias .content{
	margin-bottom: 50px;
}
body.paginas-internas section#noticias .box {
	margin-bottom: 0;	
}

/*Detalhes Notícias*/

section#detalhes-noticias{
	padding:  50px 0;
}

section#detalhes-noticias .data{
	color: #21397d;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.875rem;
	letter-spacing: 1px;
}

section#detalhes-noticias img{
	margin: 30px 0;
	border-radius: 20px;
}

section#detalhes-noticias h1,
section#detalhes-noticias h2{
	font-weight: 700;
	color: #21397d;
	margin: 20px 0;
}

section#detalhes-noticias h3,
section#detalhes-noticias h4,
section#detalhes-noticias h5,
section#detalhes-noticias h6{
	font-weight: 700;
	margin: 20px 0;
}

section#detalhes-noticias a{
	color: #8bbb17;
}

section#detalhes-noticias a:hover,
section#detalhes-noticias a:focus{
	text-decoration: underline;
}

section#detalhes-noticias .compartilhe {
	margin-top: 50px;
}

section#detalhes-noticias .compartilhe span{
	margin-right: 10px;
}

section#detalhes-noticias .compartilhe a{
	color: #21397d;
	margin: 0 5px;	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#detalhes-noticias .compartilhe a:hover,
section#detalhes-noticias .compartilhe a:focus{
	color: #8bbb17;	
}

/*Contato*/

section#contato{
	padding: 80px 0;
	background: #FFF;
}

section#contato .form-control,
section#conteudo-internas .form-control{
	padding: 10px;
	height: 50px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#contato .form-control:focus,
section#conteudo-internas .form-control:focus{
	border-color: #8bbb17;
	box-shadow: none;
}

section#contato textarea.form-control,
section#conteudo-internas textarea.form-control{
	height: 150px;
}

.listagem-contatos{
	list-style: none;
	padding-left: 0
}

.listagem-contatos li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	position: relative;
	word-break: break-word;
}

.listagem-contatos li:before{
	width: 100px;
	height: 3px;
	top: 0;
	left: calc(50% - 50px);
	content: '';
	background: #091e8b;
	position: absolute;
}

.listagem-contatos li i{
	background: #091e8b;
	width: 50px;
	height: 50px;
	font-size: 22px;
	border-radius: 100%;
	margin: 0  25px 0 0 ;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 15px;

}

.listagem-contatos li h5{
	color: #1f2022;
	font-size: 0.9rem;
	font-weight: 600;
}

.listagem-contatos li  span{
	font-size: 0.75rem;
}

.listagem-info{
	list-style: none;
	padding: 0;
}

.comercial-info h3{
	margin-bottom: 25px;
	color: #091e8a;
}

.listagem-info li{
	display: flex;
	margin-bottom: 40px;
}

.listagem-info li i{
	margin-right: 15px;
	background: #091e8b;
	width: 30px;
	height: 30px;
	font-size: 12px;
	border-radius: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 10px;
}

/*Trabalhe Conosco*/

section#trabalhe-conosco{
	padding: 80px 0;
}

section#trabalhe-conosco .form-control{
	padding: 10px;
	height: 50px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

section#trabalhe-conosco .form-control:focus{
	border-color: #8bbb17;
	box-shadow: none;
}

section#trabalhe-conosco textarea.form-control{
	height: 150px;
}


section#trabalhe-conosco form h2{
	font-size: 1.5rem;
	font-weight: 700;
	color: #091e8b;
}

section#trabalhe-conosco form h3{
	font-size: 1.125rem;
	font-weight: 600;
	color: #bbbbbb;
}

/*Investidores*/

section#investidores{
	padding: 80px 0;
	background: #f3f3f3;
}

section#investidores h3{
	color: #1f2022;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.listagem-investidores{
	list-style-type: none;
	padding: 0;
	margin: 50px 0;
}

.listagem-investidores li:first-child a .foto{
	height: 350px;
}

.listagem-investidores li a .foto {
	height: 250px;
	background-size: cover;
	border-radius: 20px;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.listagem-investidores li a:hover .foto,
.listagem-investidores li a:focus .foto{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

section#investidores .duvidas{
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
}

section#investidores .duvidas span{	
	font-weight: 700;
	color: #091e8b;
}


/*Responsivo*/

.menu-responsivo {
	display: none;
	background: #007320;
	color: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
	position: absolute;
	top: 10px;
	left: 360px;
	background: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	color: #222;
	width: 30px;
	height: 30px;
	z-index: 999;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #fff;
}


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

	section#banner .chegadas-partidas{
		bottom: 220px;
	}

	section#banner .diferenciais li div h3{
		height: 25px;
		width: 45px;
	}

	section#como-chegar .box{
		padding: 30px 20px;
	}
}

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

	header .menu-superior{
		display: none !important;
	}	

	header .logo img{
		width: 150px;
	}

	header.fixar .logo img {
		width: 120px;
	}

	header .menu-principal > ul > li.hidden{
	    display: inline-block;
	}

	header .menu-principal > ul > li > a{
		font-size: 0.875rem;
		padding: 15px 10px;
	}

	.banner-principal {
	    visibility: hidden !important;
	}

	section#banner .chegadas-partidas{
		position: relative;
		bottom: auto;
	}

	section#diferenciais .diferenciais{
		margin-top: 50px;
	}

	section#diferenciais .diferenciais li.col {
		width: 50%;
		flex-grow: inherit;
		flex-basis: auto;
		margin-bottom: 50px;
		text-align: center;
	}

	section#diferenciais .diferenciais li div h3 {
		height: 25px;
		width: 100%;
	}

	/*Páginas Internas*/

	section#outras-caracteristicas .listagem-outras > li:first-child{
		height: auto;
		margin-bottom: 30px;
	}

	.listagem-contatos{
		padding: 0;
		margin-top: 80px;
	}

}

@media (min-width: 768px) {
    /* show 3 items */
    section#outras-caracteristicas .carousel-inner .active,
    section#outras-caracteristicas .carousel-inner .active + .carousel-item,
    section#outras-caracteristicas .carousel-inner .active + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    section#outras-caracteristicas .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    section#outras-caracteristicas .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    section#outras-caracteristicas .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    section#outras-caracteristicas .carousel-inner .carousel-item-next,
    section#outras-caracteristicas .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    section#outras-caracteristicas .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    section#outras-caracteristicas .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    section#outras-caracteristicas .carousel-item-next.carousel-item-left + .carousel-item,
    section#outras-caracteristicas .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    section#outras-caracteristicas .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    section#outras-caracteristicas .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    section#outras-caracteristicas .carousel-item-prev.carousel-item-right + .carousel-item,
    section#outras-caracteristicas .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    section#outras-caracteristicas .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

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

	section#banner {
		margin-top: -75px;
	}

	header .logo{
		width: 100%;
	}

	header .logo .abrir-menu{
		display: block;
	}

	header .menu-principal{
		display: none;
	}

	.menu-responsivo, .fechar-menu{		
		display: flex;
	}

	.menu-principal{
		width: 100%;
		position: fixed;	
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.85);
		height: 100vh;
		z-index: 99;
		display: none;
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background: #fff;
		height: 100vh;
		padding: 20px;
		margin-top: 0;
		-moz-transform: translateX(-350px);
		-webkit-transform: translateX(-350px);
		-o-transform: translateX(-350px);
		-ms-transform: translateX(-350px);
		transform: translateX(-350px);
		-webkit-transition: all 350ms ease-in-out;
		-moz-transition: all 350ms ease-in-out;
		-ms-transition: all 350ms ease-in-out;
		-o-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
		overflow: auto;
	}

	header .menu-principal > ul  > li{
		margin-left: 0;
		margin-bottom: 15px;
	}

	header .menu-principal > ul > li > a{
		display: block;
		text-align: left;
		font-size: 14px;
		padding: 5px;
	}

	header .menu-principal ul.transform{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	header .menu-superior > ul > li.com-submenu::before,
	header .menu-principal > ul > li.com-submenu::before{
		content: '';
	}

	header .menu-superior ul > li > ul,
	header .menu-principal ul > li > ul{
		display: block;
		position: relative;
		width: 100%;
		box-shadow: none;
		padding: 0;
		top: auto;
		left: auto;
		margin-left: 20px;
		margin-top: 10px;
	}

	header .menu-superior ul > li > ul.big,
	header .menu-principal ul > li > ul.big{
		width: 100%;
		left: auto;
	}

	header .menu-superior ul > li > ul.big > li,
	header .menu-superior ul > li > ul.big > li:nth-of-type(2n),
	header .menu-principal ul > li > ul.big > li,
	header .menu-principal ul > li > ul.big > li:nth-of-type(2n){
		display: block;
		width: 100%;
		margin-right: 0;
	}

	section#banner .chegadas-partidas{
		padding: 20px;
	}

	section#banner .chegadas-partidas .cabecalho{
		display: none;
	}

	section#banner .chegadas-partidas .destino{
		-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	}

	section#aeroporto img{
		margin-top: 30px;
	}
	
	section#noticias .content {
		margin-bottom: 10px;
	}

	section#noticias .box{
		margin-bottom: 30px;
	}

	section#noticias h3{
		height: auto;
	}

	footer #newsletter form input[type="text"], footer #newsletter form input[type="email"]{
		width: 100%;
		margin-top: 20px;
	}

	footer #newsletter .call-to {
		margin-left: auto;
		margin-top: 20px;
	}

	footer h3{
		margin: 50px 0 30px 0;
	}

	footer #copyright,
	footer #copyright .desenvolvimento{
		text-align: center;
	}

	/*Páginas Internas*/

	body.paginas-internas section#aeroporto{
		padding: 50px 0;
	}

	section#acreditamos ul{
		padding: 0 20px;
	}

	section#valores .col-md-6:nth-of-type(2){
		margin-top: 50px;
	}

	.sidebar{
		display: none;
	}

	.sidebar.sidebar-responsivo{
		display: block;
		margin-top: 30px;
	}

	section#conteudo-internas {
		padding: 50px 0;
	}

	.texto-conteudo {
		padding-left: 15px;
	}

	.sidebar ul li.active::before{
		border: 0;
	}

	.listagem-servicos{
		text-align: center;
	}

	.listagem-servicos i {
		margin-left: calc(50% - 25px);
	}
}

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

	html{
		font-size: 14px;
	}

	header .barra-topo .infos .telefone{
		display: none;
	}

	header .menu-principal >  ul{
		width: 230px;
		-moz-transform: translateX(-230px);
		-webkit-transform: translateX(-230px);
		-o-transform: translateX(-230px);
		-ms-transform: translateX(-230px);
		transform: translateX(-230px);
	}

	.fechar-menu{
		left: 240px;
	}

	section#banner {
		margin-top: 0;
	}

	section#banner .chegadas-partidas {
		padding: 0 20px;
	}

	section#banner .chegadas-partidas .menu-cp li a {
		font-size: 0.875rem;
		text-align: center;
	}

	section#diferenciais .diferenciais{
		margin-bottom: 40px;
	}

	section#diferenciais .diferenciais li.col{
		width: 100%;
	}

	section#aeroporto {
		padding: 0 0 50px 0;
	}

	/*Páginas Internas*/

	section#trilha{
		background-size: cover;
    	height: 200px;
		padding: 50px 0;		
	}

	section#trilha > div a,
	section#trilha > div a span{
		display: block;
	}

	section#trilha h2.titulo-principal{
		font-size: 1.75rem;
	}

	section#outras-caracteristicas li .foto,
	section#outras-caracteristicas #carousel .foto{
		height: 200px;
	}

	.listagem-como-chegar li .icone{
		text-align: center;
		margin-bottom: 15px;
	}	

	section#mapa iframe {
		height: 250px;
	}
}

/*Paginação*/

.pagination{
	display: block;
	text-align: center;
}

.pagination h2{
	display: none;
}

.pagination .nav-links span,
.pagination .nav-links a{
	padding: 3px 15px;
	display: inline-block;
	margin-right: 5px;
	color: #091e8b;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border-radius: 5px;
	font-weight: bold;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current{
	background: #8bbb17;
	color: #fff;
}

/*Formulários*/

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 1px dotted #e64141;
	color: #e64141;
	padding: 20px;
	font-style: italic;
}

span.wpcf7-not-valid-tip {
	color: #e64141;
	font-size: 13px;
	font-weight: normal;
	display: block;
	font-weight: bold;
}

div.wpcf7-mail-sent-ok{
	border: 1px dotted #8bbb17;
	color: #8bbb17;
	padding: 20px;
	font-style: italic;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        bottom: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

div#cookie-notice {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}