:root {
    --main-color-new: #77C43D;
    --dark-green-color-new: #304F19;
    --accent-color-new: #366811;
    --black-color-new: #373737;
    --font-primary: 'Oswald', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-primary) !important;

}

.btn-solid-green a {
    font-family: var(--font-primary);
    background-color: var(--main-color-new) !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;
}



.btn-solid-green a:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;

}

.btn-solid-black a {
    font-family: var(--font-primary);
    background-color: var(--black-color-new) !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;

}

.btn-solid-black a:hover {
    background-color: var(--main-color-new) !important;
    text-decoration: none;
}

.btn-border-black a {
    font-family: var(--font-primary);
    background-color: transparent !important;
    border: 2px solid var(--black-color-new);
    color: var(--black-color-new);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;
}

.btn-border-black a:hover {
    border: 2px solid var(--main-color-new) !important;
    color: var(--main-color-new) !important;
    text-decoration: none !important;
}


/* header */

header#masthead.site-header {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);


}

header .flex-header {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 12px 8px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.main-navigation ul li {
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

}



.main-navigation ul.sub-menu>li {
    padding: 0 !important;
}

.main-navigation ul.menu ul.sub-menu {
    background-color: white;
    width: max-content;
    gap: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: start;
}

.main-navigation .sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0;


}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
    width: 100%;

}

ul#menu-menu-superior-1 {
    gap: 16px;

}

ul#site-header-cart {
    display: flex;
    align-items: center;
}

.site-header-cart .cart-contents {
    border-right: none;
}


header ul#site-header-cart span.count {
    padding: 0;
}

.site-header-cart .cart-contents {
    display: block;
}

header .flex-header .search {
    border: none;
}

header .flex-header .search a:hover,
header .flex-header .usuario a:hover,
.site-header-cart .cart-contents:hover {
    box-shadow: none;
}

header .search a:hover i.fa-search:before,
header .usuario a:hover i.fas.fa-user::before,
.site-header-cart .cart-contents:hover {
    opacity: 0.7;
}

header .flex-header .usuario a,
header .flex-header .search a {
    border: none;
}


/* Reemplazar iconos Font Awesome con SVG personalizados */

/* Icono de búsqueda */
header .search a i.fa-search,
header .search a i.fas.fa-search {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

header .search a i.fa-search::before,
header .search a i.fas.fa-search::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
    background-color: white;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    border-radius: 10px;
}

/* Icono de usuario */
header .usuario a i.fa-user,
header .usuario a i.fas.fa-user {
    font-size: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

header .usuario a i.fa-user::before,
header .usuario a i.fas.fa-user::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/user.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Icono de carrito */
.site-header-cart .cart-contents::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('img/shopping-bag.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
}

.site-header-cart .cart-contents::after {
    display: none;
}

/* HOME */
main.home .wp-block-group.hero-home {
    position: relative;
}

main.home .hero-home .wp-block-columns {
    height: 780px;
    padding-top: 150px;
}

main.home .wp-block-group.hero-home .col-img figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 750px;

}

main.home .wp-block-group.hero-home .col-img figure img {
    width: 100%;
}

main.home .wp-block-group.hero-home .h1,
main.home .wp-block-group.hero-home h1 {
    font-size: clamp(56px, 5vw, 72px);
    line-height: 1.2;
    color: var(--black-color-new);
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: 700;
    width: 90%;

}

span.resaltado {
    position: relative;
    display: inline-block;
    line-height: 1.3;
    ;
}

span.resaltado::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('img/subrayado.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;

    bottom: -0.15em;
    /* AJUSTE FINO */
    height: 0.6em;
    z-index: -1;

}

main.home .wp-block-group.hero-home .h1 span,
main.home .wp-block-group.hero-home h1 span {
    line-height: 1.2;
}

main.home .wp-block-group.hero-home .h1 mark,
main.home .wp-block-group.hero-home h1 mark {
    line-height: 1.2;
}

main.home .wp-block-group.hero-home p {
    font-size: 18px;
    line-height: 1.3;
    color: var(--black-color-new);
}

main.home .wp-block-group.hero-home .wp-block-group p {
    width: 30%;
    text-align: left;
}


main.home .wp-block-group.hero-home .row-hero {
    padding: 32px 0;
    background-color: #F8F8F9;
}

main.home .wp-block-group.hero-home .row-hero .box p {
    width: 100%;
    font-family: var(--font-primary);
    font-size: 24px;
    line-height: 1.3;
    color: var(--black-color-new);
    font-weight: 700;
    margin-left: 20px;
}

main.home .wp-block-group.hero-home .row-hero .box {
    border-left: 4px solid var(--main-color-new);
}

main.home section.cover {
    padding: 100px 0 60px 0;
}

main.home section.cover p {
    color: var(--black-color-new);
    line-height: 1.3;
    font-size: 18px;
}

main.home section.cover p a {
    color: var(--main-color-new);
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
}


main.home section.cover p a:hover {
    color: var(--accent-color-new);
}

main.home .wp-block-cover {
    border-radius: 20px;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    padding-top: 50px;
    padding-bottom: 100px;
    margin: 0 auto 40px auto;

}

main.home section.cover .wp-block-cover .h2 {
    font-size: clamp(32px, 5vw, 50px) !important;
    margin-bottom: 20px;
}

