#destaques{
    background-color: #fff;
}
#destaques h2{
    color: #303030;
    letter-spacing: 5px;
    font-weight: 700;
    margin: 50px 0 30px;
    font-size: 18px;
}

#destaques .destaque{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #303030;
}
#destaques .destaque figure{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #efeff0;
    margin: 0;
}
#destaques .destaque figure::before{
    display: block;
    content: '';
    position: relative;
    padding-top: 69.767441%;
}
#destaques .destaque figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
#destaques .destaque figure .fas{
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
#destaques .destaque h4{
    color: #303030;
    font-weight: 500;
    line-height: 130%;
    margin: 20px 0 0;
    font-size: 20px;
}

.slick-destaques .slick-prev, .slick-destaques .slick-next{
    position: absolute;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: 0;
    color: #a0a0a0;
    font-size: 36px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 50%;
    margin-top: -13px;
    padding: 0;
    transition: .2s;
    z-index: 200;
}
.slick-destaques .slick-prev{
    left: 0;
    text-align: left;
}
.slick-destaques .slick-next{
    right: 0;
    text-align: right;
}

#destaques .text-video{
    margin: 65px 0 0;
    text-align: center;
    color: #303030;
    font-weight: 700;
}
#destaques .video{
    width: 100%;
    height: 300px;
    margin: 20px 0 30px;
}
#destaques .video .rll-youtube-player{
    height: 100%;
    padding-bottom: 0;
}
#destaques .video iframe{
    width: 100%;
    height: 100%;
}
.embed-site-responsive .wp-video{position: relative; display: block; width: 100% !important; padding: 0; overflow: hidden;}
.embed-site-responsive .wp-video::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.embed-site-responsive .wp-video::after {
    display: block;
    clear: both;
    content: "";
}

.embed-site-responsive .wp-video .mejs-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.embed-site-responsive .wp-video .wp-video-shortcode video{
    max-height: 100% !important;
}

#destaqueModal .modal-body{
    padding: 5px;
}
#destaqueModal .close{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #e32d3f;
    width: 30px;
    height: 30px;
    z-index: 2000;
    border-radius: 15px;
    color: #fff;
    opacity: 1;
}

.instagram-embed{
    display: block;
    max-width: 540px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media (min-width: 768px){
    #destaques .col-bp-1{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #destaques .col-bp-2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #destaques h2{
        font-size: 24px;
        letter-spacing: 10px;
        margin: 35px 0 30px 35px;
    }
    #destaques .destaque{
        display: flex;
        align-items: center;
    }
    #destaques .destaque figure{
        width: 400px;
        height: 299px;
        border-right: 10px solid #e32d3f;
    }
    #destaques .destaque figure::before{
        padding-top: calc(69.767441% - 10px);
    }
    #destaques .destaque h4{
        font-size: 20px;
        padding-left: 20px;
        width: calc(100% - 400px);
        margin-top: 0;
    }

    .slick-destaques{
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 33px;
    }

    #destaques .text-video{
        margin: 10px 0 0;
    }
}
@media (min-width: 992px){
    #destaques .col-bp-1{
        -ms-flex: 0 0 59.75%;
        flex: 0 0 59.75%;
        max-width: 59.75%;
    }
    #destaques .col-bp-2{
        -ms-flex: 0 0 40.25%;
        flex: 0 0 40.25%;
        max-width: 40.25%;
    }

    #destaques h2{
        font-size: 27.29px;
        letter-spacing: 10px;
        margin: 35px 0 30px 35px;
    }
    #destaques .destaque{
        display: flex;
        align-items: center;
    }
    #destaques .destaque figure{
        width: 350px;
        border-right: 10px solid #e32d3f;
    }
    #destaques .destaque figure::before{
        padding-top: calc(69.767441% - 10px);
    }
    #destaques .destaque h4{
        font-size: 20px;
        padding-left: 20px;
        width: calc(100% - 350px);
    }
    #destaques .destaque h4.size_125{
        font-size: 17px;
    }
    #destaques .destaque h4.size_105{
        font-size: 18px;
    }

    .slick-destaques{
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 33px;
    }

    #destaques .text-video{
        font-size: 16px;
        margin: 20px 0 10px;
        padding-left: 30px;
    }
    #destaques .video{
        width: 100%;
        height: 350px;
        padding-left: 30px;
        margin: 0;
    }
    #destaques .video iframe{
        width: 100%;
        height: 350px;
    }

    .embed-site-responsive .wp-video::before{
        padding-top: 350px;
    }
}
@media (min-width: 1200px){
    #destaques .col-bp-1{
        -ms-flex: 0 0 59.75%;
        flex: 0 0 59.75%;
        max-width: 59.75%;
    }
    #destaques .col-bp-2{
        -ms-flex: 0 0 40.25%;
        flex: 0 0 40.25%;
        max-width: 40.25%;
    }

    #destaques h2{
        font-size: 27.29px;
        letter-spacing: 10px;
        margin: 35px 0 30px 35px;
    }
    #destaques .destaque{
        display: flex;
        align-items: center;
    }
    #destaques .destaque figure{
        width: 428px;
        height: 312px;
    }
    #destaques .destaque figure::before{
        padding-top: calc(69.767441% - 22px);
    }
    #destaques .destaque h4{
        font-size: 25px;
        padding-left: 25px;
        width: calc(100% - 428px);
    }
    #destaques .destaque h4.size_125{
        font-size: 21px;
    }
    #destaques .destaque h4.size_105{
        font-size: 23px;
    }

    .slick-destaques{
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 33px;
    }

    #destaques .text-video{
        font-size: 16px;
        margin: 20px 0 10px;
        padding-left: 30px;
    }
    #destaques .video{
        width: 100%;
        height: 350px;
        padding-left: 30px;
    }
    #destaques .video iframe{
        width: 100%;
        height: 350px;
    }

    .embed-site-responsive .wp-video::before{
        padding-top: 350px;
    }
}

