body {
  background-color:white;
  padding:0;
  margin:0;
  overflow-x:hidden;
  }
html{
  padding:0;
  margin:0;
}
a {
  text-decoration:none;
}
h1 {
  color:#353638;
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
  margin:0;
  font-size: 200%;
  line-height: 150%;
}
h2 {
  color: #1b76bc;
  font-family: 'Barlow',sans-serif;
  font-weight: 500;
  margin:20px 0 0 0;
  font-size: 200%;
  line-height: 100%;
}
h3 {
  color:#353638;
  font-family: 'Barlow',sans-serif;
  font-weight: 300;
  margin:0;
  font-size: 100%;
  line-height: 130%;
}
.st {
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
}
.hide {opacity: 0;}

.logotop img {
  height:auto;
  width:500px;
}
.section {
  position: relative;
  padding: 5vh 0 5vh 0;
  width: 100%;
  min-height: 90vh;
  background-color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.section2 {
  position: relative;
  padding: 5vh 0 5vh 0;
  width: 100%;
  min-height: 50vh;
  background-color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.gradient {
  background: rgb(235, 235, 235);
}
.gradient2 {
  background: rgb(77,77,77);
  background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(31,31,31,1) 100%);
}
.mobilemenu {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  top: -310px;
  height: auto;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  z-index: 9998;
}
.menushow {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  top: 49px;
  height: auto;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  z-index: 99999;
}
.topbar {
  position: fixed;
  border-bottom: 1px solid #353638;
  top: 0;
  width: 60%;
  height:31px;
  padding: 5px 20% 5px 20%;
  display: -webkit-flex; 
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
  -webkit-align-items: center;
  align-items:         center;
  z-index: 9998;
}
.btn1 {
  color:#353638;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 10px 0 10px;
  cursor: pointer;
  font-size: 110%;
}
.btn1:hover {
 color:#cc965f;
}
.btn1 img {
  max-height: 31px;
}
.btn2 {
  color:white;
  font-family: 'Barlow',sans-serif;
  font-weight: 400;
  text-align: center;
  margin:20px 0 20px 0;
  cursor: pointer;
  font-size: 110%;
}
.btn2:hover {
 color:#E1B07F;
}
.mobile {
  display: none;
  font-size: 150%;
  font-weight: bolder;
}
.content {
  height: 100vh;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}

.fullscreen-bg {
  position: absolute;
  background-image: url(../img/back.jpg);
  background-position: center center;
  background-size:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
.fullscreen-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -90;
  background-color: rgba(20, 20, 20, 0.6);
  width: 100%;
  height: 100%;
}
.btntop {
  margin-top: 30px;
  border: 1px solid #E1B07F;
  padding: 15px 20px 15px 20px;
  color:#E1B07F;
  font-family: 'Quicksand',sans-serif;
  font-size: 110%;
  font-weight: 400;
  text-align: center;
}
.btntop:hover {
  color: white;
  border: 1px solid white;
}
.row {
  width: 80%;
  margin:30px 0 30px 0;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row2 {
  width: 80%;
  margin:0 10% 0 10%;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  }
.cts {
  width: 30%;
  margin: 40px 1.5% 40px 1.5%;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content:         flex-start;
  overflow: hidden;  
}
.infotit {
  font-family: 'Barlow',sans-serif;
  color: black;
  font-weight: 600;
  font-size: 110%;
  line-height: 150%;
}
.info {
  font-family: 'Quicksand',sans-serif;
  color: #353638;
  font-weight: 300;
  font-size: 90%;
  line-height: 150%;
  text-align: left;
}
.torre {
  width: 45%;
  height: 300px;
  margin: 40px 2% 40px 2%;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  border: 1px solid white;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  font-size: 110%;
  line-height: 70%;
  background-color: transparent;
  cursor:pointer;
  overflow: hidden;
}
.torreimg1 {
  background-image: url(../img/t1.png);
  background-position: center center;
  background-size:cover;
  width: 45%;
  height: 300px;
  margin: 40px 2% 40px 2%;
  cursor:pointer;
  overflow: hidden;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  font-size: 110%;
  line-height: 70%;
}
.torreimg2 {
  background-image: url(../img/t2.png);
  background-position: center center;
  background-size:cover;
  width: 45%;
  height: 300px;
  margin: 40px 2% 40px 2%;
  cursor:pointer;
  overflow: hidden;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  font-size: 110%;
  line-height: 70%;
}
.swiper-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-slide {
display: -webkit-flex;
   display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  text-align: center;
}
.colt {
  width: 40%;
  margin: 20px 2% 20px 2%;
  padding: 20px;
  height: 100%;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  border: 1px solid white;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  font-size: 110%;
  background-color: transparent;  
  overflow: hidden;
  cursor: pointer;
}
.colt2 {
  position: relative;
  width: 60%;
  max-width: 500px;
  margin: 20px 20% 20px 20%;
  padding: 10px;
  height: 100%;
  color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  border: 1px solid white;
  font-family: 'Quicksand',sans-serif;
  font-weight: 300;
  font-size: 100%;
  background-color: transparent;  
  overflow: hidden;
}
.cartel {
  position: absolute;
  width: 220px;
  top: 40px;
  right: -50px;
  transform: rotate(45deg);
  background-color: #E1B07F;
  color: #353638;
}
.btnv, .btnv2, .btnv3 {
  position: absolute;
  bottom:-60px;
  border: 1px solid #E1B07F;
  padding: 15px 20px 15px 20px;
  color:#E1B07F;
  font-family: 'Quicksand',sans-serif;
  font-size: 110%;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.row3 {
  width: 100%;
  margin:10px 0 10px 0;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.row3 img {
  margin-left: 20px;
  width: 30px;
  height: 30px;
}
::placeholder { 
  color: #353638;
  opacity: 1;
}
.txtcon {
  width: 100%;
  font-size: 110%;
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #353638;
  font-family: 'Barlow',sans-serif;
  font-weight: 300;
}
.txtmen {
  font-size: 110%; 
  background-color: transparent;
  border: 1px solid #353638;
  font-family: 'Barlow',sans-serif;
  font-weight: 300;
  width: 99%;
  margin:5px 0 15px 0;
  resize:none;
}
.wrap2 {
  width: 100%;
}
.btncon {
  width: 90%;
  padding: 10px 0px 10px 0px;
  border: 1px solid #353638;
  font-family: 'Barlow',sans-serif;
  font-weight: 400;
  font-size: 110%;
  background-color: transparent;
  color:#353638;
  cursor:pointer;
}
.btncon:hover {
  border: 1px solid #353638;
  color:white;
  background-color: #353638;
}
.pie {
  margin: 0;
  width: 100%;
  padding:0.8% 0% 0.8% 0%;
  text-align: left;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  font-family: 'Barlow',sans-serif;
  font-weight: 300;
  font-size: 95%;
  line-height: 160%;
  border-top: 1px solid #cc965f;
  color: rgb(235, 235, 235);
  background-color:  #353638;
}
iframe {
  width: 100%;
  min-width: 240px;
  height: auto;
  margin:0;
  padding: 0;
}
.form1 {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}
.colder {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}
.colder iframe{
  margin-top: 5%;
  left:0;
  top:0;
  height:95%;
  width:100%;
}
.column {
  float: left;
  width: 25%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 15vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color:rgba(31,31,31,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 50px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides, .mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  width: 30px;
  height:30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  margin: -50px 10px 0px 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 100%;
  user-select: none;
  -webkit-user-select: none;
  text-align: center;
  background-color:rgba(31,31,31,0.6);
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color:rgba(31,31,31,1);
}


/* Caption text */
.mySlides p,.mySlides2 p{
  position: absolute;
  bottom:0;
  font-family: 'Quicksand',sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #353638;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*MEDIA QUERIES*/
@media (min-width:0px) and (max-width:740px){
  .colt, .colt2 {width: 94%;margin: 20px 3% 20px 3%;}
}
@media (min-width:480px) and (max-width:700px){
  .cts {width: 45%;margin: 40px 2.5% 40px 2.5%;}
  .logotop img {height:auto;width:360px;}
}
@media (min-width:0px) and (max-width:480px){
  .cts {width: 90%;margin: 40px 5% 40px 5%;}
  .logotop img {height:auto;width:200px;}
}
@media (min-width:0px) and (max-width:560px){ 
  .topbar {}
  .nomobile {display: none;}
  .mobile {display: inline-block;}
}
@media (min-width:360px) and (max-width:560px){
  #content-video{height: 70vh;}
  .fullscreen-bg__video {top:-110px;}
}
@media (min-width:0px) and (max-width:360px){
  #content-video{height: 50vh;}
  .fullscreen-bg__video {top:-200px;}
}
@media (min-width:0px) and (max-width:860px){
  .section2 {display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap; }
  .form1 {width: 90%;margin-left: 5%;margin-right: 5%;}
  .colder {width: 90%;margin-left: 5%;margin-right: 5%;height:300px;margin-top: 40px;}
}
