/*================== Fontes ===========================*/
@font-face {
  font-family:'narziss-regular';
  src: url('../../files/fontes/narziss-regular/Narziss-Regular.eot');
  src: url('../../files/fontes/narziss-regular/Narziss-Regular.eot?') format('embedded-opentype'),
    url('../../files/fontes/narziss-regular/Narziss-Regular.woff2') format('woff2'),
    url('../../files/fontes/narziss-regular/Narziss-Regular.woff') format('woff'),
    url('../../files/fontes/narziss-regular/Narziss-Regular.ttf') format('truetype'),
    url('../../files/fontes/narziss-regular/Narziss-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'OpenSansRegular';
  src: url('../../files/fontes/OpenSansRegular/OpenSans-Regular.eot');
  src: url('../../files/fontes/OpenSansRegular/OpenSans-Regular.eot?') format('embedded-opentype'),
    url('../../files/fontes/OpenSansRegular/OpenSans-Regular.woff2') format('woff2'),
    url('../../files/fontes/OpenSansRegular/OpenSans-Regular.woff') format('woff'),
    url('../../files/fontes/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'),
    url('../../files/fontes/OpenSansRegular/OpenSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*====================== Topo ==============================*/

.separador.cabecalho {
  margin: 0px;
  background-color: #c29880;
  overflow:hidden;
}

/*====================== Noticias ==============================*/

article.theme:not(.noticia01):before {
  content: '';
  display: block;
  height: 81px;
  width: 100%;
  visibility: visible;
  background-image: url(../../../images/imgs/especialpersonalidades/mini_img_sep.png?r=0.158206081337);
  background-repeat: no-repeat;
  background-position: center;
}

h1 span {
  font-family: 'narziss-regular';
  color: black;
  text-transform: uppercase;
}

article.theme header {
  border-bottom-color: black;
}

article.theme p {
  font-family: 'OpenSansRegular';
}

article.theme .autor {
  color: #333;
}

/*====================== Flip ==============================*/

section.flip {
  background-color: #c29880;
}

section.flip h2 {
  color: #000;
  font-family: 'narziss-regular';
}

section.flip p {
  color: #000;
  font-family: 'OpenSansRegular';
}

.logos.patrocinio ul li img {width:auto;height:50px;}

section.logos h1 {
  color: #000;
  font-family: 'narziss-regular';
}

/*====================== Media Query ==============================*/

@media (max-width: 425px){
 .separador img {
    width: 100%;
    transform: scale(2.0);
    padding: 70px 0;
 }
  article.theme header {
    padding: 0px;
 }
} 