:root {
  --space-xxs: 0.5rem;
  --space-xs: 0.75rem;
  --space-s: 1rem;
  --space-m: 1.5rem;
  --space-l: 2.5rem;
  --space-xl: 4rem;
  --space-xxl: 6rem;

  --content-max-width: 1200px;
  --hero-height: clamp(640px, 62vh, 1100px);
  --gallery-height: clamp(300px, 48vh, 760px);
  --type-display-72: clamp(2.5rem, 5vw, 4.5rem);
  --type-body-14: clamp(0.875rem, 1vw, 0.875rem);
  --type-button-18: clamp(1rem, 1.25vw, 1rem);
  --type-text-24: clamp(1.25rem, 1.25vw, 1.5rem);
  --type-heading-34: clamp(1.5rem, 3vw, 2.125rem);
  --type-heading-50: clamp(2rem, 3vw, 3.125rem);
  --type-number-120: clamp(4.5rem, 8vw, 7.5rem);
  --type-number-200: clamp(9rem, 16vw, 12.5rem);
  --button-font-size: var(--type-button-18);
  --button-padding-vertical: 10px;
  --button-padding-horizontal: 20px;

  --h1-size: clamp(3rem, 5vw, 5rem);
  --h2-size: clamp(2rem, 3vw, 3.2rem);
  --text-size: clamp(1rem, 1.05vw, 1.15rem);
  --heading-line-height: 1.05;
  --body-line-height: 1.6;
  --max-text-width: 38rem;
  --nav-gap: clamp(1rem, 1.5vw, 2rem);
  --card-gap: 1.25rem;

    /*----- Color ------*/
    --gold-100:#CCA468;
    --gold-200:#EDE7DE;
    --gold-300:#efb967;

    --blue-100:#E8EDF0;
    --blue-200:#748BAD;
    --blue-300:#086DC7;

    --dark-500:#08080B;

}
.nopad{
    padding: 0 !important;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: var(--Inter);
  line-height: var(--body-line-height);
}

/* img {
  max-width: 100%;
  height: auto;
  display: block;
} */

.hero-section {
  min-height: var(--hero-height);
  position: relative;
}

.menu-lateral .telefono-y-direccion p{
  font-size: var(--type-button-18);
}

.menu-lateral menu li a,.menu-lateral .telefono-y-direccion .telefono a{
  font-size: var(--type-heading-34);
}
.menu-lateral menu li{
  padding: 1rem 0;
}

.hero-section #banner-bg img {
  width: 100%;
  height: var(--hero-height);
  object-fit: cover;
}

.hero-section .inner-sec-content {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--space-s) clamp(1.5rem, 4vw, 5rem);
}

.hero-section .inner-sec-content .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--nav-gap);
  flex-wrap: wrap;
}

/* .hero-section .inner-sec-content .header-flex figure img {
  width: auto;
  max-width: 220px;
  transform: scale(1.7) translateY(13px);
} */

.hero-section .inner-sec-content .header-flex ul,
.hero-section .inner-sec-content .header-flex .boton-de-menu {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-section .inner-sec-content .header-flex ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--text-size);
}

