@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;
}

/*.noticia .lt-title-latobold {
    font: 14px 'LatoBold', Georgia;
    color: #0A5593 !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/w2/gq/y6/mj/oj/0y/draft/abre.jpg?v=1651515781);
    filter: brightness(40%);
}

.arte-content [data-contains]:not([data-contains="gallery"]) a {
    color: #2575E8;
}

.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: -560px;
    margin-bottom: auto;
}

h2.titulo-principal {
    font-family: 'Estado Headline', Georgia !important;
    font-size: 2.8rem !important;
    line-height: 3.2rem !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);
}

.linha-fina {
    font-family: 'Estado headline', Georgia !important;
    color: white !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 .titulo-principal {
    color: #000;
    font-size: 65px;
    margin: 20px auto 30px auto;
    /* width: 100%; */
    max-width: 880px !important;
}

.noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px 'LatoBold', Georgia;
    margin: 20px auto 0 auto;
    max-width: 680px;
    width: 100%;
}

.noticia .topo-full .box .full {
    border-top: 0px solid #d2d0d0;
    display: inline-block;
    margin: 44px 0 0;
}

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;
}

/***********************************************/
/*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: -530px !important;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        max-width: 450px !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/w2/gq/y6/mj/oj/0y/draft/abrecelular.jpg?v=1651785934);
        filter: brightness(40%);
    }

    /*.noticia .topo-full .box .titulo-principal {
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;
        margin-bottom: -10px !important;
        max-width: -435px !important;
    }
*/
}

@media screen and (max-width: 414px) {
    .noticia .topo-full .box .titulo-principal {
        font-size: 50px;
        line-height: 53px;
        margin-bottom: 0;
        margin-top: 24px !important;
    }

    .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: 80px;
        text-align: center !important;
        margin-top: -550px !important;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        max-width: 450px !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: -485px !important;
    }

    .noticia .topo-full .box .full .share {
        background-color: white;
        height: auto;
        margin: -16px 0 0;
        padding: 0 25px;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;
        max-width: 450px !important;
    }

    .noticia .topo-full .box .titulo-principal {
        font-size: 1.9rem !important;
        line-height: 2.2rem !important;
        max-width: 450px !important;
    }
}

/*@media (max-width: 375px) {
.noticia .topo-full .box .titulo-principal {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    max-width: 450px !important;
}
}*/
@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: -550px !important;
    }
}

@media screen and (max-width: 375px) {
    .noticia .topo-full .box .titulo-principal {
        font-size: 1.7rem !important;
        line-height: 2rem !important;
        max-width: 450px !important;
    }
}

@media (max-width: 360px) {
    .noticia .topo-full .box .titulo-principal {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
        max-width: 450px !important;
    }

    .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: -550px !important;
    }
}

@media (max-width: 320px) {
    .noticia .topo-full .box .titulo-principal {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
        max-width: 450px !important;
    }

    .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: -550px !important;
    }
}

/***********************************************/
.noticia.infograficos .row .footer {
    display: none;
}

/*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;
    margin-top: 32px !important;
}

/***********************************************/
h3 {
    font-family: 'EstadoHeadlineBold',Georgia;
    font-size: 32px;
    line-height: 1.25em;
    color: #393b41;
    margin: 8px 0;
    word-break: break-word;
}

h4 {
    color: #896066!important;
}

/*Para o menu Navigation*/
.arte-content [data-contains="navigation"] nav[data-mode] ul li a {
    width: 120px;
}

.arte-content nav[data-mode] > div {
    position: relative;
    width: 100%;
    max-width: 100%;
    /*    overflow-x: auto;
*/
    padding-bottom: 21px;
    display: inline-flex;
}

.arte-content nav[data-mode] ul li a > div, .arte-content nav[data-mode] ul li div > div {
    padding-bottom: 6px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    font-weight: 900;
    font-family: LatoBlack;
    text-transform: uppercase;
    color: #2575E8 ;
    /*opacity: 1;
*/
}

.arte-content nav[data-mode] {
    position: relative;
    /*    overflow-x: scroll;*/
    display: flex;
    margin-top: 47px !important;
}

[data-arte-display="false"] {
    opacity: .5;
}

[data-arte-display="true"] {
    opacity: 1;
}

.arte-chapter-disabled {
    opacity: 1 !important;
}

@media (max-width: 414px) {
    .arte-content nav[data-mode] {
        position: relative;
        overflow-x: scroll;
        display: flex;
        margin-top: 47px !important;
    }

    #menu-retrospectiva.arte-column-m {
        margin-left: -35px !important;
        margin-right: -24px !important;
    }
}

/********************************************/
.numerons-txt {
    font-family: 'FlamaCondensed-Medium', Arial;
    font-size: 1.3rem;
    color: #5d5d5d;
    margin-top: 16px;
    line-height: 1.3;
    text-align: center !important;
    padding: 0 32px 0 32px;
}

@media (max-width: 411px) {
    .numerons-txt {
        font-family: 'FlamaCondensed-Medium', Arial;
        font-size: 1.3rem;
        color: #5d5d5d;
        margin-top: 16px;
        line-height: 1.3;
        text-align: center !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: #896066;
    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;
}

/****************************************/
/* 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;
}

/*figcaption {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}*/
@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;
    }
}

/****************************************/
.legendinha {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 12px;
    color: #777;
    font-weight: bold;
    margin-right: 8px;
}

.creditinho {
    font-size: 9.6px !important;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.credito {
    font-size: 60%;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center!important;
}

#legende {
    text-align: center !important;
}

/*Scrollynteling*/
.swiper-container {
    max-width: 100% !important;
}

.scrolly-graphic {
    padding: 0 !important;
}

.leg01 {
    color: #f77c27;
}

.leg02 {
    filter: drop-shadow(1px 1px 45px #2d2d2d);
}

.scrolly-step > div {
    width: 100%;
    max-width: 343px;
    background: #fff!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;
}

.fullscreen1 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: top;
}

.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: top;
}

.fullscreen4 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: top;
}

.fullscreen5 {
    width: none !important;
    height: 100vh !important;
    max-height: auto !important;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 411px) {
    .fullscreen4 {
        width: none !important;
        height: 100vh !important;
        max-height: auto !important;
        object-fit: cover;
        object-position: -240px!important;
    }
}

/************************************/
/*Ponto a Ponto */
.bollet {
    color: #5d5d5d !important;
    font-size: 1.3rem !important;
}

.tituleta {
    color: #896066;
    font: 700 24px/28px "Estado Headline",Georgia !important;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.ingredientes {
    background-color: #ede3e4;
    padding: 20px;
    margin: 0 0 16px 0;
    border-radius: 8px;
}

/****************************/



.arte-content {
    width: 100%;
    margin: 16px auto!important;
}