:root {
  --marron: #aa7129;
}

@font-face {
  font-family: cursiva;
  src: url("../fonts/Bellarina.woff") format("woff"), url("../fonts/Bellarina.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: typold;
  src: url("../fonts/typold-condensed-book.woff") format("woff"), url("../fonts/typold-condensed-book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: typold;
  src: url("../fonts/typold-condensed-regular.woff") format("woff"), url("../fonts/typold-condensed-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: typold;
  src: url("../fonts/typold-condensed-medium.woff") format("woff"), url("../fonts/typold-condensed-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: typold;
  src: url("../fonts/typold-condensed-bold.woff") format("woff"), url("../fonts/typold-condensed-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: typold;
  src: url("../fonts/typold-condensed-black.woff") format("woff"), url("../fonts/typold-condensed-black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.cursiva {
  font-family: "cursiva";
  font-weight: normal;
  line-height: 90%;
}

html {
  scroll-behavior: smooth;
}

main {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "typold";
}

p {
  font-weight: 300;
}

a.btn, button.btn {
  color: black;
  border: 2px solid black;
  border-radius: 40px;
  transition: 0.2s linear all;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 17px !important;
  width: 100%;
}
a.btn img, button.btn img {
  max-height: 14px;
  margin-right: 4px;
}
a.btn:hover, button.btn:hover {
  transform: scale(1.1);
  border: 2px solid black;
  border-radius: 40px;
}
a.btn.dark, button.btn.dark {
  background: white;
  color: black;
}
a.btn.descargarbtn, button.btn.descargarbtn {
  max-width: 220px;
}

input.form-control, textarea.form-control {
  color: black;
  border: 2px solid black;
  border-radius: 40px;
  padding: 12px 22px;
}
input.form-control:focus, textarea.form-control:focus {
  outline: none;
  border-color: var(--marron);
  box-shadow: none;
}

textarea.form-control {
  border-radius: 20px;
}

.enviarform {
  max-width: 150px;
}

img.logosolaria {
  max-width: 240px;
  display: block;
  margin: 20px auto 0 auto;
}

ul.checkmarks {
  padding: 0;
  list-style: none;
}
ul.checkmarks li {
  background: url(../images/check-negro.svg) no-repeat left center;
  padding: 10px 0 10px 24px;
  background-size: 18px;
  color: black;
  font-weight: 300;
  font-size: 12px;
}
ul.checkmarks li b {
  font-weight: 500;
}

section {
  min-height: 80vh;
  position: relative;
}
section .titulo {
  font-size: 60px;
}
section#laisla-hero {
  position: relative;
  min-height: 100vh;
}
section#laisla-hero .grafismo-banner {
  width: 25%;
  height: 36%;
  position: absolute;
  top: -30px;
  left: -42px;
  background: url(../images/grafismo-navbar.svg) no-repeat top right;
  background-size: contain;
  z-index: 4;
}
section#laisla-hero nav.navbar {
  position: absolute;
  z-index: 5;
  width: 80%;
  border-radius: 40px;
  margin-left: 50%;
  transform: translate(-50%, 35px);
  padding: 12px 30px;
}
section#laisla-hero nav.navbar .logo-navbar {
  min-width: 110px;
}
section#laisla-hero nav.navbar ul.navbar-nav {
  align-items: center;
}
section#laisla-hero nav.navbar .nav-item .nav-link {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  transition: 0.2s linear all;
}
section#laisla-hero nav.navbar .nav-item .nav-link.active {
  color: var(--marron);
}
section#laisla-hero nav.navbar .nav-item .nav-link:hover {
  transform: scale(1.1);
  color: var(--marron);
}
section#laisla-hero nav.navbar .nav-item.nav-whatsapp {
  width: 50px;
}
section#ubicacion img.mapa-ubicacion {
  max-height: 70vh;
}
section#ubicacion .container-datos-ubicacion {
  position: relative;
}
section#ubicacion .container-datos-ubicacion .datos-ubicacion {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section#ubicacion .logos-desarrollos {
  display: flex;
  flex-wrap: wrap;
}
section#ubicacion .logos-desarrollos .desarrollo-item {
  width: 50%;
}
section#ubicacion .logos-desarrollos .desarrollo-item a img {
  transition: all 0.2s linear;
}
section#ubicacion .logos-desarrollos .desarrollo-item a:hover img {
  transform: scale(1.1);
}
section#ubicacion h3.subtitulo.cursiva {
  font-size: 40px;
}
section#ubicacion ul.checks li {
  font-size: 15px;
  font-weight: 300;
  line-height: 110%;
  padding: 0 0 10px 0;
}
section#el-proyecto img.mapa-proyecto {
  max-height: 60vh;
}
section#el-proyecto .titulo {
  margin-top: -5vh;
}
section#el-proyecto .itemproyecto img.iconoproyecto {
  max-height: 50px;
  display: block;
  margin: 0 auto;
}
section#el-proyecto .itemproyecto .info {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 110%;
  padding: 14px 0 0 0;
}
section#el-proyecto .itemproyecto .info b {
  font-size: 38px;
  font-weight: 400;
}
section#el-proyecto .itemproyecto .info b span {
  font-size: 15px;
}
section#loteamiento img.mapa-loteamiento {
  max-height: 60vh;
}
section#somosparte .titulo.script {
  font-size: 23px;
  font-weight: 300;
}

