@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 30px;
}

.bg-light {
    background: #F2F2F2 !important;
}

.bg-dark {
    background: #575756 !important;
}

.bg-black {
    background: #000;
}

.bg-red {
    background: #CF142B;
}

.item-card img {
    margin-bottom: 30px;
}

/* BUTTONS */
.btn.btn-leia-mais {
    color: #fff;
    border: solid 1px;
}

.btn.btn-default {
    color: #000;
    border: solid 2px;
}

.btn.btn-confira {
    background: #F9B513;
    color: #000;
}

.btn.btn-dark {
    background: transparent;
    border-color: #CF142B;
    color: #fff;
}

.btn.btn-light {
    background: transparent;
    color: #000;
    border: 2px solid #CF142B;
}

.pessoas h3 {
    font-weight: 300;
    font-size: 46px;
}

.pessoas thead {
    font-weight: bold;
    font-size: 24px;
    border: 0;
}

.pessoas thead th {
    border: 0;
}

.pessoas td {
    width: 50%;
}

header {
    padding-bottom: 10px;
    background: url(../img/bg-header.jpg) bottom no-repeat;
}

a.nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #969696 !important;
}

a.nav-link.destaque {
    color: #CF142B !important;
}

.navbar-brand img {
    max-width: 200px;
    width: 190px;
}

.titulo {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    letter-spacing: -3.9px;
}

.titulo span {
    font-weight: 300;
    color: #B4B4B4;
}

.titulo span.bold {
    font-weight: 700;
    color: #000;
}

.titulo-interno h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    letter-spacing: -3.9px;
    color: #B4B4B4;
    font-weight: 300;
}

.titulo-interno h3 {
    color: #CF142B;
    font-size: 24px;
    font-weight: bold;
}

.conheca {
    text-align: center;
}

.conheca .line {
    height: 1px;
    width: 100%;
    background: #ddd;
}

.conheca a {
    background: #CF142B;
    color: #fff;
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 5px;
}

.canais {
    background: #CF142B;
}

/* MINISTRO */
.ministro .info {
    max-width: 750px;
}

.ministro .cover {
    background: url(../img/ministro.png) center no-repeat;
    background-size: cover;
    min-height: 510px;
}

.ministro .cover-2 {
    background: url(../img/manuel-gomes.png) center no-repeat;
    background-size: cover;
    min-height: 580px;
}

/* MINTTICS */
.minttics {
    max-height: 140px;
    margin-bottom: 35px;
}

/* ONLINE */
.online {
    padding: 0;
    overflow: hidden;
}

.online .info {
    padding: 25px 0;
}

.online .btn {
    margin-bottom: -62px;
}

