.elementor-kit-6637{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6637 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6637 img{border-style:none;border-radius:0px 0px 0px 0px;opacity:1;}.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);}@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:1080px;}.e-con{--container-max-width:1080px;}}/* Start custom CSS */.woocommerce .product a.button {
    visibility: hidden;
}

.woocommerce .product a.button:after {
    content: 'Leer más';
    visibility: visible;
    display: inline-block;
    color: #FFFFFF; /* Cambia este color si es necesario */
    background-color: #000000; /* Cambia este color si es necesario */
    padding: 12px 60px;
    border-radius: 12pxpx;
    text-align: center;
    width: 100%; /* Hace que el botón ocupe el ancho completo */
    box-sizing: border-box; /* Asegura que el padding no exceda el ancho */
    text-align: center; /* Centra el texto dentro del botón */
}
.woocommerce ul.products li.product a img {
    width: 100px !important; /* Ancho de la imagen */
    height: 100px !important; /* Alto de la imagen */
    object-fit: cover !important; /* Mantiene la proporción sin distorsión */
    border-radius: 5px; /* Bordes ligeramente redondeados */
}/* End custom CSS */