main.home section.cover .wp-block-cover p {
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 0;
    color: white;
}

main.home .section-certificados {
    padding: 100px 0;
}

main.home .section-certificados .h3 {
    font-size: 56px;
    color: var(--black-color-new);
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 700;
}

main.home .section-certificados p {
    font-size: 18px;
    line-height: 1.3;
    color: var(--black-color-new);
    margin-bottom: 24px;
}

main.home .section-certificados ul {
    margin-top: 0;
}

main.home .section-certificados ul li {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color-new);
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-left: 8px;
}

main.home .section-certificados ul li::after {
    color: var(--black-color-new);
}

main.home .section-certificados figure {
    width: 500px;
    height: auto;
    margin-bottom: 50px;
}

main.home .section-certificados figure img {
    width: 100%;
}

main.home .catalogo-home {
    padding: 80px 0 0 0;
}

main.home .catalogo-home .h3 {
    font-size: clamp(32px, 5vw, 56px);
    color: var(--black-color-new);
    font-weight: 700;
    margin-bottom: 40px;
}

main.home .catalogo-home .card {
    border: none;
    padding: 24px 16px 16px 16px;
    background-color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    ;

}

main.home .catalogo-home .card:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

main.home .catalogo-home .card-img-top {
    height: 250px;
    overflow: hidden;
}

main.home .catalogo-home .card-img-top img {
    width: 100%;
    object-fit: contain;
}

main.home .catalogo-home .card-body {
    padding-top: 16px;
    gap: 16px;
}

main.home .catalogo-home .card-body .card-title {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--black-color-new);
    text-transform: uppercase;
    margin: 0;

}

main.home .catalogo-home .card-body .product-price {
    margin: 0;
}

main.home .catalogo-home .card-body .product-price span {
    font-size: 24px;
    font-weight: 400;
    color: var(--black-color-new);
}

main.home .catalogo-home .card-body a.btn.btn-solid-green {
    font-family: var(--font-primary);
    background-color: var(--main-color-new) !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;

}

main.home .catalogo-home .card-body a.btn.btn-solid-green:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;

}

figure.wp-block-image.size-full.deco {
    width: 100%;
}

figure.wp-block-image.size-full.deco img {
    width: 100%;
}

main.home section.blog-home {
    margin-top: 0;
    padding-bottom: 60px;
}

main.home section.blog-home .h4 {
    font-size: clamp(32px, 5vw, 56px);
    color: var(--black-color-new);
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: 700;
}

main.home section.blog-home .card {
    border-radius: 16px;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    border: 1px solid #E2E8F0;
    background: #FFF;

}

main.home section.blog-home .card:hover {
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.5);

}

main.home section.blog-home .card .card-header {
    height: 310px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    border-bottom: none;
}

main.home section.blog-home .card .card-headerimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

main.home section.blog-home .card .card-body {
    padding: 32px 24px;
}

main.home section.blog-home .card .card-body .card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    color: var(--black-color-new);
}

main.home section.blog-home .card .card-body p {
    font-size: 18px;
    color: #898989;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: center;
}

main.home section.blog-home .card .card-body span.btn {
    font-size: 16px;
    color: var(--black-color-new);
    text-decoration: underline;
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-weight: 600;
}

main.home section.blog-home .card .card-body span.btn:hover {
    color: var(--accent-color-new);
    text-decoration: none;
}

/* cabeceras */

section.cabecera-home.hero {
    padding-top: 165px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

section.cabecera-home.hero .container {
    height: 260px;
    padding: 50px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
}

section.cabecera-home.hero .container .logo-white {
    position: absolute;
    bottom: 30px;
    right: 35px;
    width: 150px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}


section.cabecera-home.hero .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg,
            rgba(119, 196, 61, 0.92) 0%,
            rgba(119, 196, 61, 0.78) 55%,
            rgba(119, 196, 61, 0.25) 80%,
            rgba(119, 196, 61, 0) 100%);

}

section.cabecera-home.hero .text-left {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
    color: white;
}

section.cabecera-home.hero .text-left span.pretitle {
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
}

section.cabecera-home.hero .text-left span.h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

/* prefooter*/


section#bloque-prefooter-prefooter-global .h3 {
    font-size: clamp(32px, 5vw, 56px);
    color: var(--black-color-new);
    margin-bottom: 32px;
    line-height: 1.2;
    width: 70%;
    font-weight: 700;
}

section#bloque-prefooter-prefooter-global .h3 span.green-text {
    color: var(--main-color-new);
    line-height: 1.2;
}

section#bloque-prefooter-prefooter-global {
    padding: 40px 0 100px 0;
    background-image: url('img/fondo-prefooter.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#bloque-prefooter-prefooter-global .col-auto {
    padding: 0 16px;
}

section#bloque-prefooter-prefooter-global .col-auto:hover {
    opacity: 0.8;
    ;
}

section#bloque-prefooter-prefooter-global .instagram-content {
    padding: 24px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
}

section#bloque-prefooter-prefooter-global .instagram-content:hover {
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.5);

}

section#bloque-prefooter-prefooter-global .instagram-content img {
    height: 350px;
    border-radius: 8px;
    margin-bottom: 10px;
    object-fit: cover;
}

section#bloque-prefooter-prefooter-global .instagram-content span.instagram-handle {
    font-family: var(--font-primary);
    color: var(--black-color-new);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
}