.hero-section .inner-sec-content .header-flex ul li.contact div {
  width: 50px;
  height: 50px;
  border: 1px solid #CCA468;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .inner-sec-content .header-flex .boton-de-menu button, .download-broc, .accord-body .flexibilidad-vertical .download-broc{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  border-radius: 999px;
  border: 2px solid var(--theme-color-gold);
  background: var(--theme-color-gold);
  color: #000;
  text-transform: uppercase;
  font-family: var(--Inter);
  font-size: var(--button-font-size);
  letter-spacing: 0;
  white-space: nowrap;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.scroll-down-nav .header-flex .boton-de-menu button{
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
}

button {
  font-size: var(--type-button-18);
}

.hero-section .inner-sec-content .header-flex .boton-de-menu button:hover,
.download-broc:hover, .overview-block button:hover,
.accord-body .flexibilidad-vertical .download-broc:hover{
  background: var(--dark-500);
  color: var(--theme-color-gold);
}

.contenido-mediocre {
    margin-top: clamp(4rem, 5vh, 10rem);
  /* padding-inline: clamp(1rem, 3vw, 3rem); */
}

.contenido-mediocre h1 {
  font-family: var(--castoro);
  font-size: var(--type-display-72);
  line-height: var(--heading-line-height);
  max-width: 24ch;
  color: #ffffff;
  margin: 0;
  white-space: pre-line;
  word-break: break-word;
}

.contenido-mediocre p {
  max-width: var(--max-text-width);
  font-size: var(--type-button-18);
  margin-top: var(--space-s);
  color: #ffffff;
}

/*/////// Typo - Font-size ///////*/

.hero-section .amenities-link-block .linky-overlay small,
footer .telefono-y-direccion p,
footer .parte-inferior-del-pie-de-pagina ul li a,
.control-del-owl .prev, .control-del-owl button,
.ameny-list ul li p,
#comodidades .center .cubrir h6,
p, small, .specificacion-sec .speci-listar li p,
.location-block .locate-places ul li,
.developer-sec .company-block p{
  font-size: var(--type-body-14);
  line-height: 1.5;
}

.overview-block ul li small,
.hero-section .inner-sec-content .header-flex ul li,
.ameny-list ul li h5,
.insignia-contact-page .contact-block .cont-listar address,
.insignia-contact-page .contact-block .cont-listar p,
.cuerpo-de-papi .accord-head .first-block h5{
  font-size: var(--type-button-18);
}

.ovla-text {
  font-size: var(--type-number-200) !important;
}

.form-block h5,
.form-block button,
.life-style-sec h2,
.overview-block ul li span,
.overview-luxury-sec .overview-block h2,
.foto-listar li .glass-sheet h3,
.amenities-sec h2,
.premium-service h2,
footer .telefono-y-direccion .telefono,
.amenities-sec h2,
.specificacion-sec .speci-listar li h5,
.location-block .locate-places h5,
.developer-sec .company-block h3,
.insignia-contact-page .contact-block .cont-listar h5,
.cuerpo-de-papi .accord-head .first-block h3{
  font-size: var(--type-heading-34);
}

.foto-listar li .glass-sheet .numero {
  font-size: var(--type-number-120);
}

/*//////////////*/

.specificacion-sec .speci-listar li {
    margin-bottom: 30px;
}


.boton-y-enlaces .flex {
  display: flex;
    align-items: center;
  justify-content: space-between;
  gap: var(--space-s);
  flex-wrap: wrap;
  margin-top: 0px;
}

.amenities-link-block {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 250px;
    min-height: 120px;
    border-radius: 1rem;
    overflow: hidden;
    height: 140px;
}

.amenities-link-block img.imagile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .overview-luxury-sec .overview-block {
  padding: var(--space-xl) clamp(1.5rem, 3vw, 4rem) var(--space-l);
}

.overview-luxury-sec .overview-block .max-container {
  padding-inline: clamp(1rem, 3vw, 3rem);
} */

.overview-luxury-sec .overview-block h2 {
  font-size: var(--type-heading-50);
  line-height: 1.1;
  margin: 0 0 20px 0;
}

/* .overview-luxury-sec .overview-block .row {
  gap: var(--space-l);
} */

.overview-luxury-sec .overview-block .ob-foto {
  width: 100%;
  height: auto;
}

/* .overview-luxury-sec .overview-block ul {
  gap: var(--space-s);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.overview-luxury-sec .overview-block ul li {
  margin-bottom: var(--space-s);
} */

/* .life-style-sec {
  padding: var(--space-xl) clamp(1.5rem, 3vw, 4rem);
} */

/*.life-style-sec .row {
  gap: var(--space-l);
}*/

.foto-listar {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-end;
  gap: 2px;
  width: min(100%, 86%);
  margin: 0 auto var(--space-xl);
}

.foto-listar li {
  position: relative;
  flex: 1 1 min(260px, 30%);
  min-width: 260px;
  overflow: hidden;
}

.foto-listar li.active {
  flex: 2 1 min(380px, 50%);
}

.foto-listar li img.thumbnail {
  width: 100%;
  /* height: var(--gallery-height); */
  object-fit: cover;
  filter: grayscale(1);
}
.overview-luxury-sec .overview-block{
    top: -100px;
}

.foto-listar li .glass-sheet {
  position: absolute;
  inset: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(204, 164, 104, 0.3) 0%, rgba(204, 164, 104, 0) 100%);
}

