/* CSS
0: SWIPER
1: Core styles
2: Typography
3: Header and footer
4: Layout
5: Forms + pagination
7: Admin
7: Icons
*/
/**********************/
/* 1:   SWIPER   */
/**********************/

.swiper {width: 100%; height:fit-content;
}

.swiper-banner{  
  height: calc(60vh - 94px);   /* fallback universal */
  height: calc(60dvh - 94px);  /* corrige saltos en móviles modernos */
  min-height: 490px;}

@media (min-width: 1080px) { 
  .swiper-banner {width: 100%;}
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--color-Tiza);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************/
/* 1:   CORE STYLES   */
/**********************/
:root {
  --color-brand-transBlue:  rgba(0, 102, 153, 0.80);
  --color-brand-Blue:       #006699;
  --color-blue-lighter:     #0088bd;
  --color-Light-Blue:       #0f70a0;
  --color-dark-Blue:        #00496d;
  --color-darkest-Blue:     #002e45;
  --color-brand-Yellow:     #FFCC66;
  --color-dark-Yellow:      #fea900;
  --color-Red:              #AB0002;
  --color-white:            #ffffff;
  --color-Tiza:             #f7f7f5;
  --color-ceniza:           #f0f0f0;
  --color-lighter-grey:     #d0d0d0;
  --color-transp-white:     rgba(255, 255, 255, 0.5);
  --color-light-grey:       #666666;
  --color-grey:             #575757;
  --color-dark-grey:        #393939;
  --color-darker-grey:      #272727;  
}

/**********************/
/* 1:   Typography    */
/**********************/