section#bloque-prefooter-prefooter-global .instagram-content p {
    font-size: 18px;
    line-height: 1.3;
    color: var(--black-color-new);
    margin-bottom: 8px;

}

section#bloque-prefooter-prefooter-global .instagram-content .btn {
    color: var(--main-color-new);
    font-family: var(--font-primary);
    font-size: 20px;
    width: 100%;
    text-align: right;
    padding: 0;

}

section#bloque-prefooter-prefooter-global .instagram-content .btn:hover {
    color: var(--accent-color-new);
    text-decoration: none;
}

/* footer */

footer#colophon {
    background-color: white;
    color: var(--accent-color-new);

}

footer#colophon a {
    color: var(--accent-color-new);
    font-size: 18px;
}

footer#colophon .footer-uno {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#colophon .footer-uno a {
    width: fit-content;
}

ul#menu-footer-menu {
    margin-bottom: 36px;
}

footer#colophon .footer-dos ul li::after,
footer#colophon .footer-tres ul li::after {
    content: "";
}

ul#menu-footer-menu li a {
    color: #848484;
    font-size: 16px;
    font-family: var(--font-secondary);
}

#copyright .copyright {
    font-size: 18px;
    color: #848484;
}

footer p.small {
    font-size: 16px;
    color: #848484;
    line-height: 1.3;
}

.col-12.footer-uno,
.col-12.footer-dos,
#copyright {
    margin-bottom: 36px;
}

.footer_widget.accssme-widget-content {
    border: none;
}

/* section fixed */

section.fixed {
    padding: 8px 16px;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    right: 75px;
}

section.fixed:hover {
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.4);
}



section.fixed a span,
section.fixed a span:last-child {
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: var(--main-color-new);
    font-size: 16px;
    font-weight: 500;

}

section.fixed::after {
    position: unset;
}


/* estilos resto de secciones */

section.texto-imagen a.btn-solid-green {
    font-family: var(--font-primary);
    background-color: var(--main-color-new) !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;
    text-decoration: none;
    border: none;
    text-shadow: none;
}

section.texto-imagen a.btn-solid-green:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;
}

section.texto-imagen .text-contenedor .row,
section.texto-imagen .text-contenedor .text-team h3 a {
    font-weight: 700;
}

.text-principal h2 {
    color: var(--black-color-new);
    font-weight: 700;
}

section.texto-imagen .text-contenedor .row h1 a,
section.texto-imagen .text-contenedor .text-team h1 a {
    font-weight: 700;
}

section.texto-imagen h2,
section.texto-imagen h2 span {
    color: var(--main-color-new);
    font-weight: 700;
}

.archivo-productos .products li.product .h2.woocommerce-loop-product__title {
    font-family: var(--font-primary);
    font-weight: 700;

}

ul.products li.product .price bdi {
    font-size: 18px;
    color: var(--black-color-new);
    margin-bottom: 8px;
}






/* single product */
.single-product div.product {
    background: none;
    padding-top: 145px;
}


.single-product div.product .container {
    padding: 50px;
    border: 1px solid var(--main-color-new);
    border-radius: 24px;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.15);
}

.product_tag-eco.product .summary.entry-summary::after {
    content: none;
}

.single-product div.product form.cart .quantity input[type=number] {
    background: none;
    border: 1px solid black;
}

.summary.entry-summary h1.title_product.title_line {
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--black-color-new);
    font-size: clamp(24px, 5vw, 32px);
}

.single-product div.product .summary.entry-summary p.price {
    font-family: var(--font-secondary);
    font-size: 24px;
    color: var(--black-color-new);
    font-weight: 400;
    padding: 0;
}

.summary.entry-summary .woocommerce-product-details__short-description,
.single-product div.product .summary.entry-summary p.price {
    border: none;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    padding: 0;
}

.single-product div.product .summary p {
    font-size: 16px;
    line-height: 1.3;
    color: var(--black-color-new);
}

.single-product div.product .summary input[type=number].quantity {
    background-color: transparent;
    box-shadow: none;
    border: 0.75px solid var(--black-color-new);
}

.storefront-full-width-content.single-product div.product .summary {
    margin: 0;
}

.single-product div.product form.cart {
    margin: 0;
}

section#cajas-producto .caja-semi-full .caja-texto .pretitle {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 20px;
    color: var(--main-color-new);
    font-weight: 500;
    margin-bottom: 30px;
}

button.single_add_to_cart_button.button.alt {
    font-family: var(--font-primary) !important;
    background-color: var(--main-color-new);
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 1.3;
    box-shadow: none;
}

button.single_add_to_cart_button.button.alt:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;
    box-shadow: none;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 0;
    padding-left: 0;
    border: none;
}

.storefront-full-width-content .woocommerce-tabs .panel p,
.storefront-full-width-content .woocommerce-tabs .panel p a {
    color: var(--black-color-new);
}




.woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color-new);

}

.woocommerce-tabs ul.tabs {
    border: none;
}

.woocommerce-tabs ul.tabs li::after {
    font-size: 20px;
}

.woocommerce-tabs ul.tabs li.active::after {
    color: var(--main-color-new);
}

.product_tag-eco.product~.related-products li:hover,
.product_tag-eco.product~.related-products li.description_tab:hover,
.product_tag-eco.product~.related-products li#tab-title-reviews:hover {
    background-color: rgba(0, 0, 0, .025);
}