.foto-listar li .glass-sheet h3 {
  font-family: var(--castoro);
  text-transform: uppercase;
  font-size: var(--type-heading-34);
  margin: 0;
  color: #ffffff;
  opacity: 0;
}

.foto-listar li .glass-sheet .botm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.foto-listar li .glass-sheet .botm span {
  width: 70px;
  height: 70px;
  border: 1px solid var(--theme-color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-gold);
  opacity: 0;
}

.foto-listar li .glass-sheet .botm img {
  width: 25px;
}

.foto-listar li .glass-sheet .botm small {
  font-family: var(--Inter);
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
  display: block;
  transform-origin: left;
  transform: rotate(-90deg);
  position: relative;
  top: 25px;
  left: 15px;
}

.foto-listar li .glass-sheet .numero {
  position: absolute;
  font-size: var(--type-number-120);
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: var(--castoro);
  line-height: 0.95;
  right: 1rem;
  top: 1rem;
}

.foto-listar li.active img.thumbnail {
  filter: grayscale(0);
}

.foto-listar li.active .glass-sheet h3,
.foto-listar li.active .glass-sheet .botm span {
  opacity: 1;
}

.amenities-sec {
  position: relative;
}

.amenities-sec h2 {
  font-family: var(--castoro);
  text-transform: uppercase;
  font-size: var(--type-heading-34);
  margin: 0;
  color: #ffffff;
}

.premium-service h2{
    font-size: var(--type-heading-34);
}


/* .premium-service {
  padding: var(--space-xl) clamp(1.5rem, 3vw, 4rem) var(--space-l);
} */

.premium-service .xriz-flexor {
  gap: var(--space-m);
}

.premium-service .cus-cf .road-location,
.premium-service .cus-cf iframe {
  width: 100%;
  height: 100%;
}

.whatsappBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2000;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4cc15d;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsappBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.25);
}

.whatsappBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
background: rgb(75 183 90);
  opacity: 0;
  animation: whatsapp-ripple 1.5s infinite ease-out;
  pointer-events: none;
}

