/* Minification failed. Returning unminified contents.
(58,39): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(72,39): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
 */
.container-clpromo {
    /* min-height: 100vh; */
    background-image: url(/Content/assets/closepromotion/bg_mo_closepromotion.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container2-clpromo {
    display: flex;
    justify-content: center;
}

.contenido-clpromo {
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 95%;
}

.clpromo-logo {
    display: flex;
    justify-content: center;
}

    .clpromo-logo img {
        width: 90%;
        max-width: 350px;
    }

.clpromo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    /* width: 90%; */
    padding: 40px 30px;
    background-color: white;
    background-image: url(/Content/assets/closepromotion/bg_mo_puntos_abajo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-width: 2px 5px 5px 2px;
    border-style: solid;
    border-color: black;
}

.clpromo-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .clpromo-box-title h1 {
        text-shadow: 4px 4px 0px var(--color-red-txt--primary);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
        color: white;
        font-family: 'LtoUnicore-LabBlackIt';
        text-transform: uppercase;
        position: relative;
        font-size: 35px;
        letter-spacing: -2px;
        max-width: 280px;
        text-align: center;
    }

    .clpromo-box-title h3 {
        text-shadow: 4px 4px 0px var(--color-red-txt--primary);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
        color: white;
        font-family: 'LtoUnicore-LabBlackIt';
        text-transform: uppercase;
        position: relative;
        font-size: 24px;
        letter-spacing: -2px;
        max-width: 300px;
        text-align: center;
    }

    .clpromo-box-title h4 {
        color: black;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px;
        font-family: 'LtoUnicore-Lab-Regular';
        /* text-transform: uppercase; */
        max-width: 300px;
        text-align: center;
    }

.clpromo-box-img {
    display: flex;
    justify-content: center;
}

    .clpromo-box-img img {
        width: 90%;
        max-width: 350px;
    }

.clpromo-box-img--dt {
    display: none;
}

@media(min-width: 1000px) {
    .container-clpromo {
        background-image: url(/Content/assets/closepromotion/bg_dt_closepromotion.webp);
    }

    .container2-clpromo {
    }

    .contenido-clpromo {
        flex-direction: row;
        justify-content: center;
        padding-top: 15rem;
    }

    .clpromo-logo {
        height: 100%;
        align-items: start;
    }

        .clpromo-logo img {
        }

    .clpromo-box {
        flex-direction: row;
        background-image: url(/Content/assets/closepromotion/bg_dt_puntos_izquierda.webp);
        padding: 70px 40px;
    }

    .clpromo-box-title {
    }

        .clpromo-box-title h1 {
            font-size: 40px;
            max-width: 300px;
        }

        .clpromo-box-title h3 {
            font-size: 25px;
            /* max-width: 300px; */
        }

        .clpromo-box-title h4 {
            font-size: 30px;
            /* max-width: 350px; */
        }

    .clpromo-box-img--mo {
        display: none;
    }

    .clpromo-box-img--dt {
        display: flex;
    }
}

