.construccion{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('sconstruccion.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}