
@media only screen and (max-width : 1378px) {
    .subs-pagina > li > a{
        font-size: 14px;
        line-height: 18px;
    }

    .subs-pagina > li{
        padding: 7px 0;
    }
    .subs-pagina-width{
        width: 90%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {
    .subs-pagina > li > a{
        font-size: 12px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .home-title > .title1 {
        font-size: 60px;
    }
    .subs-pagina{
        display: none;
    }
    .subs-menu{
        display: block;
    }



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .home-title > .title1 {
        font-size: 50px;
    }

    .text-area-noticias{
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        float: left;
        padding: 90px 20px 20px;
        left: 0;
        top: 0;
        height: auto;
    }
    .text-area-noticias > .wrapper-resumo > .titulo{
        font-size: 18px;
    }
    .text-area-noticias > .wrapper-resumo > .data{
        font-size: 12px;
    }

    .text-area-noticias > .wrapper-resumo > .resumo{
        font-size: 13px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 570px) {
    .col-xs-5, .col-xs-6, .col-xs-4, .col-xs-8{width: 100%;}

    .home-title > .title2 {
        font-size: 20px;
    }

    .galbis-tv{
        padding: 20px;
    }

    .circle-link{
        margin: 10px 0;
    }
    .footer-wrapper {
        padding: 30px 0;
    }
    .image-header > .over-layer > .container > .titulo{
        font-size: 30px;
    }

    .wrapper-carousel-revistas > .seta{
        width: 30px;
    }
    .owl-dots{
        height: auto;
        float: left;
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #img-apoios{
        width: 90%;
        height: auto;
    }
    .texto-backoffice img{
        width: 100% !important;
        height: auto !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}