.whatsappBtn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@keyframes whatsapp-ripple {
  0% {
    transform: scale(0.75);
    opacity: 0.45;
  }
  70% {
    transform: scale(1.6);
    opacity: 0.02;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.overview-block ul li span{
  line-height: 1.2;
}

/*----*/

.insignia-amenities-page .contenido-mediocre,
.insignia-specification-page .contenido-mediocre,
.insignia-location-page .contenido-mediocre,
.insignia-developer-page .contenido-mediocre,
.insignia-contact-page .contenido-mediocre,
.insignia-plan-page .contenido-mediocre,
.insignia-construct-page .contenido-mediocre{
  height: 100%;
}
.insignia-amenities-page .contenido-mediocre .max-container,
.insignia-specification-page .contenido-mediocre .max-container,
.insignia-location-page .contenido-mediocre .max-container,
.insignia-developer-page .contenido-mediocre .max-container,
.insignia-contact-page .contenido-mediocre .max-container,
.insignia-plan-page .contenido-mediocre .max-container,
.insignia-construct-page .contenido-mediocre .max-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.hero-section .scroll-down-btn{
    transform: none;
    margin-top: 3rem;
    background: rgba(0 0 0 / 10%);
    /* backdrop-filter: blur(4px);*/
    transition: all 0.3s ease;
}
.hero-section .scroll-down-btn:hover{
    background: var(--theme-color-gold);
    transition: all 0.3s ease;
}
.hero-section .scroll-down-btn img{
    transform: rotate(-90deg) translateX(-0px);
    width: 16px;
}   

.scroll-down-btn{
    width: 60px;
    height: 60px;
    border: 1px solid var(--theme-color-gold);
}

/**/

.amenities-sec .vida-por-ti{
  z-index: 10;
  background: transparent;
}

.ameny-list ul li,
.ameny-list ul li div,
.ameny-list ul li span,
.ameny-list ul li h5,
.ameny-list ul li p,
.ameny-list ul li img {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.ameny-list ul li:hover {
  background-color: var(--gold-100);
}

.ameny-list ul li:hover span,
.ameny-list ul li:hover h5,
.ameny-list ul li:hover p {
  color: var(--dark-500);
}

.ameny-list ul li:hover div {
  border-color: var(--dark-500);
  background-color: var(--dark-500);
}

/* .ameny-list ul li:hover img {
  filter: brightness(1);
} */
.comodidades-control-next img,
.comodidades-control-prev img {
  width: 12px;
} 
.comodidades-control-next,
.comodidades-control-prev{
    border: 1px solid var(--theme-color-gold);
}   
.comodidades-control-next:hover,
.comodidades-control-prev:hover{
  background: rgba(0, 0, 0, 0.25);
} 

.amenities-sec .auxer {
    width: 30%;
}

.specificacion-sec {
    padding: 100px 0 100px 0;
}

.control-del-owl .prev, .control-del-owl .next{
      border: 1px solid var(--theme-color-gold);
}
.control-del-owl .prev img, .control-del-owl .next img,
.overview-luxury-sec .lola-del-owl .prev img,
.overview-luxury-sec .lola-del-owl .next img{
  width: 20px;
}

.insignia-specification-page .premium-service img{
    max-width: 100%;
  }
.locate-places div img{
  max-width: 80px;
}
.location-block .locate-places ul li{
    margin-bottom: 5px;
}
.location-block .locate-places h5{
  margin-bottom: 15px;
}
.location-block .locate-places{
    gap: 40px;
}
.location-block .locate-places{
  margin-top: 30px;
}
.location-block .locate-places ul{
  margin-top: 0;
}
  
.insignia-location-page .premium-service .cus-cf iframe,
.insignia-contact-page .premium-service .cus-cf iframe{
  height: 70vh;
}
.location-block .sett-padding{
  padding: 50px;
}

.builder-block .sett-padding{
  padding-left: 50px;
}
.developer-sec .company-block h3{
  font-weight: 500;
}
.developer-sec .company-block div:first-child{
  width: 500px;
  max-width: 100%;
}
.insignia-contact-page .contact-block .cont-listar address, .insignia-contact-page .contact-block .cont-listar p{
  line-height: 1.5;
}

.insignia-contact-page .contact-block .cont-listar .social li a:hover{
  color: var(--theme-color-gold);
  border-color: var(--theme-color-gold);
}

.insignia-contact-page .contact-block .cont-listar a{
  color:#fff;
}
.insignia-contact-page .contact-block .cont-listar a:hover{
  color:var(--theme-color-gold);
}
.contact-block .form-block button:hover{
  background: var(--dark-500) !important;
  color: var(--theme-color-gold) !important;
  border-color: var(--dark-500) !important;
}

.accord-floor-info li small span {
    color: #c39146;
    font-weight: 500;
}

.insignia-plan-page .premium-service h2,
.insignia-plan-page .tabinacion h2{
    font-size: var(--type-heading-50);
    font-weight: 400;
}

/*----*/
.locationSection .xriz-flexor img{
  width: 100px;
  max-width: 100%;
}
.locationSection .xriz-flexor{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.premium-service{
  padding: 30px 0 0 0;
}
.premium-service .cus-cf {
    padding: 30px 0 0 0;
}

.amenities-sec .ovilay-block{
  background: transparent;
}
.hero-section .inner-sec-content .header-flex ul li{
  font-size: 14px;
}
.header-flex .xriz .boton-de-menu button {
    padding: 8px 15px !important;
    min-width: unset !important;
    font-size: 14px !important;
}
.control-del-menu{
    width: 44px;
    height: 44px;
}

.telefono-y-direccion .igbc-logo{
  width:auto;
  max-width: 100%;
  gap: 20px;
}
.telefono-y-direccion .igbc-logo img{
  max-width: 100px;
  max-height: 100%;
}

.telefono-y-direccion .igbc-logo .lightGalleryBtn img{
  max-width: 150px;
}
.lola-blok p {
    padding: 0 0 20px 30px;
    font-size: var(--type-button-18);
    font-family: var(--Inter);
    font-weight: 400;
    text-transform: uppercase;
}

.tabinacion .tab_content img.foto {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.tener-absoluto{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
footer .telefono-y-direccion .social li a:hover{
    background: var(--dark-500);
    color: var(--theme-color-gold);
}
footer .telefono-y-direccion .telefono a:hover{
    color: #fff;
}
footer .parte-inferior-del-pie-de-pagina ul li a:hover,
footer .parte-inferior-del-pie-de-pagina small a:hover{
    color: #fff;
}
.locate-link img{
    width: 16px;
    filter: brightness(0);
    transition: all 0.3s ease;
}
.download-broc:hover img{
  filter: brightness(1);
  transition: all 0.3s ease;
}
.hero-section .amenities-link-block .linky-overlay div img{
  width: 20px;
}
.hero-section .amenities-link-block .linky-overlay div{
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    font-size: 12px;
}
.premium-service .xriz-flexor img{
  max-width: 150px;
}
footer .logi img{
  max-width: 300px;
}
.insignia-developer-page .developer-sec{
    margin-top: 0;
    padding: 50px 0;
}
.developer-sec .company-block{
    gap: 50px;
    padding: 70px 50px;
}
.insignia-contact-page .hero-section .inner-sec-content {
    background: rgba(0, 0, 0, 0.25);
}

.cuerpo-de-papi .accord-head .first-block .short-image{
  width: 190px;
}

.cuerpo-de-papi .accord-head .first-block .floor-info li span {
    /* color: #748BAD; */
    font-size: 11px;
    text-transform: uppercase;
    color: #997f58;
    line-height: 20px;
}

footer .telefono-y-direccion .telefono a{
  color: var(--gold-300);
}
footer .telefono-y-direccion .telefono a:hover{
  color: #ffffff;
}
footer .footer-rera p,
footer .footer-rera,
footer .footer-rera span,
footer .telefono-y-direccion p{
  color: #ffffff;
}
footer .telefono-y-direccion .text-white{
  color: var(--gold-300) !important;
}
footer .parte-inferior-del-pie-de-pagina small, 
footer .parte-inferior-del-pie-de-pagina small a,
footer .parte-inferior-del-pie-de-pagina ul li a{
    color: #707a89;
}
footer .parte-inferior-del-pie-de-pagina small a:hover,
footer .parte-inferior-del-pie-de-pagina ul li a:hover{
    color: #ffffff;
}
footer .telefono-y-direccion .social li a{
    border: 1px solid var(--gold-300);
    color: var(--gold-300);
}
.cuerpo-de-papi .accord-head .first-block h3 {
    color: #E5C696;
    font-family: var(--castoro);
    font-weight: 500;
    font-size: var(--type-heading-34);
    width: 120px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin: 0px;
}
.cuerpo-de-papi .accord-head{
    padding: 15px 25px;  
}
.accord-floor-info li small{
  font-weight: 600;
}
.accord-body .vid h4{
  padding: 0px 0 6px 0;
  margin: 0px 0 6px 0;
  border-bottom: 1px solid #CBC6BE;
}
.cuerpo-de-papi li .li-angle:hover{
    background: var(--blue-200);
    border-color: var(--blue-200);
}
.cuerpo-de-papi li .li-angle img{
    filter: brightness(1);
    transition: all 0.3s ease;
}
.cuerpo-de-papi li .li-angle:hover img{
    filter: brightness(100);
    transition: all 0.3s ease;
}

.insignia-home-page .overview-block .lola-del-owl{
  bottom: 17px;
}
.insignia-home-page .overview-block button img{
  filter: invert(1);
}
.insignia-home-page .overview-block button:hover img{
  filter: invert(0);
}
.overview-block ul li p{
 font-size: var(--type-text-24);
}

.overview-block ul li {
    padding: 4px 0;
    gap: 20px;
}
.overview-block .my-counter{
    margin-top: 30px;
}
.shretw small, .lighty {
    color: var(--gold-100);
}
.menu-lateral .telefono-y-direccion .social li a:hover{
    border: 1px solid var(--gold-100);
    color: var(--gold-100);
}
.menu-lateral .telefono-y-direccion p a:hover{
    color: var(--gold-100) !important;
}

/*---*/
.hero-section .inner-sec-content .header-flex figure img {
    width: 100%;
    max-width: 250px;
    transform: scale(1) translateY(13px);
    filter: invert(1) brightness(100);
}
.hero-section .inner-sec-content .header-flex {
  align-items: flex-start;
}
.hero-section .inner-sec-content {
    padding-bottom: 150px;
    justify-content: space-between;
}
.insignia-home-page .contenido-mediocre .max-container,
.insignia-home-page .boton-y-enlaces .max-container{
    max-width: 100%;
    width: 100%;
}
.insignia-home-page .contenido-mediocre {
    margin-top: 0;
    padding: 0;
}
.contenido-mediocre span{
  background: transparent;
}

/*---*/