@font-face{
  font-family: "Roboto";
  src: url("../css/Roboto/Roboto-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;          /* eje wght */
  font-stretch: 75% 125%;        /* eje wdth (si lo vas a usar) */
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Raleway";
  src: url("../css/Raleway/Raleway-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Raleway";
  src: url("../css/Raleway/Raleway-Italic-VariableFont.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

:focus-visible {outline: 2px solid #006699;outline-offset: 2px;}

/* aplicar */
:root { 
  --font-sans: "Raleway", system-ui, -apple-system, "Segoe UI", Raleway, Arial, sans-serif;
  --icon-size__xl: 3rem;
  --icon-size__lg: 1.75rem;
  --icon-size__sm: 1.3rem;

  --shadow-1:0 1px 2px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.04);
  --shadow-2:0 6px 18px rgba(0,0,0,.08);
}
/**********************/
/* 1:     ICONS.      */
/**********************/
.icon {  inline-size: var(--icon-size__lg);
          block-size: var(--icon-size__lg);
          display: inline-block;
          background: currentColor;
        }

.icon_small { inline-size: var(--icon-size__sm);
              block-size: var(--icon-size__sm);
              display: inline-block;
              background: currentColor;}

.icon_lg {  inline-size: var(--icon-size__xl);
            block-size: var(--icon-size__xl);
            display: inline-block;
            background: currentColor;
            margin: -6px 10px;
          }

.icon_line {
  inline-size: 22px;
  block-size: 22px;
  margin: -5px 5px;
  display: inline-block;
  background: currentColor;
}

.icon--metro {width: 26px; background: url("../img/metro.png") no-repeat center; background-size: contain; margin-block: -8px;}

.facebook{  -webkit-mask: url("../img/icon/redesSociales/iconmonstr-facebook-3-240.png") no-repeat center / 100% 100%;
            mask: url("../img/icon/redesSociales/iconmonstr-facebook-3-240.png") no-repeat center / 100% 100%;}

.instagram { -webkit-mask: url("../img/icon/redesSociales/iconmonstr-instagram-11-240.png") no-repeat center / 100% 100%;
            mask: url("../img/icon/redesSociales/iconmonstr-instagram-11-240.png") no-repeat center / 100% 100%;}

.x { -webkit-mask: url("../img/icon/redesSociales/x-social-icon.png") no-repeat center / 100% 100%;
            mask: url("../img/icon/redesSociales/x-social-icon.png") no-repeat center / 100% 100%;}

.linkedin{ -webkit-mask: url("../img/icon/redesSociales/iconmonstr-linkedin-3-240.png") no-repeat center / 100% 100%;
            mask: url("../img/icon/redesSociales/iconmonstr-linkedin-3-240.png") no-repeat center / 100% 100%;}

.lupa { -webkit-mask: url("../img/icon/search.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/search.svg") no-repeat center / 100% 100%;}

.close { -webkit-mask: url("../img/icon/close.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/close.svg") no-repeat center / 100% 100%;}

.bed {-webkit-mask: url("../img/icon/realEstate/king_bed.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/king_bed.svg") no-repeat center / 100% 100%;}

.bath {-webkit-mask: url("../img/icon/realEstate/bath.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/bath.svg") no-repeat center / 100% 100%;}

.location {-webkit-mask: url("../img/icon/realEstate/home_pin.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/home_pin.svg") no-repeat center / 100% 100%;}

.location_filled{-webkit-mask: url("../img/icon/realEstate/home_pin_fill.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/home_pin_fill.svg") no-repeat center / 100% 100%;}

.bed_filled {-webkit-mask: url("../img/icon/realEstate/bed_filled.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/bed_filled.svg") no-repeat center / 100% 100%;}   
        
.bath_filled{-webkit-mask: url("../img/icon/realEstate/bath_filled.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/bath_filled.svg") no-repeat center / 100% 100%;}
        
.price{-webkit-mask: url("../img/icon/realEstate/payments.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/payments.svg") no-repeat center / 100% 100%;}

.building {-webkit-mask: url("../img/icon/realEstate/apartment.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/apartment.svg") no-repeat center / 100% 100%;}

.icon-sup{-webkit-mask: url("../img/icon/realEstate/areaTotal.png") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/areaTotal.png") no-repeat center / 100% 100%;}

.icon-supUtil{-webkit-mask: url("../img/icon/realEstate/area.png") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/area.png") no-repeat center / 100% 100%;}

.icon-brujula{-webkit-mask: url("../img/icon/realEstate/explore.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/explore.svg") no-repeat center / 100% 100%;}

.icon-parking{-webkit-mask: url("../img/icon/realEstate/garage.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/garage.svg") no-repeat center / 100% 100%;}

.icon-bodega{-webkit-mask: url("../img/icon/realEstate/warehouse.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/warehouse.svg") no-repeat center / 100% 100%;}

.icon-amoblado{-webkit-mask: url("../img/icon/realEstate/furnished.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/furnished.svg") no-repeat center / 100% 100%;}

.icon-lavadora{-webkit-mask: url("../img/icon/realEstate/laundry.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/laundry.svg") no-repeat center / 100% 100%;}

.icon-pet{-webkit-mask: url("../img/icon/realEstate/pet.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/pet.svg") no-repeat center / 100% 100%;}

.icon-pool{-webkit-mask: url("../img/icon/realEstate/pool.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/pool.svg") no-repeat center / 100% 100%;}

.icon-gym{-webkit-mask: url("../img/icon/realEstate/fitness.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/fitness.svg") no-repeat center / 100% 100%;}

.icon-grill{-webkit-mask: url("../img/icon/realEstate/outdoor_grill.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/outdoor_grill.svg") no-repeat center / 100% 100%;}

.icon-eventos{-webkit-mask: url("../img/icon/realEstate/groups.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/groups.svg") no-repeat center / 100% 100%;}

.icon-conserjeria{-webkit-mask: url("../img/icon/realEstate/admin.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/admin.svg") no-repeat center / 100% 100%;}

.icon-elevator{-webkit-mask: url("../img/icon/realEstate/elevator.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/elevator.svg") no-repeat center / 100% 100%;}

.icon-garden{-webkit-mask: url("../img/icon/realEstate/grass.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/grass.svg") no-repeat center / 100% 100%;}

.icon-tour{-webkit-mask: url("../img/icon/realEstate/tour-360.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/realEstate/tour-360.svg") no-repeat center / 100% 100%;}

.icon-check{-webkit-mask: url("../img/icon/check_circle.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/check_circle.svg") no-repeat center / 100% 100%;}

.icon-error{-webkit-mask: url("../img/icon/error.svg") no-repeat center / 100% 100%;
        mask: url("../img/icon/error.svg") no-repeat center / 100% 100%;}

.icon-whatsapp {
  -webkit-mask: url("../img/icon/redesSociales/icon-whatsapp.svg") no-repeat center / 100% 100%;
  mask: url("../img/icon/redesSociales/icon-whatsapp.svg") no-repeat center / 100% 100%;
}

.icon-email {
  -webkit-mask: url("../img/icon/email.svg") no-repeat center / 100% 100%;
  mask: url("../img/icon/email.svg") no-repeat center / 100% 100%;
}

.icon-address {
  -webkit-mask: url("../img/icon/distance.svg") no-repeat center / 100% 100%;
  mask: url("../img/icon/distance.svg") no-repeat center / 100% 100%;
}

.icon-calendar {
  -webkit-mask: url("../img/icon/calendar.svg") no-repeat center / 100% 100%;
  mask: url("../img/icon/calendar.svg") no-repeat center / 100% 100%;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans); 
  background-color: var(--color-Tiza);
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

a {
  text-decoration: none;
}

.Numb {font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;}

.bright-text {color: var(--color-white);}

.text-shadow-1 {text-shadow: 0px 0px 5px black;}

.cortar-texto {
  white-space: nowrap;         /* No permite saltos de línea */
  overflow: hidden;            /* Oculta el contenido que se desborda */
  text-overflow: ellipsis;     /* Agrega los puntos suspensivos */
}

.text-nowrap {white-space: nowrap; } 

.font-w3 {font-weight: 300;}
.font-w4 {font-weight: 400;}
.font-w5 {font-weight: 500;}
.font-w6 {font-weight: 600;}
.font-w7 {font-weight: 700;}
.font-w8 {font-weight: 800;}

.font-s1{font-size: 1rem;}
.font-s2{font-size: 1.5rem;}
.font-s3{font-size: 1.3rem;}
.font-s4{font-size: 1.9rem;}
.font-s5{font-size: 2.2rem;}
.font-s6{font-size: 2.5rem;}

@media (min-width: 1080px) {
  .font-s3{font-size: 1.7rem;}
  .font-s4{font-size: 2.2rem;}
}


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

.background-cristal-light{background-color: var(--color-transp-white);}

.background-white {background-color: var(--color-white);}

.background-brand-blue { background-color: var(--color-brand-Blue);}

.overflox-x-scroll {overflow-x: scroll;}


 /* Display */
  .flex { display: flex; }
  .sm--display-none{display: none;}
  .display-none {display: none;}
  .active {display: block !important;}

  @media (min-width: 768px){
    .md--flex{display: flex;}
  }

  /* Position */
  .relative {position: relative;}
  .static {position: static;}
  .absolute {position: absolute;}

 /* Dirección */
  .flex-row { flex-direction: row; }
  .flex-col { flex-direction: column; }
  .flex-col-rev {flex-direction:column-reverse;}

    /* Wrap */
  .flex-wrap { flex-wrap: wrap; }
  .flex-nowrap { flex-wrap: nowrap; }
  .flex-wrap-reverse { flex-wrap: wrap-reverse; }
  .flex-aling-center {align-items: center;}
  
  @media (min-width: 768px){
    .md--flex-nowrap { flex-wrap: nowrap; }
    .md--flex-aling-center{align-items: center;}
  }

    /* Justify (eje principal) */
  .justify-start { justify-content: flex-start; }
  .justify-center { justify-content: center; }
  .justify-end { justify-content: flex-end; }
  .justify-between { justify-content: space-between; }
  .justify-around { justify-content: space-around; }
  .justify-evenly { justify-content: space-evenly; }
  @media (min-width: 768px){
    .md--justify-around { justify-content: space-around; }
    .md--justify-between{justify-content: space-between;}
  }

  /*        Espaciados         */
  .gap-1 { gap: 0.5rem; }
  .gap-2 { gap: 0.7rem; }
  .gap-3 { gap: 2rem; }

  .padding-1{padding: 10px;}
  .padding-2{padding: 20px;}
  .padding-3{padding:30px}
  .padding-4{padding:40px;}

  .margin-1{margin: 10px;}
  .margin-2{margin: 20px;}
  .margin-3{margin:30px}
  .margin-4{margin:40px}

  .inline-padding-1{padding-inline: 1rem;}
  .inline-padding-2{padding-inline: 2rem;}
  .inline-padding-3{padding-inline: 3rem;}
  .inline-padding-4{padding-inline: 4rem;}

  .inline-margin-1{margin-inline: 1rem;}
  .inline-margin-2{margin-inline: 2rem;}
  .inline-margin-3{margin-inline: 3rem;}
  .inline-margin-4{margin-inline: 4rem;}
  .inline-margin-5{margin-inline: 5rem;}   

  .block-padding-1 {padding-block: 1rem;}
  .block-padding-2 {padding-block: 2rem;}
  .block-padding-3 {padding-block: 3rem;}
  .block-padding-4 {padding-block: 4rem;}

  .block-margin-1{margin-block: 1rem;}
  .block-margin-2{margin-block: 2rem;}
  .block-margin-3{margin-block: 3rem;}
  .block-margin-4{margin-block: 4rem;}
  .block-margin-5{margin-block: 5rem;}    



    /* ===== Breakpoints (ajusta si quieres) ===== */
  @media (min-width: 576px) { /* sm */
    .sm-flex {display: flex;}
    .sm-display-none {display: none;}
    .sm-flex-row { flex-direction: row; }
    .sm-flex-col { flex-direction: column; }
    .sm-flex-wrap { flex-wrap: wrap; }
    .sm-flex-nowrap { flex-wrap: nowrap; }
  }
  @media (min-width: 768px) { /* md */
    .md-aling-normal {align-items: normal;}
    .md-flex {display: flex;}
    .md-display-none {display: none;}
    .md-flex-row { flex-direction: row; }
    .md-flex-col { flex-direction: column; }
    .md-flex-wrap { flex-wrap: wrap; }
    .md-flex-nowrap { flex-wrap: nowrap; }
    .md-flex-wrap-reverse{flex-wrap: wrap-reverse;}
  }
  @media (min-width: 1200px) { /* lg */
    .lg-flex{display: flex;}
    .lg-display-none {display: none;}
    .lg-flex-row { flex-direction: row; }
    .lg-flex-col { flex-direction: column; }
    .lg-flex-wrap { flex-wrap: wrap; }
    .lg-flex-nowrap { flex-wrap: nowrap; }
  }

.flex-basis-50 { flex-basis: 50%;}

.border-radius-1 {border-radius: 10px;}
.border-radius-2 {border-radius: 20px;}  

/************ Accesibilidad ************/
[hidden]{ display:none !important; }
.nav-toggle:focus-visible,
.primary-nav a:focus-visible,
summary.nav-link:focus-visible{
  outline:2px solid #0a84ff;
  outline-offset:3px;
}
/************  Layout Topbar  ************/

/* Mostrar icono de cuenta en mobile; en desktop lo reemplaza la topbar */
#topbar{ display:none; }

.account-link{ 
  display:inline-flex; 
  align-items:center; 
}

@media (min-width:768px){
  .account-link{ display:none; }
}

/************ Topbar (solo desktop) ************/
.icon-user{
  inline-size: var(--icon-size__lg);
  block-size: var(--icon-size__lg);
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("../img/icon/realEstate/account_circle_48.svg") no-repeat center / 100% 100%;
  mask: url("../img/icon/realEstate/account_circle_48.svg") no-repeat center / 100% 100%;
}

.icon-user:hover {
  color: var(--color-dark-Yellow);
}
.members a:hover {
  color: var(--color-brand-Blue);
}

@media (min-width:768px){
  #topbar{ 
    width: 100%;
    display:block; 
    height: 30px; line-height: 30px; 
    text-transform: uppercase; 
    font-size: 0.7rem; font-weight: 600; color: var(--color-light-grey);
  }

  .icon-user{  inline-size: var(--icon-size__sm); block-size: var(--icon-size__sm); margin-block:4px; margin-right: 4px;}
  .icon-user:hover{
    background: var(--color-brand-Blue);
  }
}

/************ Layout masthead ************/
#masthead {
  background-color: var(--color-brand-Blue);
  color: var(--color-brand-Yellow);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform:uppercase;
  font-size: .9rem;
  font-weight: 600;
}

#masthead .container{
  display:flex; align-items:center; gap:1rem;
  position: relative; justify-content: space-between;
}

@media (min-width:768px){
  #masthead .container{position: static; flex-direction: column-reverse; gap: 0rem;}
  #masthead {font-size: .8rem;}
}

@media (min-width:1080px){
  #masthead .container{ height: 64px; flex-direction: row-reverse; justify-content: space-between; position: relative;}
  #masthead {font-weight: 500;}
}

/************** Logo brand ****************/

.brand{ 
  display:inline-flex; align-items:center;
  margin-top: 5px; margin-bottom: 5px;
}

@media (min-width:768px){
  .brand img{ 
    height: 55px !important;
  }
}

@media (min-width:1080px){
  .brand{
    position: absolute;
    left: 32px;
  }

    .brand img{ 
    height: 60px !important;
  }

}

/************ Botón hamburguesa ************/

.nav-toggle{
  display:inline-grid;
  place-content:center; 
  gap:6px;
  width:40px; height:40px; 
  padding:0; border:0; 
  background:transparent; cursor:pointer;
}
.nav-toggle__bar{
  display:block; 
  width:24px; height:2px; 
  background:currentColor;
  transition: transform 180ms ease, opacity 140ms ease;
}
/* Estado abierto via aria-expanded (no dependemos de clases extra) */
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

@media (prefers-reduced-motion:reduce){
  .nav-toggle__bar{ transition:none; }
}

/************ Menú principal (mobile-first) ************/
/* Mobile: oculto por defecto */

.primary-nav{ display:none; position: absolute; top: 56px; left: 1px; z-index: 9999;}

/* Mostrar cuando el botón esté “abierto” (son hermanos inmediatos en tu HTML) */
.nav-toggle[aria-expanded="true"] + #primary-nav{ display:block !important;}

/* Estructura de lista */
.primary-nav ul{ 
  list-style:none; 
  margin:0; padding:0; 
  display:flex; flex-direction:column; 
  background-color: var(--color-brand-Blue);
  border-radius: 0px 0px 15px 0px; 
}

.primary-nav ul a, .primary-nav .nav-link  {
  display: block;
  inline-size: 230px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px dotted var(--color-darker-grey);
}

.primary-nav .last-bottom {
  border-bottom: none;
}

.primary-nav ul.submenu-servicios {
  background-color: var(--color-dark-Blue);
  border-radius: 0px;
}

/* Desktop: menú siempre visible; ocultar el botón */
@media (min-width:768px){
  .nav-toggle{ display:none; }
  .primary-nav{ display:block !important; position: static; }
  .primary-nav ul{ flex-direction:row; align-items:center;}
  .primary-nav ul a, .primary-nav .nav-link{width: fit-content; word-wrap: normal; padding: 3px 15px; 
    border-right: 1px solid var(--color-brand-Yellow);
    border-bottom: none;
    line-height: 10px;
    margin: 10px 0px;}
  .primary-nav ul a:hover, .primary-nav .nav-link:hover {background-color: var(--color-dark-Blue);}  
  .primary-nav .last-bottom {border-right: none; padding-right: 0px;}
  .has-submenu {position: relative;}
  .has-submenu ul.submenu-servicios {position: absolute; top: 37px; border-radius: 0px 0px 10px 10px; background-color: var(--color-brand-Blue);}
  .has-submenu ul.submenu-servicios a { width:155px; line-height: 45px; border-right: none; margin: 0px; text-align: center; border-bottom: 1px dotted var(--color-brand-Yellow);  }
  .has-submenu ul.submenu-servicios a.last-bottom {border-bottom: none;}
  .has-submenu ul.submenu-servicios a.last-bottom:hover {border-radius: 0px 0px 10px 10px;}
  .has-submenu ul.submenu-servicios a:hover {background-color: var(--color-dark-Blue);} 
}

@media (min-width:1080px){
  .has-submenu ul.submenu-servicios{top: 51px;}
}

/************ Submenú “Nuestros Servicios” (con <details>) ************/
.has-submenu summary.nav-link{ list-style:none; cursor:pointer; }
.has-submenu summary.nav-link::-webkit-details-marker{ display:none; }
.has-submenu summary.nav-link::marker{ content:""; }

.has-submenu details > ul{ display:none; }
.has-submenu details[open] > ul{ display:block; }

/* Abrir por hover solo con mouse (no afecta mobile) */
@media (hover:hover) and (pointer:fine){            
  .has-submenu details:hover > ul{ display:block; } 
} 

/* Monocromo, toma el color del texto del contenedor */
#masthead .account-link { color: var(--color-brand-Yellow); }

/* Base: mobile */
.container{
  width: min(100%, 1340px);
  margin-inline: auto;
  padding-inline: 1.25rem;   /* ≈20px, cómodo en móvil */
}

.footer--body{
  background-color: var(--color-brand-Blue);
  border-top: 20px solid var(--color-dark-Blue);
  color: var(--color-Tiza);
  line-height: 1.5rem;
}

.footer--body ul {
  list-style: none;
}

.footer--body ul a:hover {
  color: var(--color-brand-Yellow);
  transition: all 1s;
}

footer .logo {height: 60px;}

.footer--sign{ background-color: var(--color-darkest-Blue); 
  line-height: 20px; font-size: 0.7rem; text-align: center; text-transform: uppercase;}

/************ INDEX ** BANNER ** BUSCADOR ************/
.main-search-container{width: min(90%, 352px); z-index: 888; top: 40%; padding: 6px; transition: all 1s;}
.main-search-container form {position: relative;}
.main-search {width: 100%; background-color: var(--color-white); padding: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);}
#main-search-toggle{color: var(--color-lighter-grey);}
#main-search-toggle .lupa, #main-search-toggle .close {inline-size: var(--icon-size__lg); block-size: var(--icon-size__lg);
                            display: block; margin-right: 30px;
                            background: var(--color-grey);}
fieldset {border: 1px solid var(--color-lighter-grey); border-radius: 8px;}

.X-Closet-toggle {
    position: absolute;
    width: 33px;
    height: 33px;
    background: var(--color-white);
    display: block;
    top: -6px;
    border-radius: 5px;
    right: -6px;
    overflow: hidden;
}

.blue--button, select, button[type='submit'] {text-transform: uppercase; font-weight: 500;
                                              border: 1px solid var(--color-blue-lighter); border-radius: .5rem;
                                              padding: 5px 15px;  }

select, button[type='submit'] {
  width: calc(100% - 20px);
  margin-left: 10px; margin-right: 10px; line-height: 2rem;}

.input__big{width: 100%;}
.input_small{width:70px;}

@media (min-width:1080px){
  .input_small{width:120px;}
}

select {
  -webkit-appearance: none; appearance: none;
  background: #fff no-repeat right 12px center;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23006699' stroke-width='2' fill='none'/></svg>");    
  background-size: 12px auto;
  font-size: .9rem;  
  color: var(--color-grey); 
  height: 50px;
  min-height: 40px;
  margin-bottom: 15px;
}

label {margin-left: 10px; margin-top: 10px; font-weight: 600; font-size: 1rem; color: var(--color-light-grey);}

button[type='submit'] { margin-top: 10px; margin-bottom: 10px;}

.blue--button, button[type='submit'] { background-color: var(--color-blue-lighter); color: var(--color-white); height: 44px;}

.select:focus {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 30%, transparent);
}

