/*
Theme Name: NOA Airports
Author: Cláudia Barreto
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;800&family=Exo:wght@300;400&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
	color: #094687;
	transition:color 350ms ease-in-out;
}

a:hover, a:focus{
	text-decoration: none;
	color: #3CAA36;
}

body{
	font: 18px 'Exo', sans-serif;
	line-height: 1.8em;
	font-weight: 400;
	color: #585858;
}

.font-exo2{
	font-family: 'Exo 2', sans-serif;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-primaria{
	color: #094687;
}

.cor-secundaria{
	color: #3CAA36;
}

.cor-texto{
	color: #585858;
}

.cor-branca{
	color: #fff;
}

.bg-preto{
	background: #000;
}

.bg-branco{
	background: #fff;
}

.bg-primario{
	background: #094687;
}

.bg-secundario{
	background: #3CAA36;
}

.bg-cinza-claro{
	background: #f4f4f4;
}

.font-weight-800{
	font-weight: 800;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-100{
	font-weight: 100;
}

.font-size-10{
	font-size: 10px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-38{
	font-size: 38px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 20px;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6768AD;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 0;
    text-indent: 0;
    z-index: 99;
    position: absolute;
    transition: all .35s ease-in-out;
    background: transparent;

}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: #6768AD;
	color: #fff;
}

.cta{
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 20px 35px;
	background: #3CAA36;
	border: 1px solid #3CAA36;
	font-weight: 600;
	border-radius: 20px;
	font-family: 'Exo 2', sans-serif;
}

.cta:hover,
.cta:focus{
	color: #fff;
	background: #094687;
	border-color: #fff;
}


.form-control[readonly]{
	background: #fff;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 16px;
	border-radius: 0px;
	background: #F2F2F2;
	border: 1px solid #DADADA;
	color: #2B2B2B;
	border-radius: 5px;
	padding: 10px 15px;
	box-shadow: none;
	height: 55px;
	box-shadow: none;
}

.form-control:hover, 
.form-control:focus {
    border-color: #3caa36;
    box-shadow: 0px 16px 19px -12px #09468730;
    background: #fff;
    color: #585858;
}

.form-group h4 {
    font-weight: 600;
    margin-top: 50px;
    color: #0f4586;
}

/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	border-bottom: 0px;
	background: #094687;
	padding: 20px 0 0 0;
	border-bottom: 7px solid transparent;
}

header.fixed{
	background: #fff;
	padding: 0;
	border-bottom: 7px solid #3CAA36;
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 0px;
}



header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 0px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 20px 50px;
	border-bottom: 7px solid #3CAA36;
	border-radius: 20px;
}

header.fixed .menu-principal > ul{
	background:transparent;
	border: 0;
}

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

header .menu-principal > ul > li > a{
	color: #094687;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 18px;
	padding:5px;
	margin-right: 0px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	width: 155px;
	text-align: center;
}

header .menu-principal > ul > li > a:before {
    content: '';
    border-bottom: 18px solid #3caa36;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -52px;
    left: calc(50% - 5px);
    opacity: 0;
    transition: all 350ms ease-in-out;
}

header.fixed .menu-principal > ul > li > a:before {
    bottom: -37px;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: #3caa36;
}

header .menu-principal > ul > li > a.active:before,
header .menu-principal ul > li > a:hover:before,
header .menu-principal ul > li > a:focus:before,
header .menu-principal ul > li.current-menu-item > a:before{
	opacity: 1;
}

header .logo-home a:before{
	display: none;
}

header .menu-principal > ul > li.logo-home > a{
	background: url(img/logo-noa.svg) no-repeat;
	width: 204px;
	height: 105px;
	margin: 0 50px !important;
	background-size: 100%;
	text-indent: -9999px;
	transition: all 350ms ease-in-out;
	display: inline-block;
}

header.fixed .menu-principal > ul > li.logo-home > a{
	width: 150px;
	height: 77px;
}

.rede-social{
	width:30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #3CAA36;
	color: #fff;
	transition: all 350ms ease-in-out;
	border:1px solid #3CAA36;
}

.rede-social:hover,
.rede-social:focus{
	background: #fff;
	color: #3CAA36;
}

section#banner{
	height: 90vh;
	padding: 0;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: 100%;
}

section#banner ul li {
    position: relative;
    background-size: cover;
    background-position: center;
}

section#banner ul li:before{
	width: 100%;
	height: 70vh;
	content: '';
	position: absolute;
	background: url(img/mascara-banner.png) right no-repeat;
	left: 0;
	top: 0;
	background-size: auto 100%;
}

.aeroporto .bg-cover{
	position: relative;
	z-index: 9;
}

.aeroporto .bg-cover:before {
    width: 70px;
    height: 134px;
    border-radius: 20px;
    content: '';
    background: #fff;
    top: calc(50% - 67px);
    right: -17px;
    z-index: 9;
    position: absolute;
}

.aeroporto .bg-cover:after {
    content: '';
    border-left: 18px solid #3caa36;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 10;
}

section#aeroporto-macapa.aeroporto .bg-cover:before {
    right: auto;
	left: -17px;
}

section#aeroporto-macapa.aeroporto .bg-cover:after {
    border-left: 0;
	border-right: 18px solid #3caa36;
	right: auto;
	left: -5px;
}

.listagem-blog  li a{
	display: block;
	background: #fff;
	color: #585858;
}

.listagem-blog  li a .foto{
	position: relative;
	height: 280px;
	transition: all 350ms ease-in-out;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	background-blend-mode: multiply;
}

.listagem-blog li a .info{
	padding: 20px;
	box-shadow: 0px 50px 50px 0px #DBE6FF66;
	border-radius:  0 0 20px 20px;
}

.listagem-blog  li a:hover .foto,
.listagem-blog  li a:focus .foto{
	background-color: #094687;
}

.listagem-blog li a:hover span.cor-secundaria,
.listagem-blog li a:focus span.cor-secundaria{
	color: #094687;
}

section#sobre{
	padding-bottom: 500px;
}

section#sobre .cta{
	margin-top: -25px;
}

.listagem-links a{
	background: #0F4586;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	transition: background 350ms ease-in-out;
}

.listagem-links a:hover,
.listagem-links a:focus,
.listagem-links a.active{
	background: #3caa36;
}

.destinos .destino{
	display: none;
}

.destinos .destino:first-child{
	display: block;
}

section#links{
	margin-top: -150px;
}

section#links a.bg-primario,
section#links a.bg-secundario{
	transition: all 350ms ease-in-out;
}

section#links a.bg-primario{
	height: calc(100% - 24px);
}

section#links a.bg-primario .row{
	height: 100%;
}

section#links a.bg-secundario:hover,
section#links a.bg-secundario:focus{
	background: #094687;
	color: #fff;
}

section#links a.bg-primario:hover,
section#links a.bg-primario:focus{
	background: #3caa36;
	color: #fff;
}

section#links a.bg-primario .cor-secundaria{
	transition: color 350ms ease-in-out;
}

section#links a.bg-primario:hover .cor-secundaria,
section#links a.bg-primario:focus .cor-secundaria{
	color: #fff;
}

footer{
	padding-top: 60px;
}

footer a{
	color: #fff;
	transition: color 350ms ease-in-out;
}

footer a:hover,
footer a:focus{
	color: #3CAA36;	
}


footer .copyright{
	padding: 20px 0;
	margin-top: 60px;
	background: rgba(0,0,0,0.1);
}

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

section#capa {
    position: relative;
	padding-top: 190px;
    padding-bottom: 80px;
	background-position: center right;
	background-size: auto 100%;
	background: #094687;
}

section#capa a{
	color: #fff;
}

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

section#detalhes .foto{
	height: 400px;
	border-radius: 30px;
}


/*Responsivo*/

