body {
  --barraAvisoTopoBG: #cdac79;
  --barraAvisoTopoTexto: #dedede;
  --barraAvisoTopoAltura: 28px;
  margin-top: var(--barraAvisoTopoAltura);
  
  font-family: "Delius", serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px !important;
}


.titulo, p, .titulo-categoria, input{
    font-family: "Delius", serif !important;
    font-weight: 400;
    font-style: normal;
}

strong{
    font-family: "Delius", serif !important;
}

:root{
	--botoes: #cdac79 !important;
}

/* Opcional - depende do tema */
#cabecalho {
  padding-top: var(--barraAvisoTopoAltura);
}

.barraAvisoTopo {
     font-family: "Delius", serif !important;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

  width: 100vw;
  min-height: var(--barraAvisoTopoAltura);
  padding: 4px;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: var(--barraAvisoTopoBG);
  color: white;
  font-size: 12px;
}

.newsletter-rodape{
    display:none !important;
}

#fullbanner-mob{
    margin-top: 27px !important;
}
    
@media (max-width: 767px) {
    #cabecalho {
        padding-top: 0px !important;
    }
    
    #cabecalho .conteudo-topo .superior {
        margin-top: 25px !important;
    }
    
    .sliderCustom {
        max-height: none !important;
    }
    
    blockquote {
        padding: 0 5px 0 5px !important;
    }
}