.Hero--Title {
  width: 100%; height: 200px;
  padding: 1.25rem;
  bottom: 0px; z-index: 9; 
  background: rgba(0, 0, 0, 0.4);
  
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 53%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(53%,rgba(0,0,0,0.7))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 53%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 53%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 53%); /* IE10 preview */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.Hero--Title h1{font-size: 1.4rem; font-weight: 800; line-height: 1.3;}
.Hero--Title h2{font-size: 1.1rem; font-weight: 300; line-height: 1.3;}

.title-1 {text-align: center; font-size: 1.5rem; }
.title-2 {text-align: center; line-height: 45px; margin: 0px auto 30px auto;}
.title-3 {text-align: center; line-height: 30px; margin: 0px auto 30px auto;}
.title-2__sub {text-align: center; line-height: 45px; margin: 0px auto}

.card {border-radius: 10px; overflow: hidden; min-width: 290px; max-width: 404px; border: 1px solid var(--color-lighter-grey); background-color: var(--color-white);}
.card--operacion, .card--comuna{ background: var(--color-brand-transBlue); color: var(--color-white); line-height: 30px; font-size: 0.8rem; font-weight: 500; padding-inline: 10px; text-transform: uppercase;}
.card--operacion{top: 15px; left: 0px; border-radius: 0px 10px 0px 0px;}
.card--comuna{bottom: 15px; right: 0px; border-radius: 10px 0px 0px 0px;}
.card--picture {overflow: hidden; max-height: 300px;} .card--picture img {object-fit: cover; min-height: 300px;}
.card--body, .card h4, .card h3{ padding-inline: 15px;}
.card h3 {line-height: 2rem;}
.card h4 {background: var(--color-brand-Blue); color: var(--color-white); font-size: 0.9rem; font-weight: 500; line-height: 1.8rem;}
.card--location{ min-width: 25px; margin: 2px 0px 2px 0px; display: inline-block; background: currentColor;}
.card--body p{ display: flex; line-height: 1.8rem; border-bottom: 1px dotted var(--color-blue-lighter); white-space:nowrap; font-size: 0.9rem; font-weight: 600;}
.card .Numb {width: 100%; text-align: end; color: var(--color-darkest-Blue); font-weight: 500;}
.card:hover {box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);}
.card:hover img {    
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s}
.blue--button { width: calc(100% - 3rem); margin: 1.5rem; font-size: 0.9rem; transition: all 1s;}
.blue--button:hover {background-color: var(--color-dark-Blue);}

