@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("../vendor/bootstrap-4.6/css/bootstrap.min.css");
@import url("../vendor/fontawesome/all.min.css");
@import url("../vendor/fancybox/fancybox-3.5.7.min.css");
@import url("../vendor/owlcarousel/owl.carousel.min.css");
@import url("../vendor/owlcarousel/owl.theme.default.min.css");
/*@import url('base.css');*/

:root {
  --main-color: #222221;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/avenir-300.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/avenir-400.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/avenir-500.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/avenir-600.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/avenir-800.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: Breathing;
  src: url("../fonts/breathing.woff") format("woff");
  font-weight: 400;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--main-color);
  font-size: 16px;
  overflow-x: hidden;
}

.color-green {
  color: #698042;
}


#logo {
  width: 260px;
  position: absolute;
  top: 2rem;
  left: 5rem;
  /*background: rgba(0,0,0,.7);*/
  padding: 15px;
}

#bannerPrincipal {
  height: 100%;
}

.disclaimer {
  font-size: 13px !important;
  margin-top: 10px;
}

.enlaceBanner {
  background-color: #39A935;
  color: #fff;
  height: 40px;
  text-decoration: none !important;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 800;
}

.enlaceBanner:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}



#permanente {
  background-color: #fff;
  color: #333333;
  position: fixed;
  right: 20px;
  top: 70%;
  z-index: 999;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#tour360 {
  position: fixed;
  right: 70px;
  background-color: #FFF;
  z-index: 998;
  height: 96px;
  color: #333333;
  top: 70%;
  text-align: center;
  font-size: 8px;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#tour360 img {
  height: 70px;
  vertical-align: middle;
  margin-top: 5px;
}

#permanente a {
  color: #333333;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
}

.permantente-wsp {
  color: #39A935;
}

.bannerFull .item {
  height: 100%;
  background-color: #dadada;
}

.planta .item,
.planta .slide {
  background-color: transparent !important;
}

.cuadrado-cuenta {
  width: 220px;
  background-color: #39A935;
  bottom: 30px;
  position: fixed;
  left: 50px;
  text-align: center;
  z-index: 99999999999;
}

.cuadrado-cuenta p {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-top: 8px;
  margin-bottom: 0px !important;

}

.dias-cuenta {
  font-weight: 600;
  font-size: 40px !important;
  margin: 0px !important;
}

.dias-cuenta-2 {
  font-weight: 600;
  font-size: 52px !important;
  margin: 0px !important;
}



.descripcion-cuadro p {
  color: #fff;

}

.ico-banner {
  width: 60px !important;

}

.p-custom {
  font-weight: 100;
  font-size: 25px !important;
  margin-bottom: 0px;
}

.p-custom1 {
  font-weight: 700;
  font-size: 20px;
}

.p-custom2 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 20px;
  margin-left: 10px;
}

.texto-descripcion {
  font-size: 25px;
}

#about .container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.barra {
  border-right: 2px solid #FFFFFF;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  bottom: 50px;
  position: absolute;
  font-size: 82px;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

.slide {
  width: 100%;
  height: auto;
  background-color: #dedede;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;

}

#bannerPrincipal .slide {
  height: 80vh;
}

.slide .h-50 {
  height: 55% !important;
}

.bigTextSlide {
  font-size: 38px;
}

.bigTextSlide strong {
  font-weight: 600;
}

#Contacto h3 {
  font-size: 25px;
  font-weight: 390;

}

.form-control {
  background-color: #fff !important;
  color: #212121 !important;
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  background-clip: border-box !important;
  font-weight: 1000;
}

.lb-title {
  font-size: 20px;
}

.lb-radio {
  font-size: 15px;
}

.img-radio {
  width: auto;
  height: 25px;
  margin-right: 2px;
}

.button-form {
  background-color: #39A935;
  color: #fff;
  text-decoration: none !important;
  border-radius: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 150px;
  padding-right: 150px;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 8%;

}

