.mBtn1 {
    font-size: 1.1vw !important;
    font-weight: 700;
    width: 100%;
    height: 2.7vw;
    border-radius: 2vw;
    background-color: #fff;
    color: #000;
    border: none
}

.mBtn1:hover {
    background-color: #000;
    color: #fff;
    border: none;
}

@media (max-width: 575px) {
    .mBtn1 {
        font-size: 3.4vw !important;
        font-weight: 700;
        width: 100%;
        height: 10vw;
        border-radius: 5vw;
        background-color: #fff;
        color: #000;
        border: none
    }

    .mBtn1:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
}




.mBtn2 {
    font-size: 1.1vw !important;
    font-weight: 700;
    width: 100%;
    height: 2.7vw;
    border-radius: 2vw;
    background-color: #000;
    color: #fff;
    border: none
}

.mBtn2:hover {
    background-color: #fff;
    color: #000;
    border: none;
}

@media (max-width: 575px) {
    .mBtn2 {
        font-size: 4vw !important;
        font-weight: 700;
        width: 100%;
        height: 10vw;
        border-radius: 5vw;
        background-color: #000;
        color: #fff;
        border: none
    }

    .mBtn2:hover {
        background-color: #fff;
        color: #000;
        border: none;
    }
}




.mBtn3 {
    font-size: 1.1vw !important;
    font-weight: 700;
    width: 100%;
    height: 2.7vw;
    border-radius: 2vw;
    background-color: #B8403D;
    color: #fff;
    border: none
}

.mBtn3:hover {
    background-color: #fff;
    color: #B8403D;
    border: solid 1px #B8403D;
}

@media (max-width: 575px) {
    .mBtn3 {
        font-size: 4vw !important;
        font-weight: 700;
        width: 100%;
        height: 10vw;
        border-radius: 5vw;
        background-color: #B8403D;
        color: #fff;
        border: none
    }

    .mBtn3:hover {
        background-color: #fff;
        color: #B8403D;
        border: solid 1px #B8403D;
    }
}




.mBtn4 {
    font-size: 1.1vw !important;
    text-decoration: underline;
    font-weight: 700;
    width: 100%;
    height: 2.7vw;
    border-radius: 2vw;
    background-color: #fff;
    color: #000;
    border: none
}

.mBtn4:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #fff;
}

@media (max-width: 575px) {
    .mBtn4 {
        font-size: 4vw !important;
        text-decoration: underline;
        font-weight: 700;
        width: 100%;
        height: 10vw;
        border-radius: 5vw;
        background-color: #fff;
        color: #000;
        border: none
    }

    .mBtn4:hover {
        background-color: #fff;
        color: #000;
        border: solid 1px #fff;
    }
}




.mBtnRedondo {
    font-size: 1.2vw !important;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 1vw;
}

.mBtnRedondo:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}

@media (max-width: 575px) {
    .mBtnRedondo {
        font-size: 2.5vw !important;
        width: 5vw;
        height: 5vw;
        border-radius: 50%;
        background-color: #fff;
        color: #000;
        border: none;
        padding: 1.3vw;
    }

    .mBtnRedondo:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }

}




.mBtnRedondo2 {
    font-size: 1.2vw !important;
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: none;
}

.mBtnRedondo2:hover {
    background-color: #000;
    color: #fff;
    border: solid 1px #fff;
}

@media (max-width: 575px) {
    .mBtnRedondo2 {
        font-size: 2.5vw !important;
        width: 5vw;
        height: 5vw;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        border: none;
        padding: 1vw;
    }

    .mBtnRedondo2:hover {
        background-color: #fff;
        color: #000;
        border: solid 1px #000;
    }

}





.mBtnRedondo3 {
    font-size: 1.2vw !important;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 0.2vw;
    
}

.mBtnRedondo3:hover {
    background-color: #fff;
    color: #000;
    border: none;
}

@media (max-width: 575px) {
    .mBtnRedondo3 {
        font-size: 2.5vw !important;
        width: 5vw;
        height: 5vw;
        border-radius: 50%;
        background-color: #fff;
        color: #000;
        border: none
    }

    .mBtnRedondo3:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }

}


.mySwiperDeskUGC .swiper-slide {
    width: 20% !important;
    transition: transform 0.3s ease;
    border-radius: 2vw;
}

.mySwiperDeskUGC .swiper-slide {
    transform: scale(0.8);
}

.mySwiperDeskUGC .swiper-slide-prev {
    position: relative;
    left: -1vw;
    transform: scale(0.9);
}

.mySwiperDeskUGC .swiper-slide-next {
    position: relative;
    right: -1vw;
    transform: scale(0.9);
}

.mySwiperDeskUGC .swiper-slide-active {
    transform: scale(1);
}

.mySwiperDeskUGC .swiper-slide,
.mySwiperDeskUGC .swiper-slide-prev,
.mySwiperDeskUGC .swiper-slide-next,
.mySwiperMobiUGC .swiper-slide,
.mySwiperMobiUGC .swiper-slide-prev,
.mySwiperMobiUGC .swiper-slide-next {
    filter: grayscale(80%);
}

.mySwiperDeskUGC .swiper-slide-active,
.mySwiperMobiUGC .swiper-slide-active {
    filter: grayscale(0%);
}

/* SVG dentro del slide activo: línea blanca y fill negro transparente al 50% */
.mySwiperDeskUGC .swiper-slide-active svg,
.mySwiperMobiUGC .swiper-slide-active svg {
    fill: rgba(0, 0, 0, 0.5) !important;
    stroke: #fff !important;
    display: block;
    margin: 0 auto;
}

#exampleModal {
    background: rgba(0, 0, 0, 0.5) !important;
    align-items: center;
}

.modal-content {
    margin: 0 !important;
    height: 100%;
    width: 100%;
}

.modal-dialog {
    margin: 5vh 30vw !important;
    height: 90vh;
    width: 40vw;
    max-width: 40vw !important;
}


@media ((min-width: 480px)) {
    .modal-dialog{
        max-width: max-content;
    }
}

    
@media (max-width: 575px) {
    .modal-dialog {
        margin: 15vh 20vw !important;
        height: 70vh;
        width: 60vw;
        max-width: 60vw !important;
    }
}

.modal-body {
    padding: 0;
}

#videoContainer iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.close {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 3vw;
    height: 3vw;
}

.modal-backdrop {
    z-index: -1 !important;
    display: none !important;
}