section.blog-interno{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

section.blog-interno img {
    max-width: 100%;
    height: auto;
    float: none !important;
}

header {
    background: #f4f8f7;
    padding-bottom: 20px;
}
/* .bg {
    background: #f6f6f6;
} */
.bg.blog {
    padding-bottom: 25px;
}
h2.titulo-blog{
    color: #d2ad4e;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-left: 0;
    height: auto !important;
    text-transform: initial;
}
.titulos h2 {
    color: #d0132b;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}
.social img {
    width: 40px !important;
}
.data-comentario span {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
}
.data-comentario {
    margin-bottom: 20px;
}
span.comentario {
    float: right;
}
span.comentario::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/assets/comentario.png);
    position: absolute;
    margin-left: -40px;
}
.imagem-destacada {
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.post img.img-capa{
    height: auto;
    width: 100%;
}

.resumo-blog {
    padding: 28px 0;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.6;
}
a.link-blog {
     background: #da0e28;
    width: 130px;
    text-align: center;
    display: block;
    padding: 9px 0;
    align-items: center;
    font-size: 15px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 35px;
}
.redes-sociais {
    float: left;
}
.conteudo-blog {
    display: flex;
}
.post {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-right: 36px;
}
.blog-coluna {
    width: 100%;
}
.sidebar {
    padding-left: 10px;
    width: 250px;
}
.opc-categorias h3 {
    color: #d3152b;
    font-weight: 900;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    width: 235px;
    margin: 10px 0;
    border-bottom: 2px solid #d3152b;
}
ul.lidas li h4 {
    text-transform: initial;
}
ul.lista-opcs.lidas li {
    border-bottom: 1px solid #849aa6;
}
ul.lista-opcs li:hover {
    color: #d4aa4e !important;
}
ul.lista-opcs {
    margin-left: 15px;
    margin-bottom: 25px;
}
ul.lista-opcs li {
    color: #676a6e !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}
h4.mais-lidas {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}
ul.lista-opcs li:hover {
    background: #f6f6f6;
}
.info-mais-lidas p{
    font-size: 12px;
    text-align: justify;
}
.list-tags {
    padding-left: 43px;
}
.list-tags a {
    display: inline-block;
    border: 1px solid #666a6e;
    padding: 6px 14px;
    border-radius: 19px;
    margin: 2px 0;
    color: #666a6e;
}
.list-tags a:hover{ 
    background: #d4aa4e !important;
    color: white;
}
.info-mais-lidas {
    margin-bottom: 17px;
}
.caminho a {
    color: #666a6e;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}
.caminho img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 7px;
}
input.pesquisar-blog {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    background-image: url(../images/assets/lupa.png);
    height: 30px;
    border-radius: 20px;
    border: 1px solid #d4aa4f;
    width: 250px;
    background-repeat: no-repeat;
    background-position: 94% center;
}
h3.coments {
    font-size: 22px;
    color: #4c5b60;
    font-weight: 400;
}
.texto {
    padding: 5px 0 20px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.6;
    height: 64px;
    overflow: hidden;
    margin-bottom: 16px;
}
span.data-postagem{
    color: #6f6f6f;
    font-size: 12px;
    line-height: 1.6;
}
span.data {
    display: block;
    margin-top: -35px;
    margin-bottom: 15px;
    font-size: 19px;
    color: #827e7e;
}
.col-coments h3 {
    color: #4b5b60;
}
.formulario-comentario h3 {
    color: #4d5b60;
    margin-bottom: 20px;
}
.comentarios {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-right: 36px;
}
.col-coments.avatar img {
    height: 100%;
    width: 100%;
}

.col-coments .texto{
    height: auto !important;
        margin-bottom: 0;
}

.col-coments.avatar {
    background: #d0cece;
    height: 75px;
    border-radius: 50%;
    width: 230px;
    overflow: hidden;
    margin-right: 45px;
}
.conteudo-comentario {
    margin-top: 30px;
}
.conteudo-comentario {
    display: flex;
}
.formulario-comentario form input {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #a9a6a6;
    width: 283px;
}
form#formComentario ::placeholder {
    color: #9d0200;
    font-weight: 700;
    font-size: 17px;
}
.formulario-comentario form textarea {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #a9a6a6;
    width: 612px;
    height: 50px;
    resize: none;
}
.formulario-comentario form button {
    color: #9d0200;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #9d0200 !important;
    margin-top: 20px;
    cursor: pointer;
    background: white;
}
.formulario-comentario form button:hover{
    background: #9d0200;
    color: white;
}
.formulario-comentario {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-right: 36px;
}
h3.recente-post-h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    height: 33px;
    overflow: hidden;
    color: #777777;
    font-weight: 500;
}
.btao-post a {
    color: #777777;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px;
    border-radius: 20px;
    border: 1px solid #777;
}
.btao-post a:hover{
    background: #d2b35c;
    color: white;
}
.cont-img {
    width: 189px;
    height: 115px;
    overflow: hidden;
}
.box-post {
    width: calc(100% / 3 + -45px);
    margin-bottom: 25px;
    display: inline-grid;
    margin-right: 42px;
}
.cont-img img {
    height: 100%;
    width: 100%;
}
.box-post:hover img {
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);
    transition: 0.3s;
}

@media screen and (max-width: 480px){
    .conteudo-comentario {
        display: unset;
    }
    .col-coments.avatar {
        width: 81px;
        margin: 20px 0;
    }
    .formulario-comentario form input{
        width: 88%;
        margin-bottom: 10px;
    }
    .formulario-comentario form textarea{
        width: 88%;
        margin-top: -20px;
    }
    .box-post {
        width: auto;
        text-align: center;
    }
    .cont-img{
        margin:  auto; 
    }
}