.mantenimiento{
    width: 100%;
    /* background-image: url('/mod/mantenimiento/404.jpg');
    background-size: cover;
    background-position-y: top;
    background-position-x: left;
    background-repeat: no-repeat; */
    height: 100%;
    margin-bottom: 50px;
    /* max-height: calc(100vh - 196px);
    min-height: 600px; */
}
/* header div.encabezado {
    background-color: rgba(0, 0, 0, 0.85) !important; 
    height: 75px !important;
} */
section {
    display: block;
}
.mantenimiento .fondo {
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    /* background: rgba(255, 255, 255, 0.38823529411764707); */
}

.mantenimiento .fondo .content{
    text-align: center;
}

.mantenimiento .fondo .content h1{
    font-size: 110px;
    color: var(--color-h1) !important;
}

.mantenimiento .fondo .content p {
    text-align: center;
    font-size: 22px;
    color: var(--color-link);
    /* margin-top: 6px; */
    font-weight: bold;
    /* text-shadow: 1px 1px #939393; */

}

.mantenimiento .fondo .content a {
    color: var(--color-link);
    margin-top: 16px;
    background-color: #ffffff00;
    border: 2px solid var(--color-link);
    border-radius: 5px;
    padding: 10px 6px;
    width: 200px;
    text-decoration: none;
    margin: 20px;
    display: inline-block;
}

.mantenimiento img{
    width: 100%;
    max-width: 500px;
    margin: 50px 20px 20px 20px;
}