







.hero-text {
    position: absolute;
    top: 300px;
    left: 285px;
    color: #a47d32;
    width: 800px;
    text-align: center;
 
}


.hero-text p {
    line-height: 1.5em;
    font-weight: 300;
    font-size: 80px;
  
}





h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}



h3 {
    font-size: 1.4rem;
    font-weight: 700;
}




body{
    margin:0; 
    padding:0; 
   
    background-color: #000000; 
    height: auto; 
    color: white;
    font-family: "Montserrat", "Lato", "Sans-serif";

}


.containerbase {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}



.flexbase {
    display: flex;
    justify-content: space-between;
}




/* end: global styles */



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


header {
    background: transparent;

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



.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 */























.texto1 {
	padding: 10px;
	text-align: center;
}

.texto1 p {
	font-size: 1.2rem;
	max-width: 1200px;
	margin: auto;
}






.content {
	z-index: 2000;
	position: fixed;

	top: 200px;
}




.btn {

	position: fixed;

	z-index: 500;

	top: 350px;
	left: 540px;

	text-decoration-line: none;

    font-size: 30px;

	display: inline-block;
	padding: 10px 30px;
	
	color: #fff;
	border-radius: 5px;
	border: solid #c99e40 2px;
	margin-top: 25px;
	opacity: 0.7;
}

.btn:hover {
	transform: scale(0.9);
}







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

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


	
}



 .hero-text {
    position: absolute;
    top: 200px;
    left: 285px;
    color: white;
    width: 800px;
    text-align: center;
 
}


.hero-text p {
    font-weight: 300;
    font-size: 30px;
}



h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1, h2 {
  
    font-weight: 800;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}



h3 {
    font-size: 1.4rem;
    font-weight: 700;
}



















 /**********************   Início - vídeo ***********************************/


 .no-video .video-container video,
 .touch .video-container video {
   display: none;
 }

 .no-video .video-container .poster,
 .touch .video-container .poster {
   display: block !important;
 }

 .video-container {
   position: fixed;
   bottom: 0%;
   left: 0%;
   height: 100%;
   width: 100%;
   overflow: hidden;
   background: #000;
 }

 .video-container .poster img {
   width: 100%;
   bottom: 0;
   position: absolute;
       
   opacity:0.5; 
   
 }

 .video-container .filter {
   z-index: 100;
   position: absolute;
 
   width: 100%;
 }

 .video-container video {
   position: absolute;
   z-index: 0;
   bottom: 0;
 }

 .video-container video.fillWidth {
   width: 100%;
 }



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



/* start: global styles */
body {
    position: fixed;
  
    overflow: hidden;
}




.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 ***********************************/


/************************** Início - media queries *******************/


















@media (max-width: 991px) {
   
	.burger_box {
		display: block;
		float: right;
		margin-right: -85px;
		margin-top: 30px;
	}


	.hero-text {
		position: absolute;
		top: 500px;
		left: 185px;
		color: white;
		width: 650px;
		text-align: center;
	 
	}
	
	
	.hero-text p {
		font-weight: 300;
		font-size: 29px;
	}
	
   


	.btn {

		position: fixed;
		z-index: 500;
	
		top: 650px;
		left: 390px;
	
	}
	


	
}



@media (max-width: 810px) {



	.hero-text {
		position: absolute;
		top: 500px;
		left: 75px;
		color: white;
		width: 650px;
		text-align: center;
	 
	}


	.btn {

		position: fixed;
		z-index: 500;
	
		top: 650px;
		left: 280px;
	
	}
	
}








@media (max-width: 428px) {


	.hero-text {
		position: absolute;
		top: 300px;
		left: -15px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 20px;
	}
	
	.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 73px;

	}

    


    h1, h2 {
       
        font-weight: 800;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }



    h3 {
        font-size: 1rem;
        font-weight: 700;
    }


	.logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 4px;
    }

    
}



@media (max-width: 414px) {

	
	.hero-text {
		position: absolute;
		top: 300px;
		left: -20px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 20px;
	}
	
	.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 60px;

	}


    .logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 4px;
    }
}




@media (max-width: 390px) {


	.hero-text {
		position: absolute;
		top: 300px;
		left: -30px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 20px;
	}
	
.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 55px;

	}

	
    .logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 6px;
    }

    
}


@media (max-width: 384px) {
   

	.hero-text {
		position: absolute;
		top: 300px;
		left: -33px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 19px;
	}
	
.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 50px;

	}

    .logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 6px;
    }


}



@media (max-width: 375px) {


	.hero-text {
		position: absolute;
		top: 260px;
		left: -41px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 19px;
	}
	
.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 47px;

	}

    .logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 4px;
    }

}




@media (max-width: 360px) {


	.hero-text {
		position: absolute;
		top: 270px;
		left: -45px;
		color: white;
		width: 450px;
		text-align: center;
	}


	.hero-text p {
		font-weight: 300;
		font-size: 18.4px;
	}
	
.btn {

		position: fixed;
		z-index: 500;
	
		top: 450px;
		left: 38px;

	}

      .logo img{
		width: 100%;
		top: 1px;
		position: relative;
		left: 3px;
    }
}