 .ocultar {
  display: none !important;
}

html, body {
  overflow-x: hidden;     
  box-sizing: border-box; 
}

body {
  font-family: 'Kufam', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #292929;
  
}

/* ------- MENU -------- */
/* Header */
.header_section {
  background-color: #6C42D4;
  height: 80px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

/* Contenedor */
.navbar-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Logo centrado dentro de la forma */
.logo-yalqui.logo-escritorio {
 position: absolute;
  top: 50%;
  left: auto;
  transform: translate(-50%, -50%);
  width: 260px;    
  height: auto;
  z-index: 3;
}

/* Menú horizontal */
.navbar-nav {
  display: flex;
  justify-content: flex-start; /* ítems arrancan desde la izquierda */
  align-items: center;
  gap: 1.5rem; 
  margin-left: 30%;
  margin-right: 15%;
  width: auto;
}

.nav-link {
  color: #fff;
  margin: 0 12px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #FFE100;
}

.btn-contacto {
  background: none;
  border: none;
  color: #FFE100 !important;
  font-weight: 600;
}

/* Botón hamburguesa */
.navbar-toggler {
  border: none;
  z-index: 4;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Menú responsive */
.menu-responsive {
  position: fixed;
  inset: 0;               /* top/right/bottom/left: 0 */
  background-color: #6C42D4;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 2000;          /* más alto que el navbar */
  overflow: hidden;       /* que no se “cuele” nada por fuera */
}

/* cuando abra */
.menu-responsive.open {
  display: flex !important;
}

/* 2) Zona superior: curva+logo como img única */
.menu-responsive .menu-top {
  position: relative;
  width: 100%;
}

/* que la curva+logo ocupe todo el ancho */
.menu-responsive .menu-top .logo-yalqui {
  display: block;
  width: 100vw;           /* toda la anchura de la ventana */
  max-width: none;        /* para que no lo limite bootstrap */
  height: auto;
}

/* botón cerrar encima de la curva */
.menu-responsive .menu-top .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-size: 32px;
  color: #6C42D4;
  background: none;
  border: none;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}

.menu-items li {
  margin: 15px 0;
  margin-top: 14%;
}

.menu-items a {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  text-decoration: none;
}

.menu-social i {
  font-size: 28px;
  color: #fff;
  margin:15px;
  
}

/* ------- DOMINA TUS INMUEBLES ------ */
.feature-section {
  overflow: hidden; 
  margin-right: 10%;
  margin-left: 15%;
  margin-top: 5rem;
  
}

/* Títulos */
.feature-title {
  font-size: 3.44rem;        
  font-weight: 500rem;
  line-height: 1.1;
  color: #6C42D4;
  margin: 0;              
  margin-bottom: 0.25rem; 
}
.feature-highlight {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #6C42D4;
  margin: 0;
}

.feature-subtitle {
  font-size: 3.44rem;        
  font-weight: 500;
  line-height: 1.1;
  color: #6C42D4;
  margin: 0;
  margin-bottom: 1.5rem;  
}

.feature-desc {
  font-size: 1.6rem;
  color: #000000;
  margin-top: 0;
}

/* Contenedor de imágenes */
.feature-section .col-lg-6.position-relative {
  min-height: 500px; 
}

/* Forma celeste */
.shape-celeste {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 70%;
    z-index: 1;
  }

/* Celular */
 .phone-mockup {
    position: absolute;
    bottom: -16%;
    right: -2%;
    width: 100%;
    max-width: 400%;
    transform: rotate(2deg);
    z-index: 2;
  }


.btn-conocenos {
  display: inline-block;
  background-color: #6C48C5;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 3rem;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
}

.btn-conocenos:hover {
  background-color: #582fb1;
}

/*QUE NOS DISTINGUE*/

.section-distinguish {
  position: relative;
  background-color: #6c48c5;
  overflow: visible;
  height: 457px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;    
  text-align: left;               
  padding-left: 1rem;
 
}

.shape-left {
  position: absolute;
  top: -55px;      
  left: -50px;     
  width: 390px;    
  height: auto;
  z-index: 1;
  
}

.shape-right {
  position: absolute;
  bottom: -60px;   
  right: 450px;   
  width: 370px;    
  height: auto;
  transform: translateX(50%);
  z-index: 1;
  
}

.text-wrapper {
  width: 100%;
  margin: 0;               
  text-align: left;
  z-index: 2;
  padding-left: 5rem;
}

.distinguish-heading {
 font-size: 4rem;   
  font-weight: 700;
  line-height: 1.2;
  margin: -8% 0 0 0;
}

.distinguish-text {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0; 
}

.phone-img-wrapper {
    position: relative;
    z-index: 2;
    height: 457px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
}

.phone-desktop {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: none;
    z-index: 3;
    display: inline-block !important;
} 
.phone-movil {
  display: none !important;
}

/*==== SECCION 3 ====*/

.yalqui-solucion {
  background: #fff;
}

.solucion-cell-img {
  width: 350px;
  max-width: 100;
  display: block;
  margin-left: 15%;
  margin-right: auto;
  margin-top: -20%;
  z-index: 2;
}

.solucion-desc {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
  margin-top: -2%;
}

.solucion-highlights {
  background: #000000;
  border-radius: 20px;
  background: #f2f2f2 !important;
  font-size: 1.1rem;
}


.highlight-bar {
  width: 10px;
  height: 32px;
  border-radius: 8px;
  margin-right: 14px;
  margin-top: 3px;
  flex-shrink: 0;

}
.highlight-bar.purple {
  background: #7a4ede;
  height: 5rem;
}
.highlight-bar.cyan {
  background: #7CF5FF;
  height: 3rem;
}

/*==== CORAZON DE YALQUI ====*/
.corazon-yalqui-v2 {
  background: #ffffff;
  font-family: 'Kufam', Mixed;
  margin-left: 10%;

}

.corazon-title {
  color: #6C48C5;
  font-size: 3.5rem;       
  font-weight: 400;
  margin-bottom: 1.6rem;
  line-height: 1;
  letter-spacing: -1px;
  max-width: 928px;      
}
.corazon-title span {
  font-weight: 700;
  
}

.corazon-grid-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;    
  max-width: 928px;      
  margin-left: 2.5%;     
}

