html {
    scroll-behavior: smooth;
}
.col__default{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .col__default {
        max-width: 1140px;
    }
}
.main-820 {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

/* SUPER BANNER */
.banner-tablet-sb1{
    margin: 40px auto 0 ;
}

#container-main{
	margin-top: 90px;
}

@media (max-width: 425px) {
	#container-main{
		margin-top: 64px;
	}
}

/* SUPER BANNER */

/*====== TÍTULO E SUB TÍTULO DA INTERNA ======*/
.titulo{
    font-size: 52px;
    font-weight: 700;
    font-family: var(--notoserif);
    text-align: center;
    margin: 20px 0 15px;
    line-height: 58px;
}
.subtitulo{
    display: block;
    max-width: 820px;
    font-family: var(--roboto);
    font-size: 18px;
    color: var(--graydim);
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}
/*====== /TÍTULO E SUB TÍTULO DA INTERNA ======*/

/*================ BBC NEWS ================*/
.bbc-news {
    margin-top: 1.25rem;
    text-align: center;
}
.bbc-news.bbc-news--bottom {
    height: 1.563rem;
    background-repeat: no-repeat;
}
/*================ BBC NEWS ================*/

/*====== IMAGEM DESTAQUE E DESCRIÇÃO =====*/
.imagem-destaque, .figure-destaque{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.imagem-destaque > figure, .figure-destaque{
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.imagem-destaque > figure > img, .figure-destaque img{
    width: 100%;
    height: 460px;
    max-width: 820px;
    max-height: 460px;
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 10px;
    object-fit: cover;
}
.destaque-vertical > figure > img{
    height: auto;
    max-height: 1300px;
}
.description-image{
    display: block;
    font-family: var(--roboto);
    font-size: 18px;
    color: var(--gray);
    line-height: 22px;
}
.author-credit{
	color: #707070;
}

.description-image > span {
    color: var(--graydark);
}
/*====== /IMAGEM DESTAQUE E DESCRIÇÃO =====*/

/*============ IMAGEM VERTICAL ==========*/
.img-vertical {
    max-width: 300px;
    float: left;
    margin-right: 20px;
}
.img-vertical img {
    object-fit: cover;
    border-radius: 10px;
}
/*============ /IMAGEM VERTICAL ==========*/

/*============ RECURSOS DE IMAGENS ==========*/
.image-first figure img {
    height: 615px;
    width: 100%;
}
.image-pair {
    display: flex;
    gap: 15px;
}
.image-pair figure {
    height: 100%;
}
.image-pair figure img {
    height: 300px;
    width: 400px;
}
.image-first figure img, .image-pair figure img {
    border-radius: 10px;
    object-fit: cover;
}
.container-image figcaption {
    font-size: 18px;
    line-height: 22px;
}
/*============ /RECURSOS DE IMAGENS ==========*/

/*============ GALERIA DE IMAGENS ==========*/
.gallery-image .owl-stage {
    display: flex;
}
.gallery-image {
    position: relative;
    z-index: 1;
}
.item-gallery a figure{
    background-color: #f1f1f1;
    border-radius: 10px;
}
.item-gallery a img {
    border-radius: 5px;
    height: 615px;
    object-fit: cover;
    width: inherit !important;
    margin: auto;
}
.gallery-image .owl-nav button {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 100%;
    outline: none;
    width: 40px;
    height: 40px;
    top: 45%;
}
.gallery-image .owl-nav button.owl-prev {
    left: 0;
    margin-left: 15px;
    background-image: url(../img/icon/arrows-slider-prev.webp) !important;
    background-position: 13px 11px !important;
}
.gallery-image .owl-nav button.owl-next {
    right: 0;
    margin-right: 15px;
    background-image: url(../img/icon/arrows-slider-next.webp) !important;
    background-position: 15px 11px !important;
}
.gallery-image .owl-nav button span {
    display: none;
}
.item-gallery a:before {
    content: url(../img/icon/icon-expand.webp);
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: var(--white);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    margin: 15px 15px;
    right: 0;
}
.text-gallery {
    margin-left: 5px;
}
.text-gallery span {
    font-family: var(--roboto);
    font-size: 18px;
    line-height: 22px;
}
.text-gallery span:first-child {
    color: var(--gray);
}
.text-gallery span:first-child span {
    color: var(--graydark);
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
/*============ /GALERIA DE IMAGENS ==========*/


/* ============ GALERIA ANTIGA ========== */
.galeria-caixa{
    position: relative;
}
.galeria-caixa ul{
    list-style: none;
    padding-left: 0;
}
.galeria-caixa .owl-prev,.galeria-caixa .owl-next{
    position: absolute;
}
.galeria-caixa .owl-prev{
    top: 50%;
    left: 20px;
}
.galeria-caixa .owl-next{
    top: 50%;
    right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
   color: var(--maisesportes) !important;
}
.owl-theme .owl-nav [class*=owl-]:focus{
    outline: 0;
}

.galeria-caixa .owl-nav button span,
.fancybox-button div,
.fancybox-toolbar .fancybox-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.galeria-caixa .owl-nav button span,
.fancybox-button div {
    background-image: url(../img/icon/icon-seta-azul.svg);
    font-size: 0;
    display: block;
}

.fancybox-toolbar {
    padding:  5px;
}
.fancybox-toolbar .fancybox-button {
    margin: 3px;
}

.fancybox-navigation .fancybox-button {
    background-color: transparent;
}

.fancybox-button svg {
    display: none!important;
}

.fancybox-toolbar .fancybox-button--zoom {
    background-image: url(../img/icon/zoom.svg)!important;
}

.fancybox-toolbar .fancybox-button--close {
    background-image: url(../img/icon/close.svg)!important;
}

.fancybox-show-caption .fancybox-caption {
    font-family:'Roboto Condensed';
    font-size: 18px;
}

.galeria-caixa .antes-slide{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Roboto Condensed';
    background-color: var(--cartolacolor);
    color: var(--maisesportes)
}
.galeria-caixa .antes-slide,
button.fancybox-button.fancybox-button--arrow_left div {
    transform: rotate(180deg);
}
.galeria-caixa .depois-slide{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    font-family:'Roboto Condensed';
    background-color: var(--cartolacolor);
    color: var(--maisesportes)
}
.galeria-caixa li.item a:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-image: url(../img/icon/icon-maximizar.svg);
    background-position: center;
}
.galeria-caixa .item img{
    border-radius: 5px;
    height: 615px;
    object-fit: cover;
}
@media screen and (max-width:425px){
    .galeria-caixa .item img{
        height: 260px;
    }
}
/* ============ /GALERIA ANTIGA ========== */

/* ============ IMAGEM VERTICAL ANTIGA ========== */
.texto-principal .left{
    max-width: 300px;
    float: left;
    margin-right: 20px;
}
/* ============ /IMAGEM VERTICAL ANTIGA ========== */



/*============ FAQ ==============*/
.faq-title {
    color: var(--blackdefault);
    font-size: 22px;
    font-family: var(--notoserif);
    font-weight: 700;
}
/*============ /FAQ ==============*/

/*============ VIDEO EMBED =============*/
.video-embedado{
    margin: 30px auto;
}
.video-embedado iframe{
    display: block;
    max-width: 100%;
    width: 100%;
}
/*============ /VIDEO EMBED =============*/

/* =========== BARRA FLUTUANTE ===============*/
.container-bar {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.at-style-responsive .at-share-btn {
    padding: 3px!important;
}
/* =========== /BARRA FLUTUANTE ===============*/

/* =========== TAG DE TOOLTIP ===============*/
.content-tooltip {
    max-width: 400px;
    width: max-content;
    min-width: 170px;
    height: 0;
    background-color: var(--lightblue);
    color: var(--white);
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    overflow: hidden;
    white-space: normal;
}
.tag-tooltip:hover, .tag-tooltip:focus {
    color: var(--lightblue);
}
.tag-tooltip {
    border: 1px solid var(--lightblue);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 1.5px;
    white-space: nowrap;
    line-height: 31px;
}
.tag-tooltip:hover .content-tooltip, .tag-tooltip:focus .content-tooltip {
    opacity: 1;
    height: auto;
    padding: 10px 15px;
}
/* =========== /TAG DE TOOLTIP ===============*/

/* =========== PUBLIEDITORIAL ===============*/
.titulo-fontes {
    font-size: 22px;
    text-align: center;
    font-family: var(--roboto);
    margin-bottom: 15px;
    color: var(--graydim);
    display: block;
}
.logo-cliente{
    width: 250px;
    height: 150px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.logo-cliente img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.credito-publi{
    background-color: #F1F1F1;
    margin: 20px 0;
    padding: 20px;
}
/* =========== /PUBLIEDITORIAL ===============*/


/*=========== INFORME PUBLIEDITORIAL ========== */
.text-age-group{
    background-color: #F1F1F1;
    color: #555555;
    max-width: 820px;
    padding: 10px 0;
    font-size: 18px;
    margin: 0 auto 15px;
}
/*=========== INFORME PUBLIEDITORIAL ========== */


/*============ BARRA FIXA APÓS O SCROLL =============*/
.inner-bar {
    top: -89px;
    opacity: 0;
    width: 100%;
    max-height: 94px;
    background-color: rgb(243, 243, 243);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    z-index: 5;
    padding: clamp(15px, 4vw, 20px) 15px;
    transition: .2s;
}
.inner-bar.visible{
    top: 89px;
    opacity: 1;
}
.inner-bar > div {
    gap: 5px;
}
.inner-bar > span {
    font-size: 20px;
}
.inner-title {
    font-size: 20px;
    font-weight: 700;
    width: 75%;
}
.inner-bar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-bar .btn-outline.dark {
    font-size: 0px;
    width: 30px;
    border-radius: 50%;
    background-position: center;
}
.container-tools {
    gap: 10px;
}
.container-share-tools {
    justify-content: center;
}
.at-share-btn-elements {
    gap: 5px;
    display: flex;
}
/*============ /BARRA FIXA APÓS O SCROLL =============*/

/*============ REDE SOCIAL =============*/
.container-share.d-flex {
    justify-content: center;
    align-items: center;
}
.compartilhar-media {
    gap: 16px;
}
.compartilhar-media img{
    width: 24px;
    height: 24px;
}
/*============ /REDE SOCIAL =============*/

/*================ SOBRE ASSUNTO (LEIA MAIS) ===============*/
.leia-mais{
    display: block;
    width: 100%;
    background-color: #F1F1F1;
    border-bottom: 5px solid var(--bluedefault);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}
.leia-mais h2 {
    font-size: 21px;
    font-family: var(--roboto);
    color: var(--graydefault);
    font-weight: 500;
}
.leia-mais h3{
    font-size: 21px;
}
.leia-mais span{
    display: block;
    font-size: 22px;
    font-family: var(--roboto);
    font-weight: 400;
    color: var(--graydefault);
    margin-left: 20px;
    padding-top: 20px;
}
.leia-mais ul{
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.leia-mais ul li{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    display: flex;
}
.leia-mais ul li:before {
    content: ' ';
    background-image: url(../img/icon/icon-relacionadosx.svg);
    width: 9px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    flex-basis: 9px;
    flex-shrink: 0;
}
.leia-mais ul li a {
    font-size: 26px;
    font-weight: 700;
    font-family: var(--roboto);
    text-decoration: none;
    line-height: 30px;
}
/*================ /SOBRE ASSUNTO (LEIA MAIS) ===============*/

/*============ DATA, AUTOR E TIPO =============*/
.caixa-status{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.caixa-status span, .caixa-status time {
    font-family: var(--roboto);
    font-size: 18px;
    color: var(--graydim);
    margin-right: 15px;
}
.caixa-status span > a{
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 700;
}
/*============ DATA, AUTOR E TIPO =============*/

/*============ CAIXA DO AUTOR =============*/
.autor {
    display: inline-block;
    position: relative;
}

/* .info-dados */

/* .autor:hover ~ .box-info-autor,
.box-info-autor:hover {
    display: block;
} */

.box-info-autor {
    display: none;
    position: absolute;
    left: 53%;
    background-color: #fff;
    max-height: 170px;
    text-align: left;
    border-radius: 5px;
    padding: 20px 15px;
    z-index: 99;
    filter: drop-shadow(0px 1px 5px #00000059);
    margin-top: 20px;
}

.box-info-autor figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-info-autor figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-autor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.texto-autor span:first-of-type {
    color: var(--azullink);
    font-weight: 700;
}

.box-info-autor a {
    color: var(--azullink);
    font-family: 'Roboto Condensed';
}

.box-info-autor:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -15px;
    left: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #fff;
}
/*============ /CAIXA DO AUTOR =============*/

/*================ CAIXA CRÉDITOS E FONTES (TEXTO) ===============*/
.creditos-fontes {
    background-color: #F1F1F1;
    padding: 20px;
}
/*================ CAIXA CRÉDITOS E FONTES (TEXTO) ===============*/

/*================ CAIXA CRÉDITOS E FONTES (COM ANEXO) ===============*/
.creditos-fontes span {
    font-size: 22px;
    line-height: 26px;
    font-family: var(--roboto);
    margin-bottom: 15px;
    color: var(--graydim);
    display: block;
}
.creditos-fontes-anexos{
    display: block;
    margin: 50px auto 30px;
    color: var(--graydim);
}
.creditos-fontes-anexos li p {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--roboto);
    letter-spacing: 0.2px;
}
.clip-creditos {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px #00000033;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    margin-right: 10px;
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/icon/clipe.svg');
    background-repeat: no-repeat;
    background-position: center;
}
/*================ /CAIXA CRÉDITOS E FONTES (COM ANEXO) ===============*/

/*================ CITAÇÃO ===============*/
.citacao span {
    font-family: var(--notoserif);
    color: var(--blackdefault);
}
.citacao-text span{
    font-weight: 900;
    font-style: italic;
    font-size: 26px;
    line-height: 32px;
}
.citacao-autor span{
    font-weight: 400;
    font-size: 18px;
    display: block;
    width: 190px;
}
/*================ /CITAÇÃO ===============*/

/*================ CAIXA MAIS SOBRE ESSA HISTÓRIA ===============*/
.mais-sobre {
    background-color: #F1F1F1;
    padding: 20px;
}

.mais-sobre p {
    font-family: var(--roboto);
    line-height: 26px;
    letter-spacing: 0.22px;
}
/*================ /CAIXA MAIS SOBRE ESSA HISTÓRIA ===============*/

/*================ CTA DO OP+ ===============*/
.cta-interna * {
    max-width: 500px;
}
.cta-interna {
    width: 100%;
    min-height: 178px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    text-align: center;
    border-bottom: 5px solid var(--bluedefault);
    padding: 30px 50px 20px;
}
.cta-interna p {
    font-size: 18px;
    font-family: var(--roboto);
    color: var(--blackdefault);
}
.cta-interna p:first-child {
    font-weight: 700;
}
.cta-interna p:nth-child() {
    line-height: 24px;
}
.cta-interna a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--roboto);
}
/*================ /CTA DO OP+ ===============*/

/* ============== NOVO CTA ============== */
.cta__assine{
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/bg-cta-assine.webp);
    background-position: center;
    padding: 30px;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.cta__assine p{
    font-family: var(--roboto);
    color: #fff;
}
.cta__assine .text__yellow--opmais{
    color: var(--yellowopmais);
}
.cta__assine__title{
    max-width: 285px
}
.cta__assine__text{
    max-width: 350px;
}
.cta__assine__text p{
    margin: 0;
}
.cta__assine__title p {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin: 0;
}
.cta__assine__text p{
    font-size: 21px;
}
.cta__assine__link {
    margin-top: 15px;
}
.cta__assine__link a{
    height: 36px;
    padding: 0 .704rem;
}

.cta__assine__link img{
    width: 140px;
}
/* ============== NOVO CTA ============== */

/*============ TITLE EXTRAS =============*/
.title-informative {
    font-size: 22px;
    font-weight: 700;
}
/*============ /TITLE EXTRAS =============*/

/*================ FALE COM A GENTE ===============*/
.fale-com-gente{
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-family: var(--roboto);
    margin-bottom: 55px;
}
.fale-com-gente > a{
    color: var(--bluedefault);
    font-weight: 700;
}
/*================ /FALE COM A GENTE ===============*/

/*================ TAGS ===============*/
.title-tags{
    font-size: 26px!important;
    font-family: var(--roboto);
    font-weight: 700;
    display: block;
    margin-top: 20px;
}
.tags{
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tags > span{
    background-color: var(--bluedefault);
    color: #fff;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--roboto);
    display: inline-block;
    text-transform: lowercase;
    cursor: pointer;
    transition: .5s;
}
.tags > span:hover{
    background-color: var(--lightblue);
}
/*================ /TAGS ===============*/

/*============ PUBLIEDITORIAL =============*/
.caixa-status > span > a.publieditorial{
    color: var(--editorialorange);
}
/*============ /PUBLIEDITORIAL =============*/

/* ========== BACK TO TOP ============ */
.back-to-top{
    position: fixed;
    bottom: 80px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    transition: all .5s;
}
.btn-back-to-top {
    background-color: var(--bluedefault);
    color: #fff;
    border: none;
    display: none;
    cursor: pointer;
    padding: 1.5rem;
    border-radius: 50%;
    outline: none !important;
    transition: all .5s;
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/icon/seta-branca.webp);
    background-repeat: no-repeat;
    background-position: center;
}
/* ========== BACK TO TOP ============ */


/* =========== BANNERS ============ */

/* == BANNER INSTERSCROLL == */
/*.smp_52896_banner {
    width: 100%;
    clear: both;
    transition: height 300ms ease;
    overflow: hidden;
    margin: 20px auto !important;
}*/

/*.sds-slot.svelte-5x8u9j.svelte-5x8u9j {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    width: 320px;
    height: 480px;
}*/

.parallax-container {
    display: flex;
    margin: auto;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    background-attachment: fixed;
    background-position: bottom;
    /* background-size: cover; */
    color: var(--color);
    row-gap: 4rem;
    text-align: center;
    background-repeat: no-repeat;
}

/*.sds-parallax.svelte-5x8u9j.svelte-5x8u9j {
    position: absolute !important;
    bottom: -24px;
    clip: rect(auto auto auto auto);
}
.sds-iframeWrapper.svelte-5x8u9j.svelte-5x8u9j, .sds-creativeFrame.svelte-5x8u9j.svelte-5x8u9j {
    position: relative;
    display: block;
    width: 320px;
    height: 480px;
}
.sds-parallax.svelte-5x8u9j iframe.svelte-5x8u9j {
    position: absolute;
}*/
/* == BANNER INSTERSCROLL == */

/* BANNER FLUTUANTE */
.container-banner-flutuante{
    width: 100%;
    display: block;
    position: relative;
}
.content-banner-flutuante{
    position: absolute;
    right: 45px;
    z-index: 10;
}
.content-banner-flutuante.banner-float {
    top: 255px !important;
    position: fixed;
}
/* @media (max-width: 1739px){
    .container-banner-flutuante{
        display: none;
    }
} */
/* BANNER FLUTUANTE */

.show_in_tablet{
    max-width: 728px;
}
.show_in_tablet *{
    width: 100%;
}
.banner-scroll-sb-br-brg-tablet{
    max-width: 728px;
}
.banner-scroll-sb-br-brg-tablet .sb-br-brg-tablet *{
    width: 100%;
}
/*.banner-interna-video{
    width: 480px;
    height: 320px;
}*/
.banner-interna-video iframe{
    width: 100%;
    height: 100%;
}
@media(min-width: 992px){
    .show_in_desk{
        display: block;
    }
    .show_in_tablet, .show_in_mobile{
        display: none;
    }

    .banner-scroll-video-br-desktop{
        display: block;
    }
    .banner-scroll-sb-br-brg-tablet , .banner-scroll-br-brg-video-mobile{
        display: none;
    }
}
@media(min-width: 374px) and (max-width: 743px){
    .show_in_desk, .show_in_tablet{
        display: none;
    }
    .show_in_mobile{
        display: block;
    }

    .banner-scroll-br-brg-video-mobile{
        display: block;
    }
    .banner-scroll-video-br-desktop , .banner-scroll-sb-br-brg-tablet {
        display: none;
    }
    /* .banner-interna-video{
        width: 320px;
        height: 180px;
    } */
}
@media(min-width: 744px) and (max-width: 991px){
    .show_in_desk, .show_in_mobile{
        display: none;
    }
    .show_in_tablet{
        display: block;
    }

    .banner-scroll-sb-br-brg-tablet{
        display: block;
    }
    .banner-scroll-video-br-desktop , .banner-scroll-br-brg-video-mobile{
        display: none;
    }
}
/* =========== BANNERS ============ */


/*============ MEDIA QUERY =============*/
@media(max-width: 1024px){
    /* Customização da tabela do fivenews */
    .c-table {
        overflow: auto;
    }
}
@media(max-width: 991px){
    .btn-back-to-top {
        bottom: 135px;
    }
}
@media(max-width: 767px){
    .cta__assine{
        justify-content: start !important;
        gap: 20px;
    }
    .cta__assine__title p{
        font-size: 30px;
        line-height: 36px;
        max-width: 240px;
    }
    .cta__assine__text{
        width: 100%;
    }
    .cta__assine__link{
        margin-top: 36px;
    }
}
@media(max-width: 768px){
    .inner-bar.visible {
        top: 60px;
        max-height: 107px;
    }
    .inner-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .titulo{
        font-size: 38px;
        line-height: 44px;
    }
    .imagem-destaque > figure > img, .figure-destaque img{
        height: auto;
    }
    .descricao-imagem{
        margin-bottom: 20px;
    }
    .image-pair{
        display: block;
    }
    .image-first figure img {
        height: 300px;
    }
    .image-pair figure img {
        width: 100%;
    }
    .btn-back-to-top {
        bottom: 135px;
        display: none !important;
    }
}
@media(max-width: 425px){
    .bbc-news {
        text-align: left;
    }
    .item-gallery a img {
        height: 260px;
    }
    .caixa-status > span:first-of-type{
        display: block;
    }
    .inner-bar-flex {
        display: block;
    }
    .leia-mais, .leia-mais ul li{
        width: 100%;
    }
    .imagem-destaque > figure, .figure-destaque{
        width: 100%;
    }
    .imagem-destaque, .figure-destaque{
        margin-bottom: 40px;
    }
    .video-embedado iframe{
        width: 100%;
    }
    .img-vertical {
        max-width: none;
        width: 100%;
    }
    .titulo, .subtitulo, .caixa-status{
        text-align: left;
    }
    .gallery-image .owl-nav button {
        top: 35%;
    }
}
/*============ /MEDIA QUERY =============*/

/*======== BANNER DE VIDEO ========*/
/* #mainContainer {
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 300px;
}
#content,
#adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 530px;
    height: 300px;
}
.link-video-banner{
    height: 100%;
    display: block;
    position: relative;
}
#adContainer {
    z-index: 1;
    cursor: pointer;
}
#adContainer div{
    width: 100% !important;
    height: 100% !important;
}
#contentElement {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#playButton {
    display: none;
    margin-top: 10px;
    vertical-align: top;
    width: 350px;
    height: 60px;
    padding: 0;
    font-size: 22px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #2c3e50;
    border: 0;
    border-bottom: 2px solid #22303f;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #22303f;
    box-shadow: inset 0 -2px #22303f;
 }
@media(min-width: 374px){
    #adContainer, #content{
        left: 0;
    }
}
@media(min-width: 374px) and (max-width: 519px){
    #mainContainer, #adContainer, #content{
        height: 250px;
    }
}
@media(min-width: 768px){
    #adContainer, #content{
        left: 15%;
    }
}
@media(min-width: 992px){
    #adContainer, #content{
        left: 40%;
    }
}
@media(min-width: 1200px){
    #adContainer, #content{
        left: 50%;
    }
}  */
/*======== BANNER DE VIDEO ========*/
/*
#mainContainer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 250px;
}

#content,
#adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 500px;
    height: 250px;
}

#contentElement {
    max-width: 500px;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

#playButton {
    display: none;
    margin-top: 10px;
    vertical-align: top;
    width: 350px;
    height: 60px;
    padding: 0;
    font-size: 22px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #2c3e50;
    border: 0;
    border-bottom: 2px solid #22303f;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #22303f;
    box-shadow: inset 0 -2px #22303f;
}

.content-link-video {
    position: relative;
    display: block;
    height: 100%;
}

#adContainer > div{
    position: relative !important;

    width: 100% !important;
    max-width: 500px;
    height: 250px;
}
#adContainer iframe{
    max-width: 500px;
    width: 100%;
    height: 250px;
} */
/* =========== README ========== */
#audiomelogo{
    display: none !important;
}
/* =========== README ========== */

/*=======BANNERS NOVOS=========  */
.new_publicidade_ad_billboard_destaque{
	margin: 3rem auto 0;
	height: 250px;
}
@media (max-width: 767px){
    .new_publicidade_ad_billboard_destaque{
        margin-top: 1.4375rem;
    }
}
/*=======BANNERS NOVOS=========  */

@media (max-width: 1598px){
    .container-banner-flutuante {
        display: none;
    }
}
.container-banner-flutuante{
    margin: 0;
}

/* TABELA BRASILEIRAO */
.times-tabela{
    margin-bottom: 20px;
}
/* TABELA BRASILEIRAO */

#container-main{
	margin-top: 90px !important
}

@media(max-width: 425px){
	#container-main{
		margin-top: 64px !important
	}

	.new_publicidade_ad_billboard_destaque{
		height: 100px;
	}
}

