@media screen and (min-width: 768px) and (max-width: 991px) {

    .container {
        width: 100% !important;
    }

    body#body-principal {
        background-image: url(../img/background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index-contenedor {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
    }

    .index-contenedor .izq {
        background-image: none;
        width: 0;
    }

    .index-contenedor .der {
        width: 90%;
    }

    .index-contenedor .izq #logo {
        background-image: none;
    }

    .index-contenedor .izq .txt-sgp-index {
        display: none;
    }

    .index-contenedor .der .txt-sgp-index {
        display: block;
    }

    .div-login {
        background-color: rgba(255, 255, 255, 0.8);
        height: 90vh;
    }

    .div-login .div-login-form {
        width: 80%;
    }

    #menu-sup {
        display: none;
    }

    .contenedor-hito-esta-semana .caja-dia {
        width: calc(50% - 10px);
    }

    .contenedor-perfil .contenedor-form {
        width: 68%;
    }

    .div-mantenedor-lista>div {
        width: calc(33.3% - 40px);
    }


}