.corazon-col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.corazon-col-text h3 {
  font-size: 1.8rem;         
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 0.5rem;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.corazon-col-text p {
  font-size: 1.15rem;       
  color: #000000;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  max-width: 100%;
}

.corazon-grid-bloques {
  display: grid;
  grid-template-columns: repeat(3, 304px);
  grid-auto-rows: min-content;
  gap: 1.2rem;             
  margin-top: 1rem;        
  margin-left: -19%;  
  justify-content: center; 

}

.corazon-bloque {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f2f2f2;  
  padding: 4.5rem 1.2rem;
  width: 304px;
  overflow: hidden;
}

.bloque-icon {
  width: 75px;
  height: 75px;   
  display: block;
  margin: 0 auto;
}

.corazon-bloque h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #000000;
  line-height: 1.2;
}

.corazon-heart {
  grid-column: 1 / 2;  
  grid-row: 1 / 2;     
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  display: flex;
  height: 142px;       
}

.corazon-innovacion {
  grid-column: 2 / 3;  
  grid-row: 1 / 3;     
  background: #7cf5ff;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1rem;
  height: 500px;      
}

.corazon-soporte {
  grid-column: 3 / 3;   
  grid-row: 1 / 3;      
  background: #ffe100;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1rem;
  height: 339px;        
  justify-content: flex-start;
}

.corazon-solucion {
  grid-column: 1 / 2;   
  grid-row: 2 / 3;      
  background: #7cf5ff;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1rem ;
  height: 339px;        
}

.corazon-btn {
  grid-column: 3 / 3;  
  grid-row: 2 / 2;     
  display: flex;
  justify-content: center;
  align-items: center;
  height: 142px;        
  background: #f2f2f2;  
  margin-top: 12rem;
}

.btn-corazon {
  background: #6C48C5;
  color: #ffffff;
  border-radius: 16px;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 1.08rem;
  border: none;
  transition: background 0.18s;
}
.btn-corazon:hover,
.btn-corazon:focus {
  background: #6C48C5;
  color: #ffffff;
}

/*==== QUE TE OFRECEMOS ====*/
.section-offer {
  position: relative;
  background-color: #6c48c5;
  height: 405px;
  overflow: visible;
  padding-top: 1rem;   
  padding-bottom: 2rem;
  margin-top: 8rem;
}

.section-offer .text-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  margin-left: 3.5rem !important;
}

.offer-heading {
  font-size:3.5rem !important;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-left: -3%;
}

.offer-text {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.6;
  margin-left: -3.5% ;
  max-width: 520px;
}

.phone-img-offer {
    position: absolute;
    top: -509Px;
    left: 680px;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 1;
    transition: top 0.3s ease-in-out;
}

/*==== ITEMS ====*/
.items {
      max-width: 900px;
      margin: 0 auto;
      padding: 10px 100px 0 260px;
    }