.img-click {
  width: 13% !important;
  position: absolute;
  bottom: -20px;
  left: -110px;
}

#servicios .container {
  background-color: #fff;
  text-align: center;

}

.icono-servicio {
  width: auto;
  height: 70px;
}

.texto-servicios {
  font-size: 20px;
  margin-top: 5px;
}

.imagen-conecta {
  width: 100%;
  height: 30vw;
  background-color: #dedede;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.shadow-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000008a
}

.titulo-conecta {
  position: relative;
  z-index: 1;
}

footer {
  background-color: #333333;
  color: #575756;
  padding-top: 1px;
  padding-bottom: 30px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 14px;
}

footer a {
  color: #575756;
}

footer a:hover {
  text-decoration: none;
  color: #575756;
  opacity: 0.75;
}

.logoFooter {
  width: 50px;
}

.logoFoot {
  max-height: 90px;
}

.logosInmobiliarias {
  max-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.logoNapoleon {
  max-height: 70px;
}


@media (max-width: 414px) {
  .slide {
    height: 200vw;
  }

  #Contacto .slide {
    height: auto;
  }

  .img-radio {
    margin-bottom: 5px;
    width: auto !important;
  }

  .bannerFull .item {
    height: 100%;
  }

  .cuadrado-cuenta {
    bottom: -220px;
  }



  .barra {
    border-bottom: 2px solid #FFFFFF;
    border-bottom-width: thin;
  }

  .h-50 {
    height: 100% !important;
    margin-top: -100px;
  }

  #logo {
    width: 40%;
    position: absolute;
    top: 10px;
    left: 41%;
  }

  #about .container {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .form-check-inline {
    margin-bottom: 15px;
  }

  .lb-title {
    font-size: 20px;
  }

  .button-form {
    background-color: #39A935;
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 100px;
    padding-right: 100px;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    margin-top: 25%;
    left: -15px;
    position: relative;

  }

  .img-click {
    width: 30% !important;
    position: absolute;
    bottom: -50px;
    left: -50px;

  }

  .imagen-conecta {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .logoFooter {
    width: 10%;
  }


}




/* SEPARADOR */



.breathing {
  font-family: "Breathing", sans-serif;
}

.avenir {
  font-family: "Lato", sans-serif;
}

.slide .breathing {
  font-size: 62px;
}





#galeria {
  background-color: #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

#galeria h2 {
  font-size: 42px;
  color: #2e2d2c;
  margin-bottom: 20px;
}

.galeria-thumb {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-top: 30px;
}

#conocenos {
  background-color: #212121;
  padding-top: 75px;
  padding-bottom: 110px;
  color: #fff;
}

#conocenos h2 {
  font-size: 42px;
  margin-bottom: 50px;
}

.integrante-thumb {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.integrante {
  text-align: center;
}

.integrante .fa-linkedin {
  font-size: 26px;
}

.integrante strong {
  text-transform: uppercase;
  font-size: 18px;
}

.submenu {
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  padding-top: 13px;
  display: none;
  width: 120%;
  margin-left: -10%;
}

.submenu li:nth-child(even) {
  background-color: rgba(35, 56, 43, 0.48);
}

.submenu li:nth-child(odd) {
  background-color: rgba(35, 56, 43, 0.33);
}

.submenu li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.submenu li a:hover {
  text-decoration: none;
}

.nav-item:hover .submenu {
  display: block;
}

.nav-item {
  position: relative;
}





.terreno img {
  margin-bottom: 15px;
}

.terreno,
.terreno label {
  color: #575756;
}

.terreno label {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}

.terreno strong {
  font-size: 18px;
}

.terreno .galeria-thumb {
  margin-top: 0;
  height: 250px;
  margin-bottom: 15px;
  width: 94%;
  margin-left: 3%;
  position: relative;
}

.btnFicha {
  background-color: var(--main-color);
  color: #fff;
  height: 40px;
  border-radius: 20px;
  padding-top: 8px;
  width: 70%;
  font-weight: bold;
  margin-top: 10px;
}

.btnTransparent {
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}

.btnMid {
  background-color: #858b91;
  width: 34%;
}

.btnFicha:hover {
  color: #fff;
  opacity: 0.85;
  outline: none !important;
  box-shadow: none !important;
}

.btnTransparent:hover {
  background-color: var(--main-color);
}

.fichaTerreno {
  width: 1200px;
  background-color: #ededed;
  padding: 15px;
  display: none;
  max-width: 100%;
}

.fichaInterna {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 30px;
  color: #575756;
}

.fichaInterna h3 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
}

