@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: #006699;
	--cor-2: #002750;
	--cor-3: #fdef5c;
	--cor-4: #aee5fa;
	--cor-5: #ffffff;
	--cor-6: #c6c6c6;
	--cor-7: #00325d;


	--cor-txt-1: #00040b;
	--cor-txt-2: #ffffff;
	--cor-txt-3: #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: 2vw;
	--fs-p: 3.5vw;
	--fs-p-s: 3vw;
	--fs-p-l: 4.5vw;
	--fs-p-m: 12.5vw;

	--lh-h1: 10vw;
	--lh-h2: 9vw;
	--lh-h3: 5vw;
	--lh-h4: 7vw;
	--lh-h5: 6vw;
	--lh-h6: 2vw;
	--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-2);*/
	background: url(../img/intro1.jpg) center bottom no-repeat;
	overflow: hidden;
}



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


body.index .intro h1{
	width: 40%;
	height: 30vh;
	margin: 0 30% 50vh 30%;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/selo-positivo.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/logos.png) center center no-repeat;
	background-size: contain;
}



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

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: center;
	align-items: center;
	bottom: -110vh;
}

body.index .cadastro h1{
  width: 100%;
  height: 20vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -15vh;
  
  z-index: 11;
  
  opacity: 1;
}

body.index .cadastro h1:after{
	/*content: " ";*/
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-1);
	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 h2.index-logos{
  width: 50vw;
  height: 10vh;
  margin: 0 25vw;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 11;
  backdrop-filter: blur(5px);
  opacity: 1;
}

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

body.index .cadastro h2.index-logos:before{
	content: " ";
	width: 80%;
	height: 100%;
	margin: 0 10%;
	padding: 0;
	background: url(../img/logos.png) center center no-repeat;
  background-size: contain;
	position: absolute;
	z-index: 10;
	opacity: 1;
	border-radius: 0 0 20px 20px;
	bottom: 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-1);
	background-size: contain;
	position: absolute;
    bottom: -8vh;
    z-index: 11;
}


body.index .cadastro .cadastro-content form{
	width: 85%;
	height: auto;
	margin: 5vh 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-1);
	color: var(--cor-2);
		font-size: var(--fs-h4);
	line-height: var(--lh-h4);
}



body.index .cadastro video{
	width:100vw;
	height: auto;
	margin: 5px 0;
	padding: 5px 0;
	
	top: 25vh;
	z-index: 1;
	object-fit: cover;
	border-bottom: 1px solid var(--cor-5);

	border-top: 1px solid var(--cor-5);
}




#changing{
width: 100%;
	height: 1vh;
    padding: 40px 20px 0;
    margin: 0;
    text-align: center;
    font-family: var(--font);
    font-weight: 600;
    font-size: var(--fs-p);
    line-height: var(--lh-p);
    color: var(--cor-txt-2);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

body.internas #changing{
	padding: 0 20px;
}


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 3vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}



body.internas .header{
	width: 100%;
	height: 10vh;
	margin: 0;
	padding: 0;
	display: flex;
	background: var(--cor-7);
	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: 8vh;
	position: absolute;
	z-index: 1;
	width: 100%;

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



body.internas .selo-home{
	height: 16vh;
	
	width: 100%;
	margin: 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;
	
	

}

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-1);
	position: absolute;
	z-index: -1;
	opacity: 0.4;
	border-radius: 10px;
}

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

body.internas .container-destaques .box-destaque img{
	width: 90%;
	height: 3.6vh;
	object-fit: contain;
	object-position: center;
}

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-7);
	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(--fs-p-m);
	text-transform: uppercase;
	display: flex;
}

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 2vw 0 0;
	width: 11%;
}

body.internas .menu .menu-body h2.logo-agencia{
	width: 100%;
	height: 5vh;
	margin: 0 0 12vh 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-1);
	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-5);
	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-3);
	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-5);
}

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-6);
	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-internas1 p{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 3vw 0;
	color: var(--cor-txt-3);
	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-4);
}

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-4);
}

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-1);
	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-3);
	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-1);
}

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









.sp-container {
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8vh;
	z-index: 0;
}
.sp-content {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	position: relative;
}
.sp-container p {
	position: absolute;
	top: 0;
	line-height: var(--lh-p);
	height: 100%;
	margin-top: 3vh;
	font-size: var(--fs-p);
	width: 100%;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
	text-transform: uppercase;
}
.sp-container p.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container p.frame-2 {
	
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container p.frame-3 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.sp-container p.frame-4 {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}

.sp-container p.frame-5 {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}

.sp-container p.frame-6 {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}

.sp-container p.frame-7 {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}

.sp-container p.frame-8 {
	-webkit-animation-delay: 21s;
	-moz-animation-delay: 21s;
	-ms-animation-delay: 21s;
	animation-delay: 21s;
}

.sp-container p.frame-9 {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}

.sp-container p.frame-10 {
	-webkit-animation-delay: 27s;
	-moz-animation-delay: 27s;
	-ms-animation-delay: 27s;
	animation-delay: 27s;
}



/**/

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}
/**/

@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}
/**/

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}



















/*   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;}

	body.index .cadastro video{width: auto; height: 20vh;}
	body.index .intro{background-size: 40%; background-position: center top;}
	body.internas .header h1{background-size: contain;}
	body.index .cadastro .cadastro-content form{width: 30%}
	
}


@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;}
	body.index .cadastro video{width: auto; height: 20vh;}
	body.index .intro{background-size: 40%; background-position: center top;}
	body.internas .header h1{background-size: contain;}
	body.index .cadastro .cadastro-content form{width: 30%}
	
}

@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;}
	body.index .cadastro video{width: auto; height: 20vh;}
	body.index .intro{background-size: 40%; background-position: center top;}
	body.internas .header h1{background-size: contain;}
	body.index .cadastro .cadastro-content form{width: 30%}
	
}


@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;}
	body.index .cadastro video{width: auto; height: 20vh;}
	body.index .intro{background-size: 40%; background-position: center top;}
	body.internas .header h1{background-size: contain;}
	body.index .cadastro .cadastro-content form{width: 30%}
	
}






@media (min-width: 993px) {


/*   Options    */


:root {

	--fs-h1: 52px;
	--fs-h2: 44px;
	--fs-h3: 32px;
	--fs-h4: 26px;
	--fs-h5: 22px;
	--fs-h6: 20px;
	--fs-p: 16px;
	--fs-p-m: 18px;
	--fs-p-l: 20px;
	--fs-p-s: 13px;
	--fs-p-ss: 10px;

	--lh-h1: 58px;
	--lh-h2: 50px;
	--lh-h3: 34px;
	--lh-h4: 28p;
	--lh-h5: 24px;
	--lh-h6: 22px;
	--lh-p: 20px;
	--lh-p-m: 22px;
	--lh-p-l: 24px;
	--lh-p-s: 18px;
	--lh-p-ss: 14px;

	
}


    body.internas .container-destaques .box-destaque, body.internas .container-destaques .box-destaque-1-linha {height: 20vh;}
    body.internas .menu .menu-body ul li a{margin: 30px 0;}
    body.internas .container-internas{padding: 50px 15%;}


}