/*  ************ Sección Sevicios ************ */
.card__serv--text{ padding-inline: 1.5rem; padding-block-start: 1rem;}
.card__serv--h3 {font-weight: 500; text-align: center;}
.card--icon {min-width: 22px; inline-size: 22px; block-size: 22px;
  margin: 5px 10px 5px 0px;
  display: inline-block;
  background: currentColor;}

.cliente {min-width: 300px;}  
.cliente img { width: 125px; height: 125px; border-radius: 50%; border: solid 5px var(--color-Tiza); margin: 10px auto;}

.form input, .form textarea {line-height: 40px; border: 1px solid var(--color-lighter-grey); border-radius: 5px; padding-inline: 15px;}
.form textarea {line-height: 1.5; height: 130px; padding: 15px 10px;}

.card__min {padding: 20px;} 
.card__min picture {width: 220px; margin-inline: auto;}
.card__min .title-3 {margin-block: 10px;}
.card__min--text {    
  background: var(--color-brand-Blue);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 0 0 7px 7px;
  padding: 5px 10px;
  margin-top: 10px;
  height: 82px;
    
}
.card__min--border{border: 1px solid var(--color-ceniza); border-radius: 7px;}

.card__min--Numb {
  background-color: var(--color-brand-Blue);
  border-radius: 50%;
  color: var(--color-white);
  width: 30px;
  height: 30px;
  line-height: 21px;
  font-weight: 500;
  margin-inline: 5px;
  border: 3px solid #e7ebee;
  display: inline-block;
  box-shadow: 0px 1px 2px color(srgb 0 0 0 / 0.50);
}

