@import url("publicidade.css");

.arte-content [data-contains="box"] {
    margin: 48px auto;
    padding: 15px;
    background: rgba( 0, 0, 0, .05 );
    border-radius: 8px;
}

.pergunta {
  font-family: LatoBlack, sans-serif;
  padding-top: 2rem;
  margin-bottom: -0.9rem;
}

.pergunta:before {
  content: '● ';
  font-size: 26px;
  vertical-align: -2.5px;
}

.corpo-noticias {
  margin-top: -50px !important;
}

.topo-full {
  border-top: 0;
  max-width: 1156px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.noticia.infograficos .row {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* habilita div ocupar 100% do viewport */
/*.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}*/

@media only screen and (min-width: 48em) {
  .container {
    width: 100% !important;
  }
}

.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.titulo-principal {
  font-family: 'Estado Headline', Georgia;
  font-weight: bold;
  font-style: normal;
  /*  text-transform: uppercase;*/
  color: #393b41 !important;
  border-top: 1px solid #d2d0d0;
  padding-top: 40px;
  text-align: center;
  font-size: 47px !important;
  line-height: 54px !important;
  letter-spacing: -0.05rem;
}

.linha-fina {
  max-width: 1024px !important;
  width: 100%;
}

.autor,
.data {
  text-align: center;
}

/*.infografico__tags {
  display: block;
  clear: both;
  width: 100%;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}*/

.infografico__tags {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 960px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-xs-12,
  .navegador {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .container-full {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .titulo-principal {
    font-size: 38px !important;
    line-height: 46px !important;
    letter-spacing: -0.05rem;
  }
}

.noticia .topo-full .box .full {
  border-top: 0 !important;
}

@media screen and (max-width: 436px) {

  .navegador {
    margin-top: 23px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (max-width: 414px) {

  .noticia .topo-full .box .titulo-principal {
    font-size: 38px !important;
    line-height: 46px !important;
    letter-spacing: -0.05rem;
    margin-top: 20px;
  }

  .linha-fina {
    text-align: center;
  }
}

.capitular {
  float: left;
  display: block;
  position: relative;
  font-family: "Estado Fine";
  font-weight: normal;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.99em;
  height: 0.7em;
  width: 0.9em;
  color: #5d5d5d;
  text-align: center;
  margin: 0px 10px 0 0;
  -webkit-font-smoothing: antialiased;
}

.capitular_2 {
  float: left;
  display: block;
  position: relative;
  font-family: "Estado Fine";
  font-weight: normal;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.99em;
  height: 0.7em;
  width: 1.2em;
  color: #5d5d5d;
  text-align: center;
  margin: 0px 10px 0 0;
  -webkit-font-smoothing: antialiased;
}



.analise-title {
  font: 24px/28px 'Flama', sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.analise {
  font: 16px/30px 'Estado Headline', serif !important;
  color: #006194;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: bold !important;

}

.analise-tarja {
  position: relative;
}

.analise-tarja::before,
.analise-tarja::after {
  content: "";
  display: block;
  width: 100px;
}

.analise-tarja::before {
  border-top: 4px solid #006194;
}

.analise-tarja::after {
  border-bottom: 1px solid #000;
}

.analise-autor {
  font: 13px 'LatoBoldItalic',Georgia;
  text-transform: uppercase;
  color: #5D5D5D;
}


.novo2 {
    font-family: 'Estado Fine', Georgia;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #5D5D5D !important;
    font-size: 1.9rem !important;
    line-height: 1.1 !important;
    text-align: left;
    margin: 20px auto 30px auto;
    width: 100%;
    margin-top: 40px !important;
    /* border-top: 1px solid #d2d0d0; */
    /* padding-top: 40px; */
}









/*Para UVA dentro do Split*/

figure.uva-graphic[style] {
    margin: 0 !important;
}

@media (max-width: 640px) {
.arte-content .arte-split {
    display: block !important;
    margin: 24px auto;
    margin-bottom: 42px;
}
}

/*Para UVA dentro do Split*/





.linkhome {
  color: #006194;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
}

.linkhome :hover {
  background: #006194;
  color: #ffffff;
  opacity: 1;
  border-radius: 3px;
  padding: .1em .2em;
  transition: all .2s;
}