/* *************************************** */
/* ********* TITULO Y SUBTITULO ************ */
/* *************************************** */

.Beneficios {
  width: 62.25rem; /* 996px */
  height: auto;
  padding: 1.25rem; /* 20px */
  gap: 1.2325rem; /* 19.72px → aproximado */
  opacity: 1;
  margin: 0 auto;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

.main-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 3.5625rem; /* 57px */
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #003899;
  font-family: 'Quicksand', sans-serif;
}

/* *************************************** */
/* ************ BENEFICIOS *************** */
/* *************************************** */

.benefits-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem; /* 40px */
  padding: 2.25rem 1.25rem; /* 36px 20px */
  width: 100%;
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  box-sizing: border-box;
}

.benefits-grid > div,
.benefit-item {
  position: relative;
  flex: 1 1 0;
  max-width: 22.5rem; /* 360px */
  padding: 0.375rem 0 0 2.875rem; /* 6px 0 0 46px */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.icon-square {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem; /* 6px */
  overflow: hidden;
}

.icon-square {
  width: 2.5rem; /* 40px */
  height: 2.5rem;
  object-fit: contain;
  display: block;
}

.benefit-header {
  display: block;
  margin: 0 0 0.5rem 0; /* 8px */
  width: 100%;
}

.benefit-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.625rem; /* 26px */
  line-height: 100%;
  letter-spacing: -2%;
  color: #000000;
  line-height: 1.12;
  margin: 0;
  font-family: 'Quicksand', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.benefit-description {
  text-align: left;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.125rem; /* 18px */
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  margin-top: 0.375rem; /* 6px */
  font-family: 'Quicksand', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* ===========================
 RESPONSIVE PROFESIONAL BENEFICIOS
 =========================== */

/* ----------------- TABLET / MEDIOS (<= 1024px) ----------------- */
@media (max-width: 64rem) {
.Beneficios {
  width: 90%;
  padding: 1rem;
  text-align: center;
}

.main-title {
  font-size: clamp(2.25rem, 5vw, 3rem); /* 36px - 48px */
  line-height: 1.1;
  text-align: center;
}

.benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr)); /* 300px */
  gap: 2.5rem; /* 40px */
  justify-items: center;
  padding: 1.25rem 0.625rem; /* 20px 10px */
}

.benefits-grid > div,
.benefit-item {
  flex: none;
  max-width: 20rem; /* 320px */
  text-align: center;
  padding: 0.75rem; /* 12px */
}

.icon-square {
  width: 3.125rem; /* 50px */
  height: 3.125rem;
  margin-bottom: 0.75rem; /* 12px */
}

.benefit-title {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem); /* 20px - 26px */
  margin-bottom: 0.5rem; /* 8px */
}

.benefit-description {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem); /* 14px - 18px */
  margin-top: 0.375rem;
}
}

/* ----------------- MÓVIL / PEQUEÑOS (<= 768px) ----------------- */
@media (max-width: 48rem) {
.Beneficios {
  width: 95%;
  padding: 0.75rem;
}

.main-title {
  font-size: clamp(1.75rem, 6vw, 2.5rem); /* 28px - 40px */
  line-height: 1.1;
  text-align: center;
}

.benefits-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2rem; /* 32px */
  padding: 1.125rem 0.75rem; /* 18px 12px */
}

.benefits-grid > div,
.benefit-item {
  width: 100% !important;
  max-width: 25rem !important; /* 400px */
  padding: 0.75rem 1rem; /* 12px 16px */
  text-align: center !important;
}

.icon-square {
  width: 3.75rem; /* 60px */
  height: 3.75rem;
  margin-bottom: 0.75rem !important;
}

.benefit-title {
  font-size: clamp(1.125rem, 5vw, 1.5rem); /* 18px - 24px */
  margin-bottom: 0.375rem;
}

.benefit-description {
  font-size: clamp(0.875rem, 4vw, 1rem); /* 14px - 16px */
  max-width: 90%;
  margin: 0 auto;
}
}

/* ----------------- TELÉFONOS PEQUEÑOS (<= 480px) ----------------- */
@media (max-width: 30rem) {
.Beneficios {
  width: 100%;
  padding: 0.75rem; /* 12px */
  text-align: center;
}

.main-title {
  font-size: clamp(1.375rem, 7.5vw, 2rem); /* 22px - 32px */
  line-height: 1.1;
}

.benefits-grid {
  gap: 1.5rem; /* 24px */
  padding-top: 10px; /* 10px */
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 30px;
}
.benefit-description br {
  display: none;
  
}

.benefits-grid > div,
.benefit-item {
  max-width: 90% !important;
  padding: 0.625rem 0.75rem !important; /* 10px 12px */
}

.icon-square {
  width: 25px;
  height: 25px;
  margin-bottom: 0.625rem !important;
}
.benefit-title br {
  display: none;
  text-align: left;
}

.icon-square  img{
  width: 25px;
  height: 25px;

}

.benefit-title {
  font-size: 16px;
  margin: 0;

}

.benefit-description {
  font-size: 14px;
  width: 100% !important;
  padding-right: 0;
  padding-left: 10px;
}

  .benefit-header{
    text-align: left;
    padding-left: 30px;
  }

  
}


/* ----------------- TELÉFONOS PEQUEÑOS (<= 375px) ----------------- */
@media (max-width: 23.4375rem) {
  .Beneficios {
    width: 100%;
    padding: 0.75rem; /* 12px */
    text-align: center;
  }
  
  .main-title {
    font-size: clamp(1.375rem, 7.5vw, 2rem); /* 22px - 32px */
    line-height: 1.1;
  }
  
  .benefits-grid {
    gap: 1.5rem; /* 24px */
    padding-top: 10px; /* 10px */
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 30px;
  }
  .benefit-description br {
    display: none;
    
  }
  
  .benefits-grid > div,
  .benefit-item {
    max-width: 90% !important;
    padding: 0.625rem 0.75rem !important; /* 10px 12px */
  }
  
  .icon-square {
    width: 25px;
    height: 25px;
    margin-bottom: 0.625rem !important;
  }
  .benefit-title br {
    display: none;
    text-align: left;
  }
  
  .icon-square  img{
    width: 25px;
    height: 25px;
  
  }
  
  .benefit-title {
    font-size: 16px;
    margin: 0;
  
  }
  
  .benefit-description {
    font-size: 14px;
    width: 100% !important;
    padding-right: 0;
    padding-left: 10px;
  }
  
    .benefit-header{
      text-align: left;
      padding-left: 30px;
    }
  
    
  }

/* ----------------- MÓVILES MUY ESTRECHOS (<= 360px) ----------------- */
@media (max-width: 22.5rem) {
.main-title {
  font-size: clamp(1.125rem, 8vw, 1.625rem); /* 18px - 26px */
}

.benefit-title {
  font-size: clamp(0.875rem, 6vw, 1.125rem); /* 14px - 18px */
}

.benefit-description {
  font-size: clamp(0.75rem, 5vw, 0.875rem); /* 12px - 14px */
  max-width: 85% !important;
}

.icon-square {
  width: 2.5rem; /* 40px */
  height: 2.5rem;
}
}
