


/**********************   Início - Menu ***********************************/


@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
body {
	background: #048;
	background: -webkit-linear-gradient(left top, #027, #48a);
	background: -moz-linear-gradient(bottom right, #027, #48a);
	background: linear-gradient(to bottom right, #027, #48a);
	background-attachment: fixed;
	color: #fff;
    font-family: "Montserrat", "Lato", "Sans-serif";
	font-size: 18px;
	font-weight: 300;
	line-height: 140%;
	margin: 0;
	height: 100%;
	padding: 0;
	width: 100%;
}







.page_title,
.what_to_do {
	font-weight: 300;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	text-transform: uppercase;
}

/* PEN STYLES ========== */
a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
	.side_menu {
		background: rgba(72, 72, 73, 0.39);
		height: 100vh;
		left: -250px;
		position: fixed;
		top: 0;
		width: 250px;
        z-index: 10;
	}
	.side_menu .container {
		padding: 0 1em;
	}

/* HAMBURGER STYLES ----- */
	.burger_box {
		display: block;
		float: right;
		margin-right: -85px;
	}
	.burger_box a.menu-icon {
		display: inline-block;
		float: none;
		height: 25px;
		padding: 10px;
		opacity: .5;
		width: 35px;
		z-index: 100;
	}
	.burger_box a.menu-icon:hover,
	.burger_box a.menu-icon.opened {
		opacity: 1;
	}
	.burger_box a.menu-icon.opened {
		background: rgba(72, 72, 73, 0.39);
	}
	.burger_box .menu-icon_box {
		display: inline-block;
		height: 35px;
		position: relative;
		text-align: left;
		width: 25px;
	}
	.burger_box .menu-icon_line {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 150%;
	}
	.burger_box .menu-icon_line--1 {
		top: 2px;
	}
	.burger_box .menu-icon_line--2 {
		top: 10px;
	}
	.burger_box .menu-icon_line--3 {
		top: 18px;
	}
	.burger_box .menu-icon_line--1 {
		transition: top 200ms 250ms, transform 200ms;
		-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon_line--2 {
		transition: opacity 0ms 300ms;
		-webkit-transition: opacity 0ms 300ms;
	}
	.burger_box .menu-icon_line--3 {
		transition: top 100ms 300ms, transform 200ms;
		-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_box {
		transform: scale3d(0.9, 0.9, 0.9);
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
	}
	.burger_box .menu-icon.opened .menu-icon_line {
		top: 10px;
	}
	.burger_box .menu-icon.opened .menu-icon_line--1 {
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transition: top 100ms, transform 200ms 250ms;
		-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--2 {
		opacity: 0;
		transition: opacity 200ms;
		-webkit-transition: opacity 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--3 {
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transition: top 200ms, transform 200ms 250ms;
		-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
	}

/* STAGGER LIST ----- */
	.list_load {
		display: none;
		list-style: none;
		padding: 0;
	}
	.list_item {
		margin-left: -20px;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.list_item a {
		color: #fff;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	.list_item a:hover {
		background: rgba(255,255,255,.2);
	}

/**********************   Fim - Menu ***********************************/





















































/* start: header styles */
#header-hero-container {
  min-height: 600px;

  position: relative;
}


header {
  background: transparent;


  position: fixed;
  width: 100%;
  z-index: 3;
}

#logo {

  position: relative;
  top: 12px;
  left: 200px;


}

.logo img{
  
  width: 60%;
  top: 1px;
  position: relative;
 
  left: 228px;
 }

.hamburger-menu {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 3px 5px;
  width: 30px;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}

.hamburger-menu .stripbase {
  display: block;
  height: 1px;
  background-color: #fff;
  margin: 4px 0;
}

header ul {
  list-style-type: none;
}

header ul li {
  display: inline-block;
  margin: 0 15px;
}

#close-flyout {
  display: none;
}

header ul li a {
  color: #d19f42;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
}

header ul.is-sticky li a {
  color: #000;
}

header ul li a:hover,
header ul li a.active {
  color: #fff;
}

header ul.is-sticky li a:hover,
header ul.is-sticky li a.base {
  color: #f69314;
}
/* end: header styles */





























.light{
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: .75;
  background-color: white;
  box-shadow: cyan 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
  }

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

button:focus{
  outline: none;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}

.header{
  position: absolute;
  top: 20%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: white;
  font-size: 1.8em;
  
}

#head1, #head2,#head3, #head4, #head5{
  opacity: 0; 
}

#head1{
  -webkit-animation: fadeOut 1 5s ease-in;
  -moz-animation: fadeOut 1 5s ease-in;
  -o-animation: fadeOut 1 5s ease-in;
  animation: fadeOut 1 5s ease-in;
}

#head2{
  -webkit-animation: fadeOut 1 5s ease-in;
  -moz-animation: fadeOut 1 5s ease-in;
  -o-animation: fadeOut 1 5s ease-in;
  animation: fadeOut 1 5s ease-in;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

#head3{
  -webkit-animation: fadeOut 1 5s ease-in;
  -moz-animation: fadeOut 1 5s ease-in;
  -o-animation: fadeOut 1 5s ease-in;
  animation: fadeOut 1 5s ease-in;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

#head4{
  -webkit-animation: fadeOut 1 5s ease-in;
  -moz-animation: fadeOut 1 5s ease-in;
  -o-animation: fadeOut 1 5s ease-in;
  animation: fadeOut 1 5s ease-in;
  -webkit-animation-delay: 17s;
  -moz-animation-delay: 17s;
  -o-animation-delay: 17s;
  animation-delay: 17s;
}

#head5{
  -webkit-animation: finalFade 1 5s ease-in;
  -moz-animation: finalFade 1 5s ease-in;
  -o-animation: finalFade 1 5s ease-in;
  animation: finalFade 1 5s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 22s;
  -moz-animation-delay: 22s;
  -o-animation-delay: 22s;
  animation-delay: 22s;
  width: 500px;
 
  z-index: 40;
 
}


@-webkit-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-moz-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-o-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-o-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-moz-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-o-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

#footer{
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  color: white;
  position: fixed;
  -webkit-transform: translate(95vw,90vh);
  -moz-transform: translate(95vw,90vh);
  transform: translate(95vw,90vh);
  transform: translate(95vw,90vh);
}


































































 













 /* DEMO-SPECIFIC STYLES */
 .textanime p {
  color: #fff;
  font-size: 15px;



  font-family: 'Raleway', sans-serif;

 
  

  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid rgb(54, 28, 83); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}



























