.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section {
  width: 100%;
  background: #2c2c2c;
  color: rgba(247, 245, 242, 0.78);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__container {
  width: 100%;
  max-width: var(--kombos-max-width, 1500px);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  box-sizing: border-box;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__main {
  padding-top: 3rem;
  padding-bottom: 0;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__brand {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-width: 0;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__logo {
  display: inline-block;
  line-height: 0;
  width: fit-content;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__logo-img {
  height: 1.75rem;
  width: auto;
  max-width: 11.25rem;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__tagline {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: rgba(247, 245, 242, 0.72);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp:hover {
  opacity: 0.85;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp-icon {
  display: inline-flex;
  font-size: 1.375rem;
  color: #25d366;
  line-height: 0;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp-label {
  padding-bottom: 0.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(247, 245, 242, 0.78);
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 0;
  transition: color 0.2s ease;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__social-link:hover {
  color: #ffffff;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__social-link :global(.kombos-icon), .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__social-link .kombos-icon {
  width: 1em;
  height: 1em;
  display: block;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__bottom {
  background: #2c2c2c;
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp, .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__social-link {
    transition: none;
  }
}

@media (min-width: 768px) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__main {
    padding-top: 3.5rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    margin-bottom: 2.75rem;
    padding-bottom: 2.25rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__brand {
    flex: 1 1 auto;
    min-width: 12rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__whatsapp {
    flex: 0 0 auto;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__socials {
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__logo-img {
    height: 2rem;
    max-width: 12.5rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem 1.75rem;
  }
}

@media (min-width: 1024px) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__top {
    margin-bottom: 3rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__logo-img {
    height: 2.125rem;
  }

  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 1.25rem;
  }
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-column__title {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #ffffff;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-column__panel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-column__link {
  font-size: 0.875rem;
  color: rgba(247, 245, 242, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-column__link:hover {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-column__link {
    transition: none;
  }
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__title {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #ffffff;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(247, 245, 242, 0.65);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: rgba(247, 245, 242, 0.55);
  width: 1em;
  height: 1em;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__text {
  flex: 1;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__text--hours {
  white-space: pre-line;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__link {
  flex: 1;
  color: rgba(247, 245, 242, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__link:hover {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-contact__link {
    transition: none;
  }
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  text-align: left;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__copyright {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(247, 245, 242, 0.5);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  font-size: 0.75rem;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__legal-link {
  color: rgba(247, 245, 242, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__legal-link:hover {
  color: #ffffff;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__legal-sep {
  display: none;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__payments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__pay {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  color: rgba(247, 245, 242, 0.7);
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__pay:hover {
  opacity: 1;
}

.cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__pay-svg {
  height: 1.25rem;
  width: auto;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__legal-link, .cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__pay {
    transition: none;
  }
}

@media (min-width: 800px) {
  .cc_iXiOwcw6G7_LDCVhFz5eW .footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
}
