/* Minification failed. Returning unminified contents.
(174,35): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(187,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/errors/bg_mo_error404.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 85%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    border: 4px solid #FFF;
}

.container-error-500 {
    background: #00186B;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 85%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    border: 4px solid #FFF;
}

.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_error.png);
}

.container-error500 {
    background-image: url(/Content/assets/errors/bg_mo_error.png);
}


.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 {
        color: #DF0080;
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        font-family: "BurbankBigCondensedBold";
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: 43px; /* 95.556% */
        text-transform: uppercase;
    }

    .errors-title p {
        color: #FFF;
        text-align: center;
        font-family: "BurbankBigCondensedBold";
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 105.263% */
    }

.errors-img {
    display: flex;
    justify-content: center;
}

    .errors-img img {
        width: 100%;
        max-width: 180px;
    }

.errors-accions {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(180deg, #FFE58C 0%, #FFC600 100%);
    box-shadow: 0 4px 0 0 #F1B900, 0 0 23.9px 0 #FFDC15 inset;
    backdrop-filter: blur(2px);
    margin-top: 24px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .errors-accions p {
        font-size: 18px;
    }

    .errors-accions a {
        cursor: pointer;
        color: #FFF;
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #00186B;
        font-family: "BurbankBigCondensedBold";
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
        width: 100%;
    }

.errors-assets {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .errors-assets > img {
        width: 70%;
        max-width: 350px;
    }


/*---- Errores personalizados ----*/

.errors404-txt {
    color: white;
    text-align: center;
    font-family: 'MergeW00-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    margin-top: 20px;
}

    .errors404-txt > p {
        color: white;
        text-align: center;
        font-family: 'MergeW00-Bold';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 112.5% */
        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);
    }*/

}

