@media screen and (max-width: 767px) {

    .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-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%;
    }
}