    .banner-carousel-mobile-personalize{
       display: none; 
    }
@media (max-width: 768px){
    .carousel-personalize{
        display: none !important;
    }
    .testimonial-banner{
        background-color: #ffffff;
        position: relative;
        z-index: 2;
    }
    .banner-carousel-container{
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .banner-carousel-m{
        background: rgba(241, 241, 241, 0.5);
        width: 100%;
        height: 100%;
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        padding-top: 64px;
    }
    .banner-carousel-m .text-banner-1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        background-image: linear-gradient(135deg, #D31145 0%, #8B0014 60%, #8B0014 100%);
        padding: 40px 16px;
        min-height: 350px;
    }
    .banner-carousel-m .text-banner-1 h1{
        font-size: 24px;
        color: #ffffff;
        text-align: left;
        margin-bottom: 16px;
        width: 100%;
        max-width: 375px;
    }
    .banner-carousel-m .text-banner-1 p{
        font-size: 16px;
        color: #ffffff;
        text-align: left;
        margin-bottom: 16px;
        width: 100%;
        max-width: 375px;
    }
    .banner-carousel-m .text-banner-1 .button{
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        max-width: 375px;
    }
    .banner-carousel-m .text-banner-1 a{
        width: 171px;
        height: 42px;
        background: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 21px;
        color: #BA0C2F;
        font-weight: 900;
        padding: 10px 16px 10px 16px;
        font-size: 14px;
    }
    .banner-carousel-m .text-banner-1 a .explore-text {
        margin-top: 3px; 
        font-size: 14px;
    }

    .banner-carousel-m .text-banner-1 a img{
        width: 16px;
        height: 12px;
    }
    .banner-carousel-m  img{
        width: 100%;
        height: auto;
    }
    .banner .background-wrapper {
        min-height: auto !important;
        height: 72vw;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }




    .banner-carousel-mobile-personalize{
        display: block;
        padding-bottom: 0px !important;
    }
    .banner-carousel-mobile-personalize2{
        padding-top: 0px;
        display: none;
    }
    .element-no-visible{
        display: none !important;
    }
    .carousel-vino {
        touch-action: none;   
        pointer-events: none; 
    }
    .carousel-imagen{
        touch-action: none;   
        pointer-events: none; 
    }
    .banner-carousel-container .slick-slide a.btn{
        padding-top: 10px !important;
        max-width: 160px !important;
    }


    
}

@media (max-width: 500px){
    .banner-carousel-m .text-banner-1{
        min-height: 240px;
    }
}