.aboutLote {
  font-size: 14px;
}

.icoLote {
  height: 40px;
  float: left;
}

.icoText {
  float: right;
  font-size: 12px;
  width: calc(100% - 40px);
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 16px;
}

.fichaInterna .btnFicha {
  width: 200px;
  font-size: 14px;
  margin-top: 30px;
}

.fancybox-slide--html .fancybox-close-small {
  background-color: #575756;
  border-radius: 50%;
  opacity: 1;
  margin-top: 5px;
  margin-right: 5px;
}

.fancybox-slide--html .fancybox-close-small svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(224deg) brightness(104%) contrast(102%);
}

.btn-vda-opacidad {
  height: 40px;
  border-radius: 25px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 26px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgba(0, 0, 0, 0.35);
}

.btn-vda-opacidad:hover {
  color: #fff;
}

.btn-vda,
.btn-vda:hover {
  height: 40px;
  border-radius: 25px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 26px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 200px;
}

#bannerHome {
  height: 600px;
  color: #fff;
  text-transform: uppercase;
}

#bannerInterno {
  height: 320px;
  color: #fff;
  text-transform: uppercase;
}

#bannerHome h3,
#bannerHome h4 {
  font-weight: 300;
}

#bannerHome h3 {
  letter-spacing: 4px;
  font-size: 20px;
}

#bannerHome h4 {
  letter-spacing: 1px;
  font-size: 16px;
}

.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 2;
}

.scrollDown {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 120px;
  line-height: 115px;
  margin-bottom: 15px;
  margin-top: 60px;
  cursor: pointer;
}

#about h1 {
  color: #005162;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
}

.formas {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#proyectos .formas {
  background-position: center;
}

.comillas-left {
  position: absolute;
  left: -60px;
  width: 60px;
  transform: rotate(180deg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.comillas-right {
  position: absolute;
  right: -30px;
  width: 160px;
  bottom: -70px;
}

#about .container p {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 130%;
}


#contacto {
  padding-top: 30px;
  padding-bottom: 30px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.darkmask {
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 60px);
  padding: 50px 0;
  margin-left: 30px;
}


.bg-light {
  background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 18px;
}

.navbar-expand-lg .nav-item:last-child .nav-link {
  border-right: 0;
}

textarea.form-control {
  height: 199px;
}

label.error {
  color: red;
}

.nav-instagram,
.nav-instagram:hover {
  color: #fff;
}

#proyectos .container {
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}

.barra-gris {
  background-color: #dadada;
  position: absolute;
  width: 100%;
  left: -55%;
  height: 160px;
}

.barra-gris-right {
  left: auto;
  right: -55%;
}

.linea-proyecto {
  padding-top: 30px;
  padding-bottom: 30px;
}

.barra-gris img,
.linea-proyecto img {
  height: 160px;
  margin-right: 30px;
}

.linea-proyecto h3,
.linea-proyecto-realizado h3 {
  color: #005162;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.linea-proyecto h4 {
  color: #858b91;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.linea-proyecto a {
  color: #858b91;
}

.barra-gris-realizado {
  background-color: #dadada;
  padding: 10px;
}

.barra-gris-realizado img {
  height: 100px;
  transition: all 0.2s;
}

.infoBlock {
  display: none;
}