@import url('https://fonts.googleapis.com/css?family=Raleway:200,100,400');

.texto{
  position: relative;
  top: -480px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
 

h1 {
  font-family: "Montserrat", "Lato", "Sans-serif";
  font-size: 2cm;


}


 /* DEMO-SPECIFIC STYLES */
 .textanime p {
   color: #fff;
   font-size: 15px;

 

   font-family: "Montserrat", "Lato", "Sans-serif";

  
   
 
   overflow: hidden; /* Ensures the content is not revealed until the animation */
   border-right: .15em solid rgb(54, 28, 83); /* The typwriter cursor */
   white-space: nowrap; /* Keeps the content on a single line */
   margin: 0 auto; /* Gives that scrolling effect as the typing happens */
   letter-spacing: .15em; /* Adjust as needed */
   animation: 
     typing 3.5s steps(30, end),
     blink-caret .5s step-end infinite;
 }
 
 /* The typing effect */
 @keyframes typing {
   from { width: 0 }
   to { width: 100% }
 }
 
 /* The typewriter cursor effect */
 @keyframes blink-caret {
   from, to { border-color: transparent }
   50% { border-color: orange }
 }









































@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");


Body {
  margin: 0;
  font-family: "Montserrat", "Lato", "Sans-serif";
  background: #000000; 


 

}










*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.bloco2 {
  height: 100%;
  min-height: 100vh;
}

.bloco2 {
  display: grid;
  place-items: center;
  font-family: "Montserrat", "Lato", "Sans-serif";
  font-size: 1.1rem;
  line-height: 1.2;
  background: #000000; 
  color: #ddd;
}

ul {
  list-style: none;
  
}



.main__heading {

  position: relative;
  top: 70px;
 
  font-size: 1.8em;
  margin-bottom: 0.75em;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  left: -30px;
}



.card {
  position: relative;
  top: 80px;
  --flow-space: 0.5em;
  --hsl: var(--hue), var(--saturation), var(--lightness);
  flex: 1 1 14rem;
  padding: 2em 2em;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: start;
  gap: 1.25em;
  color: #ffffff;
  font-size: 18px;

  border: 1px solid #eceff133;
  border-radius: 20px;

  background-color: rgb(32, 32, 32);
}

.card p{

  position: relative;
 left: 20px;
}
.cta {
  display: block;
  align-self: end;
  margin: 1em 0 0.5em 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0d0d0d;
  padding: 0.7em;
  border-radius: 10px;
  font-size: 1rem;
 
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  opacity: var(--opacity, 0);
  -webkit-mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 1%,
    transparent 50%
  );
  mask: radial-gradient(
    25rem 25rem at var(--x) var(--y),
    #000 1%,
    transparent 50%
  );
  transition: 400ms mask ease;
  will-change: mask;
}