.product_tag-eco.product~.related-products li:hover a,
.product_tag-eco.product~.related-products li.description_tab:hover a,
.product_tag-eco.product~.related-products li#tab-title-reviews:hover a {
    text-decoration: none;
}

.product_tag-eco.product~.related-products li.active,
.product_tag-eco.product~.related-products li.description_tab.active,
.product_tag-eco.product~.related-products li#tab-title-reviews.active {
    background: transparent;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: rgba(0, 0, 0, .025);
}

.woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce-tabs ul.tabs li a {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color-new);
    text-transform: uppercase;

}

.enlaces-cat-home .cta-button {
    font-family: var(--font-primary);
    background-color: transparent;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 50px;
    border-radius: 12px;
    line-height: 1.3;
    border: 2px solid white;
    text-shadow: none;

}

.enlaces-cat-home .cta-button:hover {
    border: 2px solid --bl;
    text-decoration: none;
}

.contacto-home input[type=submit],
.contacto-1 .gform_wrapper .gform_button,
a.add_to_cart_button.button,
.wc-proceed-to-checkout a.checkout-button,
.widget.woocommerce.widget_shopping_cart a.button.checkout.wc-forward,
#payment .place-order button#place_order,
ul.products li.product .button {
    font-family: var(--font-primary) !important;
    background-color: var(--main-color-new);
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 12px;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    text-shadow: none;
    width: 100%;
}

a.storefront-sticky-add-to-cart__content-button.button.alt {
    font-family: var(--font-primary) !important;
    background-color: var(--main-color-new);
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 12px;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    text-shadow: none;

}

.blog-loop .card .cta-button:hover,
.contacto-home input[type=submit]:hover,
.contacto-1 .gform_wrapper .gform_button:hover,
a.add_to_cart_button.button:hover,
a.storefront-sticky-add-to-cart__content-button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.widget.woocommerce.widget_shopping_cart a.button.checkout.wc-forward:hover,
#payment .place-order button#place_order:hover,
ul.products li.product .button:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

a.storefront-sticky-add-to-cart__content-button.button.alt:hover {
    background-color: var(--black-color-new) !important;
    text-decoration: none;
    box-shadow: none;
    border: none;

}

/* cards de productos */

.wp-block-handpicked-products .wc-block-grid__product-image img,
.archivo-productos .products li a img,
section.related.products li.product img {
    max-width: none;
    height: 205px;
    width: 100%;
    margin-bottom: 16px;

}

.wp-block-handpicked-products li.wc-block-grid__product .wc-block-grid__product-title,
section.related.products h2.woocommerce-loop-product__title,
section.related.products .h2.woocommerce-loop-product__title,
.archivo-productos .products li.product h2.woocommerce-loop-product__title,
.archivo-productos .products li.product .h2.woocommerce-loop-product__title,
.recomendamos .product-title {
    text-align: left;
    font-family: var(--font-primary);
    font-size: 20px !important;
    font-weight: 500;
    color: var(--black-color-new);
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 0;
}

.archivo-productos .products .product-expand-toggle {
    width: 100%;
    text-align: left;
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: var(--main-color-new);
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
}

.archivo-productos .products .card-product:hover .product-expand-toggle,
.archivo-productos .products .card-product:hover .product-expand-toggle .fa-eye:before {
    color: var(--dark-green-color-new);
}

.archivo-productos .products .product-expand-toggle .fa-eye:before {
    color: var(--main-color-new);
}

ul.products li.product .price {
    font-size: 24px;
    color: var(--black-color-new);
    margin-bottom: 0;
    ;
}

.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product,
.storefront-full-width-content .site-main ul.products.columns-3 li.product .card-product,
.storefront-full-width-content .header-widget-region ul.products.columns-3 li.product,
.archivo-productos .products .card-product {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 100%;
    gap: 16px;
}

.archivo-productos .products .card-product:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);

}



section.related.products {
    margin: 80px 0;
}

section.related.products .title {
    color: var(--black-color-new);
    ;
}

.container.archivo-productos .productos {
    margin-bottom: 80px;
    padding-left: 40px;
}

.container.archivo-productos .productos .title_line {
    color: var(--dark-green-color-new);
}

section.sidebar-filter .wp-block-heading {
    color: var(--black-color-new);
}

section.sidebar-filter ul li a {
    font-family: var(--font-primary);
    text-transform: uppercase;
}

section.sidebar-filter ul li a:hover {
    text-decoration: none;
    color: var(--main-color-new);
}

/* Categorías PADRE */
.wp-block-woocommerce-product-categories>li>a {
    font-size: 18px;
    /* opcional, recomendado */
}

/* Categorías HIJAS */
.wp-block-woocommerce-product-categories>li>ul>li>a {
    font-size: 14px;

}



/* blog */

.blog-loop .card .cta-button {
    font-family: var(--font-primary) !important;
    background-color: var(--main-color-new);
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 12px;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.blog-loop .card .card-title {
    color: var(--black-color-new);
    font-size: 24px;

}

.blog-loop .elem article .wp-post-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-loop .elem article {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 100%;
}

.blog-loop .elem article:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);


}

body.blog .sidebar {
    padding: 16px;
    border-radius: 24px;
    border-top: 1px solid #D7D7D7;
    background: #FFF;
    /* Sombra */
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    height: fit-content;
}

