body{
  margin: 0px; padding: 0px;
  font-family: 'Comfortaa';
  font-weight: 300;
  position: relative;
  background: url(images/bg_site.jpg) top center no-repeat;
  background-size: cover;
}


h1,h2{ margin: 0px; padding: 0px; }

.clear{clear: both; }
.noborder{ border: none!important; }

.carousel { margin-bottom: 0px; }

header{ width: 100%; position: absolute; top: 90%; z-index: 9999; }
.menu_down {
	width: 100%;
	padding-top: 10px;
	position: fixed; top: 0%;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

/*.logo_top2{display: none;}
.menu_down .logo_top2{ width: 200px; display: block; position: absolute; left: 5%; top:2%; }*/

.navbar-nav{
	flex-direction:inherit;
	-ms-flex-direction:inherit;
	display: block;
}

.menutop{
	width: 50%; min-width: 1140px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #454545;
	padding-top: 10px;
}

.navbar-dark .navbar-toggler{ position: fixed; right: 0px; top: 10px; border: none; }
.navbar-dark .navbar-toggler-icon{
	background: url(images/menu_mob.png) top center no-repeat;
	background-size: cover;
}


.menutop li{ display: inline-block; border-right: 1px solid #454545; }
.menutop li a.nav-link{ color: #454545!important; }

.menutop .nav-link{ padding: 0px 30px!important; }


/*PRINCIPAL*/

.principal { min-height: 100vh; position: relative;}
.principal .logotop{
	position: absolute; top:0px; left: 0px;
}
.principal .logotop img{ max-width: 500px; width: 100%; }

.principal .boxvideo{
	padding-top: 10%;
}

.principal .boxvideo video{
	height: 50vh;
	display: block;
	margin: 0% auto 0 auto;
}

.boxvideo #videotop{
	width: 80%; max-height: 80%;
	margin: 0 auto;
	display: block;
}

.boxvideo2 .video{
	margin-top: 150px;
}

.boxvideo .controle_video {
	position: relative; top: 0px; width: 80%; margin:5px auto;
}

.video video{
	width: 100%;
    margin: 40px auto 0 auto;
    display: block;
    outline: none;
}

.controle_video{
	width: 100px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.controle_video button{
	width: 30px;
    border: none;
    background-color: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
}

.boxvideo button img{ width: 100%; }

.boxvideo .playvideo{
    width: 150px;
    position: absolute; left: 50%; bottom: 105px;
    margin-left: -75px
}
.boxvideo .pausevideo{
    width: 50px;
    position: absolute; left: 50%; bottom: 10px;
    margin-left: -25px
}

/*.principal .boxvideo img{
	height: 50vh;
	display: block;
	margin: 0% auto 0 auto;
}*/

/*FACHADA*/

.fachada{ padding: 10px 0 100px 0; }
.fachada .fotofachada{
	width: 100%;
	margin: 10% auto 0 auto;
	display: block;
}
.fachada .fotofachada_m{
	display: none;
}
.fachada .txtmobile{display: none;}



/*COMPLETO*/
.completo { min-height: 800px; position: relative; clear: both; padding-top: 100px;}

.completo h1.tittop{
	width: 100%; height: 110px;
	background: url(images/tit_completo.png) top right no-repeat;
}

.completo .bxtext{ position: relative; }
.completo .bxtext p{ position: absolute; bottom: 0px }


/*LAZER*/
.lazer { min-height: 800px; position: relative; clear: both; padding-top: 100px; margin: 100px 0; }

.lazer h1.tittop{
	width: 100%; height: 390px;
	background: url(images/tit_lazer.png) top left no-repeat;
	position: absolute;
}

.lazer .featurette{ width: 91%; float: right; position: relative; top: 65px; }

.lazer .bxtext{ width: 300px; float: right; display: block; }



/*PRATICIDADE*/
.praticidade { min-height: 800px; position: relative; clear: both; padding: 100px 0; }
.praticidade h1.tittop{
	width: 100%; height: 148px;
	background: url(images/tit_praticidade.png) top center no-repeat;
	margin-bottom: 50px;
}
.praticidade h1.tittop span{
	width: 50%; height:1px;
	position: relative; top: 71px;
	display: block;
	background: #454545;
}
.praticidade .bxtext{ width: 300px; float: right; display: block; }

.praticidade .owl-carousel .owl-item img{ width: 100%; margin-bottom: 30px; }

.praticidade .owl-carousel .owl-nav .owl-next,
.praticidade .owl-carousel .owl-nav .owl-prev{
	width: 30px; height: 30px;
	position: absolute; top: 40%; font-size: 0px;
}

.praticidade .owl-carousel .owl-nav .owl-next{ right: -50px; background: url(images/seta_dir.png) top center no-repeat; }
.praticidade .owl-carousel .owl-nav .owl-prev{ left: -50px; background: url(images/seta_esq.png) top center no-repeat; }

.praticidade .owl-dots{ display: none; }



.completo .carousel-control-next,
.lazer .carousel-control-next,
.completo .carousel-control-prev,
.lazer .carousel-control-prev{
	width: 30px; height: 30px;
	top: inherit; bottom: -50px;
}

.carousel-control-next span,
.carousel-control-prev span{
	display: none;
}

.completo .carousel-control-next,
.lazer .carousel-control-next { right: 45%; }
.completo .carousel-control-prev,
.lazer .carousel-control-prev { left: 45%; }


.carousel-control-next{
	width: 30px; height: 30px;
	background: url(images/seta_dir.png) top center no-repeat;
}

.carousel-control-prev{
	width: 30px; height: 30px;
	background: url(images/seta_esq.png) top center no-repeat;
}

.praticidade .carousel-control-next,
.praticidade .carousel-control-prev{ top: 30%; }

.praticidade .carousel-control-next{ right: -50px; }
.praticidade .carousel-control-prev{ left: -50px; }



/*LOCALIZACAO*/

.localizacao{
	width: 100%;
	position: relative;
}

.localizacao .boxesq{
	width: 50%; min-height: 800px; float: left;
	background: #71853e; padding: 100px 0;
	position: relative;
}

.localizacao .boxesq .boxtexto{
	max-width: 800px; width: 100%;
	min-height: 400px;
	position: absolute; top: 20%; right: -50px;
	z-index: 500;
	background: url(images/tit_localizacao.png) top left no-repeat;
}
.localizacao .boxesq .boxtexto p{
	width: 45%;
    position: relative; top: 170px; left: 270px;
    color: #fff; 
}

.localizacao .boxesq .foto_localizacao{
	width: 98%;
    position: relative; top: 10%; right: -97%;
    z-index: 400;
}



/*CONTATO*/

.contato{
	width: 100%; min-height: 800px;
	background: #fff url(images/bg_contato.jpg) top right no-repeat;
	background-size: auto 100%;
}

.contato .form{
	width: 40%;
	position: relative; padding-top: 20%; 
}


.contato .form h1{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}


.contato .form .inp{
	width: 100%; height: 50px;
	font-size: 15px;
	color: #454545;
	display: inline-block;
	background: #e3e3e3;
	border:none;
	padding: 2px; margin-bottom: 5px;
	text-indent: 5px;
}

.contato .form textarea{
	width: 96%; height: 100px;
	font-size: 15px; color: #454545!important;
	background: #e3e3e3;
	border:none;
	margin-bottom: 5px;
	text-indent: 5px;
	font-family: 'Comfortaa';
  	font-weight: 300;
}

.contato .form .email{ width: 96%; }

.contato .form .bt{
	display: block; margin: 20px auto 0 auto;
	background: #fff;
	border: 1px solid #6b7b1f;
	padding:10px 15px 5px 15px;
	color: #6b7b1f;
	font-size: 15px;
}

.footer{ 
	width: 100%; padding: 0px 0 20px 0;
	background: #fff;
}
.footer .logos{
	max-width: 625px; width: 100%; margin: 0 auto; display: block;
}