@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://i.gifer.com/BHJs.gif);
    filter: brightness(40%);
}

.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: -490px;
    margin-bottom: auto;
}

h2.titulo-principal {
    font-family: 'EstadoHeadlineBold',Georgia;
    font-size: 3.8rem !important;
    line-height: 3.9rem !important;
    color: #fff !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: 550px;
    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://i.gifer.com/BHJs.gif);
        filter: brightness(40%);
    }
}

@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: #24C4FF!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: #24C4FF;
    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;
}
/****************************************/


/*CONTANIERS*/
.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: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 696px) {
    .arte-column-s, .arte-column-m {
        padding-left: 24px !important;
        padding-right: 24px !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;
    }
}

.noticia .topo-full .box .linha-fina, .noticia .infos p.autor, .noticia .infos p.data {
    color: #939598;
}


footer {
    background-color: #393b41;
    border-top: 1px solid #57595D;
}

.video-title {
    color: #f2f2f2 !important;
}

.thumbnails-m .logoDiv a span {
    color: #939598
}

.arte-content [data-contains]:not([data-contains="gallery"]) a {
    color: #2575E8;
}

.arte-content [data-contains="link"] a {
    border: 1px solid #4089AF;
}

@media (min-width: 480px) {
    .arte-content [data-contains="link"] a:hover {
        background-color: #4089AF;
    }
}

.arte-content [data-contains="box"] {
    background: #40434c;
}

.arte-content [data-contains="indentation"] {
    border-left: 4px solid #40434c;
}

.arte-content blockquote {
    border-top: 1px solid #40434c;
    border-bottom: 1px solid #40434c;
}

.arte-content blockquote div:last-child {
    color: #939598;
}

.n--noticia__galeriafotos .n--noticia__galeriainfo {
    border-left: 1px solid #40434c;
    border-right: 1px solid #40434c;
    border-bottom: 1px solid #40434c;
}

@media (max-width: 435px) {
    .header-estadao:not(.header-fixed):not(.menu-user-open) {
        background: initial;
    }
}
/****************************/


/*TROCAR COR DAS TAGS*/

.infografico__tags ul li a {
    border: 1px solid #24C4FF!important;
    border-radius: 5px;
    color: #24C4FF!important;
    font: 12px 'LatoRegular',Georgia;
    padding: 7px;
    display: block;
}
.infografico__tags ul li a:hover {
    color: white !important;
    background-color: #24c4ff!important;
}

/****************************/

/*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;
}
/***********************************************/

/*Ponto a Ponto */
.bollet {
    color: #5d5d5d !important;
    font-size: 1.3rem !important;
}

.tituleta {
    color: #5d5d5d;
    font: 700 24px/28px "Estado Headline",Georgia !important;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.ingredientes {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 16px 0;
    border-radius: 8px;
}
/****************************/


/*TIME LINE NOVO*/

[data-contains="timeline"] .timelineDate .timelineYear {
    margin-top: -5px !important;
    font-weight: bold;
}

[data-contains="timeline"] ul li:last-child::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 2px solid #f4f5f5!important;
    position: absolute;
    top: 20px;
    left: 51px;
}

[data-contains="timeline"] img {
    margin-left: 0px!important;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
}

.cro_1 {
    font-weight: 700;
}




/****************************/



/*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;
}