body.blog .sidebar .wp-block-categories .wp-block-categories__label,
.wp-block-search .wp-block-search__label {
    font-size: 24px;
    color: var(--dark-green-color-new);
    font-family: var(--font-primary) !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.2;
}

body.blog .sidebar .wp-block-search__button.has-icon {
    background-color: var(--main-color-new);
    color: white;
    border: 1px solid var(--main-color-new);
    border-radius: 0px 6px 6px 0px;
    margin-left: 3px;
}

body.blog .sidebar .wp-block-search__button.has-icon:hover {
    background-color: var(--black-color-new);
    border: 1px solid var(--black-color-new);
    color: white;
}

body.blog .sidebar input[type=search] {
    background-color: white;
    border: 1px solid var(--main-color-new);
    border-radius: 6px 0px 0px 6px;
    border: 1px solid var(--black-color-new);
    box-shadow: none;
    height: 40px;
}

body.blog .sidebar section.sidebar-filter select#wp-block-categories-1 {
    padding: 8px 0 8px 8px;
    border-radius: 6px;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
    padding: 0;
}

body.blog .sidebar section.sidebar-filter ul li a {
    font-family: var(--font-primary);
    color: var(--black-color-new);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}


body.blog .sidebar section.sidebar-filter ul li a:hover {
    color: var(--main-color-new);
}

body.blog .sidebar section.sidebar-filter ul li {
    margin-bottom: 12px;
}

.blog-loop .elem article .card-body p {
    line-height: 1.4;
    ;
}

.blog-pagination {
    gap: 8px;
}

.blog-pagination>span,
.blog-pagination>* {
    border-radius: 6px;
    margin-right: 0;

}

.blog-pagination>a:hover {
    box-shadow: none;
    background-color: var(--main-color-new);
    color: white;

}



/* CATÁLOGO */


.term-description span,
.term-description b {
    color: var(--black-color-new);
    line-height: 1.3;
    font-size: 18px;
    height: fit-content;

}

.term-description .card-body {
    padding: 50px;
    border: 1px solid var(--main-color-new);
    background: #FFF;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.15);
    border-radius: 24px;

}

.term-description .btn-light {
    background-color: transparent;
    border-color: transparent;
    color: var(--black-color-new);
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    line-height: 1.2;
}

.term-description .btn-light:focus {
    box-shadow: none;
}

.term-description .btn-light:hover {
    color: var(--main-color-new);
}

.term-description {
    padding-bottom: 32px;
}

form.woocommerce-ordering select.orderby {
    background: #ECECEC;
    padding: 8px;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: var(--main-color-new);
    color: white;
    font-size: 18px;
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    border: 1px solid var(--main-color-new);
    color: var(--main-color-new);

}

.pagination .page-numbers li:hover,
.woocommerce-pagination .page-numbers li:hover {
    background-color: var(--main-color-new);
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li,
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    border-radius: 6px;
}




.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    display: flex;
    align-items: center;
    color: var(--main-color-new);
    width: 50px;
    height: 50px;
    background-color: white;
}

.pagination .page-numbers li:hover a.page-numbers,
.woocommerce-pagination .page-numbers li:hover a.page-numbers,
.woocommerce-pagination .page-numbers li:hover .next::after {
    color: white;
    text-decoration: none;

}

.woocommerce-pagination .next::after {
    color: var(--main-color-new);
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    display: flex;
    align-items: stretch;
    gap: 4px;
    justify-content: center;
}

.product-expand-content .product-expand-inner .product-description,
.product-expand-content .product-expand-inner .product-description span {
    line-height: 1.4;
    font-size: 16px;
    color: var(--black-color-new);
    text-align: left;
}

.product-expand-content .product-expand-inner .product-description strong,
.product-expand-content .product-expand-inner .product-description strong span {
    color: var(--dark-green-color-new);
}

.archivo-productos .filtritos.collapse {
    padding: 16px;
    border-radius: 24px;
    border-top: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
    height: fit-content;
}

