.boletim-header {
    background-color: #a1e1ed;
    padding: 25px;
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;    
}
h1 {
    font-size: 2rem;
    padding-bottom: 13px;
    border-bottom: 3px solid #d1d1d1;
}
h2 {
    font-size: 18px;
}
small {
    display: block;
    font-weight: 200;
    font-size: 16px;
}
h3 {
    color: #1a456d;
    font-size: 18px;
    line-height: 25px;    
}
.boletim-header img {
    height: 100px;
}
section#rpt-perfil {
    padding: 25px;
    background-color: #f2f2f2;
    color: #6c757d !important;
}
.bg-cinza {
    background-color: #f2f2f2;
    border-radius: 10px;
}
section#rpt-perfil .img {
    background-position: center;
    background-size: cover;
}
section#fique-por-dentro {
    padding: 25px;
    background-color: #E9F6F9;
}
section#fique-por-dentro h3 {
    padding: 0px 1rem !important;
    margin-bottom: 15px;
}
section#fique-por-dentro p,
section#aconteceu p {
   color: #6c757d !important;
}
.imagem-post-fica {
    position: relative;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 110px;
    overflow: hidden;
}
.imagem-post {
    position: relative;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}
.imagem-post img.portrait {
    width: 100%;
    height: auto;
}
h1.entry-title {
    margin: 30px 0px;
    font-size: 20px !important;
    color: #03658C;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #00000033;
}