.opener {
  border: 1px solid #ccc;
  padding: 5px 10px;
  padding-top: 8px;
  cursor: pointer;
  font-size: 20px !important;
  letter-spacing: 1px;
}

.opener i {
  float: right;
  margin-top: 2px;
}

.infoBlockVisible .opener {
  display: none;
}

.infoBlockVisible .infoBlock {
  display: block;
  transition: all 0.2s;
}

.barra-gris-realizado {
  min-height: 120px;
}

.infoBlockVisible .barra-gris-realizado img {
  height: 180px;
}

.infoBlock h3 {
  cursor: pointer;
}

.linea-proyecto-realizado {
  margin-bottom: 15px;
}

.proyectosRealizados {
  padding-bottom: 100px !important;
  padding-top: 0px !important;
}

.mision-vision {
  background-color: #858b91;
  color: #fff;
  height: 100%;
  padding: 15px 30px;
}

#e404 {
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: "Lato", sans-serif;
}

#simuladorBox {
  width: 800px;
}

#simulador .form-control {
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color) !important;
}

#simulador label,
#resultado label {
  font-weight: bold;
  margin-bottom: 0;
}

#simulador .form-control:disabled,
#simulador .form-control[readonly] {
  background-color: #e9ecef;
  color: #666 !important;
}

#simuladorBox .fichaInterna {
  padding: 40px 30px;
}

#resultado table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-indicadores td {
  width: 25%;
}

.btnFicha2 {
  background-color: var(--main-color);
  color: #fff;
  height: 40px;
  border-radius: 20px;
  padding-top: 8px;
  width: 40%;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 600px) {
  #bannerInterno {
    height: 160px;
  }



  #about .col-lg-5 {
    margin-bottom: 15px;
  }

  footer {
    text-align: center;
  }

  header {
    padding-top: 0px;
  }

  .navbar-toggler-icon {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    border-right: 0;
    text-align: center;
    line-height: 30px;
    background-color: #23382b;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .submenu {
    display: block;
    position: relative;
  }

  header .container,
  .navbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  #navbarCollapse,
  .fixed-top {
    background-color: var(--main-color);
  }

  .navbar-toggler {
    margin-top: 10px;
  }

  .navbar-collapse {
    margin-bottom: -10px;
  }

  .banner {
    margin-top: 65px;
  }

  .comillas-right {
    right: 10px;
  }

  #contacto .col-lg-3 {
    padding-top: 30px;
  }

  #contacto .btn-vda {
    width: 100%;
  }

  .barra-gris {
    background-color: transparent;
  }

  .barra-gris img,
  .linea-proyecto img {
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  .linea-proyecto h3,
  .linea-proyecto-realizado h3 {
    margin-top: 15px;
  }

  .barra-gris-right {
    right: 0;
  }

  #proyectos .container {
    padding-bottom: 0;
  }

  .linea-proyecto-realizado {
    margin-bottom: 15px;
  }

  .linea-proyecto-realizado h3 {
    margin-top: 0;
  }

  .infoBlockVisible .barra-gris-realizado img {
    height: 100px;
  }

  .linea-proyecto-realizado .infoBlock h3 {
    margin-top: 10px !important;
  }

  .proyectosRealizados {
    padding-bottom: 0px !important;
  }

  #permanente {
    top: 15%;
  }

  .terreno {
    margin-bottom: 45px;
  }

  .fichaInterna {
    padding: 30px 10px;
  }

  .fichaInterna h3 {
    margin-top: 30px;
  }

  .fichaInterna .btnFicha {
    width: 100%;
  }

  .icoLote {
    margin-bottom: 10px;
  }

  #logoFooter {
    width: auto;
    height: 50px;
  }

  .slide .breathing {
    font-size: 32px;
  }



  #bannerPrincipal {
    height: 400px;
  }

  .btnFicha {
    width: 100%;
  }

  .btnMid {
    width: 49%;
  }

  .btnFicha2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .slide {
    height: auto;
  }

  .button-form {
    padding-left: 100px;
    padding-right: 100px;
  }

  #contactoForm {
    margin-bottom: 50px;
  }

  .cuadrado-cuenta {
    transform: scale(.8);
    left: 5px;
    bottom: 5px;
  }

  #bannerPrincipal,
  #bannerPrincipal .slide {
    height: 700px;
  }

  #permanente {
    z-index: 999999999;
  }

  .slide p {
    font-size: 18px;
  }

  .bigTextSlide {
    font-size: 28px;
  }
}

