.hideme {
    opacity: 0;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    margin: 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ravi {
    background: #303fa9;
    margin: 0;
}

.grid [class^="col"] {
    padding: 2px;
}

figure.effect-ravi h2 {
    font-size: 158.75%;
}

figure.effect-ravi h2,
figure.effect-ravi p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-ravi p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-ravi p a {
    color: #fff;
}

figure.effect-ravi p a:hover,
figure.effect-ravi p a:focus {
    opacity: 0.6;
}

figure.effect-ravi p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-ravi p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}

figure.effect-ravi p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}

figure.effect-ravi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-ravi:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-ravi:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}

#lightbox {
    display: none;
}

figure.effect-ravi {
    margin: 10px 5px;
}

.conteudoNoticia p {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 2.8rem !important;
    color: #222 !important;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover,
.btn-success:active {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
    background-position: 0 !important;
}

.btn-danger {
    color: #fff;
    background-color: #d40004 !important;
    border-color: #d40004 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.entry-main {
    margin: 20px 0;
}

.ptb-10 {
    padding: 10px 0;
}

.mtb-10 {
    margin: 10px 0;
}

.ptb-10 {
    padding: 10px 0;
    color: #2f2f2f;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
}

.bloco-veja-mais {
    margin: 30px 0px;
}

.bloco-veja-mais p {
    color: #000;
    font-size: 18px;
    border-left: 5px solid #c4170c;
    padding: 0px 0px 0px 10px !important;
    font-weight: 600;
}

.lista-veja-mais {
    list-style: none;
}

.lista-veja-mais li {
    padding: 10px 0 0 0;
}

.link-veja-mais {
    color: #c4170c !important;
    font-weight: bold;
    font-size: 16px;
}

.link-veja-mais:hover {
    color: #c4170c !important;
}

.file-preview-frame {
    margin: 7px;
    margin-right: 0;
    height: 160px;
    display: table;
    float: left;
    vertical-align: middle;
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}

.conteudoTexto a {
    color: #d40004;
}

.fonte-conteudo {
    color: rgb(38, 38, 38);
    font-weight: 500;
    font-size: 1.25rem;
}

.a2a_button_googleplus {
    width: auto;
    height: 32px;
    float: left;
    justify-content: center;
    align-items: center;
    background-color: #276ff1;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
}

.a2a_button_googleplus:hover {
    color: #fff !important;
    text-decoration: underline;
}

.radio label {
    font-weight: 600;
    font-size: 1.6rem;
}

.box-enquete {
    padding: 20px;
    display: table;
    width: 100%;
    margin-bottom: 1.625em;
    position: relative;
    background-color: rgba(245, 245, 247, .9);
    border: 1px solid #ddd;
}

.no-gutter {
    margin-top: 70px;
}

.conteudoTexto mark {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #f9babf));
    background-image: -o-linear-gradient(left, transparent 50%, #f9babf 0);
    background-image: linear-gradient(90deg, transparent 50%, #f9babf 0);
    background-size: 200%;
    background-position: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.conteudoTexto mark.highlighted {
    background-position: -100%
}

.new-enquete .alert {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.old-enquete .alert {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.area-enquete {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.participe-enquete {
    font-size: 2.5rem;
    color: #d40004;
    font-weight: 800;
    padding: 20px 0;
}

.area-pergunta-enquete {
    border-radius: 10px;
    border: 1px;
    -webkit-box-shadow: 0px 6px 6px 6px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 6px 6px 6px rgba(0, 0, 0, 0.10);
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.titulo-enquete {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(88.7deg, rgb(205, 33, 42) 10.6%, rgb(236, 95, 5) 90%);
}

.resposta-enquete {
    margin: 10px;
    display: block;
    padding: 10px;
    border-radius: 20px;
    background-color: #eee;
    color: #222;
    font-weight: 500;
}

.exp-option-box {
    display: none;
}

.resposta-enquete label {
    width: 100%;
}

.resultado-resposta {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
    margin-top: 10px;
}

.barra-fundo {
    background-color: #ccc;
    border-radius: 100px;
    overflow: hidden;
}

.progress-bar {
    height: 20px;
}

/* Área de Comentários */
.area-comentarios {
    width: 100%;
    display: block;
    margin: 20px 0;
    margin-bottom: 40px;
    background: #f8f8f8;
    padding: 20px;
    max-width: 100%;
    overflow: hidden;
}

.titulo-area-comentarios {
    font-size: 2.5rem;
    color: #d40004;
    font-weight: 800;
    padding: 0;
}

.titulo-area-comentarios:before {
    content: '';
    border: 1px solid #eee;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.titulo-area-comentarios:after {
    content: '';
    border: 2px solid #d40004;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.p-20 {
    padding-top: 20px;
}

.area-comentarios a {
    font-weight: 800;
    font-size: 1.2em;
    color: #a94442;
}

.modal-comentarios {
    font-size: 0.9em !important;
}

.modal-comentarios:hover {
    text-decoration: underline;
}

.text-black {
    color: #222 !important;
    font-size: 14px !important;
    margin-right: 15px;
}

.text-black:hover {
    text-decoration: underline;
}

/* FIM - Área de Comentários */

.lista-veja-mais {
    display: inline-flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.lista-veja-mais li {
    margin-bottom: 0;
    position: relative;
    max-width: 196px;
    overflow: hidden;
}

.lista-veja-mais li a {
    text-decoration: none;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lista-veja-mais li a:hover {
    color: #d40004;
}

.lista-veja-mais li a img {
    overflow: hidden;
    height: 108px;
    flex-shrink: 0;
}

.read-too__picture {
    overflow: hidden;
    height: 108px;
    flex-shrink: 0;
}

.read-too__img {
    border-radius: 2px;
    width: 196px;
    height: 108px;
    object-fit: cover;
    display: inline-block;
    margin: 0;
    transition: transform .5s ease;
}

.chapeu {
    color: #d40004;
    font-size: 12px;
}

/* react conteudo */
#fdnw-reactions {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
}

#fdnw-reactions img {
    margin-bottom: 0 !important
}

#fdnw-reactions .reactions-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px
}

#fdnw-reactions .reactions-quantity span {
    display: block;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600
}

#fdnw-reactions .reactions-list {
    display: flex;
    gap: 3px;
    list-style: none;
    padding: 0;
    margin: 0
}

#fdnw-reactions .reactions-list li img {
    width: 20px;
    height: 20px;
    object-fit: cover
}

.reactions-bar {
    width: 100%;
    border: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-radius: .75em;
    padding: 0 18px;
    background-color: #fff
}

.reactions-bar .reaction-button {
    background-color: #fff;
    border: none;
}

.reactions-bar .reaction-button .reaction-label {
    margin-right: 0px;
}

.reactions-bar .reaction-button:hover .reaction-label {
    color: #dd3333 !important;
}

.reactions-bar .reaction-button span {
    font-size: 14px;
    font-weight: 600
}

.reactions-bar-copy {
    position: absolute;
    left: 0;
    top: calc(100% + 32px);
    max-width: 100%;
    width: 100%;
    border-radius: 80px;
    padding: 3px 24px
}

.reactions-bar .reaction-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.reactions-bar .reaction-image span {
    margin-top: -9px;
    background: #000;
    color: #fff;
    width: 34px;
    border-radius: 20px;
    font-size: 12px
}

@media(min-width: 1200px) {
    #fdnw-reactions-button {
        position:relative
    }

    .reactions-bar .reaction-image span {
        margin-top: -22px
    }

    .reactions-bar .reaction-image img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover
    }

    .reactions-bar-copy {
        position: absolute;
        left: 0;
        top: calc(100% + 12px);
        max-width: 300px;
        width: 325px;
        border-radius: 80px;
        padding: 3px 24px
    }

    .reactions-bar {
        gap: 8px
    }
}

/* FIM - react conteudo */

@media (max-width: 992px) {
    .lista-veja-mais {
        display: block;
    }

    .lista-veja-mais li {
        max-width: 100%;
    }

    .lista-veja-mais li a {
        display: table;
    }

    .read-too__img {
        margin-right: 10px;
    }

    .read-too__picture {
        float: left;
    }

    .chapeu {
        display: block;
    }

    .read-too__img {
        width: 150px;
    }

    .link-veja-mais {
        font-size: 15px;
    }

    .a2a_button_googleplus {
        display: block;
        margin-top: 20px;
    }

    iframe {
        width: 100%;
        height: 300px;
    }

    .reactions-bar {
        padding: 0px !important;
    }
}

@media (min-width:767px) {
    figure.effect-ravi {
        max-height: 180px;
    }
}