@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* Paleta Mundo Remolque (Adaptada al nuevo logo) */
  --primary-color: #F7a400 !important;   /* Naranja corporativo del logo (barra superior) */
  --secondary-color: #1f2329 !important; /* Negro corporativo del logo (texto), usado para fondos */
  --accent-red: #Ef2b2d !important;      /* Rojo corporativo del logo (barra inferior), usado para acentos */
  --warm-red: #cc3328;
  --deep-red: #a61f17;
  --sand-color: #f3ede4;
  --sand-dark: #e8dfd2;
  --ink-soft: #6e665d;
  
  --primary-dark: #1A1A1A;
  --text-color: #1a1a1a;
  --text-green: #00b007;

  --accent-color: #ef2b2d;
  --primary-color: #f7a400;
  --secondary-color: #1f2329;
  --heading-font: "Roboto Condensed", sans-serif;
  --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --surface-soft: rgba(255, 255, 255, 0.94);
}

body {
  font-family: var(--body-font);
  color: #1f2329;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.seccion_producto_nombre,
.seccion_marca_nombre,
.seccion_row_title,
.cont_elementos_banner,
.cont_slider,
.cont_header,
.cont_menu,
.cont_footer,
.cont_producto,
.button_banner,
.button_slider,
.cont_marca {
  font-family: var(--heading-font);
}

.cont_header {
  padding: 0px !important;
}

/* =========================
   HEADER - RETOQUES
========================= */
header .cont_header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

header .cont_header_up {
  background: var(--secondary-color) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header .cont_header_up a,
header .cont_header_up .whatsapp_contacto,
header .cont_header_contactos {
  color: #fff !important;
}

header .cont_header_up a:hover,
header .cont_header_up .whatsapp_contacto:hover {
  color: var(--primary-color) !important;
}

header .cont_header_down {
  background: #ffffff !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

header .cont_header_down input {
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}

header .cont_header_down input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.15rem rgba(247, 164, 0, 0.15) !important;
}

/* Buscador y Botones de acción */
header .cont_header_down .boton_buscador {
  background-color: var(--secondary-color) !important; /* Negro */
  color: white;
  border: 1px solid var(--secondary-color) !important;
  transition: all 0.2s ease;
}

header .cont_header_down .boton_buscador:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

header .cont_header_contactos {
  display: inherit;
  color: #fff !important;
}

header .cont_boton_ofertas .botones .boton_ofertas {
  background-color: var(--primary-color) !important; /* Naranja */
  border-color: var(--primary-color) !important;
  color: #fff !important;
  font-weight: 700;
  transition: all 0.2s ease;
}

header .cont_boton_ofertas .botones .boton_ofertas:hover {
  background-color: #df9300 !important;
  border-color: #df9300 !important;
}

/* Carrito e Ingreso de Usuario */
header .carrito_de_compra,
header .ingresa_usuario {
  background-color: var(--secondary-color) !important; /* Negro */
  border: none;
  color: #fff !important;
  transition: all 0.2s ease;
}

header .carrito_de_compra:hover,
header .ingresa_usuario:hover {
  background-color: var(--accent-red) !important; /* Rojo al hover, para integrar ambos colores */
  opacity: 0.95;
}

.mensaje_fase_beta {
  background-color: var(--secondary-color) !important; /* Negro */
}

.cont_header_logo .logo {
  margin: auto;
  display: block;
  height: 60px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Menú de Navegación */
#nav-mega-menu {
  /* Diseño basado en las barras del logo: superior naranja, inferior roja */
  border-top: 5px solid var(--primary-color);   /* Borde superior Naranja */
  border-bottom: 5px solid var(--accent-red);   /* Borde inferior Rojo */
}

.cont_menu {
  background-color: var(--secondary-color) !important; /* Negro */
}

.cont_menu a,
header .navigation-menu-root a,
#nav-mega-menu a {
  transition: color 0.2s ease;
}

.cont_menu a:hover,
header .navigation-menu-root a:hover,
#nav-mega-menu a:hover {
  color: var(--primary-color) !important;
}

.paginacion .page-item.active .page-link {
  background-color: var(--primary-color) !important; /* Naranja */
  border-color: var(--primary-color) !important;
}