.btnMinWidth {
  width: auto !important;
  min-width: 150px;
}

.vendido {
  height: 80%;
  left: 0;
  position: absolute;
}

.btnVendido {
  background-color: #a90008;
  color: #FFF;
}

.terrenovendido {
  position: relative;
}

.terrenovendido a {
  text-decoration: none;
  color: var(--main-color);
}

.terrenovendido .galeria-thumb {
  filter: grayscale(1);
  transition: all 0.15s ease-in
}

.thumbVendido {
  position: relative;
}

.thumbVendido:hover .galeria-thumb {
  filter: grayscale(0);
}

.thumbVendido .vendido {
  z-index: 1;
}

.respuesta {
  background-color: #39A935;
  color: #fff;
  display: inline-block;
  padding: 30px;
  margin-top: 100px
}

.datosFoot {
  text-align: center;
  color: #FFF;
  margin-top: 15px;
  font-size: 18px;
}

.footLink,
.footLink:hover {
  color: #FFF;
}

.footLink:hover {
  opacity: .8
}

#presentacion {
  padding-top: 0px;
  padding-bottom: 75px;
}

#presentacion h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 30px;
}

#presentacion p {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

#brochure {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/banner-brochure.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  color: #FFF;
}

.mascara {
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide .mascara {
  background-color: rgba(0, 0, 0, .6);
}

#brochure p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}

#brochure h3 {
  text-transform: uppercase;
  font-size: 42px;
}

.btn-conecta {
  background-color: #39A935;
  color: #FFF;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .25s ease;
}

.btn-conecta:hover {
  color: #FFF;
  opacity: .8
}

#conectividad {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/distancias.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10px;
}

#fichaConectividad {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 15px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 30px;
  padding-bottom: 20px;
}

#fichaConectividad h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}

.barraConectividad {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  color: #585857;
}

.barraConectividad img {
  height: 40px;
}

.barraConectividad h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 0;
}

.barraConectividad p {
  font-weight: 300;
  line-height: 18px;
}

.barraConectividad .col-lg-4 {
  border-left: 2px solid #585857;
}

#mapa {
  position: relative;
  padding-top: 50px;
  background-image: url(../img/mapa.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px
}

#mapa h3,
#mapa h4 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

#mapa h3 {
  font-size: 32px;
}

#mapa h4 {
  font-size: 28px;
}

#galeria {
  padding-top: 50px;
  padding-bottom: 50px;
}

#galeria h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.imgGaleria {
  height: 240px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}

.imgGaleriaBig {
  height: 500px;
}

.nav-tabs {
  text-align: center;
}

.nav-tabs .nav-link {
  display: inline-blockM
}

.nav-tabs .nav-link {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 22px;
  font-weight: 300;
}

.nav-tabs {
  border-bottom: 0;
}

.tab-content {
  margin-top: 50px;
}

.nav-tabs .nav-link.active {
  border-bottom: 5px solid #39A935 !important;
}

#etapas {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  /*  background-image: url(../img/textura.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
  background-color: #000;
}

#etapas h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.scrollEtapa {
  width: 100%;
}

.scrollEtapa img {
  width: 100%;
}

#departamentos {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}

#departamentos h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.planta.owl-carousel .owl-nav button.owl-next,
.planta.owl-carousel .owl-nav button.owl-prev {
  color: #000;
  bottom: 50%;
}

.planta.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.planta.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.icoplanta {
  height: auto !important;
  max-width: 40px !important;
  display: inline-block !important;
}

