/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 992px) {

  .planes-title {
    font-size: 34px;
  }

  .font-plan {
    font-size: 42px;
  }

  .planes-description {
    font-size: 18px;
  }

  .plan-box {
    height: auto;
    padding: 25px 18px;
  }

  .plan-box h2 {
    font-size: 3.2rem;
  }

  .plan-box small {
    font-size: 1.6rem;
  }

  .ventaja-card {
    width: 100%;
    max-width: 420px;
  }

  .mini-beneficio {
    width: 260px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

}


/* =====================================================
MOBILE GRANDE (≤ 768px)
===================================================== */

@media (max-width: 768px) {

  .planes-title {
    font-size: 30px;
  }

  .font-plan {
    font-size: 38px;
  }

  .planes-description {
    font-size: 16px;
  }

  .subtitle {
    font-size: 12px;
  }

  .plan-card {
    padding: 22px 18px;
  }

  .plan-box h2 {
    font-size: 3rem;
  }

  .plan-box p {
    font-size: 18px;
  }

  .plan-price h3 {
    font-size: 2.2rem;
  }

  .apps img {
    height: 20px;
  }

  .mini-beneficio {
    width: 100%;
    height: auto;
  }

  .planes-tabs {
    flex-direction: column;
    width: 100%;
  }

  .planes-tabs .tab-button,
  .planes-tabs .tab-active {
    width: 100%;
  }

}


/* =====================================================
MOBILE CHICO (≤ 576px)
===================================================== */

@media (max-width: 576px) {

  .topbar {
    font-size: 12px;
    padding: 6px 10px;
  }

  .logo img {
    max-height: 80px;
  }

  .btn-contacto {
    padding: 10px 16px;
    font-size: 14px;
  }

  .planes-title {
    font-size: 26px;
  }

  .font-plan {
    font-size: 32px;
  }

  .plan-box {
    padding: 22px 15px;
  }

  .plan-box h2 {
    font-size: 2.5rem;
  }

  .plan-box small {
    font-size: 1.4rem;
  }

  .plan-box p {
    font-size: 16px;
  }

  .plan-price h3 {
    font-size: 2rem;
  }

  .btn-contratar,
  .btn-wsp {
    font-size: 14px;
  }

  .benefits p[class^="hotspot-"] {
    font-size: 18px;
  }

  .apps img {
    height: 18px;
  }

  .ventaja-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .ventaja-icon {
    width: 45px;
  }

  .mini-beneficio {
    margin-left: 20px;
    margin-right: 20px;
  }

  .conoce-script {
    font-size: 2rem;
  }

  .conoce-text {
    font-size: 20px;
  }

  #wsp-btn {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }

}


/* =====================================================
MOBILE MUY CHICO (≤ 400px)
===================================================== */

@media (max-width: 400px) {

  .planes-title {
    font-size: 24px;
  }

  .font-plan {
    font-size: 28px;
  }

  .plan-box h2 {
    font-size: 2.2rem;
  }

  .plan-price h3 {
    font-size: 1.8rem;
  }

  .mini-beneficio {
    padding: 15px;
  }

}

/* =====================================================
MODULOS BENEFICIOS - MOBILE FIX
===================================================== */

/* Tablet */
@media (max-width: 768px) {

  .row.g-4.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .row.g-4.justify-content-center .col-auto {
    width: calc(50% - 10px);
  }

  .mini-beneficio {
    width: 100%;
    height: 100%;
    padding: 18px;
  }

}

/* Mobile */
@media (max-width: 576px) {

  .row.g-4.justify-content-center .col-auto {
    width: 100%;
    max-width: 340px;
  }

  .mini-beneficio {
    width: 100%;
    margin: 0;
  }

  .mini-beneficio img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
  }

  .beneficios-txt {
    font-size: 14px;
    line-height: 1.3;
  }

}

/* =========================================================
HEADER
========================================================= */
@media (max-width: 768px) {

  .main-header .container {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
  }

  .logo {
    text-align: center;
  }

  .btn-contacto {
    width: 100%;
    justify-content: center;
  }

}