/* Minification failed. Returning unminified contents.
(63,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(143,35): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(156,17): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow-txt--secondary-2'
 */
body {
}

.main-container {
}


.container-errors {
    background-image: url(/Content/assets/home/bg_mo_home_section2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 95%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    border-width: 0px 1px 5px 0px;
    border-style: solid;
}

.container-error404,
.container-error500 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
    /* justify-content: center; */
}

.container-error404 {
    background-image: url(/Content/assets/errors/bg_mo_error404.webp);
}

.container-error500 {
    background-image: url(/Content/assets/errors/bg_mo_error500.webp);
}


.contenido-errors {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-family: 'Open Sans';
}

.errors-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .errors-title h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 800;
        color: var(--color-red-txt--primary);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        text-shadow: 2px 3px 0px black;
        font-family: 'LtoUnicore-LabBlackIt';
        letter-spacing: -0.44px;
    }

    .errors-title p {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        color: black;
        max-width: 400px;
        font-family: 'LtoUnicore-LabBlackIt';
        text-transform: uppercase;
    }

.errors-img {
    display: flex;
    justify-content: center;
}

    .errors-img img {
        width: 100%;
        max-width: 180px;
    }

.errors-accions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

    .errors-accions p {
        font-size: 18px;
    }

    .errors-accions a {
        cursor: pointer;
        font-size: 20px;
        padding: 15px 40px;
        /* margin-top: 30px; */
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;
        text-align: center;
    }

.errors-assets {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .errors-assets > img {
        width: 70%;
        max-width: 350px;
    }


/*---- Errores personalizados ----*/

.errors404-txt {
}

    .errors404-txt > p {
        text-align: center;
        font-family: 'LtoUnicore-LabBlackIt';
        font-size: 18px;
        /* margin-top: 20px; */
    }

.errors-title--500 > h1 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 2px 3px 0px var(--color-red-txt--primary);
    font-family: 'LtoUnicore-LabBlackIt';
}

.errors-title--500 p {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: black;
    max-width: 400px;
    font-family: 'LtoUnicore-LabBlackIt';
    text-transform: uppercase;
    text-shadow: -2px -2px 0 black, 0px -2px 0 black, 2px -2px 0 black, -2px 0px 0 black, 2px 0px 0 black, -2px 2px 0 black, 0px 2px 0 black, 2px 2px 0 black;
    color: var(--color-yellow-txt--secondary-2);
}

    .errors-title--500 p > span {
        font-size: 15px;
        text-align: center;
        color: black;
        text-shadow: none;
    }

@media(min-width: 900px) {
    .main-container {
        /*background-image: url(/Content/assets/register/bg_dt_Registro.webp);*/
    }

    /*.container-error404 {
        background-image: url(/Content/assets/errors/bg_mo_error404.webp);
    }

    .container-error500 {
        background-image: url(/Content/assets/errors/bg_mo_error404.webp);
    }*/

}