.detalle {
  width: 70%;
}

.detalle td {
  border: 0;
  vertical-align: middle;
  font-size: 18px;
  padding: 5px;
}

.infoPlanta h4 {
  font-weight: bold;
  color: #212529;
  font-size: 22px;
  margin-bottom: 30px;
}

.btn-cotiza {
  width: 60%;
  background-color: #698D42;
  font-size: 22px;
}

.bggray td {
  background-color: rgba(54, 54, 54, .15);
}

.fuerzaSlide strong {
  font-weight: bold;
}

.logoConecta {
  height: 100px;
}

nav.navbar {
  z-index: 9999;
}

.navbar-nav .nav-link {
  font-size: 16px !important;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #698D42;
  bottom: -5px;
  width: 80%;
  left: 10%;
  opacity: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #FFF !important;
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
}

#contacto {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-contacta {
  background-color: #232323;
  color: #FFF;
  width: 250px;
}

.h3-contacto {
  font-size: 40px;
  font-weight: 300;
}

#contacto .fa-whatsapp {
  color: #699A41;
  font-size: 60px;

}

.dejaTusDatos {
  border-left: 5px solid #222323;
  padding-left: 50px;
}

.dejaTusDatos h3 {
  text-transform: uppercase;
  font-size: 32px;
}

.footLinkWsp,
.footLinkWsp:hover {
  color: #232323;
}

#menu-principal-web {
  width: 100%;
  background-color: black !important;
}

@media (max-width: 700px) {
  .logoConecta {
    height: 90px;
  }

  .fothumb {
    display: none;
  }

  .nav-tabs .nav-link {
    font-size: 16px;
  }

  .infoPlanta h4 {
    text-align: center;
    font-size: 26px;
  }

  .detalle td {
    font-size: 13px;
  }

  .detalle {
    width: 100%;
  }

  .btn-cotiza {
    width: 100%;
  }

  .btn-verplanta {
    width: 100% !important;
  }

  .scrollEtapa {
    overflow-x: auto;
  }

  .scrollEtapa img {
    max-width: none;
    width: auto;
    height: 100px;
  }

  #etapas h3,
  #fichaConectividad h3 {
    font-size: 26px;
  }

  .barraConectividad .col-lg-4 {
    border: 0;
    margin-top: 15px;
  }

  .dejaTusDatos {
    border: 0;
    padding-left: 15px;
  }

  .dejaTusDatos h3 {
    text-align: center;
    margin-top: 30px;
  }

  .logoNapoleon,
  .logosInmobiliarias {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .logoFoot {
    margin-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    background-color: #232323;
    color: #FFF;
  }

  #permanente {
    top: 50%;
    right: 5px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
  }

  .navbar-light .navbar-toggler {
    margin-right: 15px;
    border-color: rgba(255, 255, 255, .5);
  }

  .ico-banner {
    margin-top: 15px;
  }

  .descripcion-cuadro .col-lg-4:last-child .p-custom {
    margin-top: 10px;
  }

  #tour360 {
    top: auto;
    bottom: 10px !important;
    right: 50%;
    margin-right: -87px;
    height: auto;
    padding-bottom: 5px;
  }

  #tour360 img {
    height: 60px !important;
  }
}


#bannerPrincipal .descripcion-cuadro {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px 0px 10px 0px;
}

.strong-custom {
  color: #698C42;
  font-weight: 700;
}

.btn-verplanta {
  width: 60%;
  background-color: #ffff;
  font-size: 22px;
  color: #698C42;
  border-color: #698C42;
}

.btn-verplanta:hover {
  color: rgba(60, 80, 39, 1);
}


.cotizador {
  background-color: #FFF;
  width: 1000px;
  max-width: 100%;
  display: none;
}

.textCotizacion h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.textCotizacion h4 {
  font-weight: bold;
}

.textCotizacion p {
  font-size: 18px;
}

.disclaimer {
  font-size: 12px;
  color: #333;
  margin-top: 15px;
  line-height: 20px;
}