.btn_mobile_menu svg {
  color: var(--primary-color) !important; /* Naranja */
}

/* =========================
   FOOTER - RETOQUES
========================= */
.cont_footer {
  background-color: var(--secondary-color) !important; /* Negro */
  color: #d9d9d9;
  border-top: 4px solid var(--accent-red);
}

.cont_footer a {
  color: #d9d9d9 !important;
  transition: color 0.2s ease;
}

.cont_footer a:hover {
  color: var(--primary-color) !important;
}

.cont_footer .titulo_informacion,
.cont_footer .seccion_col_title h4,
.logo_rs_footer {
  color: var(--primary-color) !important; /* Naranja */
}

.cont_footer .seccion_col_title h4,
.cont_footer .titulo_informacion {
  font-weight: 700;
}

.cont_footer .contacto,
.cont_footer p,
.cont_footer li,
.cont_footer span {
  color: #d9d9d9;
}

.cont_footer .icon_contacto,
.cont_footer .logo_rs_footer i,
.cont_footer .logo_rs_footer svg {
  color: var(--primary-color) !important;
}

.cont_footer .cont_footer_contacts,
.cont_footer .cont_footer_contacts_background {
  background-color: var(--secondary-color) !important;
}

.cont_footer .cont_footer_contacts_background {
  background: transparent !important;
}

.cont_footer .cont_footer_brands {
  background-color: #111318 !important;
}

/** Product Card **/
.cont_imagen_informacion:hover {
  box-shadow: 0px 0px 0px 1px var(--primary-color) !important; /* Naranja */
}

.seccion_producto_nombre,
.seccion_banner_nombre,
.seccion_marca_nombre {
  font-size: 24px;
  font-weight: bold;
  color: black !important;
  border-bottom: 1px solid #cacaca;
  margin-top: 30px;
  margin-bottom: 30px;
}

.seccion_row_title {
  position: relative;
  padding-bottom: 14px;
  font-size:24px;
  font-weight:bold;
}

.seccion_row_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #f7a400 0%, #ef2b2d 100%);
  border-radius: 999px;
}

/* 2024 Design Updates */
header .navigation-menu-root {
  background: var(--secondary-color) !important; /* Usar el negro de fondo */
}

header .cont_header_up {
  background: var(--secondary-color) !important; /* Usar el negro de fondo */
}

/* Etiquetas y Breadcrumbs */
nav[aria-label="breadcrumb"] ol li h1,
.producto_breadcrumb_active {
  color: var(--primary-color) !important; /* Naranja */
}

/* Secciones Especiales */
.fila-especiales h3 {
  color: var(--primary-color) !important; /* Naranja */
}

/* Separación entre botón de usuario y carrito */
header .ingresa_usuario {
  margin-right: 5px !important;
  border-radius: 5px !important;
}

header .carrito_de_compra {
  margin-left: 0px !important; 
  border-radius: 5px !important;
}

header .cont_header_down .cont_header_actions {
  gap: 5px;
}

.seccion_row_title {
  padding: 10px !important;
}

/* Color base de los enlaces en el breadcrumb (Inicio / Categoría) */
nav[aria-label="breadcrumb"] ol li a {
  color: var(--secondary-color) !important; /* Negro */
  text-decoration: none !important;
}

/* CAMBIO SOLICITADO: Hover del Breadcrumb */
/* Esto elimina el rojo anterior y lo cambia por el naranja corporativo */
nav[aria-label="breadcrumb"] ol li a:hover {
  color: var(--primary-color) !important; /* Naranja del logo */
  text-decoration: underline !important;
}

/* El nombre del producto final (que no es link) ya es naranja, lo aseguramos: */
nav[aria-label="breadcrumb"] ol li h1 {
  color: var(--primary-color) !important;
  font-size: 0.8rem !important;
  margin: 0;
}

.whatsapp_contacto {
  color: white !important;
}

.card_categoria_imagen {
  height: 430px !important;
}

.card_categoria_titulo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);

    display: flex; /* mejor que inline-flex */
    align-items: center;
    justify-content: center; /* centra el texto */

    min-width: 150px;

    background-color: var(--primary-color);
    color: #fff;

    padding: 10px 30px;
    border-radius: 8px;

    font-size: 14px !important;
    text-transform: uppercase;

    text-align: center;
    position: absolute;
}
.card_categoria_overlay {
  background-color: transparent !important;
}