.acordion {list-style: none;}
.accordion-content {display: none;}
.acordion-ask {border-bottom: 1px dotted var(--color-light-grey); padding: 10px; font-weight: 700; }
.accordion-toggle:has(.active)>.acordion-ask {color: var(--color-brand-Blue);}
.acordion-ask:hover {color: var(--color-brand-Blue);}
.acordion-ask img {width: 22px; height: 22px; margin: 14px 0px 14px 12px}
.rotate-180 {transform: rotate(180deg); transition: transform 0.3s ease;}
.acordion-reply {padding: 10px; font-style: italic; border-bottom: 1px dotted var(--color-light-grey); font-weight: 500;}

.perfil {max-width: 1100px; min-height: 360px; border-radius: 80px 10px; overflow: hidden;}
.perfil--picture {width: 280px; height: 280px; overflow: hidden; border-radius: 50%;}

.List-checked{list-style: none; padding-left: 20px;}
.List-checked li{ line-height: 1.5rem; padding: 15px;}
.List-checked li::before {
  content: '';
  display: inline-block;
  width: 30px; /* Desired width */
  height: 30px; /* Desired height */
  background-image: url('../img/icon/check-blue.png');
  background-size: contain; /* Or 'cover', or specific dimensions */
  background-repeat: no-repeat;
  margin-right: 10px; /* Space between marker and text */
  vertical-align: middle; /* Align with text */}

