.bg-mantencion {
    background-image: url('../images/sitio_en_mantencion.png');
    height: 100vh;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}