/* =========================
   HOME TEMPLATE 2026
   Inspirado en la referencia del cliente:
   hero dominante, bloques densos, fondo cálido
   y acentos en negro + naranja del logo.
========================= */

body {
  background:
    radial-gradient(circle at top, rgba(247, 164, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #f5efe7 0%, #efe7dc 58%, #e8ded1 100%);
  color: #1f2329;
}

header .cont_header {
  background: #161a20 !important;
  box-shadow: 0 14px 34px rgba(13, 15, 18, 0.22);
}

header .cont_header_down {
  background: #161a20 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: clip;
}

header .cont_header_down input {
  background: #f6f4f1 !important;
  border-color: #d0c7bb !important;
}

header .cont_header_down .boton_buscador {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

header .cont_boton_ofertas .botones .boton_ofertas,
.button_slider,
.button_banner {
  background: linear-gradient(90deg, #f7a400 0%, #ff8d1f 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(247, 164, 0, 0.22);
}

header .navigation-menu-root {
  background: #111418 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 4px solid #252a32;
}

header .navigation-menu-root ul li > button,
header .navigation-menu-root ul li > a,
header .navigation-menu-root .list_item_link {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

header .cont_header_down input,
header .cont_header_down .boton_buscador,
header .cont_boton_ofertas .botones .boton_ofertas,
header .cont_boton_ofertas .botones a,
header .cont_carrito_compra button,
header .cont_carrito_compra a {
  font-family: var(--heading-font);
}

header .cont_header_down input {
  min-height: 44px;
}

header .cont_boton_ofertas .botones .boton_ofertas,
header .cont_boton_ofertas .botones a {
  letter-spacing: 0.06em;
  font-size: 12px;
}



.fila-slider.seccion-fila {
  display: block;
  margin-top: 0;
  margin-bottom: 34px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 32px 56px rgba(23, 20, 15, 0.2);
}

.fila-slider.seccion-fila > [class*="col_"] {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.fila-slider.seccion-fila .seccion_col_widgets,
.fila-slider.seccion-fila .cont_slider,
.fila-slider.seccion-fila .cont_carrousel_item,
.fila-slider.seccion-fila .cont_carrousel_item > a {
  width: 100%;
  max-width: 100%;
}

.fila-slider.seccion-fila .seccion_col_widgets,
.fila-slider.seccion-fila .cont_slider,
.fila-slider.seccion-fila .cont_carrousel_item,
.fila-slider.seccion-fila .cont_carrousel_item > a,
.fila-slider.seccion-fila .cont_carrousel_item > a > div,
.fila-slider.seccion-fila .cont_carrousel_item > a img {
  width: 100vw !important;
  max-width: 100vw !important;
}

.fila-slider.seccion-fila .cont_carrousel_item > a,
.fila-slider.seccion-fila .cont_carrousel_item > a > div,
.fila-slider.seccion-fila .img_slider,
.fila-slider.seccion-fila img {
  display: block !important;
}

.slider .cont_slider {
  margin: 0;
}

.fila-slider.seccion-fila .img_slider {
  height: clamp(500px, 52vw, 700px);
  filter: saturate(0.9) contrast(1.01) brightness(0.92);
}

.fila-slider.seccion-fila .cont_caption {
  left: 88px !important;
  right: auto !important;
  bottom: 72px !important;
  top: auto !important;
  width: 520px !important;
  max-width: calc(100% - 176px) !important;
  text-align: left !important;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

.fila-slider.seccion-fila .texto_slider,
.fila-slider.seccion-fila .cont_caption h3 {
  color: #fff !important;
  max-width: 12ch;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 0.88;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 0;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.fila-slider.seccion-fila .cont_caption p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  max-width: 34ch;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.fila-slider.seccion-fila .button_slider {
  padding: 12px 18px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #f7a400 0%, #ef7d00 100%) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(239, 125, 0, 0.28);
}

.fila-slider.seccion-fila .button_slider:hover {
  background: linear-gradient(90deg, #ffb428 0%, #ff8c14 100%) !important;
}

.fila-bienvenida.seccion-fila {
  margin-bottom: 28px;
}

.fila-bienvenida.seccion-fila .cont_banner {
  --bs-gutter-x: 14px;
  row-gap: 14px;
  margin-top: 6px;
}

.fila-bienvenida.seccion-fila .cont_imagen_banner {
  margin: 0;
}

.fila-bienvenida.seccion-fila .cont_imagen_banner > a,
.fila-bienvenida.seccion-fila .cont_imagen_banner > div {
  min-height: 188px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(31, 35, 41, 0.14);
}

.fila-bienvenida.seccion-fila .image_banner {
  height: 188px !important;
  filter: brightness(0.6) saturate(0.92);
}

.fila-bienvenida.seccion-fila .cont_elementos_banner {
  inset: auto 16px 14px 16px !important;
  width: auto !important;
  left: 16px !important;
  right: 16px !important;
  top: auto !important;
  transform: none !important;
  text-align: left;
}

.fila-bienvenida.seccion-fila .cont_elementos_banner h3 {
  margin: 0 0 6px;
  color: #fff !important;
  font-size: 22px;
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.fila-bienvenida.seccion-fila .cont_elementos_banner p {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 12px;
  line-height: 1.35;
  max-width: 24ch;
}

.fila-bienvenida.seccion-fila .button_banner {
  padding: 10px 16px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #f7a400 0%, #ef7d00 100%) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fila-bienvenida.seccion-fila .button_banner:hover {
  background: linear-gradient(90deg, #ffb428 0%, #ff8c14 100%) !important;
}

.fila-bienvenida.seccion-fila .seccion_row_title {
  margin: 0 auto !important;
  color: #21252b !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.seccion_row_title {
  position: relative;
  margin-top: 34px !important;
  margin-bottom: 10px !important;
  padding: 0 0 16px !important;
  color: #20242b !important;
  font-size: clamp(28px, 2.6vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 0.92;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.seccion_row_title::after {
  width: 148px !important;
  height: 5px !important;
  margin: 14px 0 0 !important;
  background: linear-gradient(90deg, #f7a400 0%, #ef7d00 100%) !important;
}

.destacados.seccion-fila + .seccion_row_title::after,
.fila-blog.seccion-fila + .seccion_row_title::after {
  background: linear-gradient(90deg, rgba(204, 51, 40, 0.92) 0%, rgba(166, 31, 23, 0.98) 100%) !important;
}

.fila-catdestacadas.seccion-fila {
  margin-bottom: 18px;
}

.fila-catdestacadas.seccion-fila .cont_banner {
  --bs-gutter-x: 14px;
  row-gap: 14px;
  margin-top: 6px;
}

.fila-catdestacadas.seccion-fila .cont_imagen_banner {
  margin: 0;
}

.fila-catdestacadas.seccion-fila .cont_imagen_banner > a,
.fila-catdestacadas.seccion-fila .cont_imagen_banner > div {
  min-height: 228px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(31, 35, 41, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fila-catdestacadas.seccion-fila .cont_imagen_banner > a:hover,
.fila-catdestacadas.seccion-fila .cont_imagen_banner > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(31, 35, 41, 0.18);
}

.fila-catdestacadas.seccion-fila .image_banner {
  height: 228px !important;
  min-height: 228px !important;
  filter: brightness(0.72) saturate(0.9);
}

.fila-catdestacadas.seccion-fila .cont_elementos_banner {
  inset: auto 18px 18px 18px !important;
  width: auto !important;
  left: 18px !important;
  right: 18px !important;
  top: auto !important;
  transform: none !important;
  text-align: left;
}

.fila-catdestacadas.seccion-fila .cont_elementos_banner h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  margin: 0 0 10px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7a400 0%, #ff8d1f 100%);
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fila-catdestacadas.seccion-fila .cont_elementos_banner p {
  display: none;
}

.fila-catdestacadas.seccion-fila .button_banner {
  padding: 9px 14px !important;
  border: none !important;
  border-radius: 999px !important;
  background: rgba(31, 35, 41, 0.9) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.destacados.seccion-fila,
.comprados.seccion-fila {
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 16px 10px 10px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(245, 236, 227, 0.96) 100%);
  box-shadow: 0 20px 40px rgba(31, 35, 41, 0.08);
  border: 1px solid rgba(204, 51, 40, 0.08);
}

.destacados.seccion-fila .cont_grilla_productos,
.comprados.seccion-fila .cont_grilla_productos {
  padding: 8px 0 0 !important;
  row-gap: 18px;
}

.destacados.seccion-fila .cont_imagen_informacion,
.comprados.seccion-fila .cont_imagen_informacion {
  padding: 12px 12px 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(31, 35, 41, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 245, 239, 0.98) 100%);
  box-shadow: 0 16px 30px rgba(31, 35, 41, 0.06) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.destacados.seccion-fila .cont_imagen_producto,
.comprados.seccion-fila .cont_imagen_producto {
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f4f1ec 100%);
}

.destacados.seccion-fila .cont_imagen_informacion:hover,
.comprados.seccion-fila .cont_imagen_informacion:hover {
  transform: translateY(-4px);
  border-color: rgba(204, 51, 40, 0.22);
  box-shadow: 0 22px 36px rgba(31, 35, 41, 0.12) !important;
}

.destacados.seccion-fila .cont_informacion,
.comprados.seccion-fila .cont_informacion {
  margin: 10px 4px 0 !important;
  text-align: left;
}

.destacados.seccion-fila .sku_producto,
.comprados.seccion-fila .sku_producto {
  color: #8b7d70;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.destacados.seccion-fila .nombre_producto,
.comprados.seccion-fila .nombre_producto {
  margin-top: 6px;
  min-height: 52px !important;
  max-height: 52px !important;
  font-size: 16px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  color: #1f2329 !important;
}

.destacados.seccion-fila .marca,
.comprados.seccion-fila .marca {
  color: #7a7066;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}

.destacados.seccion-fila .precio,
.destacados.seccion-fila .precio_descuento_precio_oferta,
.comprados.seccion-fila .precio,
.comprados.seccion-fila .precio_descuento_precio_oferta {
  color: #1f2329 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.destacados.seccion-fila .texto_stock_fisico,
.destacados.seccion-fila .texto_stock_disponible,
.comprados.seccion-fila .texto_stock_fisico,
.comprados.seccion-fila .texto_stock_disponible {
  color: #2f7d32 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fila-prefooter.seccion-fila {
  width: 100vw;
  max-width: 100vw !important;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  align-items: stretch;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home > .fila-prefooter.seccion-fila {
  --bs-gutter-x: 0;
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fila-prefooter.seccion-fila > .col_0 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.fila-prefooter.seccion-fila .mm-support-section {
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(28, 30, 35, 0.98) 0%, rgba(34, 37, 44, 0.98) 100%);
  box-shadow: none;
}

.fila-prefooter.seccion-fila .mm-support-top {
  position: relative;
  padding: 32px 34px 38px;
  background:
    linear-gradient(135deg, rgba(31, 35, 41, 0.96) 0%, rgba(39, 42, 49, 0.94) 100%);
}

.fila-prefooter.seccion-fila .mm-support-top::before,
.fila-prefooter.seccion-fila .mm-support-top::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 100%);
}

.fila-prefooter.seccion-fila .mm-support-top::before {
  left: 24px;
}

.fila-prefooter.seccion-fila .mm-support-top::after {
  right: 24px;
  transform: scaleX(-1);
}

.fila-prefooter.seccion-fila .mm-support-title {
  margin: 0 0 24px;
  color: #fff;
  text-align: center;
  font-size: clamp(26px, 2.3vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.fila-prefooter.seccion-fila .mm-support-grid {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.fila-prefooter.seccion-fila .mm-support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.fila-prefooter.seccion-fila .mm-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.fila-prefooter.seccion-fila .mm-support-icon svg {
  width: 34px;
  height: 34px;
  stroke: #1f2329;
}

.fila-prefooter.seccion-fila .mm-support-item span {
  color: #f4f1ec;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.fila-prefooter.seccion-fila .mm-support-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.fila-prefooter.seccion-fila .mm-support-cta a,
.fila-prefooter.seccion-fila .mm-about-panel .mm-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cc3328 0%, #a61f17 100%);
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(166, 31, 23, 0.28);
}

.fila-prefooter.seccion-fila .mm-about-stage {
  position: relative;
  width: 100%;
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(244, 239, 232, 1) 0%, rgba(235, 228, 219, 1) 100%);
}

.fila-prefooter.seccion-fila .mm-about-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 242, 236, 0.98) 0%, rgba(246, 242, 236, 0.9) 19%, rgba(246, 242, 236, 0.46) 38%, rgba(246, 242, 236, 0.08) 62%, rgba(246, 242, 236, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.fila-prefooter.seccion-fila .mm-about-image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.fila-prefooter.seccion-fila .mm-about-panel {
  position: absolute;
  left: max(24px, calc((100vw - 1320px) / 2 + 24px));
  right: auto;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: min(420px, calc(100vw - 80px));
  padding: 28px 30px 24px;
  color: #fff;
  text-align: left !important;
  background:
    linear-gradient(135deg, rgba(39, 43, 50, 0.98) 0%, rgba(52, 56, 64, 0.98) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
  box-shadow: 0 22px 36px rgba(18, 19, 23, 0.22);
}

.fila-prefooter.seccion-fila .mm-about-panel,
.fila-prefooter.seccion-fila .mm-about-panel * {
  text-align: left !important;
  align-items: flex-start;
}

.fila-prefooter.seccion-fila .mm-about-panel h3 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.02;
  font-weight: 800;
}

.fila-prefooter.seccion-fila .mm-about-panel p {
  margin: 10px 0 0;
  max-width: 34ch;
  color: rgba(255,255,255,0.9) !important;
  font-size: 15px;
  line-height: 1.55;
}

.fila-prefooter.seccion-fila .mm-about-panel .mm-about-button {
  align-self: flex-start;
  margin-top: 18px;
}

.fila-blog.seccion-fila {
  margin-top: 18px;
  margin-bottom: 28px;
  padding: 18px 10px 12px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(250, 244, 236, 0.96) 0%, rgba(242, 232, 221, 0.96) 100%);
  box-shadow: 0 20px 40px rgba(31, 35, 41, 0.08);
  border: 1px solid rgba(204, 51, 40, 0.08);
}

.fila-blog.seccion-fila > [class*="col_"] > .seccion_col_widgets > div > div {
  display: flex;
  flex-direction: column;
  min-height: 502px;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(31, 35, 41, 0.08);
  box-shadow: 0 16px 30px rgba(31, 35, 41, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.fila-blog.seccion-fila > [class*="col_"] > .seccion_col_widgets > div > div:hover {
  transform: translateY(-4px);
  border-color: rgba(204, 51, 40, 0.22);
  box-shadow: 0 22px 36px rgba(31, 35, 41, 0.12);
}

.fila-blog.seccion-fila .Post_feature_image__bOIKm {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2e8dd 0%, #e6d8c8 100%);
}

.fila-blog.seccion-fila .Post_post_image__R0g4K,
.fila-blog.seccion-fila .Post_post_image__pE5Cx,
.fila-blog.seccion-fila .post_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fila-blog.seccion-fila .Post_title__rc8sq h3,
.fila-blog.seccion-fila .title h3,
.fila-blog.seccion-fila h3 {
  display: -webkit-box !important;
  min-height: 96px;
  max-height: 96px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #1f2329;
  font-size: 20px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.fila-blog.seccion-fila .Post_category__K6bFI,
.fila-blog.seccion-fila .category {
  margin-top: 16px !important;
  margin-bottom: 10px;
  color: var(--warm-red) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fila-blog.seccion-fila .Post_excerpt__tyL13,
.fila-blog.seccion-fila .excerpt {
  display: -webkit-box !important;
  min-height: 64px;
  max-height: 64px;
  margin-top: 0;
  color: var(--ink-soft);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.fila-blog.seccion-fila .Post_read_more__oP6_I {
  margin-top: auto;
  padding-top: 18px;
  color: var(--warm-red) !important;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fila-blog.seccion-fila .Post_read_more__oP6_I::after,
.fila-blog.seccion-fila .read_more::after {
  content: " →";
}

.fila-blog.seccion-fila .read_more {
  margin-top: auto;
  padding-top: 18px;
  color: var(--warm-red) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer,
footer > .cont_footer,
.cont_footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.cont_footer {
  margin-top: 0 !important;
  background:
    linear-gradient(180deg, rgba(20, 22, 26, 0.98) 0%, rgba(14, 16, 20, 0.98) 100%) !important;
  border-top: 4px solid #cc3328;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#FooterDefault {
  margin-top: -25px !important;
}

.cont_footer .cont_footer_informacion_background {
  padding-top: 32px !important;
}

.cont_footer .cont_footer_informacion_background,
.cont_footer .cont_footer_contacts_background,
.cont_footer .cont_footer_brands {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cont_footer .titulo_informacion,
.cont_footer .seccion_col_title h4 {
  color: #f4ede4 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cont_footer .subtitulo_informacion,
.cont_footer li,
.cont_footer p,
.cont_footer span,
.cont_footer a {
  color: #d8cec2 !important;
}

.cont_footer .logo_rs_footer,
.cont_footer .logo_rs_footer svg,
.cont_footer .icon_contacto {
  color: var(--warm-red) !important;
}

@media only screen and (max-width: 992px) {
  .slider .img_slider {
    height: 420px;
  }

  .slider .cont_caption {
    left: 48px !important;
    bottom: 44px !important;
    width: 460px !important;
    max-width: calc(100% - 96px) !important;
    padding: 0 !important;
  }

  .slider .texto_slider,
  .slider .cont_caption h3 {
    max-width: 12ch;
    font-size: clamp(30px, 5.4vw, 46px);
  }

  .fila-catdestacadas.seccion-fila .card_categoria_imagen {
    height: 190px !important;
    min-height: 190px !important;
  }

  .fila-catdestacadas.seccion-fila .image_banner {
    height: 190px !important;
    min-height: 190px !important;
  }

  .fila-prefooter.seccion-fila .mm-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header .cont_carrito_compra {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .home {
    padding: 0 8px;
  }

  .slider {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    margin-left: calc(50% - 50vw + 8px) !important;
    margin-right: calc(50% - 50vw + 8px) !important;
    border-radius: 18px;
    margin-bottom: 24px;
  }

  .slider .img_slider {
    height: 320px;
  }

  .slider .cont_caption {
    left: 18px !important;
    bottom: 22px !important;
    width: 290px !important;
    max-width: calc(100% - 36px) !important;
    padding: 0 !important;
    border-radius: 0;
  }

  .slider .texto_slider,
  .slider .cont_caption h3 {
    max-width: 11ch;
    font-size: 30px !important;
    line-height: 0.92;
  }

  .slider .cont_caption p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .slider .button_slider {
    padding: 10px 14px !important;
    font-size: 10px !important;
  }

  .fila-bienvenida.seccion-fila .seccion_row_title,
  .seccion_row_title {
    font-size: 24px !important;
  }

  .fila-bienvenida.seccion-fila .cont_banner {
    --bs-gutter-x: 10px;
    row-gap: 10px;
  }

  .fila-bienvenida.seccion-fila .cont_imagen_banner > a,
  .fila-bienvenida.seccion-fila .cont_imagen_banner > div {
    min-height: 128px;
    border-radius: 14px;
  }

  .fila-bienvenida.seccion-fila .image_banner {
    height: 128px !important;
  }

  .fila-bienvenida.seccion-fila .cont_elementos_banner {
    inset: auto 10px 10px 10px !important;
    left: 10px !important;
    right: 10px !important;
  }

  .fila-bienvenida.seccion-fila .cont_elementos_banner h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .fila-bienvenida.seccion-fila .cont_elementos_banner p {
    display: none;
  }

  .fila-bienvenida.seccion-fila .button_banner {
    padding: 8px 11px !important;
    font-size: 9px !important;
  }

  .fila-catdestacadas.seccion-fila .cont_banner {
    --bs-gutter-x: 10px;
    row-gap: 10px;
  }

  .fila-catdestacadas.seccion-fila .cont_imagen_banner > a,
  .fila-catdestacadas.seccion-fila .cont_imagen_banner > div {
    min-height: 150px;
    border-radius: 16px;
  }

  .fila-catdestacadas.seccion-fila .image_banner {
    height: 150px !important;
    min-height: 150px !important;
  }

  .fila-catdestacadas.seccion-fila .cont_elementos_banner {
    inset: auto 10px 10px 10px !important;
    left: 10px !important;
    right: 10px !important;
  }

  .fila-catdestacadas.seccion-fila .cont_elementos_banner h3 {
    min-width: 130px;
    padding: 10px 12px;
    font-size: 11px !important;
    margin-bottom: 8px;
  }

  .fila-catdestacadas.seccion-fila .button_banner {
    padding: 8px 10px !important;
    font-size: 9px !important;
  }

  .destacados.seccion-fila,
  .comprados.seccion-fila,
  .fila-blog.seccion-fila {
    padding-left: 2px;
    padding-right: 2px;
  }

  .fila-blog.seccion-fila > [class*="col_"] > .seccion_col_widgets > div > div {
    min-height: auto;
    margin-bottom: 10px;
  }

  .fila-blog.seccion-fila .Post_title__rc8sq h3,
  .fila-blog.seccion-fila .title h3,
  .fila-blog.seccion-fila h3 {
    min-height: auto;
    max-height: none;
    font-size: 18px;
    line-height: 1.06;
    -webkit-line-clamp: 3;
  }

  .fila-blog.seccion-fila .Post_excerpt__tyL13,
  .fila-blog.seccion-fila .excerpt {
    min-height: auto;
    max-height: none;
    -webkit-line-clamp: 3;
    font-size: 13px;
  }

  .destacados.seccion-fila .nombre_producto,
  .comprados.seccion-fila .nombre_producto {
    min-height: 44px !important;
    max-height: 44px !important;
    font-size: 14px !important;
  }

  .destacados.seccion-fila .precio,
  .destacados.seccion-fila .precio_descuento_precio_oferta,
  .comprados.seccion-fila .precio,
  .comprados.seccion-fila .precio_descuento_precio_oferta {
    font-size: 22px !important;
  }

  .fila-prefooter.seccion-fila > .col_0 > .seccion_col_widgets > div > div {
    padding: 28px !important;
  }

  .fila-prefooter.seccion-fila > .col_0 h6 {
    margin-bottom: 10px;
    font-size: 11px !important;
  }

  .fila-prefooter.seccion-fila > .col_0 h2 {
    font-size: 28px !important;
    max-width: none;
  }

  .fila-prefooter.seccion-fila > .col_0 p {
    font-size: 14px;
  }

  .fila-prefooter.seccion-fila .mm-support-top {
    padding: 24px 16px 26px;
  }

  .fila-prefooter.seccion-fila .mm-support-top::before,
  .fila-prefooter.seccion-fila .mm-support-top::after {
    display: none;
  }

  .fila-prefooter.seccion-fila .mm-support-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .fila-prefooter.seccion-fila .mm-support-grid {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .fila-prefooter.seccion-fila .mm-support-icon {
    width: 62px;
    height: 62px;
  }

  .fila-prefooter.seccion-fila .mm-support-icon svg {
    width: 28px;
    height: 28px;
  }

  .fila-prefooter.seccion-fila .mm-support-item span {
    font-size: 12px;
  }

  .fila-prefooter.seccion-fila .mm-about-stage {
    min-height: 230px;
  }

  .fila-prefooter.seccion-fila .mm-about-image {
    height: 230px;
  }

  .fila-prefooter.seccion-fila .mm-about-stage::before {
    background:
      linear-gradient(180deg, rgba(246, 242, 236, 0.9) 0%, rgba(246, 242, 236, 0.45) 34%, rgba(246, 242, 236, 0.08) 62%, rgba(246, 242, 236, 0) 100%);
  }

  .fila-prefooter.seccion-fila .mm-about-panel {
    left: 14px;
    right: 14px;
    top: 18px;
    transform: none;
    width: auto;
    padding: 20px 18px 18px;
    clip-path: none;
  }

  .fila-prefooter.seccion-fila .mm-about-panel h3 {
    font-size: 24px;
  }

  .fila-prefooter.seccion-fila .mm-about-panel p {
    font-size: 14px;
  }
}

.cont_footer {
  margin-top: 0 !important;
}
