.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.text-span {
  font-weight: 600;
}

.text-span-2 {
  font-weight: 600;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 200;
}

.text-span-3 {
  font-weight: 600;
}

.text-span-4 {
  font-weight: 600;
}

.text-block {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 105px;
  padding-right: 12%;
  padding-left: 12%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  width: auto;
  height: auto;
}

.link {
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
}

.link:hover {
  color: #535353;
  font-weight: 300;
}

.link:focus {
  color: #535353;
  font-weight: 300;
}

.link.mobile:hover {
  color: #535353;
  font-weight: 300;
}

.link.mobile:focus {
  color: #535353;
  font-weight: 300;
}

.link.mobile.w--current:hover {
  color: #535353;
}

.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.div-block-4 {
  width: 450px;
  height: auto;
}

.div-block-5 {
  width: auto;
  height: auto;
  margin-left: 60px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.paragraph {
  width: 500px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}

.button {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.41);
  color: #00f1ad;
}

.portafolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141414;
}

.div-block-6 {
  width: 120px;
  height: 1px;
  background-color: #fff;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 5px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7.line2 {
  margin-top: 60px;
}

.div-block-8 {
  width: 23%;
  height: 400px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.09);
}

.div-block-8.livet {
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/torres1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.fis {
  border-radius: 15px;
  background-image: url('../images/bg1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.omee {
  border-radius: 15px;
  background-image: url('../images/Omee.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.zonauno {
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/ZonaUno.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.xatheluxury {
  border-radius: 15px;
  background-image: url('../images/XatheLux.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.forestavalley {
  border-radius: 15px;
  background-image: url('../images/ForestaValley.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.eve {
  border-radius: 15px;
  background-image: url('../images/EVE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.nativa {
  border-radius: 15px;
  background-image: url('../images/Nativa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.laca-ada {
  border-radius: 15px;
  background-image: url('../images/LaCa2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.altaterra {
  border-radius: 15px;
  background-image: url('../images/AltaTerra6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.piedrasaltas {
  border-radius: 15px;
  background-image: url('../images/PiedrasAltas.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9 {
  width: 20%;
  height: 400px;
  margin-left: 40px;
  background-color: hsla(0, 0%, 100%, 0.09);
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.65);
}

.text-block-5 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.lottie {
  width: 120px;
}

.button-2 {
  font-family: Montserrat, sans-serif;
}

.link-2 {
  margin-top: 40px;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #00f1ad;
}

.link-3 {
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #00f1ad;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-4 {
  margin-left: 60px;
  -webkit-transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.link-4:hover {
  color: #00f1ad;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-span-8 {
  font-weight: 700;
}

.div-block-12 {
  width: 70%;
  height: 400px;
  margin-top: 20px;
  margin-left: 0px;
}

.slide {
  background-image: url('../images/Dev1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Dev2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Dev3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-4 {
  background-image: url('../images/int1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/int2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/int3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/int4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/int5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.slide-9 {
  background-image: url('../images/Porc1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Porc2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Porc3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-12 {
  background-image: url('../images/xbox1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/xbox2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/xbox3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/xbox4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-5 {
  display: none;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.slide-16 {
  background-image: url('../images/Samsung1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Samsung2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Samsung3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Samsung4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-6 {
  display: none;
}

.slider-6 {
  width: 100%;
  height: 100%;
}

.slide-20 {
  background-image: url('../images/Xiku1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/Xiku2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Xiku3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/Xiku4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Xiku5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.proceso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.text-block-8.como {
  margin-top: 40px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block-14 {
  display: none;
  width: 40%;
}

.paragraph-2 {
  width: 95%;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: justify;
}

.paragraph-2.opereamos {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
}

.text-block-9 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.text-span-9 {
  font-weight: 500;
}

.text-span-10 {
  font-weight: 500;
}

.text-span-11 {
  font-weight: 500;
}

.text-span-12 {
  font-weight: 500;
}

.text-span-13 {
  font-weight: 500;
}

.text-span-14 {
  font-weight: 500;
}

.text-span-15 {
  font-weight: 500;
}

.div-block-15 {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-left: 0px;
}

.text-block-10 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-17.proceso2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18.proceso2 {
  width: 45%;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  width: 50%;
  height: auto;
  margin-top: 60px;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 450px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.div-block-22.livet {
  background-image: url('../images/Image7_001.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.torreslivet {
  width: 33%;
  height: 100%;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Image7_001.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.fis {
  margin-right: 0px;
  margin-left: 20px;
  background-image: url('../images/bg1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.omee {
  margin-right: 20px;
  background-image: url('../images/Omee.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.zonauno {
  margin-left: 20px;
  background-image: url('../images/ZonaUno.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.xatheluxury {
  margin-right: 20px;
  background-image: url('../images/XatheLux.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.forestavalley {
  margin-left: 20px;
  background-image: url('../images/ForestaValley.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.nativa {
  margin-right: 20px;
  background-image: url('../images/Nativa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.laca-ada {
  margin-left: 20px;
  background-image: url('../images/LaCa2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.altaterra {
  margin-right: 20px;
  background-image: url('../images/AltaTerra6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.piedrasaltas {
  margin-left: 20px;
  background-image: url('../images/PiedrasAltas.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.devlyn {
  margin-right: 20px;
  background-image: url('../images/Dev1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.interior1 {
  margin-left: 20px;
  background-image: url('../images/int1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.porcelanosa {
  margin-right: 20px;
  background-image: url('../images/Porc1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.xbox {
  margin-left: 20px;
  background-image: url('../images/xbox3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.samsung {
  margin-right: 20px;
  background-image: url('../images/Samsung1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.xiku {
  margin-left: 20px;
  background-image: url('../images/Xiku2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-23 {
  width: 33%;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #363636;
}

.div-block-24 {
  width: 33%;
  height: 100%;
  background-color: #8f8f8f;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-weight: 300;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 8%, 0.89);
  color: #0c0c0c;
  text-decoration: none;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: #868686;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-14 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
}

.text-block-15 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
}

.text-block-15.fv {
  letter-spacing: 3px;
}

.body {
  background-color: #141414;
}

.torreslivet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 5px;
}

.text-block-17 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-weight: 300;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-weight: 300;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28.l2 {
  margin-top: 40px;
}

.div-block-28.l3 {
  margin-top: 40px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 350px;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Livet5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-30.cc1 {
  background-image: url('../images/Livet13.jpg');
}

.div-block-30.gym {
  background-image: url('../images/Livet20.jpg');
}

.div-block-30.fis1 {
  background-image: url('../images/FIS4.jpeg');
}

.div-block-30.omee1 {
  background-image: url('../images/Omee3.jpg');
}

.div-block-30.omee5 {
  background-image: url('../images/Omee12.jpg');
}

.div-block-30.zonauno1 {
  background-image: url('../images/ZonaUno4.jpg');
}

.div-block-30.zonauno3 {
  background-image: url('../images/ZonaUno11.jpg');
}

.div-block-30.xathe1 {
  background-image: url('../images/XatheLuxury3.jpg');
}

.div-block-30.xathe5 {
  background-image: url('../images/XatheLuxury16.jpg');
}

.div-block-30.xathe7 {
  background-image: url('../images/XatheLuxury29.jpg');
}

.div-block-30.nativa1 {
  background-image: url('../images/Nativa4.jpg');
}

.div-block-30.nativa5 {
  background-image: url('../images/Nativa13.jpg');
}

.div-block-30.nativa7 {
  background-image: url('../images/Nativa20.jpg');
}

.div-block-30.laca1 {
  background-image: url('../images/LaCa4.jpg');
}

.div-block-30.laca3 {
  background-image: url('../images/LaCa11.jpg');
}

.div-block-30.altaterra1 {
  background-image: url('../images/AltaTerra4.jpg');
}

.div-block-30.altaterra3 {
  background-image: url('../images/AltaTerra11.jpg');
}

.div-block-30.pa1 {
  background-image: url('../images/PiedrasAltas4.jpg');
}

.div-block-30.pa5 {
  background-image: url('../images/PiedrasAltas13.jpeg');
}

.div-block-30.pa7 {
  background-image: url('../images/PiedrasAltas20.jpg');
}

.div-block-30.int1 {
  background-image: url('../images/int4.jpg');
}

.div-block-30.xiku1 {
  background-image: url('../images/Xiku4.jpg');
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Livet5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-31.cc2 {
  background-image: url('../images/Livet14.jpg');
}

.div-block-31.gym2 {
  background-image: url('../images/Livet21.jpg');
}

.div-block-31.omee2 {
  background-image: url('../images/Omee4.jpg');
}

.div-block-31.omee6 {
  background-image: url('../images/Omee13.jpg');
}

.div-block-31.zonauno2 {
  background-image: url('../images/ZonaUno5.jpg');
}

.div-block-31.zonauno4 {
  background-image: url('../images/ZonaUno12.jpg');
}

.div-block-31.xathe2 {
  background-image: url('../images/XatheLuxury4.jpg');
}

.div-block-31.xathe6 {
  background-image: url('../images/XatheLuxury20.jpg');
}

.div-block-31.xathe8 {
  background-image: url('../images/XatheLuxury30.jpg');
}

.div-block-31.nativa2 {
  background-image: url('../images/Nativa5.jpg');
}

.div-block-31.nativa6 {
  background-image: url('../images/Nativa14.jpg');
  background-position: 50% 100%;
}

.div-block-31.nativa8 {
  background-image: url('../images/Nativa21.jpg');
}

.div-block-31.laca2 {
  background-image: url('../images/LaCa5.jpg');
}

.div-block-31.laca4 {
  background-image: url('../images/LaCa12.jpg');
}

.div-block-31.altaterra2 {
  background-image: url('../images/AltaTerra5.jpg');
}

.div-block-31.pa2 {
  background-image: url('../images/PiedrasAltas5.jpg');
}

.div-block-31.pa6 {
  background-image: url('../images/PiedrasAltas14.jpeg');
}

.div-block-31.pa8 {
  background-image: url('../images/PiedrasAltas21.jpg');
}

.div-block-31.int2 {
  background-image: url('../images/int5.jpg');
}

.div-block-31.xiku2 {
  background-image: url('../images/Xiku5.jpg');
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 100%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 500px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  width: 50%;
  height: 100%;
  margin-right: 10px;
  background-image: url('../images/Livet6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-33.spa1 {
  background-image: url('../images/Livet23.jpg');
}

.div-block-33.omee3 {
  background-image: url('../images/Omee5.jpg');
  background-position: 100% 50%;
}

.div-block-33.zonauno3 {
  background-image: url('../images/ZonaUno6.jpg');
}

.div-block-33.xathe3 {
  background-image: url('../images/XatheLuxury5.jpg');
}

.div-block-33.xathe9 {
  background-image: url('../images/XatheLuxury33.jpg');
}

.div-block-33.nativa3 {
  background-image: url('../images/Nativa6.jpg');
}

.div-block-33.nativa9 {
  background-image: url('../images/Nativa23.jpg');
}

.div-block-33.pa3 {
  background-image: url('../images/PiedrasAltas6.jpg');
}

.div-block-33.pa9 {
  background-image: url('../images/PiedrasAltas23.jpg');
}

.div-block-34 {
  width: 50%;
  height: 100%;
  margin-left: 10px;
  background-image: url('../images/Livet7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-34.spa2 {
  background-image: url('../images/Livet24.jpg');
}

.div-block-34.omee4 {
  background-image: url('../images/Omee6.jpg');
}

.div-block-34.xathe4 {
  background-image: url('../images/XatheLuxury6.jpg');
  background-position: 0% 50%;
}

.div-block-34.nativa4 {
  background-image: url('../images/Nativa7.jpg');
}

.div-block-34.nativa10 {
  background-image: url('../images/Nativa24.jpg');
}

.div-block-34.pa4 {
  background-image: url('../images/PiedrasAltas7.jpg');
}

.div-block-34.pa10 {
  background-image: url('../images/PiedrasAltas24.jpg');
}

.x1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-5 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  text-decoration: none;
}

.link-5.w--current {
  color: #7c7;
}

.button-3 {
  margin-top: 60px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-36 {
  width: 12px;
  height: auto;
}

.text-block-19 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-weight: 300;
  text-decoration: none;
}

.backbutton {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b3b3b;
  text-decoration: none;
}

.div-block-38 {
  width: 20px;
  height: auto;
}

.text-block-20 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-weight: 300;
}

.text-block-21 {
  display: none;
}

.menumobile-triger {
  display: none;
}

.menu-mobile {
  display: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.text-block-22 {
  font-family: Montserrat, sans-serif;
  color: #7c7c7c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 5px;
}

.text-block-23 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: grey;
}

.text-block-24 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
}

.button-4 {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: grey;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 900px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
  }

  .menu {
    display: none;
    padding-right: 7%;
    padding-left: 7%;
  }

  .nosotros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 300px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    text-align: center;
  }

  .portafolio {
    height: auto;
    padding-bottom: 100px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .div-block-7 {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7.line2 {
    margin-top: 0px;
  }

  .div-block-8 {
    width: 100%;
    margin: 10px 0px;
  }

  .div-block-11 {
    width: 90%;
  }

  .div-block-12 {
    width: 80%;
    margin-left: 0px;
  }

  .proceso {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    width: 80%;
    margin-top: 60px;
    margin-left: 0px;
  }

  .div-block-14 {
    width: 90%;
  }

  .text-block-10 {
    margin-top: 40px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-18.proceso2 {
    width: 60%;
  }

  .div-block-19 {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-19._2 {
    margin-top: 20px;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-21.line2 {
    margin-top: 10px;
  }

  .div-block-22.torreslivet {
    width: 50%;
    height: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-22.fis {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.omee {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.zonauno {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.xatheluxury {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.forestavalley {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.nativa {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.laca-ada {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.altaterra {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.piedrasaltas {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.devlyn {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.interior1 {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.porcelanosa {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.xbox {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.samsung {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-22.xiku {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .torreslivet {
    padding-top: 100px;
  }

  .text-block-16 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-17 {
    font-size: 13px;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .div-block-28 {
    width: 90%;
  }

  .div-block-29 {
    width: 90%;
  }

  .div-block-30 {
    background-image: url('../images/Livet4.jpg');
  }

  .div-block-32 {
    width: 90%;
    height: 400px;
  }

  .div-block-36 {
    width: 11px;
  }

  .text-block-19 {
    font-size: 13px;
  }

  .backbutton {
    width: 180px;
    height: 50px;
    padding: 0px;
  }

  .text-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat, sans-serif;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 300;
  }

  .menumobile-triger {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.38);
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    width: 100%;
    height: auto;
  }

  .burgermenu {
    width: 80px;
    height: auto;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
  }

  .menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .link-6 {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
  }

  .link-6:hover {
    color: #535353;
  }

  .section-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-4 {
    border: 1px solid grey;
    border-radius: 1px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block {
    font-size: 12px;
  }

  .div-block-2 {
    width: 60px;
    height: 60px;
  }

  .link {
    margin-left: 20px;
    font-size: 11px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-3 {
    margin-top: 20px;
  }

  .div-block-7 {
    width: 80%;
  }

  .div-block-8 {
    height: 300px;
  }

  .footer {
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-4 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .div-block-12 {
    width: 90%;
  }

  .text-block-8 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-13 {
    width: 95%;
  }

  .div-block-14 {
    width: 90%;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-15 {
    width: 20px;
    height: 20px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .div-block-21 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-21.line2 {
    margin-top: 0px;
  }

  .div-block-22.torreslivet {
    width: 98%;
    height: 400px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-22.fis {
    width: 98%;
    height: 400px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-22.omee {
    width: 98%;
    height: 400px;
    margin-top: 20px;
    margin-right: 0px;
  }

  .div-block-22.zonauno {
    width: 98%;
    height: 400px;
    margin-top: 20px;
    margin-left: 5px;
  }

  .div-block-22.xatheluxury {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.forestavalley {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.nativa {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.laca-ada {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.altaterra {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.piedrasaltas {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.devlyn {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.interior1 {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.porcelanosa {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.xbox {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.samsung {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .div-block-22.xiku {
    width: 98%;
    height: 400px;
    margin-top: 20px;
  }

  .torreslivet {
    padding-top: 100px;
  }

  .text-block-16 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-16.fis {
    text-align: center;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .div-block-28 {
    width: 95%;
  }

  .div-block-28.l2 {
    margin-top: 10px;
  }

  .div-block-28.l3 {
    margin-top: 10px;
  }

  .div-block-29 {
    width: 95%;
    height: auto;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-30 {
    width: 100%;
    height: 280px;
  }

  .div-block-31 {
    width: 100%;
    height: 280px;
    margin-top: 10px;
  }

  .div-block-32 {
    width: 95%;
    height: auto;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    width: 100%;
    height: 500px;
    margin-right: 0px;
  }

  .div-block-34 {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .backbutton {
    width: 170px;
    height: 40px;
  }

  .div-block-38 {
    width: 15px;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .text-block-21 {
    font-size: 12px;
  }

  .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-6 {
    font-size: 14px;
  }

  .text-block-23 {
    font-size: 13px;
  }

  .button-4 {
    padding: 5px 35px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 700px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link.mobile {
    margin-left: 0px;
  }

  .div-block-4 {
    width: 280px;
  }

  .div-block-5 {
    width: 100%;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph {
    width: 90%;
    font-size: 13px;
  }

  .button {
    font-size: 13px;
  }

  .div-block-7 {
    width: 90%;
  }

  .div-block-7.line1 {
    margin-top: 40px;
  }

  .div-block-8 {
    height: 260px;
  }

  .text-block-6 {
    font-size: 11px;
    text-align: center;
  }

  .text-block-7 {
    font-size: 15px;
    letter-spacing: 0px;
  }

  .div-block-12 {
    width: 95%;
    height: 300px;
  }

  .proceso {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-13 {
    width: 90%;
    margin-top: 40px;
  }

  .div-block-14 {
    width: 90%;
  }

  .paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-15 {
    width: 30px;
    height: auto;
  }

  .text-block-10 {
    text-align: center;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-18.proceso2 {
    width: 90%;
  }

  .div-block-19 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22.torreslivet {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-22.fis {
    height: 300px;
  }

  .div-block-22.omee {
    height: 300px;
  }

  .div-block-22.zonauno {
    height: 300px;
  }

  .div-block-22.xatheluxury {
    height: 300px;
  }

  .div-block-22.forestavalley {
    height: 300px;
  }

  .div-block-22.nativa {
    height: 300px;
  }

  .div-block-22.laca-ada {
    height: 300px;
  }

  .div-block-22.altaterra {
    height: 300px;
  }

  .div-block-22.piedrasaltas {
    height: 300px;
  }

  .div-block-22.devlyn {
    height: 300px;
  }

  .div-block-22.interior1 {
    height: 300px;
  }

  .div-block-22.porcelanosa {
    height: 300px;
  }

  .div-block-22.xbox {
    height: 300px;
  }

  .div-block-22.samsung {
    height: 300px;
  }

  .div-block-22.xiku {
    height: 300px;
  }

  .text-block-13 {
    font-size: 13px;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .torreslivet {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-17 {
    width: 90%;
    font-size: 11px;
    text-align: center;
  }

  .text-block-18 {
    font-size: 11px;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    height: 180px;
  }

  .div-block-31 {
    height: 180px;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-33 {
    height: 350px;
  }

  .div-block-34 {
    height: 350px;
  }

  .div-block-36 {
    width: 10px;
  }

  .backbutton {
    width: 150px;
  }

  .div-block-38 {
    width: 13px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .text-block-21 {
    font-size: 12px;
  }

  .menumobile-triger {
    height: auto;
    padding-right: 0px;
    padding-left: 20px;
  }

  .div-block-40.w--current {
    width: 50px;
  }

  .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-6 {
    font-size: 13px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .button-4 {
    padding: 5px 30px;
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Kiona itallic';
  src: url('../fonts/Kiona-Itallic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kiona';
  src: url('../fonts/Kiona-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}