
.noticia.infograficos .row.topo-full .box .titulo-principal {
  color: #3e3e3e;
}

.noticia.infograficos .row.topo-full .box .linha-fina:empty {
  display: none;
}

/*.noticia.infograficos .row.topo-full .box .linha-fina + .col-xs-12.full {
  display: none;
}*/

.noticia .topo-full .box .full {
    display: inherit;
}

.noticia .topo-full .box .full {
    border-top: 1px solid #fff;
    display: inline-block;
    margin: 44px 0 0;
}

.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 225px;
}

@media (max-width: 411px) {
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 137px;
}
}

@media (max-width: 360px) {
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 114px;
}
}

@media (max-width: 414px) {
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 95px;
}
}

@media (max-width: 320px){
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 104px;
}
}


@media (max-width: 375px) {
.noticia .topo-full .box .full .share {
    background-color: white;
    height: auto;
    margin: -16px 0 0;
    padding: 0 49px;
}
}















.entrevista1 {
  background-color: rgb(39, 58, 163, 1);
  background: #2575e8;
  padding: 6px 16px;
  font-family: 'Flama Condensed';
  font-size: 1.2rem;
  color: white;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  margin-right: 12px;
}

.h3 {
  font-family: 'EstadoHeadlineBold', Georgia;
  font-size: 30px;
  line-height: 1.25em;
  color: #5d5d5d;
  margin: 8px 0;
  word-break: break-word;
  text-align: left !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: #2575e8 !important;
  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;
}

.arte-content blockquote p::after {
  content: '”';
}

.arte-content .list li {
  margin-bottom: 1rem;
  counter-increment: list;
}

.arte-content .list li::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  content: counter(list);
  background: #2575e8;
  border-radius: 9999px;
}

.custom-bullet {
  display: block;
  margin-top: 4rem;
  font-weight: 700;
}

.custom-bullet::before {
  margin-right: 0.25em;
  color: #2575e8;
  content: '●';
}

/*MOBILE titulo */

@media (max-width: 411px) {
  .header-estadao h1.header-current-page {
    background: var(--arte-background);
    display: none;
  }

  .noticia .topo-full .box .label {
    width: 100%;
    text-align: center !important;
    margin-top: 24px !important;
  }

  .noticia.infograficos .row.topo-full .box .titulo-principal {
    color: #3e3e3e;
    text-align: center !important;
  }

  .noticia .topo-full .box .linha-fina {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
    text-align: center !important;
  }
}

@media (max-width: 414px) {
  .header-estadao h1.header-current-page {
    background: var(--arte-background);
    display: none;
  }

  .noticia .topo-full .box .label {
    width: 100%;
    text-align: center !important;
    margin-top: 24px !important;
  }

  .noticia.infograficos .row.topo-full .box .titulo-principal {
    color: #3e3e3e;
    text-align: center !important;
  }

  .noticia .topo-full .box .linha-fina {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
    text-align: center !important;
  }
}

/****MENU*****/

.arte-content [data-contains='navigation'] nav[data-mode] ul li a {
  width: 130px;
}

.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: #896066 !important;
  /*opacity: 1;
*/
}

.arte-content nav[data-mode] {
  position: relative;
  /*    overflow-x: scroll;
*/
  display: flex;
  margin-top: 47px !important;
}

[data-arte-display='false'] {
  opacity: 0.5;
}

[data-arte-display='true'] {
  opacity: 1;
}

.arte-chapter-disabled {
  opacity: 1 !important;
}

@media screen and (max-width: 414px) {
  .arte-content nav[data-mode] {
    position: relative;
    overflow-x: scroll;
    display: flex;
    margin-top: 47px !important;
  }
}

/*************************************/

/****MENU*****/

.arte-content [data-contains='navigation'] nav[data-mode] ul li a {
  width: 130px;
}

.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 !important;
  /*opacity: 1;
*/
}

.arte-content nav[data-mode] {
  position: relative;
  /*    overflow-x: scroll;
*/
  display: flex;
  margin-top: 47px !important;
}

[data-arte-display='false'] {
  opacity: 0.5;
}

[data-arte-display='true'] {
  opacity: 1;
}

.arte-chapter-disabled {
  opacity: 1 !important;
}

@media screen and (max-width: 414px) {
  .arte-content nav[data-mode] {
    position: relative;
    overflow-x: scroll;
    display: flex;
    margin-top: 47px !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;
}

/***********************************************/