.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7385f1a:#007EFE;--e-global-color-6bcf52d:#003DA8;--e-global-color-cfd71f7:#F1C40F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo para el título del widget */
.widget_product_categories .widget-title,
.widget_product_categories h2 {
   text-transform: uppercase;     /* Todo en mayúsculas */
  font-size: 18px;                /* Ajusta el tamaño según prefieras */
  font-weight: bold;              
  margin-bottom: 10px;            /* Espaciado inferior */
  border-bottom: 1px solid #ccc;   /* Línea divisoria */
  padding-bottom: 5px;            /* Separación entre el texto y la línea */
}

.widget_product_categories ul {
  list-style: none;    /* Sin viñetas */
  margin: 0;
  padding: 0;
}

/* Espaciado/estilo de cada categoría */
.widget_product_categories ul li {
  margin: 0;
  padding: 6px 0;       /* Separación vertical entre ítems */
  border-bottom: 1px solid #eee; /* Línea separadora suave */
}

/* Enlaces de las categorías */
.widget_product_categories ul li a {
  font-size: 18px;         /* Ajusta el tamaño que prefieras */
  color: #333;             /* Color del texto */
  text-decoration: none;   
  transition: color 0.2s;  /* Suaviza el hover */
}

/* Hover en los enlaces */
.widget_product_categories ul li a:hover {
  color: #0073aa;  /* Cambia de color al pasar el ratón */
  text-decoration: underline;
}


/* Título del widget (MARCAS) */
.widget_brand_nav h5 {
  text-transform: uppercase;     /* Todo en mayúsculas */
  font-size: 18px;                /* Ajusta el tamaño según prefieras */
  font-weight: bold;              
  margin-bottom: 10px;            /* Espaciado inferior */
  border-bottom: 1px solid #ccc;   /* Línea divisoria */
  padding-bottom: 5px;            /* Separación entre el texto y la línea */
}

/* Lista de marcas */
.widget_brand_nav ul.wc-brand-list-layered-nav-product_brand {
  list-style: none;  /* Quitar viñetas */
  margin: 0;
  padding: 0;
}

/* Elementos de la lista */
.widget_brand_nav ul.wc-brand-list-layered-nav-product_brand li {
  margin: 0;
  padding: 6px 0;        /* Espaciado vertical */
  border-bottom: 1px solid #eee; /* Línea separadora sutil */
}

/* Enlaces de las marcas */
.widget_brand_nav ul.wc-brand-list-layered-nav-product_brand li a {
  font-size: 18px;         /* Tamaño de fuente para los enlaces */
  color: #333;             /* Color del texto */
  text-decoration: none;
  transition: color 0.2s;  /* Transición suave en el hover */
}

/* Efecto hover para los enlaces */
.widget_brand_nav ul.wc-brand-list-layered-nav-product_brand li a:hover {
  color: #0073aa;         /* Color al pasar el ratón */
  text-decoration: underline;
}/* End custom CSS */