@font-face {
    font-family: "FreightText-BlackItalic";
    src: url("https://arte.estadao.com.br/public/pages/9p/83/ok/24/og/mj/freighttext-blackitalic-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Flama-Semibold";
    src: url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.eot");
    src: url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.eot?#iefix") format("embedded-opentype"),url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.woff2") format("woff2"),url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.woff") format("woff"),url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.ttf") format("truetype"),url("https://statics.estadao.com.br/s2016/portal/2018/font/flama/Flama-Semibold-webfont.svg#webfont") format("svg");
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: "FlamaCondensed-Medium";
    src: url("https://arte.estadao.com.br/share/fonts/FlamaCondensed/FlamaCondensed-Medium.eot");
    src: url("https://arte.estadao.com.br/share/fonts/FlamaCondensed/FlamaCondensed-Medium.eot?#iefix") format("embedded-opentype"),url("https://arte.estadao.com.br/share/fonts/FlamaCondensed/FlamaCondensed-Medium.woff2") format("woff2"),url("https://arte.estadao.com.br/share/fonts/FlamaCondensed/FlamaCondensed-Medium.woff") format("woff"),url("https://arte.estadao.com.br/share/fonts/FlamaCondensed/FlamaCondensed-Medium.ttf") format("truetype");
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: "EstadoFine-Extrabold";
    src: url("https://arte.estadao.com.br/share/fonts/EstadoFine/EstadoFine-Extrabold.eot");
    src: url("https://arte.estadao.com.br/share/fonts/EstadoFine/EstadoFine-Extrabold.eot?#iefix") format("embedded-opentype"),url("https://arte.estadao.com.br/share/fonts/EstadoFine/EstadoFine-Extrabold.woff2") format("woff2"),url("https://arte.estadao.com.br/share/fonts/EstadoFine/EstadoFine-Extrabold.woff") format("woff"),url("https://arte.estadao.com.br/share/fonts/EstadoFine/EstadoFine-Extrabold.ttf") format("truetype");
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}


/*AJUSTES NA TELA DE ABERTURA*/
.header-subhome {
    border-bottom-width: 0 !important;
}

.custom-coverImg {
    width: 100%;
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(https://arte.estadao.com.br/public/pages/37/8q/mg/13/qe/nd/draft/Foto_abre_desk.jpg);
    filter: brightness(50%);
}

.topo-full {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -510px;
    margin-bottom: auto;
}

h2.titulo-principal {
    font-family: 'Estado Headline', Georgia !important;
    font-size: 3.4rem !important;
    line-height: 3.8rem !important;
    color: white !important;
    text-transform: uppercase !important;
    max-width: 800px !important;
    float: none !important;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}


.noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px  'Estado headline', Georgia !important;
    margin: 20px auto 0 auto;
    max-width: 720px;
    width: 100%;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.noticia .topo-full .box .full {
    border-top: 0px solid #d2d0d0;
    display: inline-block;
    margin: 44px 0 0;
}

.noticia .topo-full .box .full {
    border-top: 0px solid #d2d0d0;
}

.noticia.infograficos .row.topo-full .box .full {
    margin: 44px 8px 0 !important;
}

/*body.noticia .topo-full .box .full .share {
    background: #none !important;
}
*/

body.noticia .topo-full .box .full .share {
    background: none !important;
}
.noticia .topo-full .box .linha-fina, .noticia .infos p.autor, .noticia .infos p.data {
    color: #fff !important;
}

.noticia .topo-full .box .linha-fina, .noticia .infos p.autor, .noticia .infos p.data {
    color: #fff !important;
}

.noticia .col-center {
    padding: inherit !important;
    margin-top: 48px!important;
}

/***********************************************/



/*AJUSTES PARA O CELULAR E OUTRAS TELAS*/
@media (max-width: 1024px) {
    .novo_h1 {
        display: none;
    }

    #cover {
        display: block;
        height: auto;
    }

    .topo-full {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*padding-bottom: 40px;*/
        text-align: center !important;
        margin-top: -450px !important;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 3.5rem !important;
        line-height: 3.8rem !important;
        max-width: 800px !important;
    }

/*    .noticia .topo-full .box .linha-fina {
        display: inline-block;
        font: 15px/20px 'LatoBold', Georgia;
        margin: 20px auto 0 auto;
        max-width: 453px;
        width: 97%;
    }
*/
    .noticia.infograficos .row {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
}
/***********************************************/


@media (max-width: 414px) {
    #cover {
        margin-top: 52px;
    }

    .custom-coverImg {
        height: calc(100vh - 48px);
        background-image: url(https://arte.estadao.com.br/public/pages/37/8q/mg/13/qe/nd/draft/Foto_abre_mobile.jpg);
        filter: brightness(50%);
    }
}

@media screen and (max-width: 414px) {
    .topo-full {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* padding-bottom: 40px; */
        text-align: center !important;
        margin-top: -450px !important;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 2rem !important;
        line-height: 2.2rem !important;
        max-width: 500px !important;
    }

    .noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px  'Estado headline', Georgia !important;
    margin: 20px auto 0 auto;
    max-width: 680px;
    width: 100%;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.noticia .col-center {
    padding: inherit !important;
    margin-top: 79px!important;
}
}


@media (max-width: 360px) {
    .topo-full {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* padding-bottom: 40px; */
        text-align: center !important;
        margin-top: -430px !important;
    }

    .noticia .topo-full .box .full .share {
        background-color: white;
        height: auto;
        margin: -16px 0 0;
        padding: 0 25px;
    }
}

@media (max-width: 411px) {
    .topo-full {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* padding-bottom: 40px; */
        text-align: center !important;
        margin-top: -450px !important;
    }
}



@media (max-width: 320px) {
    .topo-full {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* padding-bottom: 40px; */
        text-align: center !important;
        margin-top: -420px !important;
    }
}



@media (max-width: 280px) {
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -20px -20px 0;
    padding: 0 25px;
}

.topo-full {
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-bottom: 40px; */
    text-align: center !important;
    margin-top: -420px !important;
}

.noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px  'Estado headline', Georgia !important;
    margin: 20px auto 0 auto;
    max-width: 680px;
    width: 100%;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}
}