.background--elgolf {background-image: url("../img/banner/elgolf.webp"); background-color: #006699; background-repeat: no-repeat; background-size: cover; height: 450px; box-shadow: inset 0px 0px 80px black;}

.whatsapp {
      background-color: rgb(36 211 102);
    background-image: url(../img/WhatsApp.svg);
    background-size: 110px;
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
    margin: 0px auto;
    display: block;
    line-height: 40px;
    width: 200px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
    cursor: pointer;
}

.map {max-width: 100%;}
.map-ficha{width: 100%; height: 400px;}

.clasic-list{ list-style: none;}
.clasic-list li{margin-bottom: 30px;}

.breadcrumb {margin-block: 10px; color: var(--color-darker-grey);}
.breadcrumb a {
  display: inline-block; 
  margin: 5px 0px; padding: 1px 5px; line-height: 1rem;
  background-color: #dcdcdc; 
  border: 1px solid var(--color-grey); border-radius: 5px;
  font-size: 0.9rem;}

.price-block, .ficha-block{background-color:var(--color-ceniza);}

.ficha-slider {width: 100%;}
.swiper-main {width: 100%; height: 464px;}
.swiper-thumbs {width: 100%; height: 100px; min-height: 0; overflow: hidden;}

.swiper-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.swiper-thumbs .swiper-slide {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-Tiza);
  cursor: pointer;
}

