/* =====================================================
   RESPONSIVE LIMPIO – JUJUY EN LINEA
   NO rompe desktop
===================================================== */

/* BASE */
img{max-width:100%;height:auto;}

/* ================= MOBILE ================= */
@media (max-width:900px){

    html,body{
        margin:0;
        padding:0;
        width:100%;
        overflow-x:hidden;
    }

    /* CONTENEDOR GENERAL */
    #wrapper,#container,#main,#content{
        width:100%!important;
        max-width:100%!important;
    }

    /* TABLA CENTRAL DEL TEMPLATE */
    #wrapper table:first-of-type > tbody > tr{
        display:flex;
        flex-direction:column;
        width:100%;
    }

    /* COLUMNAS */
    #wrapper table:first-of-type > tbody > tr > td{
        width:100%!important;
    }

    /* SIDEBAR ARRIBA */
    #wrapper table:first-of-type > tbody > tr > td:first-child{
        order:1;
        padding:10px 12px;
    }

    /* quitar cuadros de color */
    #wrapper table:first-of-type > tbody > tr > td:first-child img{
        display:none!important;
    }

    /* menu solo texto con líneas */
    #wrapper table:first-of-type > tbody > tr > td:first-child a{
        display:block;
        padding:10px 0;
        border-bottom:1px solid #ccc;
    }

    /* CONTENIDO */
    #wrapper table:first-of-type > tbody > tr > td:nth-child(2){
        order:2;
        width:100%!important;
        padding:15px!important;
    }

    /* HEADER LOGO COMPLETO */
    #header img{
        width:100%;
        height:auto;
    }

}

/* ================= CELULARES ================= */
@media (max-width:480px){
    body{font-size:15px;line-height:1.45;}
}
