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

/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

		
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.content {
width: 100%;
background-color: #FFF;
}



header {
	width: calc(100% - 16rem);
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
    padding: 6rem 8rem;
    padding-bottom: 0;
}
.header_small {
position: fixed;
background-color: #FFF;
background-image: initial;
box-shadow: 0 5px 50px -10px rgba(0,122,67,0.5);
padding: 1rem 8rem;
}

.logo {
	float: left;
	width: 20rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
width: 12rem;
}
.nav {
	float: right;
	width: calc(100% - 20rem);
	text-align: right;
}
.nav_small {
	width: calc(100% - 12rem);
}


.tag-red, .tag-yellow  {
background-color: #CC0000;
color: #FFF;
height: 6rem;
padding: 0 2rem;
border-radius: 2rem;
display: inline-table;
vertical-align: middle;
margin-right: 1rem;
}
.tag-yellow {
background-color: #FFB806;
color: #007A43;
}
.whatsapp {
background-color: #00D95F;
color: transparent;
height: 6rem;
width: 6rem;
border-radius: 50%;
display: inline-table;
vertical-align: middle;
background-image: url("images/icon_whatsapp-white.svg");
background-position: center center;
background-size: 60% auto;
background-repeat: no-repeat;
}


/*MAIN BANNER*/
.main-banner {
width: 100%; 
height: 100vh;
position: relative;
overflow: hidden;
z-index: 2;
}

.main-banner-txt {
position: absolute;
z-index: 4;
top: 0;
right: 0;
text-align: right;
display: table;
height: 100vh;
}
.wrap-txt-banner {
max-width: 90rem; 
padding: 0 8rem;
}
.main-banner-objects {
position: absolute; 
z-index: 2; 
width: 100%; 
height: 100vh; 
top: 0;
left: 0;
background-image: url("images/curve-top-banner.png"), url("images/curve-bottom-banner.png"), url("images/logo-base.svg?v=1.3");
background-position: top right, bottom left, top left;
background-repeat: no-repeat;
background-size: auto 10rem, 100% 15rem, 40rem auto;
}
.main-banner-mask {
position: absolute; 
z-index: 1; 
width: 100%; 
height: 100vh; 
top: 0;
left: 0;
background-color:#007A43;
mix-blend-mode: multiply;
opacity: .75;
}
.banner-scroll {
position: absolute;
z-index: 5;
left: 8rem;
bottom: 12rem;
width: 3rem;
}
.banner-scroll img {
width: 100%;
height: auto;
}

.video_contain {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -2;
	overflow: hidden !important;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}



/*SLIDES */

