/*BANNERS PRINCIPALES*/
.banner-slider-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-slider {
    width: 100%;
    height: auto;
}

.banner-slider .swiper-wrapper {
    height: auto;
}

.banner-slider .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .swiper-slide a {
    width: 100%;
    display: block;
}

.banner-slider .swiper-slide picture {
    width: 100%;
    display: block;
    line-height: 0;
}

.banner-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Botones de navegación */
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transform: translateY(-50%);
    margin: 0;
    top: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

.banner-slider .swiper-button-prev {
    left: 20px;
}

.banner-slider .swiper-button-next {
    right: 20px;
}

/* Ajustes para tablet */
@media (max-width: 1024px) {

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .banner-slider .swiper-button-next:after,
    .banner-slider .swiper-button-prev:after {
        font-size: 14px;
    }

    .banner-slider .swiper-button-prev {
        left: 15px;
    }

    .banner-slider .swiper-button-next {
        right: 15px;
    }
}

/* Ajustes para móvil */
@media (max-width: 768px) {

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .banner-slider .swiper-button-next:after,
    .banner-slider .swiper-button-prev:after {
        font-size: 12px;
    }

    .banner-slider .swiper-button-prev {
        left: 8px;
    }

    .banner-slider .swiper-button-next {
        right: 8px;
    }

    .banner-slider .swiper-slide img {
        height: auto;
        max-height: none;
    }
}

/*PRODUCT CARD*/

.producto-intensidad {
    margin-top: 12px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.intensidad-label {
    font-size: 13px;
}

.intensidad-iconos {
    display: flex;
    gap: 2px;
    align-items: center;
}

.intensidad-grano {
    display: flex;
    align-items: center;
}

.intensidad-grano svg {
    width: 12px;
    height: 13px;
}

.intensidad-grano svg path {
    fill: #31302F;
}

.product-wrapper .producto-marca {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 500;
    margin-bottom: 10px !important;
    color: #7B7875;
}

.product-wrapper .producto-precio {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
    height: max-content;
    width: fit-content;
    font-weight: 600;
    line-height: 20px;
}

.product-wrapper .producto-precio del {
    color: #ACA8A4;
    font-weight: 500;
}

.product-wrapper .producto-precio ins {
    font-weight: bold;
    color: #11312B;
}

.product-wrapper .producto-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: baseline;
}

.product-wrapper .producto-nombre {
    font-weight: 500;
    line-height: 20px;
}

body .product-label {
    border-radius: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    padding-inline: 10px;
    line-height: 14px;
}

