/* FRONTEND CSS
*********************************************/

html {
    /* scrollbar fix (prevent ugly left pull for lower content sites) */
    overflow-y: scroll;
}

body {}


/* MEDIA QUERIES
*********************************************/


/* Extra small devices (phones, less than 768px) */


/* No media query -> mobile first strategy */


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* for higher resolutions (android and retina) */

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (max--moz-device-pixel-ratio: 1.5) {}

video {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.page-header>h2:nth-child(1)>a:nth-child(1),
.page-header>h2:nth-child(1) {
    text-decoration: none;
    font-weight: 900;
    font-size: 24px;
    color: #15407f;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 3%;
}

.breadcrumb,
.article-info,
.page-header {
    margin-bottom: 3%;
}

.item-image {
    margin-right: 3%;
    margin-bottom: 3%;
}

.category-name>a {
    color: #005f98;
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.page-content {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.page-governo.governo-licitacoes .c-tabs .c-tabs-nav,
.page-governo.governo-mapa_do_trabalho .c-tabs .c-tabs-nav,
.page-governo.imprensa .c-tabs .c-tabs-nav {
    border-top: none !important;
    border-bottom: none !important;
}

.list-agenda__item__content {
    width: 100% !important;
}

.addthis_inline_share_toolbox {
    margin-top: 3%;
}

.player {
    background: none !important;
}
div.sidebar-box > div.content > ul {
  border-bottom: none !important;
}
.breadcrumb > li:nth-child(4){

}

.item-album > figure > a > img{
    min-height: 80px;
}

.item-album > figure > img{
    min-height: 80px;
}

.img_link > img {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}