.bloco-noticias-interna {
    color: #0E173F;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}
.card.car-extendido {
    background-color: transparent;
    border: navajowhite;
}
.date-extend {
    color: #000000;
    font-size: 10px;
    font-weight: 300;
}
.title-extend {
    color: #005EA5;
    font-weight: 800;
    font-size: 35px;
}
.sub-extend {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #000000;
}
.legend-foto {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}
.chamada-extend {
    color: #0A6FB2;
    font-size: 17px;
    font-weight: 500;
}

/* MAIS NOTICIAS */
.mais-not {
    color: #0E173F;
    font-weight: 800;
    font-size: 26px;
    margin-left: 18px;
}
.card-style {
    border-radius: 1.25rem;
    border: none;
}
.tamanho-imagem {
    height: 200px;
}
.gallery-cell {
    width: 365px;
    padding: 10px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff!important;
    border-radius: 50%;
    filter: alpha(opacity=25);
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    background: #D7AA28!important;
}
.flickity-prev-next-button.next {
    display: none;
}
.flickity-prev-next-button.previous {
    display: none;
}
.data-not-interna {
    font-weight: 300;
    font-size: 10px;
    padding: 23px 10px 0;
}
.tit-not-interna {
    height: 65px;
}
.tit-not-interna a{
    font-weight: 700;
    font-style: normal;
    size: 26px;
    line-height: 30.19px;
    color: #005EA5;
    padding: 0px 10px 10px;
}
.desc-not-interna {
    font-size: 14px;
    line-height: 18.75px;
    font-style: normal;
    font-weight: 400;
    height: 100px;
}
.btn-not-interna {
    font-size: 14px;
    background-color: #005EA5;
    border-radius: 20px;
    width: 116px;
    line-height: 30px;
    color: #fff!important;
}
.btn-not-interna:hover {
    color: #0056b3!important;
    background-color: #fff!important;
    border: 1px solid!important;
}
/* TERMINO MAIS NOTICIAS */

.btn-not{
   font-size: 14px;
   background-color: #005EA5;
   border-radius: 20px;
   width: 116px;
   line-height: 30px; 
}
.btn-not:hover{
    color: #0056b3;
    background-color: #fff;
    border: 1px solid;
}