@media (min-width: 1025px) {

    body .wd-product.wd-hover-quick .wd-add-btn {
        inset-inline: initial;
        bottom: 12px;
        right: 12px;
        width: max-content;
        transform: none;
    }

    body .wd-product.wd-quantity-overlap div.quantity {
        opacity: 0;
        transition: all .15s linear;
    }

    body .wd-product.wd-quantity-overlap:hover div.quantity {
        opacity: 1;
    }

    body .wd-add-btn-replace .add-to-cart-loop span {
        width: 38px;
        height: 38px;
        font-size: 0;
    }

    body .wd-product.wd-quantity-overlap .wd-add-btn-replace .add-to-cart-loop {
        background-color: transparent;
    }

    .wd-product.wd-quantity-overlap div.quantity input[type],
    .wd-product.wd-quantity-overlap :is(div, .cart):hover>div.quantity input[type],
    .wd-product.wd-quantity-overlap :is(div, .cart):hover>div.quantity+.button {
        background-color: #11312B;
    }

    body .wd-hover-quick .wd-add-btn-replace .add-to-cart-loop:before {
        transform: none;
        background-color: #11312B;
        font-family: initial;
        font-size: 0;
        background-image: url(/wp-content/uploads/2024/11/Frame-260-1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20.5px;
        border-left: 1px solid rgb(255 255 255 / 5%);
        border-radius: 5px;
    }

    body .wd-product.wd-quantity-overlap:hover .wd-add-btn-replace .add-to-cart-loop:before {
        border-radius: 0;
    }

}

@media (max-width: 1024px) {

    .wd-product.wd-hover-quick .wd-add-btn {
        width: max-content;
        margin-left: auto;
    }

    .wd-product .bottom-labels {
        gap: 4px;
        flex-wrap: wrap;
    }

}

body .wd-product .price {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: baseline;
}

.wd-product .product-wrapper {
    gap: 0;
}

body .wd-product :where(.product-wrapper, .product-element-bottom) {
    gap: 0;
    line-height: 1;
    text-align: left;
}

body .wd-product :is(.wd-entities-title, .wd-product-cats, .wd-product-brands-links, .wd-product-sku, .wd-product-stock, .price) {
    margin: 0;
}

.wd-product .wd-swatches-grid.wd-size-m {
    --wd-swatch-size: 32px;
    justify-content: flex-start;
    margin-bottom: 16px !important;
}

.wd-product .bottom-labels {
    margin-top: 12px !important;
    display: flex;
    gap: 8px;
}

.wd-product .bottom-labels span.bottom-label {
    font-size: 11px;
    font-weight: 600;
    padding-inline: 8px;
    line-height: 20px;
    color: var(--wd-text-color);
    background-color: #fff;
    border-radius: 5px;
}

.product-element-top {
    margin-bottom: 20px !important;
}

body .wd-swatches-grid {
    --wd-swatch-v-sp: 4px;
    --wd-swatch-h-sp: 4px;
}

.wd-product :is(.product-image-link, .hover-img) img {
    border-radius: 10px;
}

body .wd-product.wd-hover-quick .wd-add-btn,
body .wd-product.wd-hover-quick .wd-add-btn>a {
    border-radius: 5px !important;
    overflow: hidden;
}

.wd-product .product-labels.labels-rectangular {
    top: 10px;
    inset-inline-start: 10px;
    gap: 7px;
}

.product-label {
    border-radius: 5px;
}

body .price del {
    font-size: 100%;
}

/*CARRUSEL DE PRODUCTOS*/

body .wpb_content_element.c-product-carousel__title {
    margin-bottom: 20px;
}

.c-product-carousel__title p {
    font-size: 32px;
    font-weight: 400;
}

.c-product-carousel__title strong {
    font-family: 'Rufina';
    font-size: 103%;
}

body .wd-product.wd-hover-quick.wd-quantity-overlap .product-wrapper:hover .wd-add-btn .product_type_simple:before {
    border-radius: 0px 5px 5px 0px;
}

.wd-product .product-image-link {
    z-index: 0;
}

body .wd-product.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple:before {
    background-image: url(/wp-content/uploads/2024/11/Frame-260-1.svg);
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 20.5px;
    border-left: 1px solid rgb(255 255 255 / 5%);
    border-radius: 5px;
}

body .wd-product .hover-img {
    transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

body .product-element-top:hover .hover-img {
    transform: none;
}

.c-products>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    position: relative;
}

.wpb-js-composer .c-products .wd-button-wrapper.inline-element {
    margin: 0;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 1;
}

.c-products .wd-nav-arrows.wd-pos-together {
    top: -35px;
    right: 120px;
    gap: 12px;
}

.wd-btn-arrow.wd-disabled {
    opacity: .3;
}

body .wd-icon-2 .wd-arrow-inner:after {
    content: '' !important;
    font-size: 0;
    font-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 18px;
}

body .wd-icon-2 .wd-next .wd-arrow-inner:after {
    background-image: url(/wp-content/uploads/2024/11/Vector-11.svg);
}

body .wd-icon-2 .wd-prev .wd-arrow-inner:after {
    background-image: url(/wp-content/uploads/2024/11/Vector-12.svg);
}

@media (max-width: 1024px) {

    .wd-products-element [class*="wd-grid"] {
        --wd-col-sm: 1.5 !important;
    }

    body .wd-carousel-dis-mb .wd-carousel-wrap {
        -webkit-mask-image: initial;
        mask-image: initial;
    }

    body .wd-carousel-dis-mb .wd-carousel {
        margin-right: -15px;
    }

    .c-products .wd-button-wrapper {
        display: none;
    }

    .product-wrapper .producto-info{
        gap: 8px;
        flex-direction: column;
    }

    .product-wrapper .producto-marca{
        font-size: 10px;
    }

    .product-wrapper .producto-nombre{
        line-height: 18px;
        font-size: 12.5px;
    }

    .product-wrapper .producto-info{
        gap: 12px;
    }

    .product-wrapper .producto-precio{
        flex-direction: row;
        gap: 6px;
    }

    body .product-label{
        font-size: 10px;
        letter-spacing: .75px;
        padding-inline: 8px;
        line-height: 12px;
    }

}

/*CATEGORIAS*/

.categorias-grilla {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.categorias-grilla .imagen-seccion {
    grid-row: span 2 / span 2;
    border-radius: 10px;
    overflow: hidden;
}

.categorias-grilla .categoria-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.categoria-item .titulo-categoria {
    position: absolute;
    bottom: 28px;
    left: 28px;
    line-height: 1;
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
}

.categorias-grilla .categoria-item .categoria-link::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 30%) 100%);
    pointer-events: none;
}

.categorias-grilla .categoria-item img {
    height: 100%;
    object-fit: cover;
}