header .abrir-menu{
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	color: #3CAA36; 
	width: 30px;
    height: 30px;
    font-size: 30px; 
	top: 40px;
    right: 0px;
    background: transparent;
}


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

.fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    color: #585858;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 30px;
	transition: all 350ms ease-in-out;
	font-size: 20px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #585858;
}


.mobile{
	display: none !important;
}


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

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

@media only screen and (max-width: 991px) {	
	
	.font-size-70 {
		font-size: 50px;
	}
	
	
	.font-size-35 {
		font-size: 30px;
	}

	.mobile{
		display: inline-block !important;
	}
	
	header{
		background: #fff;
		border-bottom: 7px solid #3CAA36;
		padding: 20px 0;
	}
	
	header.fixed{
		padding: 10px 0;
	}
	
	header .topo {
		justify-content: space-between;
	}
	
	header .logo.mobile img {
		width: 204px;
		transition: all 350ms ease-in-out;
	}
	
	header.fixed .logo.mobile img {
		width: 140px;
	}
	
	.fechar-menu,
	header .abrir-menu{
		display: flex;
	}

	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgb(0 0 0 / 65%);
		height: 100vh;
		z-index: 999;
		display: none;
	}

	header .menu-principal > ul,
	header.fixed .menu-principal > ul{
		display: block;
		width: 350px;
		background:#fff;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		border-radius: 0;
		padding: 30px;
	}

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

	header .menu-principal > ul > li > a,
	header.fixed .menu-principal > ul > li > a,
	header .menu-principal > ul > li > a:hover,
	header .menu-principal > ul > li > a:focus,
	header .menu-principal > ul > li > ul > li > a,
	header .menu-principal > ul > li > ul > li > a:hover,
	header .menu-principal > ul > li > ul > li > a:focus{
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin: 0;
		border: 0;
		text-align: center;
		color: #094687;
		width: 100%;
	}

	header .menu-principal > ul > li:last-child{
		display: block;
	}
	

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
	header .menu-principal > ul > li > ul {
		position: relative;
		background: transparent;
		padding: 10px;
	}
	
	header .menu-principal > ul > li.logo-home,
	header.fixed .menu-principal > ul > li.logo-home {
		display: none;
	}
	
	header .menu-principal > ul > li > a:before{
		display: none;
	}
	
	footer{
		text-align: center;
	}
	
	footer .redes-sociais {
		justify-content: center;
	}
	
	footer .redes-sociais a{
		margin: 0 5px;
	}
}

