@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*   General    */








/*   Options    */


:root {
	--cor-1: #acc3f1;
	--cor-2: #001e5a;
	--cor-3: #fdef5c;
	--cor-4: #0486cc;
	--cor-5: #00315c;
	--cor-6: #003ebb;


	--cor-txt-1: #00040b;
	--cor-txt-2: #ffffff;
	

	--cor-bg-1: #ffffff;



	--font: 'Inter', sans-serif;;

	--fs-h1: 10vw;
	--fs-h2: 5vw;
	--fs-h3: 4vw;
	--fs-h4: 7vw;
	--fs-h5: 6vw;
	--fs-h6: 5vw;
	--fs-p: 3.5vw;
	--fs-p-s: 3vw;
	--fs-p-l: 4.5vw;

	--lh-h1: 10vw;
	--lh-h2: 9vw;
	--lh-h3: 5vw;
	--lh-h4: 7vw;
	--lh-h5: 6vw;
	--lh-h6: 5vw;
	--lh-p: 5vw;
	--lh-p-s: 3vw;
	--lh-p-l: 5vw;

	
}




body{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	min-height: 100vh;
}

p{
	font-family: var(--font);
	color: var(--cor-txt-1);
	font-weight: 300;
}

.aligncenter{
	text-align: center !important;
}

.align-left{
	text-align: left !important;
}

.align-right{
	text-align: right!important;
}

.displayblock{
	display: block!important;
}

.hidden{
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	text-indent: -9999px;	
}

.pointer{
	cursor: pointer;
}


.mobile-show{
	display: none;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {  
  height: auto;
}


@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
.video{
	width: 100%;
	height: auto;
}


.video iframe{
	width: 100%;
	border: none;
	outline: none;
}



/*   Index    */


body.index{
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	background: var(--cor-5);
	overflow: hidden;
}



body.index .intro{
	width:100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: url(../img/intro.jpg) center center no-repeat var(--cor-2);
	background-size: cover;
	position: absolute;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}


body.index .intro h1{
	width: 100%;
	height: 30vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/intro_selo.png) center center no-repeat;
	background-size: contain;
}	


body.index .intro h4{
	width: 100%;
	height: 5vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/dream.png) center center no-repeat;
	background-size: contain;
}



body.index .cadastro{
	width:100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
		background: url(../img/intro.jpg) center center no-repeat var(--cor-2);
	background-size: cover;
}

body.index .cadastro .cadastro-content{
	width:100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	bottom: -110vh;
}

body.index .cadastro h1{
  width: 50vw;
  height: 14vh;
  margin: 0 25vw;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -15vh;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 11;
  backdrop-filter: blur(5px);
  opacity: 1;
}

body.index .cadastro h1:after{
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-2);
	position: absolute;
	z-index: -1;
	opacity: 0.6;
	border-radius: 0 0 20px 20px;
	top: 0;
	left: 0;
}

body.index .cadastro h1:before{
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/intro_selo.png) center center no-repeat;
  background-size: contain;
	position: absolute;
	z-index: 10;
	opacity: 1;
	border-radius: 0 0 20px 20px;
	top: 0;
	left: 0;
}



body.index .cadastro h3.logo{
	width: 100%;
	height: 7vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) center center no-repeat var(--cor-2);
	background-size: contain;
	position: absolute;
    bottom: -8vh;
    z-index: 11;
}