.logo-metro {
  width: 23px;
  display: inline-block;
  height: auto !important;
}

@media (max-width: 1200px) {

  .logo-metro {
    display: none;
  }

}

.legal-text p {

  color: RGBA(255, 255, 255, 0.6);
  text-align: justify;
  font-size: 11px;

}

@media (min-width: 650px) {
  #slidePromoCyber {
    background-color: #000;
    background-size: 95%;
    background-position: right center;
  }
}

@media (max-width: 650px) {

  #slidePromo {
    background-image: url(../img/promo18mobile.webp) !important;
  }

  #slidePromo .ocultar{
    display: none;
  }

  #slidePromoCyber {
    background-image: url(../img/banner-cyber-mobile.jpg) !important;
  }

  #bannerPrincipal .slide {
    margin-top: 115px;
  }

  #bannerPrincipal,
  #bannerPrincipal .slide {
    height: 600px;
  }

  #bannerPrincipal {
    margin-bottom: 100px;
  }

}

.btn-primary,
.btn-primary:hover {
  background-color: #698D42;
  border-color: #698D42;
  transition: all .25s ease;
}

.btn-primary:hover {
  opacity: .8;
}

.downloadNavbar {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 14px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-nav {
  margin-top: 45px;
}

.navbar-expand-lg .nav-item:last-child .nav-link {
  padding-right: 0;
}

#bannerPrincipal .descripcion-cuadro {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
  background-color: transparent;
  transform: translateY(-30%);
}

.greenSlideBox {
  background-color: rgba(105, 128, 66, .85);
  height: 100%;
  position: relative;
  min-height: 150px;
  text-align: center;
}

.greenSlideContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  line-height: 110%;
  font-size: 18px;
  width: 100%;
}

.greenSlideContent label {
  width: 100%;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}

.greenSlideBoxRight {
  border-radius: 0 30px 30px 0;
}

.greenSlideBoxLeft {
  border-radius: 30px 0 0 30px;
}

#desarrolladores {
  font-size: 13px;
}

#desarrolladores img {
  opacity: .75;
}

#aboutProyecto {
  background-color: #698042;
  color: #FFF;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-custom1 {
  font-size: 24px;
}

.timelineBall {
  background-color: #7F7F7F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.timelineBall.active {
  background-color: #698042;
}

.timelineText {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 200%;
  transform: translateX(-50%);
  color: #000;
  background-color: #ffffff40;
}

#timeline {
  margin-top: 30px;
}

.subtitle {
  font-size: 32px;
  font-weight: 300;
}

.subtitle strong {
  font-weight: 600;
  font-size: 32px;
}


.timelineTextTop {
  top: -30px;
}

.timelineTextBottom {
  bottom: -30px;
}

.timelineLine {
  height: 4px;
  background-color: #7F7F7F;
  position: absolute;
  width: 90%;
  top: 70px;
}

.mapmarker {
  height: 50px;
}

#aboutInteriores p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.marcoFotos {
  margin-top: -120px;
}

.marcoFotos img {
  border: 15px solid #FFF;
}

.noborderTop {
  border-top: 0 !important;
}

#carruselGaleria {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.itemGaleria {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.itemGaleria img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

#carruselGaleria .planta.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  bottom: 40%;
}

#carruselGaleria .planta.owl-carousel .owl-nav button.owl-next {
  right: 30px;
  bottom: 40%;
}

.overText {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  opacity: 0;
  transition: all .25s ease;
}

.itemGaleria:hover .overText {
  opacity: 1;
}

#equipamiento {
  background-color: #f2f2f2;
  padding-top: 60px;
  border-bottom: 20px solid #383738;
}

.equipBall {
  background-color: #383738;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.equipBall img {
  width: 70%;
  margin-top: 15%;
}

.equipBajada {
  color: #383738;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

#iframetour360 iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

#fichaConectividad h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.bajadaConectividad {
  color: #454543;
  font-size: 22px;
  font-weight: 500;
}

