/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    #logo-2{
        max-height: 80px;
    }

    #logo-3{
        max-height: 70px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #primary-menu.style-2{
        border-top: none;
    }

    .slider-responsive{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .info{
        padding: 41px 20px 20px;
    }

    .info h3{
        font-size: 16px;
    }

    .contenedor-sidebar-derecho-img{
        display: none !important;
    }



    .contenedor-sidebar-derecho-img{
        border: solid;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

    .botones-galeria{
        height: auto;
    }

    .sidebar-derecho{
        border: none;
        margin: 0px auto !important;
        display: block !important;
        width: 100% !important;
        height: auto;
    }

    .contenedor-sidebar-derecho-links{
        /*border: solid;*/
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

    .widget_links{
        width: 100% !important;
    }

    /*Footer*/

    .postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth{
        width: 100%;
        margin-right: 0;
        float: none;
        /*margin-bottom: 50px !important;*/
    }

    .div-logo-mc{
        margin-top: -34px;
    }

    #logo-2{
        margin-top: 5%;
    }
    #logo-3{
        margin-top: 0%;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .slider-responsive{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #logo{
        margin: 0 auto !important;
        text-align: center;
        display: block;
        float: none;
    }

    #logo-gobierno{
        margin: 0 auto !important;
        text-align: center;
        display: block;
        float: none;
        padding-bottom: 15px;
    }

    .info{
        width: 130px;
        padding: 41px 10px 10px;
    }

    .info h3{
        font-size: 17px;
    }
    
    .info-contenido{
        display: none;
    }

    .br-ml{
        display: none;
    }

    .menu-medio{
        padding: 20px;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }

    #copyrights .col_half:last-child{
        display: block;
    }

    .div-logo-mc{
        margin-top: 0;
        text-align: center !important;
        margin: 20px auto;
    }

    .container, #header.full-header .container, .container-fullwidth{
        width: 100% !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

    #logo img{
        height: auto !important;
        margin: 13px auto;
        border: none;
    }

    #logo-2{
        margin-top: 0%;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    #logo img{
        height: auto !important;
    }

    #logo-2{
        margin-top: -7%;
    }
}