body.index .cadastro .cadastro-content form{
	width: 85%;
	height: auto;
	margin: 40vh 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.index .cadastro .cadastro-content form input{
	width: 100%;
	height: auto;
	margin: 0 0 2vh 0;
	padding: 1vh 0;
	border: 1px #ffffff solid;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-family: var(--font);
	font-weight: 100;
	font-size: var(--fs-h2);
	line-height: var(--lh-h2);
	color:var(--cor-txt-2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


body.index .cadastro .cadastro-content form input::-webkit-input-placeholder { /* Edge */
  color: var(--cor-txt-2);
}

body.index .cadastro .cadastro-content form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--cor-txt-2);
}

body.index .cadastro .cadastro-content form input::placeholder {
  color: var(--cor-txt-2);
}

body.index .cadastro .cadastro-content form input.bt-entrar{
	width:50%;
	padding: 2vh 0;
	border: none;
	background: var(--cor-6);
		font-size: var(--fs-h4);
	line-height: var(--lh-h4);
}



body.index .cadastro video{
	width:100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	object-fit: cover;
}








body.internas{
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	background: url(../img/bg-home.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}

body.bg-branco{
	background: var(--cor-bg-1);
}

body.bg-agenda{
	background: url(../img/bg-agenda.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-atracoes{
	background: url(../img/bg-atracoes.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-boas-vindas{
	background: url(../img/bg-boas-vindas.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-documentos{
	background: url(../img/bg-documentos.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-hotel{
	background: url(../img/bg-hotel.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-informacoes{
	background: url(../img/bg-informacoes.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-local{
	background: url(../img/bg-local.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.bg-seu-voo{
	background: url(../img/bg-seu-voo.jpg) center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


body.internas .container-conteudos{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
}

body.internas .container-home{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 10vh 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}



body.internas .header{
	width: 100%;
	height: 14.5vh;
	margin: 0;
	padding: 0;
	display: flex;
	background: var(--cor-2);
	position: absolute;
	top: -11vh;
	z-index: 1;
}

body.internas .header .bt-menu{
	width: 15vw;
	height: 10vh;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: var(--font);
	font-weight: 300;
	font-size: var(--fs-h5);
	line-height: 10vh;
	color:var(--cor-txt-2);
	cursor: pointer;
	position: relative;
	z-index: 2;
}

body.internas .header h1{
	height: 12vh;
	position: absolute;
	z-index: 1;
	width: 100%;

	margin: 1vh 0 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/selo.png) center center no-repeat;
	background-size: contain;
}





body.internas .container-destaques{
	width: 90vw;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	bottom: -100vh;

}

body.internas .container-destaques .box-destaque{
	width: 28vw;
	height: 28vw;
	margin: 1vw;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: relative;
	backdrop-filter: blur(30px);
	border-radius: 10px;
}

body.internas .container-destaques .box-destaque-1-linha{
	width: 100%;
	flex-direction: row;
	justify-content: center;
	height: 20vw;
}
body.internas .container-destaques .box-destaque-1-linha h4{
	width: auto !important;
	height: auto !important;
	margin: 0 0 0 1vw !important;
	font-size: var(--fs-h3) !important;
	line-height: var(--lh-h3) !important;

	}

body.internas .container-destaques .box-destaque:after{
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-6);
	position: absolute;
	z-index: -1;
	opacity: 1;
	border-radius: 10px;
}

body.internas .container-destaques .box-destaque span{
	color:var(--cor-txt-2);
	font-size: 3.6vh;
}

body.internas .container-destaques .box-destaque h4{
	width: 100%;
	height: 3vh;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: var(--font);
	font-weight: 600;
	font-size: var(--fs-p-s);
	line-height: var(--lh-p-s);
	color:var(--cor-txt-2);
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}


.fade-menu{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: var(--cor-5);
	opacity: 0.9;
	z-index: 998;
}


body.internas .menu{
	width: 85vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	top: 0;
	left: -90vw;
	background: #ffffff;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.4);
}

body.internas .menu hr{
	border-top: 1px solid var(--cor-2);
	opacity: 0.2;
}

body.internas .menu .menu-header{
	width: 100%;
	height: 10vh;
	margin: 0;
	padding: 0;
	background: var(--cor-6);
	display: flex;
	align-items: center;
	justify-content: space-between;
}


body.internas .menu .menu-header h3{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 0 5vw;
	text-align: left;
	font-family: var(--font);
	font-weight: 900;
	font-size: 3.5vh;
	line-height: 3.5vh;
	color:var(--cor-txt-2);
	letter-spacing: 0.2vw
}

body.internas .menu .menu-header .menu-logout{
	margin: 0 5vw 0 0;
}

body.internas .menu .menu-header .menu-logout span{
	color:var(--cor-txt-2);

}

body.internas .menu .menu-body{
	width: 100%;
	height: 90vh;
	margin: 0;
	padding: 0;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.internas .menu .menu-body ul{
	width: 100%;
	height: auto;
	padding: 0 0 0 5vw;
	margin: 2vh 0;
	list-style: none;
}

body.internas .menu .menu-body ul li{
	width: 100%;
	height: auto;
	margin: 1vh 0;
	padding: 0;
}

body.internas .menu .menu-body ul li a{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	color: var(--cor-2);
	text-align: left;
	font-family: var(--font);
	font-weight: 300;
	font-size: var(--fs-p);
	line-height: var(--fh-p);
	text-transform: uppercase;
	display: inline-block;
}

body.internas .menu .menu-body ul li a:hover{
	text-decoration: none;
}

body.internas .menu .menu-body ul li a span{
	font-size: 3.5vh;
	margin: 0 3vw 0 0;
}

body.internas .menu .menu-body h2.logo-agencia{
	width: 100%;
	height: 5vh;
	margin: 0 0 3vh 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/dream-color.png) center center no-repeat;
	background-size: contain;
}


body.internas .pos-header-internas{
	width: 100vw;
	height: 5vh;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	position: absolute;
	top: -10vh;
	z-index: 0;
	background: var(--cor-6);
	display: flex;
	justify-content: center;
	align-items: center;
}

body.internas .pos-header-internas h1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	color: var(--cor-2);
	font-weight: 900;
	text-align: center;
	position: relative;
	top: 0;
	text-indent: 0;
	background: none;
}


body.internas .container-internas{
	width: 100vw;
	height: 85vh;
	margin: 0;
	padding: 3vh 3vh 10vh;
	overflow-y: auto;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

body.internas .container-internas .box-conteudos{
	width: 100%;
	height: auto;
	margin: 0 0 2vw;
	padding: 3vw;
	position: relative;
	backdrop-filter: blur(30px);
	border-radius: 10px;
}

body.internas .container-internas .box-conteudos:after{
		content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-2);
	position: absolute;
	z-index: -1;
	opacity: 0.6;
	border-radius: 10px;
	top: 0;
	left: 0;
}


body.internas .container-internas h2{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 2vw 0 0 0;
	color: var(--cor-txt-2);
	text-align: left;
	font-family: var(--font);
	font-weight: 900;
	font-size: var(--fs-h2);
	line-height: var(--lh-h2);
	display: inline-block;
	text-align: center;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

body.internas .container-internas h3{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 4vw 0 0 0;
	color: var(--cor-txt-2);
	text-align: left;
	font-family: var(--font);
	font-weight: 300;
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

body.internas .agenda h3{
	font-size: var(--fs-h5);
	font-weight: 700;
	margin: 0 0 2vw;
	color: var(--cor-1);
}

body.internas .agenda h3 span{
	text-transform: none;
	font-weight: 300;
	}

body.internas .container-internas h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 2vw 0 0 0;
	color: var(--cor-4);
	text-align: left;
	font-family: var(--font);
	font-weight: 700;
	font-size: var(--fs-h4);
	line-height: var(--lh-h4);
	display: inline-block;
	text-align: center;
}

body.internas .container-internas h5{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 2vw 0 0 0;
	color: var(--cor-1);
	text-align: left;
	font-family: var(--font);
	font-weight: 700;
	font-size: var(--fs-h5);
	line-height: var(--lh-h5);
	display: inline-block;
	text-transform: uppercase;	
	text-align: center;
}



body.internas .container-internas p{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 3vw 0;
	color: var(--cor-txt-2);
	text-align: left;
	font-family: var(--font);
	font-weight: 500;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	display: inline-block;	
}

body.internas .container-internas p a{
	color: var(--cor-txt-2);
	text-decoration: underline;
	}

body.internas .container-internas p span{
	color: var(--cor-4);
	font-weight: 700;
	}


body.internas .container-internas ul{
	margin: 0 0 2vw 5vw;
	padding: 0;
	width: calc(100% - 5vw);
	height: auto;
	color: var(--cor-txt-2);
}

body.internas .container-internas ul li p{
	display: block;
}


body.internas .container-internas img{
	width: 100%;
	height: auto;
	margin: 0 0 2vw 0;
}

body.internas .container-internas iframe{
	width: 100%;
	height: auto;
}


body.internas .container-internas .container-voo{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 2vh 0;
	display: flex;
	justify-content: space-around;
}

body.internas .container-internas .container-voo .box-voo{
	width: 35vw;
	height: auto;
	padding: 2vw 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	backdrop-filter: blur(30px);
		border-radius: 10px;
}

body.internas .container-internas .container-voo .box-voo:after{
		content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-1);
	position: absolute;
	z-index: -1;
	opacity: 0.6;
	border-radius: 10px;
}

body.internas .container-internas .container-voo .box-voo p{
	font-size: var(--fs-p-s);
	line-height: var(--lh-p-s);
	margin: 1vw 0;
}

body.internas .container-internas .container-voo .box-voo p span{
	color: var(--cor-2);
}

body.internas .container-internas .container-voo .box-meio-voo{
	width: 30vw;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


body.internas .container-internas .container-voo .box-meio-voo span{
	color: var(--cor-6);
}

body.internas .container-internas .container-voo .box-meio-voo p{
	font-size: var(--fs-p-s);
	line-height: var(--lh-p-s);
	text-align: center;
	margin: 0 0 2vw 0;
}

body.internas .container-internas .container-voo .box-voo h4, body.internas .container-internas .container-voo .box-voo p{
	text-align: center;
}

body.internas .container-internas .container-voo .box-voo h4{
	font-size: 2.6vh;
	line-height: 2.8vh;
	text-align: center;
}



body.internas .agenda table{
	position: relative;
	margin: 0 0 4vw !important;
		backdrop-filter: blur(30px);
		border-radius: 10px;
}
body.internas .agenda table:after{
	background: var(--cor-2);
	opacity: 0.6;

		content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;


}


body.internas .container-internas table{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

body.internas .container-internas table h6{
	color: var(--cor-txt-2);
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	margin: 0;
	padding: 2vw 0;
	text-align: left;
}

body.internas .container-internas table p{
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	margin: 0;
	padding: 2vw 0;
	color: var(--cor-txt-2);

}

body.internas .container-internas table p b{
	font-weight: 900;
}

body.internas .container-internas table tr td{
	vertical-align: middle;
	padding: 5vw;
}

body.internas .container-internas table tr td:first-child{
	width: 20%;
}

body.internas .container-internas table tr{
	border-top: 1px solid var(--cor-6);
}

body.internas .container-internas table tr:first-child{
	border-top: none;
}


/*   Responsive    */





@media (max-width: 768px) {
	.sm-hide{display: none;}
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	.mobile-show{display: block !important;}
	.mobile-hide{display: none !important;}
	
	
}

@media (min-width: 769px) {



:root {

	--fs-h1: 5vw;
	--fs-h2: 2.5vw;
	--fs-h3: 2vw;
	--fs-h4: 3.5vw;
	--fs-h5: 3vw;
	--fs-h6: 2.5vw;
	--fs-p: 1.7vw;
	--fs-p-s: 1.5vw;
	--fs-p-l: 2vw;

	--lh-h1: 5vw;
	--lh-h2: 4.5vw;
	--lh-h3: 2.5vw;
	--lh-h4: 3.5vw;
	--lh-h5: 3vw;
	--lh-h6: 2.5vw;
	--lh-p: 2.5vw;
	--lh-p-s: 1.5vw;
	--lh-p-l: 2.5vw;

	
}



body.internas .menu{
	width: 40vw;
}


body.internas .container-destaques{

}

body.internas .container-destaques .box-destaque, body.internas .container-destaques .box-destaque-1-linha{
	width: 20vw;
    height: 15vw;
    margin: 1vw;
    flex-direction: column;
}

body.internas .container-destaques .box-destaque-1-linha h4{
	font-size: var(--fs-p-s) !important;
  line-height: var(--lh-p-s) !important;
}



	}


@media (min-width: 768px) and (max-width: 992px) {
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	body.internas .container-conteudos{overflow-y: auto;}
	body.internas .container-home{height: auto;}
	body.index .cadastro .cadastro-content h1{background-size: contain;}
	
}


@media (min-width: 992px) and (max-width: 1200px) {
	
	.xl-hide{display: none;}

	body.internas .container-conteudos{overflow-y: auto;}
	body.internas .container-home{height: auto;}
	body.index .cadastro .cadastro-content h1{background-size: contain;}

	
}


@media (min-width: 1201px) and (max-width: 1440px) {
	
	body.internas .container-conteudos{overflow-y: auto;}
	body.internas .container-home{height: auto;}
	body.index .cadastro .cadastro-content h1{background-size: contain;}
	
}

@media (min-width: 1441px) and (max-width: 1920px) {
	
	body.internas{background-size: cover}


	body.internas .container-conteudos{overflow-y: auto;}
	body.internas .container-home{height: auto;}
	body.index .cadastro .cadastro-content h1{background-size: contain;}
	
}


@media (min-width: 1921px) {
	
	body.internas{background-size: cover}

	body.internas .container-conteudos{overflow-y: auto;}
	body.internas .container-home{height: auto;}

	body.index .cadastro .cadastro-content h1{background-size: contain;}
	
}