/* ===================================
    Seccion Beneficios
====================================== */

/* posiciones tarjetas y background */
.block.a{ top: 0; left: 0;   background: rgba(26, 184, 182, .90); }
.block.b{ top: 0; left: 0; background: rgba(26, 126, 189, .90); }
.block.c{ top: 0; right:0; background: rgba(26, 136, 74, .90); }
.block.d{ top: 0; right: 0;  background: rgba(44, 69, 131, .90); }

/* Background tarjetas hover */
.block.a:hover{background: rgba(26, 184, 182, .70); }
.block.b:hover{background: rgba(26, 126, 189, .70); }
.block.c:hover{background: rgba(26, 136, 74, .70); }
.block.d:hover{background: rgba(44, 69, 131, .70); }

/* ===================================
    Comparativo
====================================== */

/* ====== Layout general ====== */


.compare__wrap{
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.direction-usos{
  flex-direction: column;
}

/* ====== Columna conceptos ====== */
.compare__concepts{
  flex: 0 0 200px;          /* ancho fijo en desktop */
}

.compare__title{
  flex: 0 0 auto;          /* ancho fijo en desktop */
  align-items: center;
  display: flex;
}

.compare-card{
  background: #e6e6e6;
  border-radius: 14px;
  padding: 15px 15px;
}

.compare-card--concepts{
  display: flex;
  align-items: start;
}

.compare-list{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.compare-list li{
  padding: 10px 0;
  font-weight: 700;
  color: #4a4a4a;
  border-bottom: 1px solid rgba(0,0,0,.06);
      height: 70px;
      font-size: 14px;
}

.compare-list li:last-child{
  border-bottom: 0;
}




.compare-card li{
  padding: 10px 0;
  font-weight: 700;
  color: #4a4a4a;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex;
    align-items: center;
    justify-content: space-between;
        height: 55px;
        font-size: 14px;
}
.compare-card--highlight li{
    color: #000;
}

.compare-card li img{
    height: 100%;
}

.compare-card li:last-child{
  border-bottom: 0;
}

/* ====== Derecha ====== */
.compare__right{
  flex: 1 1 auto;
  min-width: 0;
}

/* Desktop: “tabla” (sin sensación de carrusel) */
.compareSwiper{
  height: 100%;
  padding-bottom: 50px;
}
.compareSwiper .swiper-wrapper{
  display: flex;
}

.usosSwiper{
  padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
}

/* Tarjeta destacada (GNC) */
.compare-card--highlight{
  background: #f7a823;      /* naranja */
}

/* Titulito de cada columna */
.compare-title{
  margin-bottom: 0px;
  font-weight: 800;
  color: #1d1d1d;
}

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

  .direction-usos{flex-direction:row;}
  .usosSwiper{
  padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

}
/* md  */ @media (min-width: 768px) {

    .compare-card li{font-size: 16px;height: 70px;}
    .compare-list li{font-size: 16px;height: 70px;}

    

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}

/* ====== MOBILE: conceptos sticky + swiper debajo ====== */
@media (max-width: 767.98px){
 
    .compare-card li{font-size: 14px;}

  .compare__concepts{
    flex: 1 1 400px;
    width: 100%;
    position: sticky;         /* “fijo” mientras haces scroll */
    top: 0;                   /* ajusta si tienes header fijo */
    z-index: 5;
  }

  /* Para que no tape el contenido, puedes agregar un “fondo” */
  .compare__concepts .compare-card{
    box-shadow: 0 10px 22px rgba(17,24,39,.14);
  }

  /* Swiper ya como carrusel real */
  .compareSwiper .swiper-wrapper{
    gap: 0; /* Swiper controla separación con spaceBetween */
  }

  .compareSwiper .swiper-slide{
    width: auto; /* Swiper controla */
  }

  .compare__pagination{
    margin-top: 10px;
    position: static;
  }
}


/* ===================================
    Mapa
====================================== */

#map-svg{width: 100%;}

.accordion-button h4{
  font-weight: 700;
  margin-bottom: 0px;
  margin-right: 40px;
  color:#333;
}

.accordion-button:not(.collapsed) {
  color: initial;
  border: 1px solid rgba(0, 0, 0, .125);
background: rgba(245, 245, 245, 1);
    padding: 10px;
    cursor: pointer;
    border-radius: 0px 30px 0px 0px !important;
}

.accordion-button {
  position: relative;
  display: initial;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 15px;
  font-size:initial;
  color: initial;
  text-align: start;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border: 1px solid rgba(0, 0, 0, .125);
background: rgba(245, 245, 245, 1);
    padding: 10px;
    cursor: pointer;
    border-radius: 0px 30px 0px 0px !important;

}

.accordion-button::after{
  padding: 10px;
  position: absolute;
    right: 25px;
    top: 0px;
content: "\F282";
font-size: 22px;
font-family: bootstrap-icons !important;
color: #000;
background-image: none !important;
font-weight: 700;

}


.accordion-button:focus {
  z-index: 3;
  border-color: #D9D9D9 !important;
  box-shadow: 0 0 0 0 white;
}

.accordion-body{
  border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-body p{
  margin: 0px;
}

.accordion-body ul{
        list-style: none;
    padding-left: 0px;
}

.accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F286";
  font-size: 22px;
font-family: bootstrap-icons !important;
color: #000;
background-image: none !important;
font-weight: 700;
  transform: none;

}



.not-list{
  list-style: none;
  padding-left: .5rem;
}






/* ===================================
    Responsive
====================================== */

/* lg  */ @media (min-width: 992px) {

.block.a{ top: 10%; left: 0;}
.block.b{ top: 50%; left: 20%;}
.block.c{ top: 35%; right:20%;}
.block.d{ top: -5%; right: 0;}

} /* ipad Landscape */