body {
        background-image: url(/Sistema-en-Mantenimiento.webp);
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        background-repeat: no-repeat;
        background-size: cover;
      }

@media (max-width: 767px){
	body {
                background-image: url(/Sistema-en-Mantenimiento.webp);
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
                background-repeat: no-repeat;
                background-size: cover;
              }

}

@media (max-width: 810px){
        body {
                background-image: url(/Sistema-en-Mantenimiento.webp);
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
                background-repeat: no-repeat;
                background-size: cover;
              }

}


