.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;
    top: -4.7px;
}
#facebookShareLink:hover { 
    background-color: #395896;
}

.leiatambem {
    width: 100%;
}

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

.leiatambem .bloco a h5 {
    color: #2E3192 !important;
    font-weight: 400;
}
.leiatambem .bloco a p span {
    color: #666 !important;
    font-size: 12px;
}

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