#destaques-2{
    background-color: #efeff0;
    padding: 28px 0 28px;
}
#destaques-2 hr{
    color: #303030;
    background-color: #303030;
    border-color: #303030;
    margin: 0;
}
#destaques-2 .highlight-post{
    display: flex;
    width: 100%;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    margin-bottom: 35px;
    transition: .15s all linear;
}
#destaques-2 .highlight-post:hover{
    text-decoration: none;
}
#destaques-2 .highlight-post::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 20;
}
#destaques-2 .highlight-post .fas{
    position: absolute;
    font-size: 36px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    z-index: 30;
}
#destaques-2 .highlight-post img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
#destaques-2 .highlight-post h4{
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 30px 20px 20px;
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    z-index: 50;
}

@media (min-width: 768px){
    #destaques-2 .highlight-post{
        height: 400px;
    }
    #destaques-2 .highlight-post h4{
        font-size: 20px;
        padding: 30px 20px 20px;
    }
    #destaques-2 .highlight-post .fas{
        font-size: 48px;
    }
}
@media (min-width: 992px){
    #destaques-2 .highlight-post{
        height: 400px;
    }
    #destaques-2 .highlight-post h4{
        font-size: 22px;
        padding: 30px 30px 30px;
    }
}
@media (min-width: 1200px){
    #destaques-2 .highlight-post{
        height: 515px;
    }
    #destaques-2 .highlight-post h4{
        font-size: 30px;
        padding: 30px 50px 30px;
    }
    #destaques-2 .highlight-post .fas{
        font-size: 64px;
    }
}

#publicidade-2{
    background-color: #efeff0;
    max-width: 100%;
    padding: 0 0 28px;
    overflow: hidden;
}
#publicidade-2 hr{
    color: #303030;
    background-color: #303030;
    border-color: #303030;
    margin: 35px 0 0;
}

