.a-img {
    justify-content: center;
    display: flex;
    border-bottom: 11px solid #eff0f4;
    align-items: center;
    padding: 10px;
    background: #0071BC;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 82%;
    height: 68px;
}

.img-icon-home {
    width: 50% !important;
    height: 27px !important;
    padding-left: 7%;
}

.a-img img {
    width: 100%;
    text-align: center;
    height: 41px;
    transition: all 0.3s ease;
}

.button-text {
    display: none;
    margin-left: -88%;
    font-size: 14px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.button-text4{
    margin-right: -24%;
}

.button-text2{
    margin-left: -64% !important;
}

.button-text3 {
    margin-left: -43% !important;
}

.button-text7 {
    margin-left: -65% !important;
}

.a-img:hover {
    width: 248px;
    height: 70px;
    background: #5281b3 !important;

}

.a-img:hover .button-text {
    display: inline;
    opacity: 1;
}

.a-img:hover img {
    width: 53px;
    height: 50px;
}

.menu-toggle {
    background-color: #0071BC;
    color: white;
    padding: 10px;
    font-size: 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 6%;
    width: 61%;
}

.menu-items {
    display: block;
}

.menu-toggle.active + .menu-items {
    display: block;
}

.img-icon-xp{
    width: 28% !important;
    height: 27px !important;
    padding-left: 4%;
}

.img-icon-xp-rep {
    width: 45% !important;
    height: 23px !important;
    padding-left: 18%;
}

.img-icon-cr{
    width: 22% !important;
    height: 23px !important;
    padding-left: 7%;
}

.button-text3{
    margin-left: -42%;
}

.button-text6{
    margin-left: -53%;
}

.button-text8 {
    margin-left: -83%;
}

.img-icon-logout{
    width: 37% !important;
    height: 27px !important;
    padding-left: 0%;
}


@media (max-width: 767px) {
    .a-img:hover {
        width: 100% !important;
        height: 68px !important;
    }

}

@media (min-width: 200px) and (max-width: 1000px) {
    .img-icon-logout {
        width: 29% !important;
        height: 27px !important;
    }
    
    .section-buttons{
        display: none;
    }
    /* Botones de acceso móvil */
    .div-icon-movil{
        line-height: 2.5rem !important;
    }
    .div-icon-movil:hover{
        line-height: 0rem !important;
    }
    
    #botones-movil {
        display: block !important;
    }

    .a-img-movil:hover .button-text {
        display: ruby-text;
        opacity: 1;
    }

    .a-img-movil:hover {
        background-color: #5281b3;
    }

    .a-img-movil #m-img0 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img1 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img2 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img3 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img4 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img5 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil #m-img6 {
        display: inline;
        transition: opacity 0.3s ease-in-out;
    }

    .a-img-movil:hover [id^="m-img"] {
        opacity: 0;
        visibility: hidden;
        width: 0% !important;
        padding: 0 !important;
    }


    .navbar-brand:hover{
        height: 33px!important;
    }
    
    .img-icon-xp-rep {
        height: 22px !important;
        width: 40% !important;
    }

    .img-icon-home {
        width: 20% !important;
        height: 19px !important;
        padding-left: 7%;
    }

    .container {
        width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .menu-toggle{
        width: 16% !important;
    }

    .menu-items{
        display: flex;
        flex-direction: column !important;
     }

     .menu-toggle.active + .menu-items {
        display: flex;
    }

     .a-img:hover {
        width: 91% !important;
        height: 68px !important;
     }

     .a-img img {
        width: 78% ;
        height: 37px ;
     }

     .img-icon-cr {
        padding-left: 7%;
        width: 19% !important;
        height: 22px !important;
    }

    .img-icon-xp {
        width: 23% !important;
        height: 27px !important;
    }

    .div-mensaje{
        padding:0% !important;
    }

    .button-text2{
        margin-right: 13% !important;
    }

    .button-text4 {
        margin-right: -15% !important;
    }

    .button-text5 {
        margin-right: 8% !important;
    }

    .button-text3{
        margin-right: 16%;
    }

    .button-text6{
        margin-right: 12% !important;
    }

    .button-text7{
        margin-right: 13%;
    }

    .button-text8 {
        margin-left: -76% !important;
    }

    .select2-container{
        width:100% !important;
    }

    .text-white{
        display:flex;
        justify-content:center;
        padding-top: 9%;
    }

    .container-casilla{
        width: 100% !important;
    }

    .section-buttons {
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: stretch;
        line-height: 5.5rem;
        flex-direction: row;
        margin-top: 0% !important;
    }

    /* Fin estilos para botones de acceso móvil */
     /* .section-buttons{
        line-height: 1rem !important;
     } */

    .menu-items{
        display: flex;
        flex-direction: column !important;
     }

     .a-img:hover {
        width: 91% !important;
        height: 68px !important;
     }

     .a-img img {
        width: 78% ;
        height: 37px ;
     }

     /* .img-icon-cr {
        width: 27% !important;
        height: 27px !important;
        padding-left: 7%;
    } */

    /* .button-text3{
        margin-right: 37%;
    }

    .div-mensaje{
        padding:0% !important;
    }

    .button-text6{
        margin-right: 46%;
    }

    .button-text7{
        margin-right: 63%;
    } */

    .a-img2{
        padding-top: 1%;
        width: 19% !important;
        height: 67px;
        cursor: pointer;
        background: #1E6182;
        border-bottom: 11px solid #ffffff;
        display: flex;
        justify-content: center;
    }

    .select2-container{
        width:100% !important;
    }

    .text-white{
        display:flex;
        justify-content:center;
        padding-top: 9%;
    }
    .div_capacitacion{
        margin-left: 1%;
    }
    .vivienda{
        margin-left: 0%;
    }
    .container-casilla{
        width: 100% !important;
    }

    .admire_logo2 {
        width: 100%;
    }

    .div-form{
        padding: 6%;
    }

    .title-legend{
        width: 79%;
        font-size:15px;
    }

    .checkbox{
        width: 21px;
        height: 14px;
    }

    .div-checkbox{
        /* text-align: center; */
        line-height: 2rem;
    }

    .responsable {
        margin-left: 0%;
    }

    .radio-button{
        margin-left: 9%;
    }

    .dependencia{
        margin-left: 0%;padding-right: 5%;
    }

    .title-legend2{
        width:100%;
        font-size:15px;
    }

    .btn-mint2 {
        width: 22% !important;
        margin-top: 7%;
    }

    .btn-busqueda {
        width: 70% !important;
        margin-top: 7%;
    }

    .btn-danger{
        width: 38% !important;
    }

    .btn-mint {
        width: 55%;
    }

    .div-declaracion{
        margin-top: 7%;
    }

    .admin_img {
        height: 85px !important;
    }

    /* .section-buttons {
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: stretch;
        line-height: 5.5rem;
        flex-direction: row;
        margin-top: 0% !important;
    } */

    .img-icon2{
        width: 77% !important;
        height: 40px !important;
        padding: 12% !important;
        margin-top: 2px !important;
    }

    /* .button-text2{
        margin-right: 13% !important;
    }

    .button-text4 {
        margin-right: 40% !important;
    }

    .button-text5 {
        margin-right: 61% !important;
    } */
}