.section-features-alt {
      padding: 4rem 0;
    }

    .container {
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .feature-row {
      margin-bottom: 3rem;
    }

    .icon-gradient-box {
      width: 100%;
      height: 320px;
      background: linear-gradient(to bottom,
          rgba(108, 72, 197, 1) 0%,
          rgba(108, 72, 197, 0.8) 50%,
          rgba(63, 26, 157, 0) 100%);
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
    }

    .text-gray-box {
      background-color: #f2f2f2;
      border-radius: 16px;
      height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      width: 100%;
    }

    .text-gray-box h3 {
      font-size: 2.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .text-gray-box ul {
      list-style: none;
      padding-left: 0;
    }

    .text-gray-box ul li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 0.5rem;
       font-size: 1.1rem;
      line-height: 1.5;
    }

    .text-gray-box ul li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #6c48c5;
      font-size: 1.2rem;
    }

    .btn-more {
      display: inline-block;
      background-color: #6c48c5;
      color: #ffffff;
      font-weight: 600;
      font-size: 1rem;
      padding: 0.75rem 2rem;
      border: none;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.2s ease-in-out;
    }

    .btn-more:hover,
    .btn-more:focus {
      background-color: #764ee3;
      color: #ffffff;
      text-decoration: none;
    }

    .hidden-section {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }

    .hidden-section.expanded {
      max-height: 2000px;
      opacity: 1;
    }

/*--==== PRONTO =====-->*/
.section-pronto {
    background-color: #ffffff;
    padding: 10px 100px 0 260px;
    
}
.pronto-header {
    justify-content: flex-start;
   
}
.pronto-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #000000;
    margin-left: 4%;
}
.pronto-main-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-left: 25%;
   
}
.pronto-card {
    background-color: #FFE100;
    border-radius: 25px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #000000;
    display: flex;
    flex-direction: column;
}

.pronto-card-left {
    min-height: 180px;
    height: 340px;
    width: 454px;
}

.pronto-card-right {
  min-height: 180px;
  height: 414px;
  width: 454px;
  position: relative;
  top: -72px; 
}
.pronto-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 4%;
}
/* ===== Listas de viñetas ===== */
.pronto-list {
    list-style: none;
    padding-left: 0;
    margin: 4%;
}

.pronto-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: 1rem;
}

.pronto-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1;
}
.row.mb-3 {
    margin-bottom: 1rem !important;
}

.row.mb-3+.row {
    margin-top: 1rem;
}

/*==== A QUIEN ACOMPAÑOS ====*/
.section-acompanamos {
    position: relative;
    height: 425px;
    background-color: #7CF5FF;
    overflow: visible;
    padding: 2rem 1rem 2rem;
    margin-top: 50px;
}

.background-text {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.1;
    pointer-events: none;
}

.background-text span {
    display: block;
    font-size: 6rem;
    font-weight: 800;
    color: #464646;
    /* Base blanca (será modificada por opacidad) */
    text-transform: uppercase;
    margin: 0;
}

.background-text .fade-1 {
    opacity: 0.3;
}

.background-text .fade-2 {
    opacity: 0.2;
}

.background-text .fade-3 {
    opacity: 0.1;
}

.section-acompanamos .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.acompanamos-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 2rem;
}

.phone-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.phone-img-aco {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 3;
}

/*====PRINCIPALES ALIADOS====*/

.section-benefits {
    background-color: #ffffff;
    padding: 10rem 9rem 0 9rem;
}

.benefits-intro {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}

.gray-box {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gray-box-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000000;
  margin: 0 0 1rem 0;
}

.gray-box-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.gray-box-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
}

.gray-box-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 7px;
  color: #6c48c5;
  font-size: 1.2rem;
  line-height: 1;
}
.beneficios-titulo {

  margin-left: 10rem;
}

.beneficios-titulo h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #000000;
  text-align: left;
  line-height: 1;
  margin-top: 5rem;
}

.purple-box.unified {
  background-color: #6c48c5;
  border-radius: 14px;
  padding: 2rem 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  width: 975px;
  height: 360px;
  margin-left: -2.5rem;


  
}

.purple-content {
  flex: 1;
  text-align: left;
  
}

.purple-box{
  margin-bottom: 90px;
}
.purple-box-title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
}

.purple-box-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.purple-box-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #f0f0f5;
}

.purple-box-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 5px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

.purple-phone-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
}