#ultimas-noticias{
    background-color: #efeff0;
}
.horizontal-loop-post{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 17px;
    border-bottom: 1px solid #303030;
    margin-bottom: 25px;
}
.horizontal-loop-post .post-image{
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #fff;
}
.horizontal-loop-post .post-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.horizontal-loop-post .post-image .fas{
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.horizontal-loop-post .post-content{
    padding-top: 20px;
}
.horizontal-loop-post .post-content .post-categories{
    padding: 0 0 10px;
    color: #0a6da8;
    font-size: 18px;
    font-weight: 700;
}
.horizontal-loop-post .post-content .post-categories a{
    color: #0a6da8;
    font-weight: 700;
    text-decoration: none;
}

.horizontal-loop-post .post-content h4{
    color: #e32d3f;
    font-size: 18px;
    font-weight: 700;
}
.horizontal-loop-post .post-content .post-link{
    display: block;
    text-decoration: none;
}
.horizontal-loop-post .post-content p{
    color: #303030;
    line-height: 1.2;
    font-size: 14px;
}

@media (min-width: 768px){
    .horizontal-loop-post{
        flex-direction: column;
    }
    .horizontal-loop-post .post-image{
        width: 100;
        height: 200px;
    }
    .horizontal-loop-post .post-content{
        width: 100%;
    }
    .horizontal-loop-post .post-content .post-categories{
        font-size: 22px;
    }
    .horizontal-loop-post .post-content h4{
        font-size: 22px;
    }
    .horizontal-loop-post .post-content p{
        font-size: 15px;
    }
}
@media (min-width: 992px){
    .horizontal-loop-post{
        flex-direction: row;
    }
    .horizontal-loop-post .post-image{
        width: 320px;
        height: 200px;
    }
    .horizontal-loop-post .post-content{
        padding-top: 0;
        padding-left: 17px;
        width: calc(100% - 320px);
    }
    .horizontal-loop-post .post-content .post-categories{
        font-size: 24px;
    }
    .horizontal-loop-post .post-content h4{
        font-size: 24px;
    }
    .horizontal-loop-post .post-content p{
        font-size: 15px;
    }
}
@media (min-width: 1200px){
    .horizontal-loop-post{
        flex-direction: row;
    }
    .horizontal-loop-post .post-image{
        width: 427px;
        height: 250px;
    }
    .horizontal-loop-post .post-content{
        padding-left: 17px;
        width: calc(100% - 427px);
    }
    .horizontal-loop-post .post-content .post-categories{
        font-size: 27.29px;
    }
    .horizontal-loop-post .post-content h4{
        font-size: 27.29px;
    }
    .horizontal-loop-post .post-content p{
        font-size: 16px;
    }
}

.top-posts{
    margin-top: 30px;
    background-color: #fff;
}
.top-posts h4{
    color: #fff;
    background-color: #e32d3f;
    font-size: 14.73px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 7px;
    line-height: 1.2;
}
.top-posts .top-post{
    display: flex;
    justify-content: row;
    text-decoration: none;
    transition: .15s;
    padding: 15px 0;
    align-items: center;
}
.top-posts .top-post .post-number{
    max-width: 36.666666%;
    flex: 0 0 36.666666%;
    color: #b6b6b6;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    transition: .15s;
    font-size: 36px;
}
.top-posts .top-post h5{
    color: #e32d3f;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    transition: .15s;
    font-size: 14px;
}
.top-posts .top-post:hover .post-number{
    color: #0a6da8;
}
.top-posts .top-post:hover h5{
    color: #0a6da8;
}

@media (min-width: 768px){
    .top-posts .top-post .post-number{
        font-size: 50px
    }
    .top-posts .top-post h5{
        font-size: 15px;
    }
}
@media (min-width: 992px){
    .top-posts .top-post .post-number{
        font-size: 59.17px
    }
    .top-posts .top-post h5{
        font-size: 15px;
    }
}
@media (min-width: 1200px){
    .top-posts .top-post .post-number{
        font-size: 59.17px
    }
    .top-posts .top-post h5{
        font-size: 15px;
    }
}

#publicidade-3{
    background-color: #efeff0;
    max-width: 100%;
    padding: 25px 0 15px;
    overflow: hidden;
}

#demais-noticias{
    padding: 30px 0;
    background-color: #efeff0;
}
#demais-noticias h2{
    color: #0a6da8;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 50px;
}

.other-post{
    display: flex;
    width: 100%;
    height: 445px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    margin-bottom: 35px;
}
.other-post:hover{
    text-decoration: none;
}
.other-post::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 20;
}
.other-post img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.other-post .fas{
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.other-post h4{
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    margin: 0;
    z-index: 50;
    font-size: 16px;
}

.slick-demais .slick-prev, .slick-demais .slick-next{
    position: absolute;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: 0;
    background-color: #fff;
    color: #e32d3f;
    font-size: 28px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 25px;
    top: 50%;
    margin-top: -13px;
    padding: 0;
    transition: .2s;
    text-align: center;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
    z-index: 200;
}
.slick-demais .slick-prev:hover, .slick-demais .slick-next:hover{
    background-color: #e32d3f;
    color: #fff;
}
.slick-demais .slick-prev{
    left: -10px;
}
.slick-demais .slick-next{
    right: -10px;
}

@media (min-width: 768px){
    #demais-noticias{
        padding-bottom: 15px;
    }
    #demais-noticias h2{
        font-size: 24px;
    }
    
    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 280px;
        margin-right: 10px;
    }
}
@media (min-width: 992px){
    #demais-noticias{
        padding-bottom: 15px;
    }
    #demais-noticias h2{
        font-size: 24px;
    }
    
    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 320px;
        margin-right: 10px;
    }
    .other-post h4{
        padding: 30px;
    }
}
@media (min-width: 1200px){
    #demais-noticias{
        padding-bottom: 15px;
    }
    #demais-noticias h2{
        font-size: 27.29px;
    }
    
    .slick-demais .slick-prev, .slick-demais .slick-next{
        width: 62px;
        height: 62px;
        border-radius: 31px;
        font-size: 43px;
    }
    .slick-demais .slick-prev{
        left: -31px;
    }
    .slick-demais .slick-next{
        right: -31px;
    }

    .other-post{
        width: 320px;
        margin-right: 10px;
    }
}