@media only screen and (max-width: 767px) {
	
	.font-size-40 {
		font-size: 30px;
	}
	
	.font-size-50 {
		font-size: 40px;
	}
	

	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row {
		height: auto;
	}
	
	section#banner ul.banner-principal li {
		padding: 220px 0 120px 0;
		background-color: #58708d;
		background-blend-mode: multiply;
	}
	
	section#banner ul li:before{
		display: none;
	}
	
	.aeroporto .bg-cover{
		height: 350px;
	}

	.aeroporto .bg-cover:before,
	.aeroporto .bg-cover:after{
		display: none;
	}
	
	section#aeroporto-macapa .row{
		 flex-direction: column-reverse;
	}
	
	
}

@media only screen and (max-width: 576px) {		
	
	.font-size-60 {
		font-size: 40px;
	}
	
	.font-size-50 {
		font-size: 30px;
	}
	
	.font-size-45 {
		font-size: 25px;
	}
	
	.font-size-40 {
		font-size: 30px;
	}
	
	.font-size-38 {
		font-size: 28px;
	}
	
	.font-size-35 {
		font-size: 30px;
	}
	
	.font-size-20 {
		font-size: 14px;
	}
	
	.cta{
		padding: 10px 25px;
	}

	section {
		padding: 50px 0;
	}		
	
	header .logo.mobile img {
    	width: 154px;
	}
	
	header.fixed .logo.mobile img {
		width: 130px;
	}

	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}
	
	section#banner ul.banner-principal li {
    	padding: 180px 0 80px 0;
	}
	
	section.aeroporto .p-sm-5 {
		padding: 20px;
	}
	
	section#sobre {
		padding-bottom: 200px;
	}
	
	section#capa {
		padding-top: 130px;
		padding-bottom: 60px;
	}
}
/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #585858;
	font-weight: bold;
	-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;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #3CAA36;
}

.pagination .nav-links .current{
	background: #094687;
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #585858;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #3CAA36 ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
	background: #fff;
}

.login h1 a {
	background-image: url('img/logo-noa.svg');
	background-size: 150px 77px;
	width: 150px;
	height: 77px;
}

p.sml_thankyou{
	color: #fff;
}

#wpadminbar{
	display: none;
}