.titulo-noticia-view {
    color: #2E3192!important;
    font-weight: 600;
    font-size: 27px;
}

#facebookShareLink {
    background: #4267b2;
    border: 1px solid #4267b2;
    border-radius: 3px!important;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    -moz-user-select: none;
    white-space: nowrap;
    font-size: 12.2px;
    font-weight: bold;
    position: relative!important;
    height: 21px;
    margin-right: 1em;
}
#facebookShareLink:hover { 
    background-color: #395896;
}

.leiatambem {
    width: 100%;
    height: auto;
}

.leiatambem .bloco {
    width: 100%;
    color: #666;
    border-bottom: 1px solid #DDD;
    padding: 15px 10px 15px 10px;
    transition: 0.3s;
}

.leiatambem .bloco a .titulo {
    font-size: 22px;
    color: #132d67!important;
    font-weight: 400;
}
.leiatambem .bloco a .categoria-data {
    font-size: 14px;
    color: rgba(0,0,0, 0.75);
    font-weight: bold;
    margin-bottom: 5px;
}
.leiatambem .bloco a .categoria-data span {
    font-size: 14px;
    color: rgba(0,0,0, 0.6)!important;
    font-weight: 300;
}


.leiatambem .bloco:hover {
    background: #F5F5F5;
}

.barra-noticias-redes-sociais {
    width: 100%;
    background: #f0f2f4;
    color: #000000;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#barra-noticias-view {
    background: #f0f2f4;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 50px;
}

#barra-noticias-view button {
    background: #ddddddff;
    color: #000000;
    border: none;
    padding: 12px;
    border-radius: 100%;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    width: 45px;
}

#barra-noticias-view button:hover {
    background: #cfcfcfff;
}

.botoes-leitor-noticia {
    justify-content: center;
}

#controle-volume {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    margin-right: 10px;
    background: #ddddddff;
    padding: 10px;
    border-radius: 20px;
}

#controle-volume input[type="range"] {
    width: 100px;
}

.compartilhar {
    background: #f1f1f1;
    margin-left: 5px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.compartilhar span {
    font-size: 14px;
    margin-right: 1rem;
    color: #869198;
}

.compartilhar > a > i {
    color: #ffffff !important;
}

.opcao-compartilhar:hover a {
    color: #606060;
}

.compartilhar > a > span {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    display: none;
    color: #ffffff !important;
}

.compartilhar > a:hover > span {
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
}

.compartilhar > a:hover {
    width: 130px;
    transition: all 1s ease;
    color: #ffffff;
}

.compartilhar > a:hover > i {
    margin-left: 10px;
}

.btn-social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.btn-fb { background: #3b5998; }
.btn-msgr { background: #0084ff; }
.btn-tw { background: #1da1f2; }
.btn-wa { background: #25d366; }
.btn-more { background: #ff943e; }
.btn-mail { background: #666666; }

.btn-social:hover {
    opacity: 0.85;
}

.btn-social i {
    font-size: 16px;
    margin-right: 0;
    transition: margin-right 0.3s ease;
}

.btn-social .label {
    opacity: 0;
    margin-left: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-width 0.3s ease, margin-left 0.3s ease;
}

.btn-social:hover {
    width: auto; 
    padding-right: 12px;
}

.btn-social:hover .label {
    opacity: 1;
    max-width: 80px;
    margin-left: 8px;
}

.noticia-header {
    width: 100%;
    display: table;
    position: relative;
    padding-bottom: 10px;
    font-size: 0;
}

.data-bloco {
    width: 60px;
    height: 60px;
    float: left;
    background: #0f65a2;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    margin-right: 15px;
}

.data-bloco .mes {
    height: 20px;
    line-height: 22px;
    font-size: 9px;
    letter-spacing: 1px;
    background: #0d5b93;
    text-transform: uppercase;
}

.data-bloco .dia {
    height: 40px;
    line-height: 35px;
    font-size: 24px;
    display: block;
}

.info .meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.tag {
  padding: 2px 8px;
  border-radius: 3px;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.tag.verde {
  background-color: #0a8c7c;
}

.tag.preta {
  background-color: #000;
}

.visualizacoes {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #888;
}

.titulo-noticia {
    font-size: 20px;
    color: #353535;
    margin-top: 5px;
}

@media(max-width: 350px) {
    #barra-noticias-view {
        justify-content: center;
    }
}