/* ============================================================
   HERO · Blueprint pattern + círculo decorativo
   ============================================================ */

html body .crl-hero-bg,
html body section.crl-hero-bg,
html body .fusion-builder-container.crl-hero-bg{
  position: relative !important;
  overflow: hidden !important;
  background-color: #04162F !important;
  background-image:
    /* Círculo decorativo grande arriba a la derecha (2 anillos concéntricos) */
    radial-gradient(circle at 88% 25%, transparent 178px, rgba(38, 136, 228, 0.25) 179px, rgba(38, 136, 228, 0.25) 180px, transparent 181px),
    radial-gradient(circle at 88% 25%, transparent 118px, rgba(38, 136, 228, 0.35) 119px, rgba(38, 136, 228, 0.35) 120px, transparent 121px),
    /* Blueprint grid — líneas mayores cada 100px */
    linear-gradient(rgba(38, 136, 228, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 136, 228, 0.12) 1px, transparent 1px),
    /* Blueprint grid — líneas menores cada 20px */
    linear-gradient(rgba(38, 136, 228, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 136, 228, 0.06) 1px, transparent 1px) !important;
  background-size:
    100% 100%,   /* círculo exterior */
    100% 100%,   /* círculo interior */
    100px 100px, /* grid mayor V */
    100px 100px, /* grid mayor H */
    20px 20px,   /* grid menor V */
    20px 20px !important; /* grid menor H */
  background-position: 0 0 !important;
  background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat !important;
}


/* ============================================================
   HERO · Columna del producto destacado
   ------------------------------------------------------------
   Contenedor del slider [crl_hero_slider].
   El interior lo estiliza el snippet "CRL - Hero slider".
   ============================================================ */

html body .crl-hero-card{
  position: relative !important;
  background: rgba(4, 22, 47, 0.6) !important;
  border: 1px solid rgba(38, 136, 228, 0.3) !important;
  border-radius: 4px !important;
  padding: 16px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
  --awb-spacing-right-large: 0 !important;
  --awb-spacing-left-large: 0 !important;
  --awb-spacing-right-medium: 0 !important;
  --awb-spacing-left-medium: 0 !important;
  --awb-spacing-right-small: 0 !important;
  --awb-spacing-left-small: 0 !important;
  --awb-padding-right-large: 0 !important;
  --awb-padding-left-large: 0 !important;
}

/* Corner brackets técnicos */
html body .crl-hero-card::before,
html body .crl-hero-card::after{
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 2;
  pointer-events: none;
}

html body .crl-hero-card::before{
  top: 0;
  left: 0;
  border-top: 2px solid #2688E4;
  border-left: 2px solid #2688E4;
}

html body .crl-hero-card::after{
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #2688E4;
  border-right: 2px solid #2688E4;
}

/* ============================================================
   STATS · Números animados (32 años · 28.350 clientes...)
   ============================================================ */

/* Container padre — padding vertical amplio */
html body .crl-stats{
  padding-top: 44px !important;
  padding-bottom: 44px !important;
  border-top: 1px solid rgba(38, 136, 228, 0.15);
  border-bottom: 1px solid rgba(38, 136, 228, 0.15);
}

/* Divisores verticales entre columnas de estadísticas */
html body .crl-stats .fusion-builder-column:not(:first-child)::before{
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 1px;
  background: rgba(38, 136, 228, 0.2);
  pointer-events: none;
}
html body .crl-stats .fusion-builder-column{
  position: relative;
}

