@media screen and (min-width: 992px) and (max-width: 1200px) {

    .container {
        width: 90% !important;
    }

    body#body-principal {
        background-size: cover;
        background-repeat: repeat-y;
    }

    .contenedor-hito-esta-semana .caja-dia {
        width: calc(33% - 10px);
    }

    .div-mantenedor-lista>div {
        width: calc(25% - 40px);
    }


}