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

/* TABLET */
@media (max-width: 1024px) {

  /* padding general */
  .content {
    padding: 20rem 4rem 4rem;
  }

  .footer {
    padding: 0 4rem;
  }

  /* NAV */
  .nav {
    gap: 2rem;
  }

  /* HERO */
  .title {
    font-size: 4rem;
  }
  .subtitle {
    font-size: 2.8rem;
  }

  /* BANNERS */
  .banner {
    padding: 0 4rem;
  }

  /* GRID GENERALES */
  .menu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .builder-gallery {
    left: -4rem;
  }

  .builder-banner {
    left: -4rem;
  }

  /* PICKUP */
  .pickup-wrapper {
    grid-template-columns: 1fr;
  }

  .pickup-map {
    order: -1;
  }

  /* FORM */
  .form-grid {
    grid-template-columns: 1fr;
  }

  /* CHECKOUT */
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-right {
    position: static;
    border-left: none;
    padding-left: 0;
  }

}


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

  html {
    font-size: 9px;
  }

  /* HEADER */
  .header {
    padding: 2rem;
  }

  .logo {
    height: 5rem;
    margin-bottom: 2rem;
  }

  /* NAV */
  .nav {
    display: none;
  }

  /* HERO */
  .title {
    font-size: 3rem;
  }
  .subtitle {
    font-size: 2.2rem;
  }

  /* ACCESS */
  .access {
    flex-direction: column;
    gap: 1rem;
  }

  .access-item {
    height: auto;
    padding: 2rem;
  }

  /* TEXT BLOCKS */
  .text h2 {
    font-size: 4rem;
  }

    .slide-intro  {
  padding: 4rem;
}

  /* GALLERY */
  .slide-intro .gallery {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .col {
    position: relative;
    top: auto;
    margin-top: 0 !important;
  }

  /* BANNERS */
  .banner {
    flex-direction: column;
    text-align: center;
    padding: 4rem;
  }

  .banner h2 {
    font-size: 4rem;
  }

/* derecha */
.banner-right {
  margin: 0 4rem;
  margin-bottom: 4rem;
}

/* centro */
.banner-center {
  margin: 0 4rem;
}

  /* MENU FULLSCREEN */
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-col {
    border-left: none;
    border-top: .1rem solid var(--dark);
    padding: 2rem 0;
  }

  /* OPTIONS */
  .options-wrapper {
    grid-template-columns: 1fr;
  }

  .items-grid {
    grid-template-columns: 1fr;
  }

  .summary {
    grid-template-columns: 1fr 1fr;
  }

  /* TABS */
  .tabs {
    flex-wrap: wrap;
  }

  .tab {
    width: 100%;
  }

  /* FAQ */
  .faq-tabs {
    flex-wrap: wrap;
  }

  .faq-tab {
    width: 100%;
    text-align: center;
  }

  /* PICKUP */
  .pickup-actions {
    flex-direction: column;
  }

  /* FOOTER */
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-info {
    flex-direction: column;
    gap: 2rem;
  }

}


/* SMALL MOBILE */
@media (max-width: 480px) {

  html {
    font-size: 9px;
  }

  .content {
    padding: 18rem 2rem 4rem;
  }

  .banner h2 {
    font-size: 3rem;
  }

  .text h2 {
    font-size: 3rem;
  }

  .summary {
    grid-template-columns: 1fr;
  }

.menu-center {
    text-align: center;
    padding: 4rem;
}
.menu-actions {
    gap: 2rem;
}
.menu-actions .bt-base {
font-size: 2rem;
}
.helpdesk.show {
    overflow-y: scroll !important;
}
.menu-col {
        border: none;
        padding: 0;
}
#mc-one h3 {
display: none;
}
#mc-two h3, #mc-three h3 {
margin-bottom: 2rem;
}
.menu-main a {
    font-size: 4rem;
    line-height: 4rem;
}
.footer-top-line {
    margin-bottom: 0;
}
.hd-footer .footer-top-line {
    margin-bottom: 3rem;
}
.hd-footer-main {
    grid-template-columns: 1fr;
    margin-top: -3rem;
    gap: 2rem;
}
.hd-footer-main .footer-info {
    padding-top: 0;
    text-align: center;
}
.footer-social {
    width: 100%;
    margin-bottom: 4rem;
}
.hd-footer-main .footer-left {
    text-align: center;
}
.hd-footer-main .footer-left img {
    width: 70%;
}

.footer .footer-main .footer-right {
    text-align: center;
}
.footer .footer-main .footer-left {
    text-align: center;
}
.footer .footer-main .footer-left img {
    width: 70%;
}
.footer .footer-main {
    gap: 0;
}

.banner-left {
    aspect-ratio: initial;
    background-size: 150vw auto;
    padding-top: 50vw;
    background-position: top right;
}


.main-banner, .vidcell, .vidcell video  {
    height: 125vw;
}

.scrolldown {
display: none;
}
.slide-intro {
        text-align: center;
}
.banner-right, .banner-center {
    justify-content: center;
    aspect-ratio: 1 / 1;
}
.banner-right::before {
    background: rgba(0, 0, 0, 0.5);
}
.banner-center::before {
    background: rgba(0, 0, 0, 0.5);
}


.footer-bottom {
        flex-direction: column;
        gap: 2rem; /* opcional */
        text-align: center; /* opcional */
    }
    
}


/*========================
GLOBAL SCALE
========================*/

@media (min-width: 651px) and (max-width: 1350px) {

  html,
  body {
    font-size: 10px;
  }

}

@media (min-width: 1500px) {

  html,
  body {
    font-size: 10px;
  }

}

@media (min-width: 1700px) {

  html,
  body {
    font-size: 11px;
  }

}

@media (min-width: 2000px) {

  html,
  body {
    font-size: 12px;
  }

}

@media (min-width: 2400px) {

  html,
  body {
    font-size: 13px;
  }

}

@media (min-width: 2800px) {

  html,
  body {
    font-size: 14px;
  }

}