/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1120px) {
    
    .small-box {
        height: 100%;
        overflow: hidden;
    }
/*
    .small-box img{
        width: auto;
        height: 100%
    }
*/
    
    .noticiasPager ul li:nth-child(4n+1) figure figcaption{ 
        padding: 3.6% 0; 
    }
    
}
@media only screen and (max-width: 959px) {
    .noticiasPager ul li:nth-child(4n+1) figure figcaption{ 
        padding: 1.8% 0; 
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .menu-nav{
        display: block;
        visibility: visible;
    }
    .menu-static{
        display: none;
        visibility: hidden; 
    }
    
    .time_header{
        text-align: center;
    }
    
    h1.logo{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .redeSocial{
        width: 100%;
    }
    .redeSocial ul { 
        text-align: center;
        width: 100%;
    }
    
    .pub3{ display: block; } .pub3 div { width: 100%; height: auto; }
    
    
    .footer-bkg{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    
    
    .address::before{
        width: 100%;
        content: url(../images/svg/icon_map-arrow-1.svg);
    }
    .address{
        padding: 0;
        background: none;
    }
    
    .talkfooter{
        margin: 40px 0;
    }
    .talkfooter span::before{
        width: 100%;
        content:  url(../images/svg/icon-call-2.svg);
        display: block;
    }
    .talkfooter i::before{
        width: 100%;
        content:  url(../images/svg/icon_email.svg);
        display: block;
    }
    .talkfooter span,
    .talkfooter i{
        padding: 0;
        background: none;
        height: auto;
    }
    
    
    .news_box img{
        margin-right: auto;
        margin-left: auto;
    }
    .artemsite{
        width: 100%;
        margin-top: 20px;
    }
    .artemsite a{
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .noticiasPager ul li div{ 
        margin-bottom: 10px;
    }
    .noticiasPager ul li:nth-child(4n+1) div{
        width: 100% !important; 
    }
    .noticiasPager ul li:nth-child(4n+1) figure figcaption{ 
        width: 100% !important;
        padding: 0;
    }
    .rightsidebar li div:last-child{
        padding: 20px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

 