.breadcrumb a {
    color: #102530;
    text-transform: capitalize;
}


.breadcrumb li::before,
.breadcrumb li:last-of-type:after {
    display: none;
}

.breadcrumb li::after {
    content: url('../../img/icone_seta_direita_black.svg');
    padding: 0 10px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-family: 'Roboto-Regular';
    margin-top: 25px;
}

hr {
    width: 100%;
}

h5 {
    font-size: 14px;
}

#bloco-noticias {
    overflow: hidden;
}

#bloco-noticias .texto {
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}

#bloco-noticias hr {
    width: 100%;
}

.noticias a {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 310px auto;
}

.noticias p {
    color: #909395;
}

.noticias .imagem {
    height: 220px;
    width: 100%;
}

.noticias .imagem img {
    /* height: 100%;
    max-width: unset;
    margin-inline: auto;
    object-fit: fill; */
}

.noticias h2, .noticia-detalhes h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.noticia-detalhes a {
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.noticia-detalhes {
    overflow: hidden;
}

.noticia-detalhes .navbar-nav.navbar-right:last-child {
    margin: 0;
}

.noticia-detalhes h2 {
    margin-top: 0;
}

.noticia-detalhes p {
    font-size: 18px;
}

.noticia-detalhes>.imagem {
    height: 50vh;
}

.noticia-detalhes img,
.noticia-detalhes iframe {
    max-width: 100% !important;
}

.noticia-detalhes img {
    height: auto !important;
}

.noticia-detalhes>.imagem img {
    width: auto;
}

.titulo img {
    width: 100%;
}

.titulo::after {
    display: none;
}

.noticia-detalhes ul li a {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 50px;
    margin-bottom: 0;
    margin-right: 5px;
}

.noticia-detalhes ul li a:hover {
    background-color: transparent;
    padding: 13px;
}

.bloco-conteudo-noticia {
    padding: 0;
}


.bloco-conteudo-noticia .imagem {
    overflow: hidden;
    border-radius: 6px;
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

@media screen and (max-width: 768px) {
    .bloco-conteudo-noticia .imagem {
        height: 225px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .noticia-detalhes ul.nav {
        display: flex;
        margin-bottom: 0;
    }

    .noticia-detalhes ul.nav li {
        margin: 0;
    }

    .noticias a {
      grid-template-columns: 1fr;
    }

    #bloco-noticias .texto {
        padding: 15px 0;
    }
}

.noticia-detalhes table,
.noticia-detalhes iframe {
    max-width: 100% !important;
}

.copy-button {
    color: #fff;
    background-color:#3bafda;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 6px;
}