.tax-product_cat .archivo-productos .products .card-product {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.tax-product_cat .archivo-productos .products .card-product .card-cuerpo {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

/* Categorías padre */
.sidebar-filter .wc-block-product-categories-list--depth-0>li:has(> ul)>a>.wc-block-product-categories-list-item__name {
    font-size: 18px;
}

/* Categorías hijas */
.sidebar-filter .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item__name {
    font-size: 14px;
}

/* RECETARIO */
.post-type-archive-recetario .blog-loop .card .card-title {
    color: var(--dark-green-color-new);
    font-size: 24px;

}

.page-pred-recetas .elem-recetas .ingredientes h3 {
    font-size: 20px;
}

.post-type-archive-recetario .elem .recetario.type-recetario {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);

}

.post-type-archive-recetario .elem .recetario.type-recetario:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

/* single recetario */
.single-receta-page .ingredientes,
.single-receta-page .recomendamos {
    border-radius: 24px;
    border: 1px solid var(--Main, #77C43D);
    background: #FFF;
    box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.25);
}

.content-box.recetario h3,
.single-receta-page .ingredientes h3,
.single-receta-page .recomendamos h3 {
    color: var(--dark-green-color-new);
    font-size: 24px;
    ;
}

.elem .recetario.type-recetario {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 6px 0 rgba(0, 0, 0, 0.07);
}

.elem .recetario.type-recetario:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

section.recetas .typewriter {
    font-family: var(--font-secondary);
    text-transform: uppercase;
}

section.recetas .title-section {
    color: var(--black-color-new);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;

}

section.recetas .elem .recetario.type-recetario .card-title {
    font-size: 24px;
    color: var(--black-color-new);
}

section.cabecera-home span.fecha-single {
    font-size: 18px;
    font-family: var(--font-secondary);
}

article.single-blog-page h2 {
    color: var(--black-color-new);
    font-weight: 700;
    text-transform: uppercase;
}

article.single-blog-page h3,
article.single-blog-page h4,
article.single-blog-page h5,
article.single-blog-page h6 {
    color: var(--dark-green-color-new);
    font-weight: 700;
    text-transform: uppercase;
}


@media (min-width: 992px) {

    .archivo-productos .row>.col-lg-3.filtritos.collapse,
    .archivo-productos .row>.filtritos.col-lg-3.collapse {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
}

.archivo-productos .filtritos.collapse::after {
    content: "";
    display: block;
    width: 130px;
    /* ajusta al logo */
    height: 43px;
    /* ajusta al logo */
    background-image: url("./img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 16px auto 0;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 10;
}





.archivo-productos section.sidebar-filter .wp-block-heading {
    font-size: 24px;
    color: var(--dark-green-color-new);
}

section.sidebar-filter ul li {
    padding: 8px 24px;
}

section.sidebar-filter ul li a span {
    font-size: 18px;
    font-family: var(--font-primary);
    color: var(--black-color-new);
    font-weight: 400;
    margin-right: 8px;
    text-transform: uppercase;
}

section.sidebar-filter ul li a:hover span {
    color: var(--main-color-new);
}

/* Oculta el contador SOLO en los LI de primer nivel */
.wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>.wc-block-product-categories-list-item-count {
    display: none;
}

/* Asegura que los contadores de los LI hijos (depth-1) se vean */
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item-count {
    display: inline-flex;
    /* o inline-block si prefieres */
}

/* Añade chevron solo a los LI de primer nivel */
.wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>a {
    position: relative;
    padding-right: 1.5em;
    /* espacio para el icono */
}

/* Chevron Font Awesome */
.wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900;
    /* solid */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


/* error 404 */

body.error404 .site-content {
    padding-top: 100px;
}

body.error404 .site-content h1 {
    text-align: center;
}

@media (min-width: 1199px) and (max-width: 1700px) {
    header .flex-header {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .action-menu.d-none.d-lg-block {
        display: flex !important;
        align-items: center;
        justify-content: end;
    }

    .site-header-cart .cart-contents {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    header .flex-header .search,
    header .flex-header .usuario,
    ul#site-header-cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    ul#site-header-cart li {
        width: auto;
        display: inline-block;
    }

    ul#site-header-cart {
        width: auto;
    }

    header .flex-header nav#site-navigation {
        justify-content: center;
    }

    header img.logo-img.normal {
        position: static;
    }

    main.home .wp-block-group.hero-home .col-img figure {
        width: 600px;
    }

    .wp-block-group.hero-home .col-img figure img {
        width: 100%;
    }



}



@media (max-width: 1199px) {

    header .flex-header {
        padding: 12px 0;
    }

    /* Ocultar elementos desktop en mobile */
    .search.d-none.d-lg-block,
    .usuario.d-none.d-lg-block,
    ul#site-header-cart.d-none.d-lg-block {
        display: none !important;
    }


    header#masthead .site-branding .row {
        display: flex;
        flex-flow: row;
        justify-content: space-between;

    }

    header#masthead .site-branding .row .navbar-toggler {
        order: 1;
    }

    header#masthead .site-branding .row a.site-title {
        order: 2;

    }

    header#masthead .site-branding .row .content-shop {
        order: 3;
        width: auto;

    }



    header #navbarheader {
        top: 79px;
        background: rgba(255, 255, 255, 1);
        padding: 16px;
    }



    .fa-bars:before {
        font-size: 26px;
    }

    header img.logo-img.normal {
        position: static;
        width: 134px;
    }

    a.site-title.site-title {
        justify-content: center;
        flex: 0;
    }

    header#masthead .site-branding {
        padding: 0;
    }

    .site-header-cart .cart-contents {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }

    ul#menu-menu-superior li a {
        font-family: var(--font-primary);
        border-bottom: 1px solid var(--main-color-new);
        font-size: 16px;
    }

    ul#menu-menu-superior li .sub-menu li a {
        border-bottom: 1px solid #848484;
    }

    ul#menu-menu-superior li.sub-menu li a::before {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        margin-right: 8px;
        font-size: 16px;
        vertical-align: middle;
    }

    ul.sub-menu>li>a {
        font-size: 16px !important;
    }

    footer#colophon .footer-uno a {
        margin-left: auto;
        margin-right: auto;
        width: 240px;
    }

    main.home .wp-block-group.hero-home .col-img figure {
        width: 500px;
    }

    .wp-block-group.hero-home .col-img figure img {
        width: 100%;
    }

    main.home .wp-block-group.hero-home .wp-block-group {
        flex-flow: column;
        align-items: start;
        gap: 30px;
    }

    main.home .wp-block-group.hero-home .wp-block-group p {
        width: 100%;
    }

    /* catalogo */

    .archivo-productos .filtritos.collapse::after {
        content: none;
    }




}