.breadcrumb-wrapper{
	display: flex !important;
	flex-direction: column !important;
	justify-content: end !important;
	height: 38px;
}

.container-share.d-flex{
	height: 35px !important;
}


.container-cta-camp-cearense .img-cta-desk{
    width: 100%;
}
.container-cta-camp-cearense .img-cta-mob{
    display: none;
}
@media(max-width: 768px) {
    .container-cta-camp-cearense a {
        display: inherit;
        max-width: 345px;
        margin: auto;
    }
    .container-cta-camp-cearense .img-cta-mob{
        display: block;
    }
    .container-cta-camp-cearense .img-cta-desk{
        display: none;
    }
}


.no_height{
    height: initial !important;
    max-height: initial !important;
}

/* CSS PARA COMPONENTE DE RESUMO */

.c-dropdown__summary{
  background: #F3F3F3;
  cursor: pointer;
  color: #3333;
}
.c-dropdown__summary p:not(.dropdown__summary--item p) {
  font-family: 'Roboto Condensed';
  color: #333333;
  font-weight: 600;
  font-size: 1.75rem;
}
.dropdown__summary--item{
  display: none;
}

.dropdown__summary--item {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: var(--notoserif);
  letter-spacing: 0px;
  color: var(--graydim);
}
.dropdown__summary--item:last-child{
  margin-bottom: 0;
}

