/* ******************* ERROR 404 ********************* */
body{
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.e404 {
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
}

.error404 {
    color: var(--rosa);
    font-size: clamp(125px, 10vw, 300px);
    font-weight: 900;
}

.error404__msg {
    position: absolute;
    top: 55%;
    color: var(--Negro);
    text-shadow: 2px 3px 2px var(--naranja);
    padding: 28px;
    font-size: clamp(22px, 2vw, 28px);
}

.error__disculpas {
    font-size: clamp(14px, 2vw, 20px);
    margin-bottom: 15px;
}

img{
    max-width: 350px;
}

.mt-20{
    margin-top: 20px !important;
}

.btn_default{
    margin-bottom: 15px;
}