.benefits-phone-sa {
  width:65%;
  height: auto;
  top: -230px;
  right: -120px;
  position: absolute;
  z-index: 2;
  transform: rotate(1deg);
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/*==== CONTACTO ===*/
.bg-gray-custom {
  background-color: #f2f2f2; 
  margin-top: 7rem;
  width: auto;
  height: 650px;
}
:root {
  --purple: #6c48c5;
}
.text-purple {
  color: #6C48C5 !important;
  font-size: 2.8rem;
  font-weight: 800;
}
.parrafo-contacto {
  font-size: 1.8rem;         
  font-weight: 400;           
  color: #000000;           
  margin-bottom: 2.5rem;    
}
/* Slider */
.slider {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  position: relative;
  overflow: visible;
}
.slider-inner .slide {
  display: none;
}
.slider-inner .slide.active {
  display: block;
}

.slider-dots .dot {
  display: inline-block;
  width: 18px;
  height: 8px;
  border-radius: 10px;
  background: #d3d3d3; 
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-dots .dot.active {
  background: var(--purple); 
}

.quote-open {
  top: -20px;      
  left: -20px;     
  width: 70px;     
  z-index: 2;
}

.quote-close {
  bottom: -20px;   
  right: -20px;    
  width: 70px;     
  z-index: 2;
}

.btn-purple {
  background-color: #6C48C5;
  color: #ffffff;
}
.btn-purple:hover {
  background-color: #5a3cb0; /* un morado más oscuro, por ejemplo */
  color: #ffffff
}

/*==== FOOTER ====*/
.footer-top {
  background-color: #cecece !important;
}
.footer-top .border-start {
  border-color: #636363 ;
}

.footer-bottom {
  background-color: #646464;
}

/* Select idioma transparente */
.form-select.bg-transparent {
  background-color: transparent !important;
}
.form-select.border-white {
  border-color: #fff !important;
}
.form-select.text-white {
  color: #fff !important;
}
  /*RESPONSIVE PARA TABLET*/
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* MENU */
    .navbar-collapse {
      display: none !important;
    }

    .menu-responsive.open {
      display: flex;
    }
    .menu-responsive .menu-items a {
      font-size: 24px;
    }
    .logo-yalqui.logo-escritorio {
      top: 70%;
      left: 20%;
    }

    /* DOMINA TUS INMUEBLES */
 
    
    .feature-section {
      margin: 5rem 1rem 0 1rem;
      padding-top: 10rem;
      overflow: visible;
    }
    .feature-section .row.align-items-center {
      display: block;
    }
    .feature-section .col-lg-6 {
      width: 100%;
      text-align: left !important;
    }
    .feature-section .col-lg-6.position-relative {
      margin-top: 1rem;
    }

    /* Texto */
    .feature-title     { font-size: 3.5rem;   }
    .feature-highlight { font-size: 4rem;   }
    .feature-subtitle  { font-size: 3.5rem; }
    .feature-desc      { font-size: 1.5rem;   }
    
    .shape-celeste {
      position: absolute;
      top: 8%;
      left: 17%;
      width: 60%;
      z-index: 1;
    }
    .phone-mockup {
      position: absolute;
      bottom: -20%;
      right: 10%;
      width: 90% !important;
      max-width: none !important;
      transform: rotate(3deg);
      z-index: 2;
    }

    /* Botón */
    .btn-conocenos {
      display: block;
      margin: 10rem auto 7rem auto;
    }

    /*QUE NOS DISTINGUE*/

    .section-distinguish {
      height: 700px;
      margin: 5.5rem -1rem; 
    }

    .row.align-items-center {
      flex-direction: column !important;
    }

    .text-wrapper {
      margin:  auto;
      padding: 10rem 20px;
      max-width: 100%;
      text-align: center;
      z-index: 2;
    }

    .distinguish-heading {
      font-size: 4rem;
      margin: 0rem -1rem; 
      text-align: left;
      padding-top: 6rem;
    }

    .distinguish-text {
      font-size: 2.3rem;
      line-height: 1;
      font-weight: 400;
      margin: 1rem -1rem ;
      text-align: left;
    }
    .shape-left {
    position: absolute;
    bottom: -80px;   
    right: 300px;   
    width: 370px;   
    height: auto;
    }
    .shape-right {
    bottom: -60px;
      right: 335px;       
      width: 366px;;
    }

    .phone-img-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }

    .phone-movil {
      display: inline-block !important;
    }
    .phone-movil {
      position: relative;
      bottom: -80px;
      width: 100%;
      height: auto;
      top: -274.2px;
      left: 253px;
      z-index: 3;
    }
    .phone-desktop {
      display: none !important;
    }

    /*==== SECCION 3 ===*/
    .solucion-cell-img {
      width: auto;
      height: auto;
      padding-top: 50px;
      padding-left: 50px;
    }
    .solucion-desc {
      font-size: 1.2rem;
    }
    .highlight {
      font-size: 1.1rem;
    }
    .solucion-highlights {
      padding: 1.1rem;
      border-radius: 12px;
    }
    .highlight-bar {
      width: 5px;
      margin-right: 9px;
    }
    .highlight-bar.purple {
     height: 3.2rem;
    }
    .highlight-bar.cyan {
      height: 2rem;
    }

    /*==== CORAZON DE YALQUI ====*/
    .corazon-yalqui-v2 {
      padding-top: 2rem ;
      margin: 0 -1rem ;
    }
    .corazon-grid-text {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .corazon-title{
      font-size: 4.5rem;
      text-align: left!important; 
    }
    .corazon-col-text h3 {
      font-size: 2.3rem;
      margin-bottom:  0.15rem;
    }
    .corazon-col-text p {
      font-size: 1.3rem;
      margin-bottom:  0.15rem;
    }
    .corazon-grid-bloques {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-rows: auto;  
      justify-items: center;  
      gap: 1.5rem;
      margin: 0 0.5rem; 
    }
    .corazon-grid-bloques > * {
      grid-column: auto !important;
      grid-row:    auto !important;
    }
    .corazon-bloque {
      width: 100%;
      height: auto !important;
    }
    .corazon-heart,
    .corazon-innovacion,
    .corazon-soporte,
    .corazon-solucion,
    .corazon-btn {
      grid-column: 1 / -1 !important;
      grid-row: auto !important;
      height: auto !important;
      margin-top: 0.1rem;
    }
    
  /*==== QUE TE OFRECEMOS ====*/
   .section-offer {
      height: 750px;
      margin-top: 3rem;
    }
    .offer-heading {
      font-size:3.8rem !important;
      font-weight: 800;
      margin-bottom: 1rem;
      margin-left: -7rem !important;
      margin-top: -10rem;
    }
    .offer-text {
      font-size: 2rem;
      font-weight: 200;
      text-align: left !important;
      margin-left: -3.5rem !important;
    }
    .phone-img-offer {
      position: relative !important;
      right: auto !important;
      display: block;
      width: 143% !important;
      height: 100% !important;
      margin-left: -40rem !important;
      margin-top: 15rem !important;
      transform: none !important;
    }

  /*==== ITEMS ====*/
  .icon-gradient-box {
     height: 85px;
     width: 630px;
     border-radius: 12px 12px 0 0;
     background: linear-gradient(to right,
        rgba(108, 72, 197, 1) 0%,
        rgba(108, 72, 197, 0.8) 50%,
        rgba(108, 72, 197, 0) 100%);
     justify-content: flex-start;
     margin-left: 1px;
    }
    .feature-icon {
      width: 70%;
      height: 70%;
      margin-left: 5rem;
    }
    .text-gray-box h3 {
      font-size: 1.5rem;
    }
    
  .hidden-section {
    width: 100% !important;
    padding: 1rem;
    box-sizing: border-box;
    }

  .feature-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .feature-row > .col-12 {
    width: 100% !important;
    margin: -0.5rem auto;
  }

  .text-gray-box {
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 0 12px;
    background-color: #f9f9f9; 
  }

  /*--==== PRONTO =====-->*/
    .pronto-card {
      width: 630px !important;
      height: 405px;
      margin-left: -210px;
      margin-right: auto;
      margin-bottom: 25%;
    }
    .pronto-card-right{
      height: 550px;
    }

    .pronto-title {
      font-size: 3.5rem;
      font-weight: 800;
      margin-left: -5rem;
    }

    .pronto-main-icon {
      width:60px;
      height: 60px;
    }

    .pronto-card-title {
      font-size: 1.7rem;
      line-height: 1.3;
      font-weight: 800;
    }

    .pronto-list li {
      font-size: 1.3rem;
      line-height: 1.5;
    }
  /*==== A QUIEN ACOMPAÑOS ====*/
  .section-acompanamos {
    position: relative;
    height: 393px; 
    overflow: visible;
    padding: 2rem 1rem 2rem; 
    top: 25PX; 
  }
  .background-text {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 1.1;
      pointer-events: none;
  }
  .background-text span {
      font-size: 5.5rem;
  }
  .acompanamos-title {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 2rem;
  }
  .phone-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
  }
  .phone-img-aco {
      width: 170%;
      height: auto;
      position: relative;
      margin-top: -20PX;
      z-index: 3;
  }

  /*====PRINCIPALES ALIADOS====*/
  .section-benefits{
    margin-top: 80PX;
  }
  .section-benefits .row {
      flex-direction: row !important;
    }

  .section-benefits .col-12.col-md-6 {
      width: 50% !important;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  .section-benefits {
      padding: 3rem 0rem 0 2rem;
  }
  .benefits-intro {
      font-size: 1.7rem;
  }
  .gray-box-title {
      font-size: 1.7rem;
      text-align: center;
  }

  .beneficios-titulo {
    margin-left: .5rem;
  }
  .beneficios-titulo h2 {
    font-size: 2rem !important; 
    margin-top: 3rem !important;
    text-align: left !important;
  }

  .purple-box.unified {
    padding: 0.5rem 3rem;
    width: 620px;
    height: 400px;
    left: -60px;
  }

  .purple-content {
      flex: 1 !important;
      text-align: left;
  }
  .purple-box{
    margin-bottom: 30px;
  }

  .purple-box-title {
      font-size: 2rem;
      font-weight: 400;
      margin: 1rem 0 1.5rem 0;
      padding: auto;
  }

  .purple-box-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
  }

  .purple-box-list li {
      padding-left:1rem;
      margin-bottom: 1rem;
      line-height: 1.5;
      font-size: 1.2rem;
  }

  .purple-box-list li::before {
      content: "•";
      position: absolute;
      left: 0;
      top: 5px;
      color: #ffffff;
      font-size: 1.2rem;
      line-height: 1;
  }


  .purple-phone-wrapper {
    display: none;
  }

  /*==== CONTACTO ===*/
    .bg-gray-custom {
      margin-top: -1rem;
      width: auto;
      height: 700px;
   }
    #contact-slider .row {
      flex-direction: row !important;
    }
    #contact-slider .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .text-purple {
      font-size: 2.4rem;
      padding-left: 2rem;
    }
    .parrafo-contacto {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      padding-left: 2rem;
    }
    .slider {
      padding: 1.8rem;
      width: 110%;
      height: 100%;
      bottom: 20px;
    }
    .btn-purple {
      font-size: 1.1rem;
      padding: 1rem 2.5rem;
    }
  /*===FOOTER====*/
   .footer-top .row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem 4rem;
    align-items: start;
    justify-content: center;
    position: relative;
    padding-bottom: 2rem;
  }

  .footer-top .row::before {
    content: "";
    position: absolute;
    top: calc(55% - 1rem);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #636363;
  }

  .footer-logo {
    grid-column: 1 / 2;
    grid-row: 1;
    text-align: left !important;
  }

  .footer-nav {
    grid-column: 2 / 3;
    grid-row: 1;
    text-align: left !important;
  }

  .footer-social {
    grid-column: 1 / 2;
    grid-row: 2;
    text-align: left !important;
  }

  .footer-contact {
    grid-column: 2 / 3;
    grid-row: 2;
    text-align: left !important;
  }

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

  .footer-top li a {
    display: inline-block;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer-contact p {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }

  .footer-contact a {
    white-space: nowrap;
  }

  /* REDES SOCIALES: íconos en línea */
  .footer-social {
    display: flex;
    flex-direction: column;
  }

  .footer-social-icons {
   display: flex;
   flex-direction: row;
   gap: 1rem;
    margin-top: 0.5rem;
  }

.footer-social-icons a {
  font-size: 1.5rem;
}

  .footer-top .ps-md-4 {
    padding-left: 0 !important;
  }

  .footer-top .col-6 {
    width: 100%;
    max-width: 100%;
  }
  }
  /* RESPONSIVE: Movil */
  @media (max-width: 767.98px) {

    /* MENU */
    .navbar-collapse {
      display: none !important;
    }

    .menu-responsive.open {
      display: flex;
    }
    .menu-responsive .menu-items a {
      font-size: 24px;
    }
    .logo-yalqui.logo-escritorio {
      top: 70%;
      left: 20%;
    }

    /* DOMINA TUS INMUEBLES */

    .feature-section {
      margin: 1rem -1rem 0 -1rem;
      padding-top: 10rem;
      overflow: visible;
    }
    .feature-section .row.align-items-center {
      display: block;
    }
    .feature-section .col-lg-6 {
      width: 100%;
      text-align: left !important;
    }
    .feature-section .col-lg-6.position-relative {
      margin-top: 1rem;
    }

    /* Texto */
    .feature-title     { font-size: 3.5rem;   }
    .feature-highlight { font-size: 4rem;   }
    .feature-subtitle  { font-size: 3.5rem; }
    .feature-desc      { font-size: 1.5rem;   }
    
    .shape-celeste {
      position: absolute;
      top: 8%;
      left: 10%;
      width: 85%;
      z-index: 1;
    }
    .phone-mockup {
      position: absolute;
      bottom: -3%;
      right: -15%;
      width: 130% !important;
      max-width: none !important;
      transform: rotate(3deg);
      z-index: 2;
    }

    /* Botón */
    .btn-conocenos {
      display: block;
      margin: 2rem auto 7rem auto;
    }

    /*QUE NOS DISTINGUE*/
    .section-distinguish {
      height: 700px;
      margin: 3.7rem -1rem;
      
    }

    .row.align-items-center {
      flex-direction: column !important;
    }

    .text-wrapper {
      margin: 0 -1rem;
      padding-left: 1px !important;
      max-width: 100%;
      text-align: left;
      z-index: 2;
    }

    .distinguish-heading {
      font-size: 3rem;
      margin-top: 3rem;
      margin: 0;
      padding: 0;
      text-align: left;
    }

    .distinguish-text {
      font-size: 1.7rem;
      line-height: 1.5;
      margin: 0 -.5rem;
      padding: 0 -1rem;
      text-align: left;
    }

    .shape-left {
      position: absolute;  
      right: 280px;   
      width: 370px;    
      height: auto;
    }
    .shape-right {
      bottom: -60px;
      right: 350px;        
      width: 370px;;
    }

    .phone-img-wrapper {
      position: relative;
      width: 70%;
      height: 80%;
      display: flex;
      justify-content: center;
      margin-top: 60px;
    }

    .phone-movil {
      display: inline-block !important;
    }
    .phone-movil {
      position: relative;
      width: 87%;
      height: auto;
      top: -41px;
      left: 56px;
      z-index: 3;
    }
    .phone-desktop {
      display: none !important;
    }

    /*==== SECCION 3 ===*/
    .solucion-cell-img {
      width: auto;
      height: auto;
      padding-top: .5rem;
      margin: 0;
    }
    .solucion-desc {
      font-size: 1.1rem;
      text-align: left;
      margin: 0 -1rem ;
    }
    .solucion-highlights {
      padding: 1.1rem;
      width: 110%;
      margin: 0 -1rem;
    }
    .highlight {
      font-size: 0.92rem;
      gap: 8px;
    
    }
    .highlight-bar {
      width: 5px;
      margin-right: 9px;
      
    }
    .highlight-bar.purple {
     height: 5rem;
    }
    .highlight-bar.cyan {
      height: 2.5rem;
    }
    

    /*==== CORAZON DE YALQUI ====*/
    .corazon-yalqui-v2 {
      padding-top: 2rem ;
      margin: 0 -1rem ;
    }

    .corazon-grid-text {
      grid-template-columns: 1fr;
      gap: 2rem;
    } 
    .corazon-title{
      font-size: 3rem !important;
      text-align: left !important; 
    }
    .corazon-col-text h3 {
      font-size: 2.1rem;
      margin-bottom:  0.15rem;
    }
    .corazon-col-text p {
      font-size: 1.1rem;
      margin-bottom: 0.15rem;
    }

    .corazon-grid-bloques {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-rows: auto;
      justify-items: center;  
      gap: 1.5rem;
      margin: 0 -1rem;
    }
    .corazon-grid-bloques .corazon-bloque {
      width: 95%;            
      height: auto !important;
    }
    .corazon-heart,
    .corazon-innovacion,
    .corazon-soporte,
    .corazon-solucion,
    .corazon-btn {
      grid-column: 1 / -1 !important;
      grid-row: auto !important;
      height: auto !important;
      margin-top: 0.1rem;
    }

  /*==== QUE TE OFRECEMOS ====*/

    .section-offer {
    height: 800px;
    padding-top: 1rem;
    margin-top: 3rem;
    }

    .offer-heading {
      font-size: 3.5rem !important;
      font-weight: 800;
      text-align: left !important;
      margin:-1rem -4rem;
          
    }
    .offer-text {
      font-size: 1.5rem;
      font-weight: 300;
      text-align: left !important;
      margin-left: -60px;
      margin-top: 1.5rem;
    }

    .phone-img-offer {
      position: relative !important;
      top: -3rem !important;
      display: block;
      left: -3.8rem !important;
      width: 130% !important;
      height: auto !important;
      z-index: 2;
    }
    
    /*==== ITEMS ====*/
    .icon-gradient-box {
     height: 85px;
     border-radius: 12px 12px 0 0;
     background: linear-gradient(to right,
        rgba(108, 72, 197, 1) 0%,
        rgba(108, 72, 197, 0.8) 50%,
        rgba(108, 72, 197, 0) 100%);
     justify-content: flex-start;
     padding-left: 1px;
    }

    .feature-icon {
      width: 70%;
      height: 70%;
      margin-left: -5rem;
    }

    .text-gray-box {
      border-radius: 0 0 12px 12px !important;
      height: auto;
    }
    .text-gray-box h3 {
      font-size: 1.5rem;
    }

    .feature-row {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      border-radius: 20px;
      overflow: hidden;
    }

        .feature-row>.col-12 {
          padding: 0;
        }
        .hidden-section.expanded {
          border-radius: 12px 12px 12px 12px ;
        }

  /*--==== PRONTO =====-->*/
  .section-pronto {
    background-color: #ffffff;
    padding-top: 1rem;
  } 
  .pronto-card {
    width: 370px !important;
    margin-left: -17.5rem;
    padding: 1rem;  
  }
  .pronto-card-right{
    height: 490px;
    margin-top: 90px;
  }

  .pronto-header {
    justify-content: center;
    text-align: center;
  }
  .pronto-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-left: -12rem;
  }

    .pronto-main-icon {
      width:60px;
      height: 60px;
    }

    .pronto-card-title {
      font-size: 1.4rem;
      line-height: 1.3;
    }

    .pronto-list li {
      font-size: 1rem;
      line-height: 1.5;
    }

    /*==== A QUIEN ACOMPAÑAMOS ====*/
  .section-acompanamos {
    position: relative;
    height: 393px; 
    margin-top: 3rem; 
  }

  .background-text {
      position: absolute;
      top: 60%;
      left: 50%;
      text-align: center;
      line-height: 1.35;
      pointer-events: none;
  }

  .background-text span {
      font-size: 3.2rem;
  }

  .acompanamos-title {
     font-size: 2.5rem;
     margin-left: -1rem;
  }

  .phone-img-aco {
      width: 170%;
      position: relative;
      margin-top: 40px;

  }

  /*====PRINCIPALES ALIADOS====*/

  .section-benefits {
      padding: 7rem 0rem 0rem 0rem;
      margin: 0 -0.7rem;
  }
  .benefits-intro {
    font-size: 1.5rem;
    margin: 0 -1rem;    
  }
  .gray-box {
    border-radius: 12px;
    margin: 0 -1rem;
    height: 20rem;
    width: 24rem;
  }
  .gray-box-title {
    font-size: 1.7rem;
    font-weight: 800;
    margin-left: 1rem ;
  }

  .gray-box-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 1rem;
  }

  .gray-box-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 7px;
    color: #6c48c5;
    font-size: 1.2rem;
  }
  .beneficios-titulo {
    margin-left: 2.5rem;
  }
  .beneficios-titulo h2 {
    font-size: 2rem !important; 
    margin-top: 3rem !important;
  }
  .purple-box.unified {
      width: 390px;
      height: 490px;
      margin-left: -4rem;
  }

  .purple-box-title {
      font-size: 1.8rem;
  }

  .purple-box-list li {
      padding-left: 1rem;
      margin-bottom: orem;
      line-height: 1.5;
      font-size: 1rem;
  }


  .purple-phone-wrapper {
      display: none;
  }

  /*==== CONTACTO ===*/
  .bg-gray-custom {
      margin-top: -2rem;
    }

    #contact-slider .row {
      flex-direction: column !important;
    }

    #contact-slider .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  .text-purple {
      font-size: 2rem;
      text-align: center;
    }

    .parrafo-contacto {
      font-size: 1.2rem;
      text-align: center;
      padding: 0 1rem;
    }

    .bg-gray-custom {
      height: auto;
      padding-bottom: 3rem;
    }

    .slider {
      padding: 1.5rem;
      margin: 0 auto;
      width: 90%;
    }

    .quote-open {
      width: 50px;
      top: -10px;
      left: -10px;
    }

    .quote-close {
      width: 50px;
      bottom: -10px;
      right: -10px;
    }
  /*==== FOOTER ====*/
  
   .footer-top .row > div {
    text-align: center !important;
  }

  .footer-social-icons {
    justify-content: center !important;
  }

  .footer-top ul {
    padding-left: 0;
    list-style: none;
  }

  }