.wrap1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
   
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}





.bloco1{
  background-color: #000000;
  height: 100vh;
 }



 .wrap1 img{
  position: relative;
  top: 130px;
  width: 100%;
}







.whatsapp{

  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
 }


.whatsapp img{

 width: 40px;
}

@media (max-width:2000px) {

  .bloco1 {
   
    position: relative;
    top: -94px;
    
   
  }
}

@media (max-width:1350px) {

  body{

      
    overflow: hidden;
  }

  .bloco1 {
   
    position: relative;
    top: -130px;
    
   
  }

  .card {
    position: relative;
    top: -930px;
  
  }
  
  .wrap1 img{
    position: relative;
    top: -345px;
    width: 100%;
  }
  
  .main__heading {

    position: relative;
    top: -960px;
 
    left: -10px;
  }
  
  .texto{
    position: relative;
    top: -1440px;
    left: 50px;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;

  }


 

}







@media (max-width: 850px) {

  .wrap1 img{
    position: relative;
    top: -310px;
      
    width: 100%;
  }
  

  .header{
    position: absolute;
    top: 10%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 1.5em;
  }


  .texto{
    position: relative;
    top: -940px;
    left: -6px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
  
  }

  
  #head5{
    
    width: 450px;
    margin-left: 90px;
   
  }



  .card {
    position: relative;
    top: -580px;
  
  }

  .wrap1 img{
    position: relative;
    top: -150px;
    width: 100%;
  }

  .main__heading {

    position: relative;
    top: -573px;
 
    left: -10px;
    font-size: 23px;
  }


 

}








@media (max-width: 428px) {

  .wrap1 img{
    position: relative;
    top: -171px;
    width: 100%;
  }

  .texto{
    position: relative;
    top: -960px;
    left: 6px;
    font-size: 14px;
   }

  .main__heading {

    position: relative;
    top: -650px;
 
    left: -5px;
    font-size: 20px;
  
  }


  .header{
    position: absolute;
    top: 50px;
   
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 1.1em;
  }
  
  #head5{
    
    width: 300px;
    margin-left: 50px;
   
  }
  

 

    .card {
      position: relative;
      top: -650px;
    
    }

    .card p{

      position: relative;
      font-size: 16px;
     left: 1px;
    }

 
}

@media (max-width: 414px) {


  .wrap1 img{
    position: relative;
    top: -158px;
    width: 100%;
  }

  .header{
    position: absolute;
    top: 8%;
    left: 45.5%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 1.1em;
  }


 

  .card p{

    position: relative;
    font-size: 15px;
   left: 1px;
  }

  .texto{
    position: relative;
    top: -880px;
    left: 10px;
    font-size: 13px;
   }

  .main__heading {

    position: relative;
    top: -625px;
 
    left: -1px;
    font-size: 17px;
  }
  
  .card{
    padding: 2em 2em;
  }

  .card {
    position: relative;
    top: -620px;
  
  }

  
}





@media (max-width: 390px) {


     body{
      overflow: hidden;
     }


     .wrap1 img{
      position: relative;
      top: -135px;
      width: 100%;
    }
     
     .card {
      position: relative;
      top: -596px;
    }

     .card p{

      position: relative;
      font-size: 15px;
      left: 1px;
    }

    .main__heading {

      position: relative;
      top: -590px;
   
      left: 2px;
      font-size: 15px;
      z-index: 40;
    }

    .texto{
      position: relative;
      top: -820px;
    
      font-size: 13px;
     }
     

}






  @media (max-width: 384px) {
    body{
      overflow: hidden;
    }
  }

  
  @media (max-width: 375px) {

    body{
      overflow: hidden;
      overflow-x: hidden;
    }
    .wrap1 img{
      position: relative;
      top: -75px;
      width: 100%;
    }


    .texto{
      position: relative;
      top: -660px;
      left: 20px;
      font-size: 12px;
     }
     

    .card {
      position: relative;
      top: -455px;
      padding: 1em 1em;
      height: 425px;
     
    }

    
   
    .card p{

     top: 15px;
     inline-size: 1;
     
    }


    .main__heading {

      position: relative;
      top: -452px;
      left: 1px;
      font-size: 15px;
    }

  body{
    overflow: hidden;
  }
  
  }





  
  @media (max-width: 360px) {

    .texto{
      position: relative;
      top: -640px;
      left: 30px;
      font-size: 12px;
     }
     

    .wrap1 img{
      position: relative;
      top: -69px;
      width: 100%;
    }

    .card {