/* Extra small devices (phones, less than 576px) & Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .container {
        max-width: 95% !important;
        width: 95% !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-horizontal {
        display: none;
    }

    body {
        margin: 0;
    }

    footer {
        height: auto;
        position: relative;
    }

    a#btn-menu-mobile {
        display: block;
    }

    #menu-sup {
        background-color: #f6a46d;
        left: -100%;
        position: absolute;
        top: 40px;
        width: 90%;
        z-index: 1000;
    }

    #menu-sup a,
    #menu-sup label {
        border-bottom: 1px solid #f56a0e;
        display: block;
        padding: 5px;
        text-decoration: none;
        text-indent: 10px;
    }

    #menu-sup a:hover {
        color: #FFFFFF;
    }


    .celdita.celdita-etapa {
        min-height: 0px;
    }


    .input-etapa>.input-group-addon:first-child {
        font-size: 0.7em;
        width: 60%;
    }


    #bloque-fijo {
        display: none;
    }

    .contenedor-hito-esta-semana .caja-dia {
        width: 100%;
    }

    .contenedor-perfil .contenedor-img {
        width: 100%;
    }

    .contenedor-perfil .contenedor-form {
        width: 68%;
    }


    .div-mantenedor-lista>div {
        width: calc(50% - 40px);
    }

    .div-mantenedor-lista a img {
        width: 60%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 90% !important;
        width: 90% !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);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .container {
        max-width: 90% !important;
        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);
    }
}

/* Extra large devices */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 90% !important;
        width: 90% !important;
    }
}

/* Extra extra large */
@media (min-width: 1400px) and (max-width: 1919.98px) {}