@media screen and (min-width: 768px) and (max-width: 991px) {

    .container {
        width: 100% !important;
    }

    body#body-principal {
        background-size: cover;
        background-repeat: repeat-y;
    }

    body#body-principal #logo {
        display: none;
    }

    .div-login {
        background-color: rgba(255, 255, 255, 0.8);
        height: 750px;
        margin-right: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
    }

    #menu-sup {
        display: none;
    }

    .contenedor-hito-esta-semana .caja-dia {
        width: calc(50% - 10px);
    }


}