/***********************************************/


/*OUTROS TÍTULOS*/

h3 {
    font-family: 'EstadoHeadlineBold',Georgia;
    font-size: 32px;
    line-height: 1.25em;
    color: #5d5d5d;
    margin: 8px 0;
    word-break: break-word;
}

h4 {
    color: #8BA566!important;
}
/***********************************************/



/* FRASE */
blockquote p {
    color: #5d5d5d !important;
    font: 24px/28px 'FreightText-BlackItalic',Georgia!important;
    margin: 8px 0 0!important;
}

.arte-content blockquote::before {
    background-color: var(--arte-background);
    color: #8BA566;
    content: "“";
    display: inline-block;
    font-weight: bold;
    font-size: 96px;
    line-height: 1;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    padding: 0px 0.333em;
}

.arte-content blockquote {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'EstadoHeadlineBold', 'Estado Headline', serif;
    font-weight: bold;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin: 48px auto;
    padding: 32px 16px 24px;
    text-align: center;
    box-sizing: border-box;
}

.arte-content blockquote {
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0! important;
}
/****************************************/




/* TROCAR BACKGROUND*/

body, body.noticia .topo-full .box .full .share {
    background: #F4F5f5;
}

.arte-content blockquote:before {
    background-color: #F4F5f5;
}

@media ( max-width: 435px) {
.header-estadao h1.header-current-page {
    background: #F4F5f5;
}
}

/***********************************************/

/*FAZER AS TAGS FICAREM COM COLUNAGEM MENOR*/
.arte-column-s {
    max-width: 600px !important;
}

.tags, .infografico__tags {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 32px !important;
}
/***********************************************/








/*ASSINATURA PARA SUB*/
.assina {
    font: 16px 'LatoRegular', Georgia; 
    padding-top: 8px; 
    padding: 0px 0px 8px 0px;
    border-bottom: 1px solid #ccc; 
}
/****************************/

/* DEPOIMENTOS */
.titulo_dep {
    font-family: 'Estado Headline', Georgia !important;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #24c4ff!important;
    text-transform: uppercase !important;
}

.depoimento {
    background-color: #24C4FF;
    color: white;
    padding: 10px 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    margin-right: 12px;
    font-family: 'LatoBlack',Georgia;
    font-size: 13px;
}
/****************************/

.noticia.infograficos .row .footer {
    display: none;
}


.novo_h1 {
    color: #24C4FF!important;
}


.header-estadao {
    background-color: #f4f5f5!important;
    
}



@media screen and (max-width: 435px) {
.header-estadao.header-fixed, .header-estadao.menu-user-open {
    background-color: #2575e8!important;
}

.noticia .col-center {
    padding: inherit !important;
     margin-top: 0px!important; 
}
}


.publi--spacing_news_htopo.htopo-style {
    margin-top: 120px !important;
    margin-bottom: -90px !important;
}


/**CLASSE DA COR**/
.chap {
    color: #fff!important;
    text-transform: uppercase;
    background: none;
}

.chap:hover {
    color: #fff!important;
    text-transform: uppercase;
    background: #8BA566;
}
/************************************/