.categoria-item:hover .titulo-categoria {
    text-decoration: underline;
}

.categorias-grilla .categoria-item .categoria-link {
    position: absolute;
    inset: 0;
}

@media (max-width: 768px) {

    .categorias-grilla {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 12px;
    }

    .categorias-grilla .imagen-seccion {
        grid-column: span 2 / span 2;
    }

    .categoria-item .titulo-categoria {
        bottom: 20px;
        left: 20px;
        font-size: 13px;
    }

    .categoria-item:hover .titulo-categoria {
        text-decoration: none;
    }

    .categorias-grilla .categoria-item .categoria-link::before {
        background: linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 50%) 100%);
    }

}

/*VIDEO EXPERENCIAL*/

.video-experiencial-section {
    position: relative;
    width: 100vw;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-experiencial-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-experiencial-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.video-experiencial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(133 58 36 / 8%);
    z-index: 2;
}

.video-experiencial-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1;
}

.video-experiencial-subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.video-experiencial-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
    line-height: 1;
}

.video-experiencial-description {
    font-size: 18px;
    margin-bottom: 36px;
}

.video-experiencial-cta {
    display: inline-block;
    padding: 14px 28px;
    color: #fff;
    border: 1px solid;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.video-experiencial-cta:hover {
    color: #fff;
}

@media (max-width: 768px) {

    .video-experiencial-title {
        font-size: 32px;
        line-height: 36px;
    }

    .video-experiencial-subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .video-experiencial-description {
        font-size: 15px;
        margin-bottom: 32px;
    }

}

/*MARQUESINA*/

.marquesina-wrapper {
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-block: 20px;
    background-color: #F1EBE4;
}

.marquesina {
    display: flex;
    width: 50vw;
    animation: scroll 20s linear infinite;
}

.marquesina-contenido {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.marquesina-contenido [class*="marquesina"] {
    margin: 0;
}

.marquesina-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 32px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.marquesina-separador {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.marquesina-separador img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pausar la animación al pasar el mouse */
.marquesina:hover .marquesina-contenido {
    animation-play-state: paused;
}

@media (max-width: 768px) {

    .marquesina-wrapper {
        padding-block: 8px;
    }

    .marquesina {
        width: 100vw;
        animation-duration: 8s;
    }

    .marquesina-separador img {
        width: 24px;
        height: 24px;
    }

    .marquesina-item {
        font-size: 12px;
        padding: 0 20px;
    }

}

/*SERVICIOS*/

.servicios-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.servicio-card {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #0F2C27;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.servicio-card:nth-child(even) {
    grid-template-areas:
        "imagen"
        "info";
}

.servicio-card:nth-child(odd) {
    grid-template-areas:
        "info"
        "imagen";
}

.servicio-info {
    grid-area: info;
    padding: 64px;
    color: var(--color-text, #ffffff);
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.servicio-card:nth-child(odd) .servicio-info {
    background-image: url(/wp-content/uploads/2025/01/fondo-comodato.svg);
}

.servicio-card:nth-child(even) .servicio-info {
    background-image: url(/wp-content/uploads/2025/01/fondo-horeca-vending-1.svg);
}

.servicio-icono {
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
    border-radius: 100px;
}

.servicio-icono img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.servicio-titulo {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    color: inherit;
}

.servicio-descripcion {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.servicio-cta {
    display: inline-flex;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: 1px solid var(--color-border, #ffffff);
    color: var(--color-text, #ffffff);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    width: fit-content;
}

.servicio-cta:hover {
    background-color: var(--color-text, #ffffff);
    color: var(--color-background, #0B2434);
}

.servicio-imagen {
    grid-area: imagen;
    width: 100%;
    height: 100%;
    min-height: 470px;
}

.servicio-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicio-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 769px) {

    .servicio-card {
        grid-template-columns: 1fr 1fr;
    }

    .servicio-card:nth-child(even) {
        grid-template-areas: "imagen info";
    }

    .servicio-card:nth-child(odd) {
        grid-template-areas: "info imagen";
    }

}

@media (max-width: 768px) {

    .servicio-card:nth-child(even) {
        grid-template-areas:
            "info"
            "imagen";
    }

    .servicio-card {
        border-radius: 0;
    }

    .servicio-info {
        padding: 40px;
    }

    .servicio-titulo {
        font-size: 26px;
        line-height: 28px;
    }

    .servicio-icono {
        padding: 4%;
    }

    .servicio-descripcion {
        font-size: 14px;
        line-height: 24px;
    }

    .servicios-grid {
        gap: 0px;
    }

}

/*CATEGORÍAS V2*/

.categorias-slider-wrapper {
    overflow: hidden;
}

.categorias-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.categorias-titulo {
    font-size: 32px;
    margin: 0;
    font-weight: 400;
}

.categorias-titulo strong {
    font-family: 'Rufina';
    font-size: 103%;
}

.categorias-controles {
    display: flex;
    align-items: center;
    gap: 28px;
}

.categorias-nav {
    background: transparent;
    padding: 0;
}

button.categorias-nav:hover {
    background: none;
}

.categorias-ver-todo {
    border-radius: 8px;
    text-decoration: none;
    color: var(--wd-text-color);
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    border: 1px solid;
    padding-block: 13px;
}

.categorias-ver-todo:hover {
    background-color: #efe7de;
    color: var(--wd-text-color);
}

.categorias-slider {
    overflow: visible;
}

.categoria-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
}

.categoria-imagen {
    position: relative;
    width: 200px;
    height: 200px;
}

.categoria-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.categoria-nombre {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .03em;
}

.categorias-slider:hover .swiper-slide .categoria-card {
    opacity: .5;
}

.categorias-slider .swiper-slide .categoria-card:hover {
    opacity: 1;
}

.categorias-controles .swiper-button-lock {
    display: none;
}

@media (max-width: 768px) {

    .categorias-slider:hover .swiper-slide .categoria-card {
        opacity: 1;
    }

    .categorias-slider .swiper-slide .categoria-card:focus {
        opacity: .7;
    }

    .categorias-slider-wrapper {
        padding: 1rem;
    }

    .categorias-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        align-items: center;
        margin: 0;
    }

    .categoria-imagen {
        width: 150px;
        height: 150px;
    }

    .categorias-controles {
        display: none;
    }

    .categoria-nombre {
        font-size: 15px;
    }

    .categorias-titulo {
        font-size: 24px;
        margin-bottom: 8px;
    }

}

/*TESTIMONIOS*/

.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonio-card {
    display: grid;
    background: #F5F5F5;
    border-radius: 16px;
    overflow: hidden;
}

.testimonio-imagen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.testimonio-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonio-content {
    background-color: #0f2c27;
    color: #ffffff;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.testimonio-content {
    background-image: url('/wp-content/uploads/2025/01/testimonial-icon-1.svg');
    background-repeat: no-repeat;
    background-position: 96% 12%;
    background-size: 64px;
}

.testimonio-rating {
    display: flex;
    gap: 0.25rem;
}

.testimonio-texto {
    font-size: 15px;
    line-height: 25px;
}

.testimonio-autor {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonio-autor strong {
    font-size: 16px;
}

.testimonio-autor span {
    font-size: 15px;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .testimonios-grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }
}

@media (max-width: 768px) {
    .testimonio-card {
        grid-template-columns: 1fr;
    }

    .testimonio-imagen {
        aspect-ratio: 1;
    }

    .testimonio-content {
        padding: 1.5rem;
    }

    .testimonio-card {
        border-radius: 0;
    }
}

/*MARCAS*/

.marcas-destacadas-wrapper {
    display: flex;
    gap: 48px;
    align-items: center;
}

.marcas-destacadas-titulo {
    font-size: 32px;
    white-space: nowrap;
    width: fit-content;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}

.marcas-destacadas-titulo strong {
    font-family: 'Rufina';
    font-size: 108%;
}

.marcas-destacadas-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.marca-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {

    .marcas-destacadas-wrapper {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .marcas-destacadas-grid {
        grid-template-columns: repeat(7, 40%);
        overflow: auto;
        border-radius: 0;
        margin-right: -15px;
        padding-right: 15px;
    }

}

/*BLOG*/

.articulos-destacados-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.articulo-card {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.articulo-card:hover .articulo-imagen img {
    opacity: .8;
}

.articulo-imagen {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 16px;
}

.articulo-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
}

.articulo-categoria {
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding-inline: 10px;
    line-height: 28px;
    background-color: #993920;
    color: #fff;
    border-radius: 8px;
    margin-top: 16px;
}

.articulo-titulo {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0;
    color: #000;
}

.articulo-extracto {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
}

.articulo-link {
    display: block;
    color: var(--wd-text-color);
    margin-top: 16px;
    font-weight: 600;
    text-decoration: underline;
    opacity: .5;
}

@media (max-width: 1024px) {
    .articulos-destacados-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .articulos-destacados-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 56px;
    }
}

@media (max-width: 480px) {
    .articulos-destacados-grid {
        grid-template-columns: 1fr;
    }
}













@media (max-width: 1024px){

    .c-product-carousel__title p,
    .marcas-destacadas-titulo{
        font-size: 26px;
    }

}