﻿p{
    margin:0;
}
.ctn-carrouselProductos {
    margin: 80px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
   position:relative;
}

    .ctn-carrouselProductos .swiper-button-next, .ctn-carrouselProductos .swiper-button-prev {
       /* top: 68rem;*/
        color: var(--icons-tertiary);
    }
    .ctn-carrouselProductos .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    .ctn-carrouselProductos .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }


.title-carrouselProductos {
    color: var(--title-1);
    text-align: center;
    /* H2 */
    font-family: var(--lexend);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin:0;
}

.subtitle-carrouselProductos {
    color: var(--sub-title-1);
    text-align: center;
    /* Subtitle 1 */
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.sub-ctn-carrouselProductos {
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
    padding: 26px !important;
    align-items: center;
    max-width: 1166px;
    opacity: 0;
    transition: opacity 1.6s ease-out;
}

    .sub-ctn-carrouselProductos.swiper {
        /*justify-content: center;*/
        width: 100%;
        max-width: 71.2rem;
    }
    .sub-ctn-carrouselProductos .swiper-wrapper {
        width: 100%;
        /*height: 36em;*/
        display: flex;
        align-items: center;
    }
        .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
            filter: blur(0px);
        }

        .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide-active {
            margin-right: 0rem;
        }
        .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide-next {
            margin-right: 0rem;
        }
        .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide {
            margin:0 2rem 0 0;
        }

    .sub-ctn-carrouselProductos .ver-card {
        opacity: 1 !important;
    }

    .sub-ctn-carrouselProductos .swiper-wrapper div {
        display: flex;
        flex-direction: column;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        min-height: 340px;
        max-height: 340px;
        height: 340px;
        padding: 20px;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        gap: 0px;
        flex-wrap: wrap;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 0px 20px 0px rgba(0, 0, 0, 0.06), -20px 12px 35px 0px rgba(0, 0, 0, 0.03);
        transition: transform 0.3s ease-in-out;
    }

    .sub-ctn-carrouselProductos div div:hover {
        transform:scale(1.05);
    }

.title-item-carrouselProductos {
    color: var(--title-2);
    text-align: center;
    /* H4 */
    font-family: var(--lexend);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    margin: 0;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.txt-item-carrouselProductos {
    color: var(--texto-secundario);
    text-align: center;
    font-feature-settings: 'liga' off, 'calt' off;
    /* Body 1 */
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
    /*height: 72px;*/
    min-height: 72px;
    /*max-height: 72px*/
}

.sub-ctn-carrouselProductos div a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--btn-text-link);
    font-family: var(--lexend);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ctn-carrouselProductos .texto-oculto {
    opacity: 0;
    transition: opacity 2.5s ease-in-out;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: opacity 2.5s
}

.ctn-carrouselProductos .texto-visible {
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
}

/*.ctn-carrouselProductos .swiper-button-next, .ctn-carrouselProductos .swiper-button-prev {
    display: block !important;
}*/

.ctn-carrouselProductos .ver-card {
    opacity: 1 !important;
}

@media screen and (min-width:1280px) {
    .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide {
        margin: 0 1.5rem 0 0;
    }
}

@media screen and (max-width:1279px) {
    .ctn-carrouselProductos .swiper-button-next, .ctn-carrouselProductos .swiper-button-prev {
        display: none !important;
    }

    .sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide {
        margin: 0 1.5rem 0 0;
    }
}
@media screen and (max-width:550px){
    .ctn-carrouselProductos {
        margin:80px 32px;
    }
    .sub-ctn-carrouselProductos{
        max-width:350px;
    }

    .title-carrouselProductos {
        font-size: 20px;
        line-height: 28px;
        width: auto;
    }

    .sub-ctn-carrouselProductos .swiper-wrapper{
        height:340px;
    }

        /*.sub-ctn-carrouselProductos .swiper-wrapper .swiper-slide {
            margin: 0 1.5rem 0 0;
        }*/
}