.c-ads__content {
    margin-bottom: 10px;
}

.c-showtime__main .c-headline__title {
    line-height: 2.6rem;
}

.popup-content {
    width: auto !important;
}

.enquete .pergunta {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.enquete .opcoes {
    margin-bottom: 10px;
}

.enquete .opcoes label {
    margin-left: 5px;
}

.fb-comments {
    width: 100%;
    text-align: center;
}

.loading {
    background: url('/images/loading.gif') no-repeat center center;
}

.loading-left {
    background: url('/images/loading.gif') no-repeat left center;
}

.loading-right {
    background: url('/images/loading.gif') no-repeat right center;
}

.c-article-main p {
    margin-bottom: 15px;
}

.align-center {
    width: 100%;
    text-align: center;
}


/*iframe responsivo*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-center {
    text-align: center !important;
}

.slick-center img {
    display: inherit !important;
}

@media screen and (min-width: 600px) {
    .banner-blog {
        margin-bottom: 40px;
    }
}


/*Mobile*/

@media (max-width:991.98px) {
    .c-showtime__main .c-headline__title {
        line-height: 1.6rem;
    }
    .input-select_mobile {
        width: 100%;
    }
    .mx-4-classi {
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}

.mx-4-classi {
    margin-right: 1rem;
    margin-left: 1rem;
}

.title-block-center {
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.readmore-block-center .btn {
    width: 100%;
}

.filtro-ano-mes {
    border-bottom: 1px dotted #ced4da;
    padding-bottom: 40px;
}

.c-showtime__side__item a:hover {
    color: #ffffff;
}

#destaques-2 {}

#destaques-2 .c-showtime__side__item {
    height: 400px;
}

#destaques-2 .c-showtime__side__item a {
    height: 400px;
}

#destaques-2 .bloco {
    padding: 0 0 4px 0 !important;
}

#destaques-2 .esquerda {
    padding-right: 2px !important;
}

#destaques-2 .direita {
    padding-left: 2px !important;
}

#destaques-3 {}

#destaques-3 .c-showtime__side__item {}

#destaques-3 .c-showtime__side__item a {
    height: 600px;
}

#destaques-3 .slick-prev {
    left: 5px;
    z-index: 999;
}

#destaques-3 .slick-next {
    right: 5px;
    z-index: 999;
}

#destaques-3 .slick-prev:before {
    content: '←';
    font-size: 25px;
}

#destaques-3 .slick-next:before {
    content: '→';
    font-size: 25px;
}

.span-contato {
    margin-inline-start: auto;
    border: 2px solid #f33535;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #f33535;
    padding: 15px;
    max-width: 100%;
    background-color: white;
    transition: all .2s ease;
    box-shadow: 6px 12px 15px rgba(0, 0, 0, 0.1);
}

.filtro-classi {
    border-bottom: 1px dotted #ced4da;
    padding-bottom: 40px;
    padding-top: 40px;
}

.list-grid .c-healine__title__text {
    margin-top: 20px;
    font-size: 20px;
    ;
}

.list-grid .c-metada__datetime {
    text-align: center;
    font-size: 14px;
}

.c-feed__btn-load {
    margin-bottom: 35px;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.c-article-text .ad-manager:before {
    content: "Continua após a publicidade";
    background-color: #f8f9fa;
    display: block;
    padding: 10px 0 20px;
    font-weight: 600;
    width: 100%;
}

.c-article-text .c-ads__content {
    margin-bottom: 40px !important;
}

.c-article-text img {
    max-width: 100%;
    height: auto;
}