.banner-mask {
  background: url(../images/mascara-slider.svg) no-repeat bottom center;
  width: 100vw;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100%;
  z-index: 3;
}

.flechitas {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%);
  z-index: 4;
}
.flechitas a {
  padding: 20px;
}
.flechitas img {
  width: 20px;
}

.home-banner .home-banner-item {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}

.banner-promo {
  position: absolute;
  z-index: 4;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-promo img.logo-banner {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.banner-promo h2, .banner-promo p {
  text-align: center;
  color: white;
}
.banner-promo h2 {
  font-size: 48px;
  margin: 6px 0 0 0;
  padding: 0;
}
.banner-promo p {
  padding: 0;
  margin: 0;
}

.galeria .galeriaitem {
  transition: 0.6s linear all;
  height: 340px;
  display: flex;
  align-items: center;
  transform: scale(0.6);
}
.galeria .galeriaitem img {
  border-radius: 12px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
  margin: 22px;
  display: block;
  margin: 20px auto;
  max-height: 40vh;
}
.galeria .galeriaitem.slick-current {
  transform: scale(1.3);
  z-index: 6;
}

.flechas-galeria {
  display: flex;
  justify-content: center;
}
.flechas-galeria .slick-arrow {
  width: 30px;
  height: 20px;
  border: none;
  display: block;
  transition: 0.2s linear all;
}
.flechas-galeria .slick-arrow:hover {
  transform: scale(1.1);
}
.flechas-galeria .slick-arrow.slick-prev {
  background: url(../images/flecha-prev.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.flechas-galeria .slick-arrow.slick-next {
  background: url(../images/flecha-next.svg) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}

.video-container {
  background: url(../images/grafismo-video.svg) no-repeat center center;
  position: relative;
  background-size: contain;
  text-align: center;
}
.video-container .foto-video {
  border-radius: 12px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
  max-height: 60vh;
  margin: 20px auto;
  display: block;
}
.video-container .icono-play {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: 0.2s linear all;
}
.video-container .link-video {
  display: inline-block;
  margin: 0 auto;
}
.video-container .link-video:hover .icono-play {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1.1);
}

.corner-links {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 7;
}
.corner-links .link-volver {
  font-size: 10px;
  line-height: 110%;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--marron);
  text-decoration: none;
  transition: 0.2s linear all;
}
.corner-links .link-volver .icono-up {
  width: 16px;
  margin-bottom: 6px;
}
.corner-links .link-volver:hover {
  transform: scale(1.1);
}
.corner-links .link-whatsapp {
  display: flex;
  width: 100%;
  padding: 10px;
}
.corner-links .link-whatsapp .icono-wha {
  width: 36px;
}
.corner-links .link-whatsapp:hover {
  transform: scale(1.1);
}

.grafismo-proyecto-1 {
  background: url(../images/grafismo-ubicacion.svg) no-repeat left top;
  background-size: contain;
  width: 273px;
  height: 254px;
  position: absolute;
  top: -130px;
  right: -120px;
  z-index: -1;
}

.grafismo-proyecto-2 {
  background: url(../images/grafismo-proyecto.svg) no-repeat left top;
  background-size: contain;
  width: 353px;
  height: 265px;
  position: absolute;
  bottom: -100px;
  left: -120px;
  z-index: -1;
}

.grafismo-lotes {
  background: url(../images/grafismo-lotes.svg) no-repeat left top;
  background-size: contain;
  width: 383px;
  height: 296px;
  position: absolute;
  bottom: -100px;
  right: -50px;
  z-index: -1;
}

.grafismo-residencias {
  background: url(../images/grafismo-galeria.svg) no-repeat left top;
  background-size: contain;
  width: 333px;
  height: 237px;
  position: absolute;
  bottom: -130px;
  left: -130px;
  z-index: -1;
}

.grafismo-contacto {
  background: url(../images/grafismo-contacto.svg) no-repeat left top;
  background-size: contain;
  width: 263px;
  height: 177px;
  position: absolute;
  bottom: -30px;
  right: -130px;
  z-index: -1;
}

.formulario-contacto {
  position: relative;
}

footer {
  background: url(../images/bg-footer-mobile.svg) no-repeat center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -130px;
}
footer .footer-logo {
  max-width: 200px;
}

ul.linkscontacto {
  list-style: none;
}
ul.linkscontacto li a {
  color: white;
  transition: 0.2s linear all;
  padding: 3px 6px 10px 22px;
  text-decoration: none;
  display: block;
}
ul.linkscontacto li a:hover {
  margin-left: 4px;
}
ul.linkscontacto li.mail a {
  background: url(../images/icono-mail.svg) no-repeat 0 7px;
  background-size: 17px;
}
ul.linkscontacto li.telefono a {
  background: url(../images/icono-telefono.svg) no-repeat 0 7px;
  background-size: 17px;
}
ul.linkscontacto li.instagram a {
  background: url(../images/icono-instagram.svg) no-repeat 0 7px;
  background-size: 17px;
}

@media (min-width: 998px) {
  section {
    min-height: 100vh;
  }
}
@media (max-width: 998px) {
  section#el-proyecto .titulo {
    margin-top: -1vh;
  }
  section#laisla-hero nav.navbar .nav-item.nav-whatsapp {
    width: 27px;
  }
}
@media (max-width: 768px) {
  section#ubicacion {
    padding: 70px 0 80px 0;
  }
  section#ubicacion .container-datos-ubicacion .datos-ubicacion {
    position: static;
  }
  section#laisla-hero nav.navbar {
    width: 96%;
  }
  section#laisla-hero nav.navbar .nav-item.nav-whatsapp {
    width: 33px;
  }
  .banner-promo {
    width: 90%;
  }
  section#laisla-hero .grafismo-banner {
    width: 48%;
    height: 30%;
  }
  section#laisla-hero nav.navbar .nav-item .nav-link {
    font-size: 21px;
  }
  section#el-proyecto .titulo {
    margin-top: 1vh;
  }
  .navbar-toggler, .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
    padding-right: 0;
  }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler:focus .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .galeria .galeriaitem {
    transition: 0.6s linear all;
    transform: scale(0.9);
  }
  .galeria .galeriaitem img {
    border-radius: 12px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
    margin: 22px;
    display: block;
    margin: 20px auto;
    max-height: 40vh;
  }
  .galeria .galeriaitem.slick-current {
    transform: scale(0.9);
  }
  footer {
    margin-top: -40px;
  }
  .home-banner .home-banner-item {
    min-height: 82vh;
  }
  .flechitas {
    bottom: -22px;
  }
  section#laisla-hero {
    min-height: 80vh;
  }
  .grafismo-proyecto-1 {
    right: -190px;
  }
  .grafismo-proyecto-2 {
    left: -240px;
  }
  .grafismo-lotes {
    right: -270px;
  }
  .grafismo-residencias {
    left: -230px;
  }
  section#el-proyecto .itemproyecto img.iconoproyecto {
    width: 40px;
  }
  section#el-proyecto .itemproyecto .info {
    font-size: 12px;
  }
  section#el-proyecto .itemproyecto .info b {
    font-size: 25px;
  }
  section#el-proyecto .itemproyecto .info {
    padding: 8px 0 0 0;
  }
}/*# sourceMappingURL=laisla.css.map */