@media print {

    header,
    footer,
    .no-print,
    div#sticky-wrapper,
    .breadcrumb.whie-bg {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .noticia-main.bloc-cont-img .news-lft {
        width: 100%;
    }

    .noticia-main.bloc-cont-img .news-rgt {
        width: 100%;
    }

    .noticia-main.bloc-cont-img .noti-para p {
        display: block;
    }

    .noticia-tags.notice-list.ver-btn a {
        margin-bottom: 50px;
    }

    body #page .pagina-cont-cnt ul.docs-list.link-list li {
        width: 100%;
    }

    body #page .pagina-cont-cnt ul.docs-list.link-list {
        /* flex-flow: nowrap;
        overflow-x: scroll;
        padding-bottom: 20px; */
    }

    body #page .pagina-cont-cnt ul.docs-list.link-list li h5 {
        word-break: break-word;
    }

    body #page section.inner-cont-sec.cont-pers,
    body #page .agenda-cont-pad.pagina-cont-cnt,
    section.oembed-sec.video-sec {
        width: 100%;
    }

    body #page iframe {
        height: auto;
    }

    /* MEDIA IMPORTANTS */
    body #page .row {
        width: 100% !important;
    }

    .sec-per-col {
        width: 100% !important;
    }

    #destacados-scroll.owl-carousel .owl-nav {
        margin-right: 0px !important;
    }

    body #page section.galeria-sec .galeria-tab .galeria-content a.fancybox {
        width: 100% !important;
    }

    section.agenda-sec-hm.agenda-banner-img {
        width: 100% !important;
    }

    .sec-per-col.destacados-sec #destacados-scroll.owl-carousel .owl-stage {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .sec-per-col.destacados-sec #destacados-scroll.owl-carousel .owl-stage .owl-item {
        width: 45% !important;
    }

    /* DI MEDIA IMPORTANTS */
}