/* Minification failed. Returning unminified contents.
(106,25): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow-txt--primary'
(152,32): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
 */
.container-tutorial {
    /*min-height: 100vh;*/
    background-image: url(/Content/assets/tutorial/bg_mo_tutorial.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contenido-tutorial {
    padding: 10rem 0 7rem;
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

/*---- carrucel ---- */
.section-mo-carrucel {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-width: 600px;
}

    .section-mo-carrucel .slider-container {
        overflow: hidden;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .section-mo-carrucel .swiper_container-prizes {
        width: 100%;
        position: relative;
    }

    .section-mo-carrucel .swiper-wrapper {
    }

    .section-mo-carrucel .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }

        .section-mo-carrucel .swiper-slide > a {
            font-family: 'BurbankBigCondensedBold';
            padding: 10px 20px;
            text-decoration: none;
            font-size: 30px;
            width: 95%;
            max-width: 200px;
            text-align: center;
            position: absolute;
            bottom: 10%;
            transform: translateY(-10%);
        }

    .section-mo-carrucel .flecha-slider {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 100%;
        max-width: 35px;
        z-index: 1;
    }

    .section-mo-carrucel .flecha-left {
    }

    .section-mo-carrucel .flecha-right {
        right: 0%;
    }

    .section-mo-carrucel .swiper-slide img,
    .section-mo-carrucel .swiper-slide-dt img {
        width: 100%;
        max-width: 350px;
    }

    .section-mo-carrucel .swiper-slide p,
    .section-mo-carrucel .swiper-slide-dt p {
        max-width: 286px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'LtoUnicore-LabBlackIt';
        font-size: 30px;
        color: black;
        margin-top: 15px;
    }

        .section-mo-carrucel .swiper-slide p > span,
        .section-mo-carrucel .swiper-slide-dt p > span {
            color: var(--color-yellow-txt--primary);
        }

    .section-mo-carrucel .slider-container .slider-container-legend {
        font-family: 'Montserrat';
        font-size: 13px;
        color: white;
        text-align: center;
        margin-top: 30px;
        /* max-width: 650px; */
    }

    .section-mo-carrucel .swiper-slide > span {
    }

    .section-mo-carrucel .swiper-slide-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        height: 270px;
        background-color: white;
        padding: 50px 10px;
        border: 4px solid black;
    }

        .section-mo-carrucel .swiper-slide-container > span {
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            color: black;
        }

    .section-mo-carrucel .swiper-pagination {
        margin-top: 20px;
        position: initial;
    }

    .section-mo-carrucel .swiper-pagination-bullet {
        background-color: white;
        width: 10px;
        height: 10px;
        border: 2px solid black;
        opacity: 1;
    }

    .section-mo-carrucel .swiper-pagination-bullet-active {
        background-color: var(--color-red-txt--primary);
    }

    /*para carrucel de tutorial*/
    .section-mo-carrucel .flecha-left.is-hidden,
    .section-mo-carrucel .flecha-right.is-hidden {
        opacity: 0;
        pointer-events: none;
        display: none;
    }

.slider-container-accions {
    margin-top: 30px;
    display: flex;
    gap: 40px;
}

    .slider-container-accions > a,
    .slider-container-accions > button {
        cursor: pointer;
        font-size: 30px;
        padding: 10px 40px;
        font-weight: bold;
        width: 100%;
        text-decoration: none;
    }

    .slider-container-accions > a {
        max-width: 250px;
    }

    .slider-container-accions > button {
        max-width: 300px;
    }

@media (min-width: 1000px) {
    .container-tutorial {
        background-image: url(/Content/assets/register/bg_dt_register.webp);
    }
}

