@font-face {
  font-family: "gotbold";
  src: url("../fonts/GothaProBol.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "gotpro";
  src: url("../fonts/GothaProReg.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

.btn-info {
    background-color: #889ca3 !important;
    color: #ffffff;
}
.btn-warning {
    background-color: #cc9c62 !important;
    color: #ffffff;
}
.btn-outline-warning {
    border: 2px solid #cc9c62 !important;
    color: #cc9c62;
}
.btn-outline-warning:hover {
    background-color: #cc9c62 !important;
    color: #ffffff;
}

.btnc {
    font-family: "gotbold";
    width: 180px;
}

#plantas{
    color: #889ca3;
    & hr {margin: 5% 0 5%;}
    & img{
        width: 100%;
    }
    & table td {
        width: 10%;
    }
    & p {line-height: normal;}
    & .modelo{font-family: "gotbold";font-size: 40px;}
    & .tipologia, .text-start {font-family: "gotpro";font-size: 25px;}
    & .text-end {font-family: "gotbold";font-size: 25px;color: #485468;}
    & hr {border: 1px solid #333333;}
    & a {font-family: "gotbold" !important;font-size: 30px;}
    & a span {font-size: 20px;}
}
/* Posicionamiento base relativo del carrusel */
#carouselExampleControlsNoTouching {
  position: relative;
}

/* Flechas de navegaci車n */
#carouselExampleControlsNoTouching .carousel-control-prev,
#carouselExampleControlsNoTouching .carousel-control-next {
  width: 46px;
  height: 46px;
  background-color: white;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  opacity: 1;
  z-index: 10;
  top: 34%;
  transform: translateY(-5%);
  box-shadow: none;
}

#carouselExampleControlsNoTouching .carousel-control-prev:focus,
#carouselExampleControlsNoTouching .carousel-control-next:focus,
#carouselExampleControlsNoTouching .carousel-control-prev:active,
#carouselExampleControlsNoTouching .carousel-control-next:active {
  outline: none;
  background-color: white;
  color: #333333;
  box-shadow: none;
}

#carouselExampleControlsNoTouching .carousel-control-prev {
  left: 5%;
}

#carouselExampleControlsNoTouching .carousel-control-next {
  right: 5%;
}

#carouselExampleControlsNoTouching .carousel-control-prev-icon,
#carouselExampleControlsNoTouching .carousel-control-next-icon {
  display: none;
}


/* Paginador */
.paginador {
  position: absolute;
  bottom: 0%;
  right: 48%;
  font-size: 14px;
  color: #333333;
}

.wrap-header-dscto {
    position: relative;
    height: 58vh;
 
}

.lazo-dscto {
    bottom: -42%;
    position: absolute;
    background-color: #0d466f;
    color: white;
    padding: 10px 50px;
    font-family: "gmedium", sans-serif;
    line-height: normal;
    font-size: 18px;
    white-space: nowrap;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}

#espacios .caja {
    margin: 5% 0;
    position: relative;
    display: inline-block;
    background-color: #d8d8b2;
    color: #0d466f !important;
    padding: 1% 5%;
    overflow: hidden;
    
}


.fancybox-content{
    max-width: 50% !important;
 }


.popup-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.popup-content img {
    max-width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: -7px;
    right: 3px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.glider-prev, .glider-next {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #0d466f !important;  /* Color de fondo azul */
  border: 2px solid #0d466f !important; /* Borde azul */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff !important; /* Color de la flecha café */
  cursor: pointer;
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%);
}

.glider-prev {
  left: 10px !important;
}

.glider-next {
  right: 10px !important;
}

.glider-prev:hover, .glider-next:hover {
  background-color: #0a3a5a !important; /* Color de fondo azul más oscuro al pasar el mouse */
  color: #d4d5b3 !important; /* Color de la flecha café al pasar el mouse */
}



/* Media queries */
@media only screen and (max-width: 717px) {
  .lazo-dscto{
    width: 100%;    
  }
  .btnc {
    width: auto;
    font-size: 15px !important;
  }

  #plantas {
    padding: 0 5%;
  }

  #carouselExampleControlsNoTouching #plantas hr {
    margin: 5% 0;
  }

  #carouselExampleControlsNoTouching #plantas img {
    width: 100%;
  }

  #carouselExampleControlsNoTouching #plantas .tipologia,
  #carouselExampleControlsNoTouching #plantas .text-start,
  #carouselExampleControlsNoTouching #plantas .text-end,
  #carouselExampleControlsNoTouching #plantas a {
    font-size: 20px;
  }

  #plantas a span {
    font-size: 10px;
  }

  #carouselExampleControlsNoTouching .carousel-control-prev {
    right: 24%;
  }

  #carouselExampleControlsNoTouching .carousel-control-prev,
  #carouselExampleControlsNoTouching .carousel-control-next {
    bottom: 7%;
    position: absolute;
    top: 30%;
  }

  .paginador {
    bottom: 8%;
  }
  
  .fancybox-content{
    max-width: 90% !important;
   }

  #inversion img {
    height: auto !important;
  }
  
}

#beneficios {
  height: 100vh !important;
}


/* Innovación Section */
#innovacion {
  background-color: #ededed;
  padding: 2rem 0;
  min-height: 100vh;
  align-items: center;
}

.innovacion-header {
  margin-bottom: 2rem;
}

.innovacion-title {
  background-color: #4c6672;
  color: white;
  font-family: "gmedium", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  margin: 0 0 1rem 0;
  letter-spacing: 0.1em;
}

.innovacion-subtitle {
  font-family: "gbook", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #575756;
  max-width: 800px;
  margin-bottom: 1.5rem;
}

.innovacion-features {
  margin-bottom: 1.5rem;
}

.innovacion-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.innovacion-list li {
  color: #4c6672;
  font-family: "gbook", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  padding-left: 0;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}

.innovacion-footer {
  text-align: left;
  font-family: "gbook", sans-serif;
  font-weight: normal;
  color: #575756;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.certificaciones {
  margin-top: 2rem;
  padding-top: 0;
  border-top: none;
}


.cert-logo {
  margin: 10px;
}
.cert-logo img {
  max-width: 120px;
  height: auto;
}

.cert-content h4 {
  color: #4c6672;
  font-family: "gmedium", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.cert-content p {
  color: #575756;
  font-family: "gbook", sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .innovacion-title {
    font-size: 1.5rem;
    padding: 0.8rem 1.5rem;
  }
  
  .innovacion-subtitle {
    font-size: 0.9rem;
  }
  
  .innovacion-list li {
    font-size: 0.9rem;
  }
  
  .certificaciones .column {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .cert-content {
    text-align: center;
  }
}


.phone-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
}

.country-flag {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #f5f5f5;
  height: 100%;
}

.country-flag img {
  width: 20px;
  margin-right: 5px;
}

.phone-input {
  border: none;
  border-left: 1px solid #dbdbdb;
  flex: 1;
}

.phone-input:focus {
  outline: none;
  box-shadow: none;
}

#proyecto {
    padding: unset;
}

#proyecto h2 {
    margin-top: 10px;
}

#proyecto {
    background-image: url(../img/fachada-hda-v2.jpg) !important;
    
}

/*banners de promocions*/
/*#inicio {
    background-image: url(../promos/hda-desk.jpg);
}*/

/* Responsive adjustments */
/*@media (max-width: 768px) {
    #inicio {
        background-image: url(../promos/hda-mobile.jpg);
    }
}*/