.barraConectividad p {
  font-size: 13px;
  line-height: 16px;
}

.barraConectividad h4 {
  font-size: 26px;
  font-weight: 400;
}

.barraConectividad img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(7%) saturate(62%) hue-rotate(21deg) brightness(94%) contrast(89%);
}

.nofilter {
  filter: none !important;
}

.fichaBajada {
  font-size: 18px;
  color: #454543;
}

.fichaBajada .btn-primary {
  font-weight: bold;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

#video {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

#video .portada {
  border-radius: 30px;
}

.icovideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}

#video .col-lg-7 {
  cursor: pointer;
}

.desarrollafooter {
  color: #FFF;
  font-size: 11px;
}

.logoNapoleon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(70%) saturate(0%) hue-rotate(212deg) brightness(115%) contrast(101%);
}

.unidadSpecs img {
  height: 36px !important;
  width: auto !important;
  margin-bottom: 10px;
}

.unidadSpecs {
  color: #454543;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 700px) {

  #bannerPrincipal,
  #bannerPrincipal .slide {
    height: 500px;
  }

  .greenSlideBox {
    min-height: 80px;
    margin-bottom: 15px;
  }

  .greenSlideBoxLeft {
    border-radius: 30px 30px 0 0px;
  }

  .greenSlideBoxRight {
    border-radius: 0 0px 30px 30px;
  }

  #bannerPrincipal .descripcion-cuadro {
    transform: translateY(-55%);
  }

  #bannerPrincipal .descripcion-cuadro .col-lg-4 {
    margin-bottom: 5px;
  }

  #bannerPrincipal {
    margin-bottom: 150px;
  }

  #desarrolladores {
    text-align: center;
  }

  #desarrolladores img {
    height: 40px;
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .napoleonHome {
    height: 80px !important;
  }

  #presentacion .subtitle {
    margin-top: 15px;
    text-align: center;
  }

  .subtitle {
    font-size: 28px;
  }

  #departamentos {
    padding-bottom: 0;
  }

  #aboutInteriores .subtitle {
    text-align: center;
  }

  .marcoFotos img {
    border-left: 0;
    border-right: 0;
  }

  .itemGaleria {
    height: 280px;
  }

  #carruselGaleria .planta.owl-carousel .owl-nav button.owl-prev {
    bottom: 30%;
  }

  #carruselGaleria .planta.owl-carousel .owl-nav button.owl-next {
    bottom: 30%;
  }

  .equipBall {
    margin-top: 15px;
  }

  .equipBajada {
    font-size: 15px;
  }

  #fichaConectividad {
    text-align: center;
  }

  #aboutProyecto {
    border-radius: 25px;
    padding: 10px;
  }

  .p-custom1 {
    margin-bottom: 10px !important;
  }

  .ico-banner {
    margin-top: 15px !important;
  }

  #timeline {
    overflow-y: auto;
  }

  #timelineIntern {
    width: 900px;
  }

  .downloadNavbar {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .navbrochure {
    background-color: #698042 !important;
  }

  .logoNapoleon,
  .logosInmobiliarias {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .desarrollafooter img {
    height: 45px;
    margin-bottom: 15px;
  }

  .logoNapoleon {
    height: 60px !important;
    margin-top: 5px;
  }

  .logoFooter {
    margin-bottom: 30px;
  }

  #slideBlack {
    background-image: url(../img/banner-black-min.webp) !important;
  }
}

.navbar-expand-lg .nav-item:nth-child(5) .nav-link {
  border-right: 0;
  padding-right: 0;
}

.imagen-etapa {
    height: 180px;
    width: 270px;
    top: -176px;
    z-index: 0;
    left: -111px;
    border-radius: 16px 16px 30px 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 60% 90%, 50% 100%, 40% 90%, 0% 90%);
    display: none;
}


.timelineBall:hover .imagen-etapa {
  display: block !important;
}