.slide-intro, .slide-beneficios, .slide-momentos, .slide-ubicacion, .slide-vistas, .slide-contacto {
position: relative;
padding: 0 8rem;
width: calc(100% - 16rem);
}
.slide-intro {
z-index: 3;
}
.slide-beneficios {
z-index: 4;
padding: 8rem;
}
.slide-momentos {
background-image:url("images/curve-bottom-yellow.png?v=1.6");
background-position: left top;
background-repeat: no-repeat;
background-size: 100% auto;
min-height: 45rem;
padding-top: 5rem;
padding-bottom: 8rem;
}
.slide-vistas {
margin-top: -36rem;
}
.slide-ubicacion {
background-image: url("images/curve-top-yellow.png?v=1.2"), url("images/curve-bottom-white.png"), url("images/bg-location.jpg");
background-position: top left, left bottom, bottom center;
background-repeat: no-repeat;
background-size: 100% auto, 100% 30rem, 100% auto;
padding-bottom: 50vw;
}
.slide-contacto {
width: 100%;
padding: 0;
background-color: #007A43;
background-blend-mode:  multiply;
background-image: url("images/bg-contact.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.contenido-contacto {
width: calc(100% - 16rem);
padding: 12rem 8rem 8rem 8rem;
background-image: url("images/curve-top-white.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 100% 30rem;
}



.tag {
position: absolute;
left: 1rem;
bottom: 1rem;
padding: 1rem;
background-color: #FFF;
color: #007A43;
border-radius: 1rem;
}


.benefit {
width: calc(25% - 11.5rem); 
margin-right: 2rem; 
text-align: left;
text-decoration: none;
float: left;
padding-left: 10rem;
background-repeat: no-repeat;
background-position: left top;
background-size: 8rem auto;
}

.call-whatsapp {
background-image: url("images/icon_whatsapp.svg");
background-position: left center;
background-repeat: no-repeat;
background-size: auto 100%;
padding-left: 16rem;
height: 10rem;
color: #FFF;
text-decoration: none;
display: table;
}

.about-left {
width: 40%; 
float: left; 
padding: 8rem 0;
}
.about-right {
width: 50%; 
float: right;; 
margin-top: -8rem; 
background-color: antiquewhite; 
border-radius: 2rem;
overflow: hidden;
}
.img-intro {
width: 100%; 
padding-top: 56.25%; 
position: relative; 
background-color: #000;
background-image: url("images/img-intro.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.icon-play {
position: absolute;
width: 10rem;
height: 10rem;
top: 50%;
left: 50%;
margin-top: -5rem;
margin-left: -5rem;
}
.icon-play img {
width: 100%;
height: auto;
}
.img-intro:hover .icon-play {
transform: scale(1.05);
}

.ubicacion-left {
float: left;
width: 40%; 
position: relative; 
z-index: 2;
}
.ubicacion-right {
float: right; 
width: 50%; 
overflow: hidden; 
border-radius: 2rem;
}
.vistas-left {
display: inline-block; 
vertical-align: bottom; 
width: 40%; 
margin-right: calc(10% - 1rem);
}
.vistas-right {
display: inline-block; 
vertical-align: bottom; 
width: 50%; 
overflow: hidden; 
border-radius: 2rem;
}
.contact-left {
display: inline-block; 
vertical-align: bottom; 
width: 40%; 
background-color: antiquewhite;
border-radius: 2rem;
overflow: hidden;
}
.contact-right {
display: inline-block; 
vertical-align: bottom; 
width: 50%; 
padding-left: calc(10% - 1rem);
}

.testi {
width: 100%; 
padding-top: 175%; 
position: relative;
}

.img-loca {
width: 140%; 
padding-top: 75%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
border-radius: 2rem;
}
.txt-loca {
width: calc(100% - 6rem); 
padding: 1rem 0 1rem 6rem; 
background-image: url(images/icon-gps-green.svg); 
background-position: center left; 
background-repeat: no-repeat; 
background-size: 3rem auto;
}

.footer-form-box {
width: 100%; 
max-width: 90rem; 
margin: auto; 
text-align: center;
}



/* FONTS */
.t0 {
	font-size:6rem;
	line-height: 5rem;
}

.t1 {
	font-size:5rem;
	line-height: 5rem;
}

.t2 {
	font-size: 3.6rem;
	line-height: 4rem;
    font-weight: 400;
}

.t3 {
	font-size:2.6rem;
	line-height: 3.2rem;
}
.t4 {
	font-size:1.6rem;
	line-height: 2.4rem;
}



.white {
	color:#FFF;
}
.black {
color: #007A43;
}
.yellow {
color: #FFB806;
}
.orange {
color: #FF7F00;
}

.bt-outline {
font-size:1.4rem;
color: #007A43;
text-align: center;
text-decoration: none;
padding: 1.5rem 2rem;
border-radius: 0 1rem 0 1rem;
letter-spacing: .25rem;
display: inline-block;
background-color: transparent;
border: solid .1rem #007A43;
text-transform: uppercase;
}
.bt-inline {
background-color: #007A43 !important;
color: #FFF !important;
}
.icon-360 {
vertical-align: middle; 
display: inline-block; 
width: 8rem; 
height: auto; 
margin-right: 2rem;
}


/* FORM*/


.field  {
    padding: 0 2rem !important;
    background-color: #FFF!important;;
    text-align: left!important;;
    border-radius: 1rem!important;;
    width: calc(50% - 6.5rem)!important;;
    margin-right: 1rem!important;;
    border: none!important;;
	color:#007A43!important;;
	height: 6rem!important;;
	text-decoration:none!important;;
	font-size:1.6rem!important;;
	display: inline-block!important;;
	outline:none!important;;
    appearance:none!important;;
	resize:none!important;;
}
.send {
	color:#C3D82A;
    background-color: transparent;
	text-decoration:none;
	width: 9.8rem;
    text-align: center;
	display: inline-block;
	cursor:pointer;
	height: 6rem;
    border: solid .2rem #C3D82A;
	border-radius: 1rem;
	font-size:1.6rem;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
}

.send:hover {
transform: scale(1.025);
background-color: #C3D82A;
}
.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}


.brake {
display: none;
}



@media (min-width: 651px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:14px;
}
}




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



header, .header_small {
	width: calc(100% - 2rem);
    padding: 1rem !important;
}

.logo {
	float: none;
    width: 16rem;
    display: block;
    margin: auto;
    margin-top: 2rem;
}
.nav {
	float: none;
	width: 100%;
	text-align: center;
}



.tag-red, .tag-yellow  {
height: 5rem;
padding: 0;
float: left;
margin-right: 0;
}
.tag-red  {
width: calc(50% - 2.5rem);
}
.tag-yellow  {
width: calc(50% - 2.5rem);
}
header .t4, header .t4 {
	font-size:1.4rem !important;
    line-height: 1.4rem !important;
}
.whatsapp {
float: left;
width: 5rem;
height: 5rem;
display: initial;
}
.brake {
display: block;
}

/*MAIN BANNER*/


.main-banner-txt {
text-align: center;
padding-top: 6rem;
}
.main-banner-objects {
background-image: url("images/curve-bottom-banner.png"), url("images/logo-base.svg?v=1.3");
background-position: bottom left, top left;
background-size: 100% 10rem, 90% auto;
}

.banner-scroll {
display: none;
}
.wrap-txt-banner {
padding: 0 2rem;
}

.slide-intro, .slide-beneficios, .slide-momentos, .slide-ubicacion, .slide-vistas {
padding: 0 4rem;
width: calc(100% - 8rem);
}

.slide-vistas {
margin-top: 6rem;
}

/* FONTS */
.t0 {
	font-size:3.2rem;
	line-height: 3.6rem;
}

.t1 {
	font-size:2.8rem;
	line-height: 3.3rem;
}

.t2 {
	font-size: 2.4rem;
	line-height: 2.8rem;
}

.t3 {
	font-size:2rem;
	line-height: 2.4rem;
}


.field  {
    width: calc(100% - 4rem);
    margin-right: 0;
	display: block;
    margin-bottom: 2rem;
}
.send {
	width: calc(100% - .2rem);
	display: block;
    border: solid .1rem #C3D82A;
}


.about-left {
width: 100%; 
float: none; 
padding: 4rem 0;
}
.about-right {
width: 100%; 
float: none;; 
margin-top: 0; 
}
.ubicacion-left {
float: none;
width: 100%; 
}
.ubicacion-right {
float: none; 
width: 100%; 
}
.vistas-left {
width: 100%; 
margin-right: 0;
margin-bottom: 2rem;
}
.vistas-right { 
width: 100%; 
}

.contact-left {
display: block; 
width: 100%; 
}
.contact-right {
display: block; 
width: 100%; 
padding-left: 0;
margin-top: 2rem;
text-align: center;
}

.contenido-contacto {
width: calc(100% - 8rem);
padding: 8rem 4rem;
background-size: 100% 15rem;
}
.call-whatsapp {
background-size: 8rem auto;
        padding-left: 10rem;
        height: initial;
        text-align: left;
        margin: auto;
}
.bt-outline {
padding: 1rem;
letter-spacing: .1rem;
}
#bt-tiny {
margin-right: 1.5rem !important;
}
.icon-360 {
width: 5rem; 
margin-right: 1rem;
}
.img-loca {
width: 100%; 
}

.benefit {
width: calc(100% - 10rem); 
margin: 3rem 0; 
float: none;
}
.slide-ubicacion {

        padding-top: 12rem;
    }
.swiper-button-prev, .swiper-button-next {
display: none !important;
}
    .slide-momentos {
        padding: 0 4rem;
        width: calc(100% - 8rem);
        min-height: 40rem;
        padding-top: 8rem;
    }
    
}