@media (max-width: 991px) {


    section.fixed {
        right: 40px;

    }


    footer#colophon .footer-dos ul li {
        padding: 8px 12px;
    }

    .col-12.footer-dos {
        margin-bottom: 0;
    }

    footer#colophon .footer-tres ul li {
        padding: 8px 12px;
    }

    ul#menu-footer-menu,
    .col-12.footer-dos,
    .col-auto.footer-logo {
        margin-bottom: 0 !important;

    }

    main.home .wp-block-group.hero-home .col-img figure {
        position: static;
    }

    /* error 404 */

    body.error404 .site-content {
        padding-top: 60px;
    }

    body.error404 img {
        max-width: 200px;
        ;
    }

    /* catalogo */

    .container.archivo-productos {
        padding: 0px 24px 40px 24px;
    }

    .archivo-productos .filtritos.collapse {
        margin-bottom: 40px;
        padding: 0;
        border-radius: 12px;
        border: 1px solid #DADADA;
        background: #FFF;
    }

    .archivo-productos .filtritos.collapse .btn-light {
        margin-bottom: 0 !important;
        border-radius: 12px;
        font-family: var(--font-primary);
        font-size: 18px;
        color: var(--black-color-new);
        font-weight: 400;
        position: relative;
        width: 100%;
        padding: 16px;
    }

    .archivo-productos .filtritos.collapse .btn-light:focus {
        box-shadow: none;
    }

    .archivo-productos .filtritos.collapse .btn-light::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .archivo-productos .productos ul.products li {
        flex-basis: 100% !important;
    }


    .archivo-productos div#filtrosmoviltienda {
        padding: 24px 16px;
    }



    .card-body {
        padding: 16px;
    }

    .wc-block-product-categories-list--depth-0>li:has(> ul) {
        border-bottom: 1px solid #D0D0D0;
    }



    body.blog .sidebar {
        margin-bottom: 40px;
    }

    .tax-product_cat .archivo-productos .products li.product {
        padding: 8px 0;
    }

    .tax-product_cat .archivo-productos .products .card-product {
        display: flex;
        flex-flow: row;
        padding: 12px;
        gap: 8px;
    }

    .tax-product_cat .archivo-productos .products .card-product img {
        width: 112px;
        margin-bottom: 0;
        height: 112px;
        object-fit: contain;
    }

    .tax-product_cat .child-category-section {
        margin: 0 !important;
    }

    .site-header-cart.focus .widget_shopping_cart,
    .site-header-cart:hover .widget_shopping_cart {
        display: none;
    }


    /* recetario */
    .page-pred-recetas .elem-recetas:first-child .recetario.type-recetario {
        flex-flow: column;
        height: fit-content;
    }

    .page-pred-recetas .elem-recetas:first-child .recetario.type-recetario>img {
        width: 100%;
        max-width: 100%;
        max-height: 220px;
    }

    .page-pred-recetas .elem-recetas:first-child .card-body {
        width: 100%;
        ;
    }
}


