.elementor-418 .elementor-element.elementor-element-2ef2ec1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9270cd1 *//* ===== Footer Big Bags (versión clara y elegante) ===== */

.bb-footer {
  background: none;          /* Fondo claro elegante */
  color: #1f2933;               /* Texto gris oscuro */
  padding: 3rem 1.5rem 1.5rem;
  margin-top: 4rem;
  font-size: 0.92rem;
  border-top: 2px solid rgba(15, 23, 42, 0.06); /* Línea superior sutil */
}

.bb-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.15s ease;
}

.bb-footer a:hover {
  color: #d99624;              /* Acento dorado más elegante */
}

/* Contenedor principal */
.bb-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

/* Columnas */
.bb-footer__col {
  min-width: 0;
}

.bb-footer__col--brand .bb-footer__text {
  margin-top: 1rem;
  line-height: 1.5;
  max-width: 360px;
  color: #4b5563;
}

/* Logo */
.bb-footer__logo img {
  max-width: 190px;
  height: auto;
  display: block;
}

/* Títulos */
.bb-footer__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #111827;
}

.bb-footer__title--space {
  margin-top: 1.5rem;
}

/* Listas */
.bb-footer__links,
.bb-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-footer__links li + li {
  margin-top: 0.4rem;
}

/* Contacto */
.bb-footer__contact li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
}

.bb-footer__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  color: #6b7280;
}

.bb-footer__contact a {
  font-weight: 500;
}

/* CTA catálogo */
.bb-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid blue;
  font-weight: 500;
  margin-bottom: 0.75rem;
  background: #ffffff;
  box-shadow: 0 8px 18px
}

.bb-footer__cta:hover {
  color: blue;
}

/* Redes */
.bb-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

.bb-footer__social a {
  font-size: 0.9rem;
  opacity: 0.85;
}

.bb-footer__social a:hover {
  opacity: 1;
}

/* Franja inferior */
.bb-footer__bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin-top: 2.5rem;
  padding-top: 1rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(4px);
}

.bb-footer__bottom-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}

.bb-footer__copy {
  margin: 0;
  opacity: 0.75;
  color: #4b5563;
}

.bb-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  align-items: center;
  font-size: 0.85rem;
  color: #4b5563;
}

.bb-footer__legal a {
  opacity: 0.9;
}

.bb-footer__legal a:hover {
  opacity: 1;
}

.bb-footer__by {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
  .bb-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .bb-footer {
    padding: 2.5rem 1.25rem 1.25rem;
  }

  .bb-footer__inner {
    grid-template-columns: 1fr;
  }

  .bb-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */