img.img-autor-atigo {
    width: 35px !important;
    height: 35px !important;
}

.ts-grid-box.content-wrapper.single-post {
    margin-top: 50px;
}

p.text-sobre-img {
    color: #fff;
    margin-left: 5px;
    line-height: 17px;
    font-size: 13px;
}

ul.post-meta-info {
    list-style: none;
    padding: 0px;
}

a.a-download:hover {
    color: #db3332;
}

ul.legenda-imagem {
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

ul.post-meta-info li {
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0;
    color: #232323 !important;
    display: flex;
    align-items: center;
}

li.author img {
    width: 30px;
    margin-right: 15px;
}

ol.breadcrumb li {
    color: #222;
}

li.data-artigo {
    margin-left: 15px;
}

li.data-artigo>i {
    margin-right: 5px;
}

h1.post-title.lg {
    font-size: 2em;
}

p.credit-imagem-principal {
    color: #c5c5c5;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 10px;
}

.ts-post-thumb {
    max-height: 155px;
    overflow: hidden;
}

/* GALERIA */
.gallery-img>a>img {
    padding: 0px 5px 0px 0px;
    height: 100px !important;
    width: auto !important;
}

i.fa.fa-clock-o {
    color: #232323;
}



li.data-artigo {
    display: flex;
    align-items: center;
}

li.data-artigo p {
    margin: 0px 10px;
    font-size: 12px;
}

li.btn-redes-compartilhamento {
    margin-left: 30px;
}

ul.post-meta-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* IFRAMES DE VIDEOS E IMAGEM */
iframe {
    max-width: 100%;
}

figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}

figure {
    max-width: 100%;
    height: auto !important;
    margin: auto;
}

.single-big-img.img-ovarlay.box-img-artigo img {
    width: 100%;
    border-radius: 4px;
}

figure {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

figure>img {
    width: 100% !important;
    height: auto !important;
}

ul.legenda-imagem li {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

a.post-cat.ts-yellow-bg {
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    display: table;
    border-radius: 3px;
}

/* FIM IMAGENS NO MEIO DO ARTIGO */

.se-component.se-video-container.__se__float-none>figure {
    position: relative;
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px !important;
}

.se-component.se-video-container figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.post-cat.ts-yellow-bg {
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    display: table;
    border-radius: 3px;
}

.section-artigo {
    padding: 2rem 1rem;
}