/* INFORMATIVOS */
.titulo-secondary {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.titulo-secondary .line {
    width: 100%;
    height: 1px;
    background: #707070;
    margin-left: 15px;
    margin-top: 5px;
    ;
}


.informativo h2 {
    color: #CF142B;
    font-size: 42px;
    font-weight: 300 !important;
    margin-bottom: 0;
}

.informativo h3 {
    color: #CF142B;
    font-size: 20px;
    font-weight: bold;
}

.informativo h3 a {
    color: #CF142B;
}

.informativo p {
    font-size: 16px;
    line-height: 30px;
}

.informativo .item-card img {
    margin-bottom: 30px;
    max-height: 94px;
}


/* NOTICIAS */
.box-noticias .item .cover img {
    object-fit: cover;
    object-position: top;
    height: 260px;
}

.box-noticias .item {
    position: relative;
    margin-bottom: 30px;
    ;
}

.box-noticias .item .tag {
    position: absolute;
    top: 247px;
    left: 25px;
    background: #CF142B;
    padding: 2px 25px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.box-noticias .item .info {
    padding: 25px;
    background: #fff;
}

.box-noticias .item .info h2 {
    font-size: 18px;
    font-weight: bold;
}

.box-noticias a,
a.link-noticia {
    color: #1D1D1B;
    font-size: 14px;
}

.box-noticias.lista-noticias .tag {
    position: relative;
    top: 0;
    left: 0;
}

.box-noticias .tag.data {
    background: #575756;
}

.box-noticias.lista-noticias .info h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

.box-noticias.lista-noticias .cover {
    min-height: 200px;
    background-size: cover !important;
}

.box-noticias .capa-noticia .item .cover img {
    height: 629px;
}

.box-noticias .capa-noticia .item h2 {
    font-size: 24px;
}

.capa-noticia .item .row.tags {
    margin: -15px 10px 0;
}

.capa-noticia .item .tag {
    position: relative;
    top: 0;
    left: 0;
}

/*
.pagination a.page-link {
    width: 30px;
    background: #CF142B;
    color: #fff;
    border-radius: 10px !important;
    padding: 10px 5px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
}
 */
.compartilhar a {
    font-size: 30px;
    color: #000;
    margin: 0 5px;
}

.compartilhar a.active {
    color: #CF142B;
}

/* DESTAQUE */
.box-destaque .item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center;
    min-height: 704px;
    color: #fff;
    display: grid;
    align-items: end;
    padding: 50px;
}

.box-destaque .item .destaque-info {
    max-width: 554px;
}

.box-destaque .item .destaque-info h2 {
    font-weight: bold;
    font-size: 47px;
    margin: 15px 0 30px;
}

.box-destaque .item .destaque-info p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* ATENDIMENTO */
.box-atendimento h2 {
    color: #CF142B;
    font-size: 44px;
    margin-bottom: 0px;
}

.box-atendimento p {
    color: #575756;
    font-size: 20px;
    margin-top: 0;
}

.box-atendimento .item p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.box-atendimento .item {
    background: #CF142B;
    color: #fff;
    border-radius: 11px;
    padding: 25px;
}

.box-atendimento .item img {
    max-height: 93px;
}

/* NEWS */
.box-news .form-control {
    height: 51px;
    border: 1px solid #B4B4B4;
    border-radius: 9px;
}

.box-news .btn.btn-enviar {
    background: #CF142B;
    border-radius: 0px 9px 9px 0px;
    color: #fff;
}

.midias {
    display: flex;
    justify-content: space-around;
}

.midias a {
    color: #B4B4B4;
    font-size: 40px;
}

/* SECRETARIOS */
.secretarios .titulo-secondary h2 {
    font-weight: bold;
    color: #CF142B;
    font-size: 24px;
}

.secretarios .item h2 {
    color: #939393;
    font-weight: 300;
    font-size: 40px;
}

.secretarios .item h4 {
    color: #CF142B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

/* ATRIBUICOES */

.page-header h2 {
    font-size: 46px;
    font-weight: 300;
    color: #CF142B;
}

.atribuicoes h3 {
    font-weight: bold;
    color: #CF142B;
    font-size: 20px;
    margin: 30px 0;
}

.container.small-container {
    max-width: 800px;
}

/* FOOTER */
footer {
    background: #CF142B;
    color: #fff;
    font-size: 14px;
}

footer .midias a {
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
}

footer .midias {
    display: block;
}

footer h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin: 8px 0;
}

footer a,
footer a:hover {
    color: #fff;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1229px;
    }

    .navbar-brand img {
        max-width: none;
    }

    .item-card.low p {
        min-height: 214px;
    }

    .item-card.large p {
        min-height: 350px;
    }

    .online .bg-dark {
        box-shadow: inset 0px 3px 0px 50px #f2f2f2;
        margin-left: -50px;
        margin-right: -50px;
    }
}


div.scrollmenu {
    /* background-color: #333; */
    overflow: auto;
    white-space: nowrap;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

div.scrollmenu a {
    display: inline-block;
    /* color: white; */
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;

    border-radius: 10px;
    background: #575756;
    color: white;

}

div.scrollmenu a:hover {
    background-color: #777;
}

.list-group::-webkit-scrollbar {
    /* width: 6px; */
    /* width of the entire scrollbar */
}

.list-group::-webkit-scrollbar-track {
    /* background: orange;
height: 1%; */
    /* color of the tracking area */
}

.list-group::-webkit-scrollbar-thumb {
    /* background-color: blue; */
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 1px solid orange;
    /* creates padding around scroll thumb */
    /* height: 100px; */
}

.video-new {
    position: relative;
    z-index: 27;
    margin-top: -26px;
    width: 100%;
    display: flex;
    justify-content: right;
    padding-right: 0.4em;
}

.video-new i {
    box-shadow: 0 0.1em 1em #000;
}

.box-another-new-img {
    width: 35%;
    /* height: 10px; */
}

.box-another-new-img img {
    width: 100px;
    height: 50px;
}

.title-another-new {
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    background-size: contain
}

/* .list-group::-webkit-scrollbar-button {
width: 50px; //for horizontal scrollbar
height: 50px; //for vertical scrollbar
} */

.pagination .page-item {
    display: flex;
    align-items: center;
}



/* .pagination {
position: absolute;
} */
#overviews nav  {
    width: 98%;
    /* background-color: rebeccapurple;   */
    margin-left: auto;
    margin-right: auto;  
  
}