/* Número grande — refinar el look */
html body .crl-counter{
  color: #2688E4 !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  letter-spacing: -1.5px !important;
  line-height: 1 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Label debajo (Años de trayectoria, Clientes felices, etc.) */
html body .crl-stat-label{
  color: #94A3B8 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-top: 8px !important;
  line-height: 1.4 !important;
}


/* ============================================================
   PORTAFOLIO DE MARCAS · 10 botones tipo tile
   ============================================================ */

/* Container padre */
html body .crl-brands{
  background: #FFFFFF !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* Cada botón como tile de marca */
html body .crl-brand-btn,
html body .crl-brand-btn.fusion-button{
  border: 1px solid #E5E7EB !important;
  border-radius: 8px !important;
  background: #FAFBFC !important;
  background-color: #FAFBFC !important;
  padding: 22px 12px !important;
  text-align: center !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 74px !important;
  width: 100% !important;
  box-shadow: none !important;
}

/* Texto dentro del botón */
html body .crl-brand-btn,
html body .crl-brand-btn.fusion-button,
html body .crl-brand-btn .fusion-button-text{
  color: #05080D !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  letter-spacing: -0.5px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Hover: fondo azul CRL, texto blanco, lift y sombra */
html body .crl-brand-btn:hover,
html body .crl-brand-btn.fusion-button:hover{
  background: #075DA7 !important;
  background-color: #075DA7 !important;
  border-color: #075DA7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(7, 93, 167, 0.25) !important;
}

/* Texto blanco al hover */
html body .crl-brand-btn:hover,
html body .crl-brand-btn:hover .fusion-button-text,
html body .crl-brand-btn.fusion-button:hover,
html body .crl-brand-btn.fusion-button:hover .fusion-button-text{
  color: #FFFFFF !important;
}

/* Neutralizar el estilo Fusion Button default (bordes, iconos, etc.) */
html body .crl-brand-btn .fusion-button-icon-divider-left,
html body .crl-brand-btn .fusion-button-icon-divider-right,
html body .crl-brand-btn::before,
html body .crl-brand-btn::after{
  display: none !important;
}

/* ============================================================
   CATEGORÍAS · 4 cards iguales con hover a estilo destacado
   ============================================================ */

/* Column como card */
html body .crl-cat-card{
  background: #F5F7FA !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 26px !important;
  min-height: 320px !important;
  transition: all 0.35s ease !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

/* Blueprint pattern sutil dentro de la card (solo visible al hover) */
html body .crl-cat-card::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* Círculo decorativo (visible solo al hover) */
html body .crl-cat-card::after{
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 180px;
  height: 180px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* HOVER: card se transforma en el estilo "destacado" */
html body .crl-cat-card:hover{
  background: linear-gradient(135deg, #075DA7 0%, #043A6B 100%) !important;
  border-color: #043A6B !important;
  transform: scale(1.03) !important;
  box-shadow: 0 12px 32px rgba(7, 93, 167, 0.28) !important;
  z-index: 5 !important;
}
html body .crl-cat-card:hover::before,
html body .crl-cat-card:hover::after{
  opacity: 1;
}

/* Contenedor de íconos SVG */
html body .crl-cat-icons-wrapper{
  display: flex !important;
  gap: 8px !important;
  align-items: flex-end !important;
  margin-bottom: 20px !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Cuadrito individual del ícono - más grande */
html body .crl-icon-box{
  width: 56px !important;         /* antes 48 */
  height: 56px !important;
  background: rgba(7, 93, 167, 0.12) !important;   /* +opacidad */
  border: 1.5px solid rgba(7, 93, 167, 0.4) !important;  /* +opacidad y grosor */
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.35s ease !important;
  color: #075DA7 !important;
}

html body .crl-icon-box.small{
  width: 48px !important;         /* antes 40 */
  height: 48px !important;
}

/* SVGs grandes */
html body .crl-icon-box svg{
  width: 32px !important;
  height: 32px !important;
  stroke-width: 2 !important;
}
html body .crl-icon-box.small svg{
  width: 28px !important;
  height: 28px !important;
}

/* Fill del currentColor para SVG */
html body .crl-icon-box svg *{
  stroke: #075DA7 !important;
  color: #075DA7 !important;
  fill: none !important;
}

/* Excepción: círculos con fill (los puntitos de los indicadores) */
html body .crl-icon-box svg circle[fill]{
  fill: #075DA7 !important;
  stroke: none !important;
}

/* HOVER de la card: SVGs a blanco */
html body .crl-cat-card:hover .crl-icon-box svg,
html body .crl-cat-card:hover .crl-icon-box svg *{
  stroke: #FFFFFF !important;
  color: #FFFFFF !important;
}

html body .crl-cat-card:hover .crl-icon-box svg circle[fill]{
  fill: #FFFFFF !important;
}

/* Fondo del cuadrito ícono al hover: blanco translúcido */
html body .crl-cat-card:hover .crl-icon-box{
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #FFFFFF !important;
}

/* Título de la card */
html body .crl-cat-title,
html body .crl-cat-title h3{
  color: #05080D !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: -0.6px !important;
  line-height: 1.1 !important;
  margin: 0 0 8px 0 !important;
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.35s ease !important;
}
html body .crl-cat-card:hover .crl-cat-title,
html body .crl-cat-card:hover .crl-cat-title h3{
  color: #FFFFFF !important;
}

/* Descripción */
html body .crl-cat-desc{
  color: #6B7280 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.35s ease !important;
}
html body .crl-cat-card:hover .crl-cat-desc{
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Botón "Ver productos" — visible en reposo */
html body .crl-cat-btn,
html body .crl-cat-btn.fusion-button,
html body .crl-cat-btn .fusion-button-text,
html body .crl-cat-btn a{
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #075DA7 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  text-align: left !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: color 0.35s ease, gap 0.25s ease !important;
  position: relative !important;
  z-index: 2 !important;
  min-height: auto !important;
  width: auto !important;
  align-self: flex-start !important;
  text-transform: none !important;
}

/* Hover del propio botón: gap crece */
html body .crl-cat-btn:hover{
  gap: 10px !important;
}

/* Cuando la CARD entra en hover, el botón se pone blanco */
html body .crl-cat-card:hover .crl-cat-btn,
html body .crl-cat-card:hover .crl-cat-btn.fusion-button,
html body .crl-cat-card:hover .crl-cat-btn .fusion-button-text,
html body .crl-cat-card:hover .crl-cat-btn a{
  color: #FFFFFF !important;
}

/* Limpiar dividers y pseudo-elementos del Fusion Button */
html body .crl-cat-btn::before,
html body .crl-cat-btn::after,
html body .crl-cat-btn .fusion-button-icon-divider-left,
html body .crl-cat-btn .fusion-button-icon-divider-right{
  display: none !important;
}

/* HOVER de la card: botón blanco */
html body .crl-cat-card:hover .crl-cat-btn,
html body .crl-cat-card:hover .crl-cat-btn.fusion-button,
html body .crl-cat-card:hover .crl-cat-btn .fusion-button-text{
  color: #FFFFFF !important;
}

/* Neutralizar estilos default del Fusion Button */
html body .crl-cat-btn::before,
html body .crl-cat-btn::after,
html body .crl-cat-btn .fusion-button-icon-divider-left,
html body .crl-cat-btn .fusion-button-icon-divider-right{
  display: none !important;
}

/* ============================================================
   Botón "Ver todas las categorías" (header derecho)
   ============================================================ */

html body .crl-cat-header-link,
html body .crl-cat-header-link.fusion-button,
html body .crl-cat-header-link .fusion-button-text{
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #075DA7 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  text-align: right !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: color 0.25s ease, gap 0.25s ease !important;
  text-transform: none !important;
  min-height: auto !important;
  cursor: pointer !important;
}

/* Hover: azul brillante + más gap */
html body .crl-cat-header-link:hover,
html body .crl-cat-header-link.fusion-button:hover,
html body .crl-cat-header-link:hover .fusion-button-text{
  color: #2688E4 !important;
  gap: 10px !important;
}

/* Limpiar dividers Fusion */
html body .crl-cat-header-link::before,
html body .crl-cat-header-link::after{
  /*content: '→';*/
  display: inline-block !important;
  font-weight: 900;
  margin-left: 2px;
}
html body .crl-cat-header-link .fusion-button-icon-divider-left,
html body .crl-cat-header-link .fusion-button-icon-divider-right{
  display: none !important;
}

/* ============================================================
   CATEGORÍAS · Layout desktop (aislado en min-width)
   ============================================================ */

@media (min-width: 801px){

  html body .crl-cat-row{
    --awb-flex-wrap: nowrap !important;
  }

  html body .crl-cat-row .fusion-builder-row,
  html body .crl-cat-row > .fusion-row,
  html body .crl-cat-row .fusion-row{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    --awb-flex-wrap: nowrap !important;
    gap: 20px !important;
    align-items: stretch !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body .crl-cat-row .crl-cat-card,
  html body .crl-cat-row > .fusion-layout-column,
  html body .crl-cat-row > .fusion-builder-column{
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body .crl-cat-row .crl-cat-card{
    width: 90% !important;
    max-width: 90% !important;
    box-sizing: border-box !important;
  }
}


/* CONFIGURACIÓN RESPONSIVE INICIO */
/* ============================================================
   CRL PARTS - HERO RESPONSIVE
   Snippet: CRL - Hero
   Breakpoint small Avada: 800px
   ============================================================ */

@media (max-width: 800px){

  /* ---- 1. Columna de texto a ancho completo ---- */
  html body .crl-hero-texto{
    --awb-width-small: 100% !important;
    --awb-order-small: 0 !important;
    --awb-margin-bottom-small: 0px !important;
    --awb-padding-top-small: 36px !important;
    --awb-padding-right-small: 20px !important;
    --awb-padding-bottom-small: 36px !important;
    --awb-padding-left-small: 20px !important;
  }

  /* ---- 2. Columna visual fuera en movil ---- */
  html body .crl-hero-card{
    display: none !important;
  }

  /* ---- 3. Tipografia sin cortes ---- */
  html body .crl-hero-texto h1,
  html body .crl-hero-texto .fusion-title h1{
    font-size: 30px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html body .crl-hero-texto p,
  html body .crl-hero-texto .fusion-text p{
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  /* ---- 4. Nested columns de botones lado a lado ---- */
  html body .crl-hero-btn-a,
  html body .crl-hero-btn-b{
    --awb-width-small: 50% !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    float: left !important;
    clear: none !important;
    box-sizing: border-box !important;
  }

  html body .crl-hero-btn-a{
    --awb-order-small: 0 !important;
    padding-right: 5px !important;
  }

  html body .crl-hero-btn-b{
    --awb-order-small: 1 !important;
    padding-left: 5px !important;
  }

  /* ---- 5. Botones al 100% de su nested column ---- */
  html body .crl-hero-btn-a .fusion-button-wrapper,
  html body .crl-hero-btn-b .fusion-button-wrapper{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body .crl-hero-btn-a .fusion-button,
  html body .crl-hero-btn-b .fusion-button{
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }

  html body .crl-hero-btn-a .fusion-button .fusion-button-text,
  html body .crl-hero-btn-b .fusion-button .fusion-button-text{
    text-wrap: nowrap !important;
  }
}

/* ============================================================
   CRL PARTS - BARRA DE CONFIANZA RESPONSIVE
   Snippet: CRL - Trust bar
   Estructura: Column 1/4 > Nested Columns > [ico] + [txt]
   Breakpoint small Avada: 800px
   ============================================================ */

@media (max-width: 800px){

  /* ---- 1. La fila interna vuelve a ser fila real ---- */
  html body .crl-trust .fusion-builder-row-inner{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
  }

  /* Avada inyecta clearfix entre columnas: como flex item rompe todo */
  html body .crl-trust .fusion-builder-row-inner .fusion-clearfix{
    display: none !important;
  }

  /* ---- 2. Columna del icono: ancho al contenido ---- */
  html body .crl-trust .crl-trust-ico{
    --awb-width-small: auto !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    flex: 0 0 56px !important;
    width: 70px !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body .crl-trust .fusion-builder-row-inner{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .crl-trust .fusion-builder-row-inner .fusion-clearfix{
    display: none !important;
  }

  /* ---- 3. Columna del texto: ocupa el resto ---- */
  html body .crl-trust .crl-trust-txt{
    --awb-width-small: auto !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* ---- 4. Neutralizar alineaciones heredadas del icono ---- */
  html body .crl-trust .crl-trust-ico .fusion-column-wrapper,
  html body .crl-trust .crl-trust-ico > div{
    text-align: left !important;
    margin: 0 !important;
  }

  /* ---- 5. Compactar tipografia y quitar aire sobrante ---- */
  html body .crl-trust .crl-trust-txt .fusion-text{
    margin: 0 !important;
  }

  html body .crl-trust .crl-trust-txt .fusion-text p{
    margin: 0 !important;
    line-height: 1.4 !important;
  }

  html body .crl-trust .crl-trust-txt .fusion-text strong,
  html body .crl-trust .crl-trust-txt .fusion-text b{
    display: block !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  /* ---- 6. Separacion vertical entre los 4 items ---- */
  html body .crl-trust .fusion-layout-column.crl-trust-item{
    --awb-margin-bottom-small: 18px !important;
  }

/* ---- 7. Quitar padding lateral de las columnas contenedoras ---- */
  html body .crl-trust .fusion-layout-column{
    --awb-padding-left-small: 0px !important;
    --awb-padding-right-small: 0px !important;
  }
}


/* ============================================================
   CRL PARTS - CATEGORIAS GRID 2x2 MOVIL (v3)
   Container: .crl-cat-row  |  Column 1/4: .crl-cat-card
   ============================================================ */

@media (max-width: 800px){

  /* ---- 1. Contenedor libera ancho ---- */
  html body .crl-cat-row{
    --awb-flex-wrap: wrap !important;
    --awb-padding-left-small: 0px !important;
    --awb-padding-right-small: 0px !important;
  }

  /* ---- 2. Fila como rejilla 2x2 ---- */
  html body .crl-cat-row .fusion-builder-row,
  html body .crl-cat-row > .fusion-row,
  html body .crl-cat-row .fusion-row{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 16px !important;
    padding: 0 !important;
  }

  html body .crl-cat-row .fusion-clearfix{
    display: none !important;
  }

  /* ---- 3. Tarjetas sin ancho propio: manda la rejilla ---- */
  html body .crl-cat-row .crl-cat-card,
  html body .crl-cat-row > .fusion-layout-column,
  html body .crl-cat-row > .fusion-builder-column{
    --awb-width-small: 100% !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
  }

  /* ---- 4. Card compacta ---- */
  html body .crl-cat-row .crl-cat-card{
    padding: 18px 14px !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }

  html body .crl-cat-row .crl-cat-card .fusion-column-wrapper{
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* ---- 5. Iconos escalados al ancho reducido ---- */
  html body .crl-cat-row .crl-cat-icons-wrapper{
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  html body .crl-cat-row .crl-icon-box{
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
  }

  html body .crl-cat-row .crl-icon-box.small{
    width: 34px !important;
    height: 34px !important;
  }

  html body .crl-cat-row .crl-icon-box svg{
    width: 22px !important;
    height: 22px !important;
  }

  html body .crl-cat-row .crl-icon-box.small svg{
    width: 19px !important;
    height: 19px !important;
  }

  /* ---- 6. Tipografia ---- */
  html body .crl-cat-row .crl-cat-title,
  html body .crl-cat-row .crl-cat-title h3{
    font-size: 17px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.3px !important;
    margin: 0 0 6px 0 !important;
  }

  html body .crl-cat-row .crl-cat-desc{
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 14px !important;
  }

  html body .crl-cat-row .crl-cat-btn,
  html body .crl-cat-row .crl-cat-btn .fusion-button-text{
    font-size: 13px !important;
  }

  html body .crl-cat-row .crl-cat-btn{
    margin-top: auto !important;
  }

  /* ---- 7. Sin scale en tactil (deja hover pegado) ---- */
  html body .crl-cat-row .crl-cat-card:hover{
    transform: none !important;
  }
}


/* ============================================================
   CRL PARTS - STATS RESPONSIVE 2x2
   Container: .crl-stats  |  Columnas: .crl-stat-col
   ============================================================ */

@media (max-width: 800px){

  /* ---- 1. Contenedor ---- */
  html body .crl-stats{
    --awb-flex-wrap: wrap !important;
    --awb-padding-left-small: 0px !important;
    --awb-padding-right-small: 0px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    overflow: hidden !important;
  }

  /* ---- 2. Fila como rejilla 2x2 ---- */
  html body .crl-stats .fusion-builder-row,
  html body .crl-stats > .fusion-row,
  html body .crl-stats .fusion-row{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 26px 12px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 16px !important;
    padding: 0 !important;
  }

  html body .crl-stats .fusion-clearfix{
    display: none !important;
  }

  /* ---- 3. Columnas: neutralizar absolute/float que las encima ---- */
  html body .crl-stats .crl-stat-col,
  html body .crl-stats .fusion-layout-column,
  html body .crl-stats .fusion-builder-column{
    --awb-width-small: 100% !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  /* ---- 4. Sin divisores verticales en rejilla ---- */
  html body .crl-stats .fusion-builder-column:not(:first-child)::before{
    display: none !important;
  }

  /* ---- 5. Tipografia ---- */
  html body .crl-stats .crl-counter{
    font-size: 34px !important;
    letter-spacing: -1px !important;
  }

  html body .crl-stats .crl-stat-label{
    font-size: 11px !important;
    letter-spacing: 0.9px !important;
    margin-top: 6px !important;
    line-height: 1.3 !important;
  }
}


/* ============================================================
   CRL PARTS - PORTAFOLIO DE MARCAS 2x5 MOVIL
   Sin clases en container ni columnas: se ancla desde .crl-brand-btn
   ============================================================ */

@media (max-width: 800px){

  /* ---- 1. Container (subiendo desde el boton) ---- */
  html body .fusion-fullwidth:has(.fusion-row > .fusion-layout-column .crl-brand-btn){
    --awb-flex-wrap: wrap !important;
    --awb-padding-left-small: 0px !important;
    --awb-padding-right-small: 0px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    overflow: hidden !important;
  }

  /* ---- 2. La fila que contiene los tiles = rejilla 2 columnas ---- */
  html body .fusion-row:has(> .fusion-layout-column .crl-brand-btn),
  html body .fusion-builder-row:has(> .fusion-layout-column .crl-brand-btn){
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 16px !important;
    padding: 0 !important;
  }

html body .fusion-row:has(.crl-brand-btn) .fusion-clearfix,
  html body .fusion-builder-row:has(.crl-brand-btn) .fusion-clearfix,
  html body .fusion-row:has(.crl-brand-btn) .fusion-column-wrapper > .fusion-clearfix{
    display: none !important;
  }

  /* ---- 3. Columnas: reset total del posicionamiento ---- */
  html body .fusion-layout-column:has(.crl-brand-btn){
    --awb-width-small: 100% !important;
    --awb-spacing-right-small: 0px !important;
    --awb-margin-bottom-small: 0px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body .fusion-layout-column:has(.crl-brand-btn) .fusion-column-wrapper{
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
  }

  html body .fusion-layout-column:has(.crl-brand-btn) .fusion-button-wrapper{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  /* ---- 4. Tile compacto ---- */
  html body .crl-brand-btn,
  html body .crl-brand-btn.fusion-button{
    min-height: 58px !important;
    padding: 14px 8px !important;
    border-radius: 6px !important;
    width: 100% !important;
  }

  html body .crl-brand-btn,
  html body .crl-brand-btn.fusion-button,
  html body .crl-brand-btn .fusion-button-text{
    font-size: 14px !important;
    letter-spacing: -0.3px !important;
  }

  /* ---- 5. Sin lift en tactil ---- */
  html body .crl-brand-btn:hover,
  html body .crl-brand-btn.fusion-button:hover{
    transform: none !important;
  }
}