.dropdown__summary--point{
    padding: 0 1rem 0 2.9375rem;
}
.dropdown__summary--point li{
    list-style: none;
    margin-bottom: 32px;
}
.dropdown__summary--point li::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--lightblue);
    position: absolute;
    left: 16px;
    border-radius: 50%;
    margin-top: 8px;
}

.c-dropdown__summary--button{
  border:0;
  outline: none !important;
  background-color: #1E1E1E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  transform: rotate(180deg);
  transition: .3s;
}
.c-dropdown__summary.open .c-dropdown__summary--button{
  transform: rotate(0);
}

.c-dropdown__summary--button img{
  width: 14px;
  height: 14px;
}

.dropdown__summary--point {
  padding-bottom: 2rem;
}

.dropdown__summary--item:not(.dropdown__summary--point){
  padding: 0 1rem 2rem;
}
/* CSS PARA COMPONENTE DE RESUMO */


.recommendation__plexus{
    max-width: 820px;
    margin: auto;
    background-color: #F3F3F3;
    padding: 1.5rem 1rem;
}

.recommendation__plexus h4{
    color: #999;
    margin-bottom: 0.75rem;
}
.c-cards__recommendatin {
    gap: 1rem;
}
.card__recommendation{
    max-width: 11.5625rem;
}
.card__recommendation figure{
    margin-bottom: 12px;
}
.card__recommendation figure img{
    border-radius: 4px;
}
.card__recommendation p{
    color: #1E1E1E;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}