#noticias-rodape{
    background-color: #efeff0;
    padding: 30px 0 50px;
}

.last-loop-news{
    display: flex;
    align-items: start;
    flex-direction: column;
    padding-bottom: 55px;
}
.last-loop-news .post-image{
    display: block;
    position: relative;
    width: 100%;
    height: 185px;
    background-color: #fff;
    overflow: hidden;
}
.last-loop-news .post-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.last-loop-news .post-image .fas{
    font-size: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.last-loop-news .post-content{
    padding: 20px 0 0;
}
.last-loop-news .post-content .post-categories{
    padding: 0 0 10px;
    color: #0a6da8;
    font-size: 18px;
    font-weight: 700;
}
.last-loop-news .post-content .post-categories a{
    color: #0a6da8;
    font-weight: 700;
    text-decoration: none;
}

.last-loop-news .post-content h4{
    color: #e32d3f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}
.last-loop-news .post-content .post-link{
    display: block;
    text-decoration: none;
}
.last-loop-news .post-content p{
    color: #303030;
    line-height: 1.2;
    font-size: 14px;
}

@media (min-width: 992px){
    .last-loop-news{
        flex-direction: row;
    }
    .last-loop-news .post-image{
        width: 175px;
        height: 185px;
    }
    .last-loop-news .post-content{
        padding-top: 0;
        padding-left: 20px;
        width: calc(100% - 175px);
    }
    .last-loop-news .post-content .post-categories{
        font-size: 20px;
    }
    .last-loop-news .post-content h4{
        font-size: 20px;
    }
    .last-loop-news .post-content p{
        font-size: 13px;
    }
}
@media (min-width: 1200px){
    .last-loop-news{
        flex-direction: row;
    }
    .last-loop-news .post-image{
        width: 175px;
        height: 185px;
    }
    .last-loop-news .post-content{
        padding-left: 20px;
        width: calc(100% - 175px);
    }
    .last-loop-news .post-content .post-categories{
        font-size: 24.3px;
    }
    .last-loop-news .post-content h4{
        font-size: 24.3px;
    }
    .last-loop-news .post-content p{
        font-size: 14.25px;
    }
}

#publicidade-4{
    padding: 0;
    background-color: #efeff0;
}
#publicidade-4 .anuncio{
    margin-bottom: 0;
}

#viralizou{
    padding: 50px 0 0;
    background-color: #efeff0
}
#viralizou h2{
    display: flex;
    align-items: center;
    color: #0a6da8;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    line-height: 1;
}
#viralizou h2 span{
    padding-right: 20px;
    font-weight: 700;
}
#viralizou h2 strong{
    color: #fd6c0b;
    font-weight: 700;
}
#viralizou h2::after{
    content: '';
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 4px;
    background-color: #fd6c0b;
}
#viralizou .last-loop-news{
    flex-direction: column;
    padding: 0;
    border-radius: 0 0 15px 15px;
    background-color: #fd6c0b;
    align-self: stretch;
    margin-bottom: 30px;
}
#viralizou .last-loop-news .contaier-post{
    flex: 1;
}
#viralizou .last-loop-news .post-image{
    width: 100%;
    height: 270px;
}
#viralizou .last-loop-news .post-content{
    padding: 20px;
    width: 100%;
}
#viralizou .last-loop-news .post-content h4{
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
}
#viralizou .last-loop-news .post-content p{
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.bg-e0e0e0{
    background-color: #e0e0e0;
}

#viralizou .bg-e0e0e0{
    padding: 50px 0 23px;
}

@media (min-width: 768px){
    #viralizou h2{
        font-size: 50px;
    }
}
@media (min-width: 992px){
    #viralizou h2{
        font-size: 78px;
    }
    #viralizou .bg-e0e0e0{
        padding: 75px 0 23px;
    }
}
@media (min-width: 1200px){
    #viralizou h2{
        font-size: 91px;
    }
}