.bloco-post .foto-bloco {
    position: relative;
}

.bloco-post .foto-bloco .bloco-data {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 5px;
    background-color: #3C7EB7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.bloco-post p {
    color: #888;
    line-height: normal;
    font-size: 14px;
}

.bloco-post a:hover {
    text-decoration: none;
}

.bloco-post a img {
    width: 100%;
    border-bottom: 5px solid #3C7EB7;
}

.bloco-post a h3 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #3C7EB7;
    line-height: 22px;
}

.bloco-post a h3:hover {
    color: #ab0204;
}

.post h1{
    font-size: 2em;
}

.post .chapeu {
    font-weight: 500;
    display: block;
    color: #3C7EB7;
    font-size: 0.9em;
}

.post .lead {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #888;
}

.post .texto-post {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3em;
    color: #444;
}

.post .texto-post figure.image {
    padding: 0;
    margin: 0 0 20px;
    background: none;
    border: none;
    width: 100%;
}

.post .texto-post figure.image img {
    width: 100%;
    margin: 0;
}

.post .texto-post figure.image figcaption.credito {
    text-align: right;
    margin: 0;
    font-size: 12px;
    color: #94c11f;
    font-weight: 400;
}

.post .texto-post figure.image figcaption.legenda {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
    line-height: 15px;
    font-weight: 500;
    text-align: left;
}

.post .texto-post figure.image.align-center {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.post .texto-post figure.image.align-left {
    max-width: 46%;
    float: left;
    margin-right: 30px;
}

.post .texto-post figure.image.align-right {
    max-width: 46%;
    float: right;
    margin-left: 30px;
}

.post .texto-post .embed-responsive {
    margin: 20px 0;
}

@media screen and (max-width: 992px) {
    .post .texto-post figure.image.align-left,
    .post .texto-post figure.image.align-right {
        clear: both;
        min-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .post .texto-post figure.image.align-left,
    .post .texto-post figure.image.align-right {
        max-width: 45%;
    }
}