#central {
    text-align: center !important;
}

#sobe1 {
  margin-top: -40px;
  margin-bottom: -32px; 
}


/* Containers */
.container {
    margin: 0px auto 0 auto !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    width: 100% !important;
}

.noticia .infografico {
    padding: inherit !important;
}

.arte-column-l {
    max-width: 100% !important;
}

.noticia .col-center {
    padding: inherit !important;
}

.noticia.infograficos .row, .row {
    margin-left: inherit !important;
    margin-right: inherit !important;
}


@media (max-width: 640px) {
    .arte-split__column {
        margin-left: -22 !important;
        padding: 0 !important;
    }

    .arte-content .arte-split {
        display: flex;
        margin: 48px auto;
        margin-left: -22px !important;
        margin-right: -22px;
    }
}

@media (max-width: 696px) {
    .arte-column-s, .arte-column-m {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/****************************************/






/*Scrollynteling*/

.swiper-container {
    max-width: 100% !important;
}

.scrolly-graphic {
    padding: 0 !important;
}

.leg01 {
  color: #fff;
}

.leg02 {
  filter: drop-shadow(1px 1px 45px #2d2d2d);
  color: #fff;
}

.scrolly-step > div {
    width: 100%;
    max-width: 343px;
    background: #2d2d2d!important;
    opacity: 0.9; 
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    line-height: 1.333;
    text-align: center!important; 
}

.scrolly-step-img > div {
    width: 70%;
    max-width: 640px;
    background: white;
    margin: 0 auto;
    padding: 24px;
    border-radius: 4px;
    line-height: 1.2;
    box-shadow: -webkit-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 1);
    ;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 48px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.n--noticia {
    overflow-y: inherit !important;
    overflow-x: inherit !important;
}

.infografico__box {
    overflow: inherit !important;
}


@media screen and (max-width: 435px) {
.fullscreen1 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: -250px;
}

.fullscreen2 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: top;
}

.fullscreen3 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: -32px;
}
}

/****************************************/


/**GALERIA DE FOTOS*/

.fotao {
  padding-left: 32px;
  padding-right: 32px;
  height: 60vmin; 
  display: flex;
  gap: 7px;
}

.fotao img {
  height: 100%;
  flex: 1;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s;
}

.fotao img:hover {
  flex: 4;
}

.image-subtitles {
  font-size: 60%!important;
  text-transform: uppercase!important;
  letter-spacing: .025em!important;
  padding-left: 2px;
}

.legenda {
  line-height: 1.5;
  font-size: 12px;
  color: #777;
  position: relative;
  font-weight: bold;
  margin-right: 8px;
  padding-left: 32px;
}

#margem {
  margin-bottom: 72px;
  margin-top: 72px;
}

#cimah4 {
    text-align: center;
    margin-top: 84px;
}

.number {
  float: left;
  display: block;
  position: relative;
  font-family: "LatoBlack", arial, serif;
  font-weight: 400;
  border-radius: 130px;
  font-size: 0.8rem;
  height: 1.8em;
  width: 1.8em;
  background: #8BA566;
  color: white;
  text-align: center;
  margin: 0px 8px 0 0;
  -webkit-font-smoothing: antialiased;
}

/**VERSÃO MOBILE**/

@media screen and (max-width: 435px) {

.fotao {
  padding-left: 32px;
  padding-right: 32px;
  height: 60vmin; 
  display: contents;
  gap: 7px 7px 7px 7px;
}

.fotao img {
  height: 100%;
  flex: 1;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  margin-bottom: 12px;
}

#margem {
  margin-bottom: 72px;
  margin-top: 72px;
  padding: 0 24px 0 24px;
}

.legenda {
  line-height: 1.5;
  font-size: 12px;
  color: #777;
  position: relative;
  font-weight: bold;
  margin-right: 8px;
  padding-left: 0px!important;
}
}

/***************************************/



/**PARA O LEIA TAMBEM**/

.mini-card-texto {
    margin: auto 0;
    display: block;
}

.mini-card-imagem {
    display:block;
}

.mini-card-imagem img {
    opacity: 80%;
    padding: 20px 20px 20px 20px;
    border-radius: 26px;
}


.mini-card {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 20px;
}

@media screen and (min-width: 480px) {
.mini-card {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 20px 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3%;
}
}

/***********************************************/


figcaption {
    max-width: 1000px;
    margin-left: 6px;
    margin-right: auto;
}


@media screen and (max-width: 435px) {
.arte-content .arte-split [data-contains="gallery"], .arte-content .arte-split [data-contains="image"], .arte-content .arte-split [data-contains="video"] {
    margin: 12px auto;
}
}