@media (max-width: 767px) {

    main.home .hero-home .wp-block-columns {
        height: auto;
        padding-bottom: 40px;
    }

    main.home .wp-block-group.hero-home {
        padding-top: 40px;
    }

    main.home .wp-block-group.hero-home .h1,
    main.home .wp-block-group.hero-home h1 {
        margin-bottom: 24px;
    }

    main.home .wp-block-group.hero-home p {
        margin-top: 0;
        margin-bottom: 24px;
    }



    main.home .wp-block-group.hero-home .wp-block-group p {
        margin-bottom: 8px;
    }

    main.home .wp-block-group.hero-home .wp-block-buttons {
        justify-content: center;
        margin-top: 24px;
    }

    main.home .wp-block-group.hero-home .col-img figure {
        width: 200px;
    }

    main.home .wp-block-group.hero-home .col-img {
        justify-content: center;
        display: flex;
    }

    main.home .wp-block-group.hero-home .row-hero .box p {
        width: 90%;
    }

    main.home section.cover {
        padding: 30px 16px;
    }

    main.home .wp-block-cover {
        padding: 50px 24px;
    }

    main.home section.cover .wp-block-cover p {
        padding-bottom: 32px;
    }

    main.home section.cover .wp-block-cover .h2 {
        margin-bottom: 32px;
        margin-top: 12px;
    }

    main.home .wp-block-cover {
        margin-bottom: 32px;
    }

    main.home .section-certificados {
        padding: 32px 16px;
        gap: 32px;
    }

    main.home .section-certificados .col-img {
        order: 2;
        display: flex;
        justify-content: center;
    }

    main.home .section-certificados figure {
        width: 300px;
    }

    main.home .section-certificados .col-txt {
        order: 1;
    }


    main.home .section-certificados .h3,
    main.home .section-certificados p {
        margin-bottom: 32px;
    }

    main.home .section-certificados figure {
        margin: 0 0 32px 0;
        width: 100%;
    }

    main.home .section-certificados .wp-block-button {
        width: 100%;
    }

    main.home .catalogo-home {
        padding: 32px 0 0 0;
    }

    main.home .catalogo-home .h3 {
        margin-bottom: 32px;
    }

    main.home .catalogo-home .container {
        padding: 0;
    }

    main.home .catalogo-home .row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-left: 24px;

    }

    main.home .catalogo-home .row .col-lg-3 {
        flex: 0 0 90%;
        padding-left: 0;
        padding-right: 16px;
    }

    main.home section.blog-home .h4 {
        text-align: center;
        margin-bottom: 32px;
    }

    main.home section.blog-home .container {
        padding: 0;
    }

    main.home section.blog-home .ultimas-entradas-home .row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-left: 24px;
    }

    main.home section.blog-home .ultimas-entradas-home .col-lg-4 {
        flex: 0 0 90%;
        padding-left: 0;
        padding-right: 16px;
    }

    main.home section.blog-home {
        padding-bottom: 32px;
    }

    main.home section.blog-home .card {
        box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.05);
    }

    main.home section.blog-home .card:hover {
        box-shadow: 0 4px 33.5px 0 rgba(107, 155, 210, 0.05);
    }


    main.home section.blog-home .card .card-header {
        height: 200px;
    }

    main.home section.blog-home .card .card-body {
        padding: 16px 12px;
    }

    main.home section.blog-home .card .card-body .card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    main.home section.blog-home .card .card-body p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    main.home section.blog-home .wp-block-button.btn-border-black {
        width: 100%;
        padding: 0 16px;
    }

    /* cabeceras */

    section.cabecera-home.hero .container {
        border-radius: 24px;
        height: auto;
        margin-top: 120px;
        padding: 40px 12px;

    }

    section.cabecera-home.hero {
        padding: 0 16px;
        margin-bottom: 40px;

    }

    /* migas de pan */
    nav.rank-math-breadcrumb p {
        margin: 0;
    }

    section.cabecera-home.hero .text-left span.pretitle {
        font-size: 16px;
    }


    section.cabecera-home.hero .container .logo-white {
        display: none;
    }

    section.cabecera-home.hero .text-left span.h1 {
        font-size: 32px;
    }

    section#bloque-prefooter-prefooter-global {
        padding: 32px 12px;
        background-image: none;
        background-color: #EFF7E9;
    }

    section#bloque-prefooter-prefooter-global .row {
        gap: 24px;
    }

    section#bloque-prefooter-prefooter-global .h3 {
        width: 100%;
        font-weight: 700;
    }

    section#bloque-prefooter-prefooter-global .col-img {
        order: 1;
    }

    section#bloque-prefooter-prefooter-global .col-txt {
        order: 2;
    }

    section#bloque-prefooter-prefooter-global .instagram-content {
        padding: 16px;
        border-radius: 10px;
    }


    section#bloque-prefooter-prefooter-global .instagram-content img {
        height: 230px;
        margin-bottom: 16px;
        border-radius: 6px;
    }

    section#bloque-prefooter-prefooter-global .instagram-content span.instagram-handle {
        font-size: 16px;
        text-align: center;
    }

    section#bloque-prefooter-prefooter-global .instagram-content p {
        text-align: center;
        font-size: 16px;
    }

    section#bloque-prefooter-prefooter-global .instagram-content .btn {
        text-align: center;
        color: var(--black-color-new);
        font-size: 16px;
    }



    section#bloque-prefooter-prefooter-global .row.social-icons {
        gap: 0;
        align-items: center;
        justify-content: center;
    }

    /* single product */

    .single-product div.product .container {
        padding: 0;
        border: none;
    }

    .single-product div.product {
        padding: 150px 24px 40px 24px;
    }

    .single-product div.product .summary.entry-summary p.price {
        font-size: 20px;
        margin-bottom: 16px;
    }

    section.related-products {
        padding: 0px 16px 40px 16px;
    }

    .woocommerce-tabs ul.tabs li.active::after {
        right: 10px;
    }

    .woocommerce-tabs ul.tabs li {
        padding: 0;

    }

    .woocommerce-tabs ul.tabs li a {
        padding-left: 15px;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        margin-top: 24px;
    }

    section.related.products h2.title.doble {
        font-size: 32px !important;
        padding: 0 24px;
    }

    section.related.products ul.products {
        justify-content: start;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-left: 24px;
    }

    section.related.products li.product.type-product {
        flex: 0 0 90%;
        margin: 0 16px 16px 0 !important;
        padding: 0;
        flex-basis: auto !important;
        width: 90%;
    }

    section#cajas-producto .container {
        padding: 0;
    }

    .enlaces-cat-home .caja-semi-full .cuadrado .row {
        flex-flow: column;
        gap: 10px;
    }

    section#cajas-producto.enlaces-cat-home .caja-semi-full .cuadrado,
    .enlaces-cat-home .col-12.caja-full,
    .enlaces-cat-home .cuadrado {
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section#cajas-producto .caja-semi-full .caja-imagen,
    section#cajas-producto .caja-semi-full .caja-texto {
        width: 100%;
    }


    section.related-products .container {
        padding: 0;
    }

    section.related-products .woocommerce-tabs,
    .enlaces-cat-home {
        padding: 0 24px;
    }

    section.related.products {
        margin: 60px 0 0 0;
    }


    .wp-block-handpicked-products li.wc-block-grid__product,
    section.related.products li.product.type-product,
    .archivo-productos .products li.product {
        margin-bottom: 16px !important;
    }

    .container.archivo-productos .productos {
        margin-bottom: 0;
        padding: 0;
    }

    /* catalogo */




}