.swiper-main .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.swiper-thumbs .swiper-slide img {
    display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.swiper-banner .swiper-slide img {
  height: 490px;
}

.ficha-descripcion img {display: inline-block;}
.ficha-items {position: static;}
.ficha-items p {width: 100%; line-height: 40px; white-space:nowrap; padding-inline: 10px; border-radius: 5px;}
.ficha-items p:nth-child(even){background:var(--color-ceniza);}
.ficha-items .icon_small { margin-bottom: -3px; margin-right: 5px;}
.ficha-map {background-color: var(--color-white); padding: 20px;}
.background--JuanPabloII{background-image: url(../img/JuanPabloII.webp); background-color: #006699; background-repeat: no-repeat; background-size: cover; height: 450px; box-shadow: inset 0px 0px 80px black;}

.sing__small, .sing { 
    color: white;
    font-size: clamp(2.375rem, 1.8505rem + 2.268vw, 3.75rem);
    font-weight: 800;
    text-align: center;
    z-index: 9999999;
    text-transform: uppercase;
}
.sing {
    position: fixed;
    transform: rotate(20deg);
    width: 116%;
    left: -32px;
    top: 38vh; }

.sing__small {
    text-align: center;
    position: absolute;
    width: 113%;
    left: -24px;
    top: 132px;
    font-size: 1.7rem;
    transform: rotate(22deg);
}

.sign-out {
  background-color: rgba(102, 102, 102, 0.9);
}
.signal-rented, .signal-sold{background-color: rgba(23, 179, 15, 0.793);}

/* Formulario */

/* Input con error */
.input--error {
  border: 1px solid !important;
  border-color: #d93025 !important;
  background-color: #fff6f6;
  background-image: url("../img/icon/error.svg");
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
  background-repeat: no-repeat;
  background-size: 22px;
  padding-right: 30px !important;
}

/* Formulario con error */
.form--error button {
  background-color: #d93025;
  border: none;
}

/* Formulario con éxito */
.form--success button {
  background-color: #2e7d32;
  border: none;
}

/* Estado enviando
button.is-sending {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

button.is-sending::after {
  content: "…";
  position: absolute;
  right: 1em;
}  */

/* HTML: <div class="loader"></div> */
.loader {
  display: inline-block;
  /* font-size: 0px; */
  width: 30px;
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffffff 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffffff);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}
/*-------------------------- MODAL -------------------------- */
/* Fondo oscuro detrás del modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* ---------- Contenedor del contenido */
.modal-content {
  position: relative;
  background: #000;
  width: 90%;
  height: 90%;
  max-width: 1276px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

/* ---------- Botón cerrar (X) */
.modal-close {
    background: #ffffff;
    width: 30px;
    text-align: center;
    line-height: 39px;
    position: absolute;
    top: 0px;
    right: 8px;
    color: #000000;
    font-size: 35px;
    cursor: pointer;
    z-index: 10;
}

/* ---------- iframe del tour */
.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.btn-tour {
  background: linear-gradient(135deg, #00b4db, #0083b0);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  box-shadow: 0 4px 12px rgba(0, 132, 189, 0.4);
  transition: all 0.3s ease;
}
.btn-tour:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 132, 189, 0.6);
}

.hp-field { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }

.bg-contacto {
  background-image: url("../img/Finance-bro.svg");
  background-position: center;
  background-size: 422px;
  background-repeat: no-repeat;
}

/* sm ≥ 576px: móviles grandes / phablets */
@media (min-width: 576px){
  .container{ padding-inline: 1.25rem; } /* puedes subir a 1.5rem si quieres */
  .swiper-main {width: 100%; height: 714px;}
  .sing{left: -38px;}
}

/* md ≥ 768px: tablets */
@media (min-width: 768px){
  .container{ padding-inline: 1.5rem;}
  .main-search {padding: 5px 8px;}
  .main-search .toggle-form {display: flex;}
  #main-search-toggle {display: none;}
  .main-search-container{width: min(80%, 910px); top:40% !important;}
  .main-search select {max-width: 26%; min-width: 158px; margin-bottom: 0px; margin-left: 2px; margin-right: 2px;}
  .main-search label {display: none;}
  .main-search button[type='submit']{max-width: 120px; margin-left: 2px; margin-right: 2px;}
  .card{max-width: 360px;}
  .acordion-ask {padding: 5px 10px;}
  .swiper-main {width: 100%; height: 572px;}
  .swiper-slide img {height: 572px;}
  .ficha-items p {width: calc(100% / 2); margin-bottom: 2px;}
  .sing{  width: 118%;
          left: -57px;}
}

/* lg ≥ 1080px: desktop/laptop */
@media (min-width: 1080px){
  .container{ padding-inline: 2rem;} /* o mantener 1.25rem si prefieres */
  .Hero--Title h1{font-size: 1.6rem;}
  .Hero--Title h2{font-size: 1.2rem;}
  .card{max-width: 404px; }
  .card__min {max-width: 290px;}
  .acordion {max-width: 70%;}
  .lg-max-with-70 {max-width: 70%;}
  .swiper-main {width: 100%; height: 677px;}
  .ficha-items p {width: calc(100% / 3);}
  .bg-fixed { background-attachment: fixed; background-position:center;}
  .sing{  width: 112%;
          left: -73px;
          top: 50vh;}
  .bg-contacto {background-size: 540px;}        
}

@media (min-width: 1200px){
  .ficha-slider {width: 70%;}
  .swiper-main {width: 100%; height: 596px;}
  .form__fichaProp {width: 304px;}
  .bg-contacto {background-size: 655px;}
}

@media (min-width: 1340px){
  .swiper-main{height: 670px;}
}
