:root {
  --dark: #393B41;
  --light: #FFFFFF;
  --primario: #408092;
  --secundario: #b2c4ce;
  --terciario: #602116;
}

#cover {
  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/y2/mw/v2/r2/og/e7/draft/foto_Vescovi_desk.jpg);
}

#cover::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#cover a {
 text-decoration: none; 
}

.blocks {
  position: absolute;
  right: 0.8rem;
  left: 0.8rem;
  height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;

}

.blocks.top {
  justify-content: flex-start;
}

.blocks.center {
  justify-content: center;
}

.blocks.bottom {
  justify-content: flex-end;
}

.heading span {
  display: block;
}

.heading .kicker {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -.0.05em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading .title {
  font-size: 2.7rem;
  line-height: 1.1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading .subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.0005rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading .credits {
  font-size: 0.8rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .number {
    float: right;
    margin-top: -10px;
    margin-right: 8px;
    font: 130px/130px 'Estado Headline', serif;
    font-style: italic !important;
    font-weight: normal !important;
    opacity: 0.4;
    color: white;
}

.sombra {
  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);
}

@media (max-width: 720px) {

  #cover {
    margin-top: 48px;
    height: calc(100vh - 48px);
    background-image: url(https://arte.estadao.com.br/public/pages/y2/mw/v2/r2/og/e7/draft/foto_Vescovi_mobile.jpg);
}

  .blocks {
    height: calc(100vh - 160px);

}

  .heading .kicker {
    font-size: 2.5rem;
    line-height: 1.3;
}

  .heading .title {
    font-size: 2rem;
    line-height: 1.1;
}

  .heading .subtitle {
    font-size: 1.2rem;
    line-height: 1.3;
}

  .noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px 'LatoBold',Georgia;
    margin: 48px auto 0 auto;
    max-width: 655px;
    width: 100%;
    text-align: center!important;
}
  
  .noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 85px;
}
  .number {
    float: right;
    margin-top: -20px;
    margin-right: 38px;
    font: 50px/130px 'Estado Headline', serif;
    font-style: italic !important;
    font-weight: normal !important;
    opacity: 0.4;
    color: white;
}
}





.heading {
    width: 100%;
    max-width: 640px;
    margin-bottom: -55px;
    margin-left: 28px;
}



.bolinhas {
  color: #5d5d5d !important;
  font-size: 1.3rem !important;
}


































.titulo-principal {
    font-family: 'Estado Headline', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.8rem !important;
    line-height: 1.1 !important;
    text-transform: uppercase;
    text-align: center !important;
    max-width: 745px;
    float: none;
    margin-top: 0 !important;
}

.noticia .topo-full .box .linha-fina {
    display: inline-block;
    font: 18px/28px 'LatoBold',Georgia;
    margin: 48px auto 0 auto;
    max-width: 655px;
    width: 100%;
}

.noticia .topo-full .box .full {
    border-top: 0px solid #d2d0d0;
    display: inline-block;
    margin: 44px 0 0;
}


h3 {
    font-family: 'EstadoHeadlineBold',Georgia;
    font-size: 32px;
    line-height: 1.25em;
    color: #393b41;
    margin: 8px 0;
    word-break: break-word;
}





































.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;
}

/***********************************************/












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;
}







/*Para o menu Navigation*/

/*.arte-content [data-contains="navigation"] nav[data-mode] ul li a {
  width: 135px;
}

[data-contains="navigation"] li  {
  padding-right: 10px;
  opacity: 0.6;
  font-family: 'LatoRegular', Georgia;
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
}

[data-contains="navigation"] li:hover {
  opacity: 1 !important;
}

.arte-chapter-disabled,
.arte-chapter-disabled a {
  opacity: 1 !important;
}



.arte-content nav[data-mode] ul li a > div div:first-child, .arte-content nav[data-mode] ul li a > img + div {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    font-weight: 900;
    font-family: LatoBlack;
    text-transform: uppercase;
    color: #006194;
    opacity: 1 !important;
}

.arte-content nav[data-mode] ul li a > div div:last-child {
    color: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1 !important;
}*/



.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: #5d5d5d ;
/*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 (min-width: 1024px) {
.arte-split__column:last-child {
    margin-right: 170px;
}
}












@media (max-width: 720px) {
.heading {
    width: 100%;
    max-width: 640px;
/*    margin-bottom: -125px;
*/    margin-left: 28px;
}

.heading .title {
    font-size: 1.8rem;
    line-height: 1.1;
    text-rendering: auto;
    margin-top: 18px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}


@media (max-width: 320px) {
.heading .title {
    font-size: 1.6rem;
    line-height: 1.1;
    text-rendering: auto;
    margin-top: 18px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.heading .subtitle {
    font-size: 1rem;
    line-height: 1.3;
}
}







































































/*