<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
}
.appearance-none {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * ==================================================
 * ESTILOS PADRÃƒO DO WORDPRESS ======================
 * ==================================================
 * Estes seletores estÃ£o disponÃ­veis para qualquer instalaÃ§Ã£o do WordPress. Por exemplo as classes de alinhamento sÃ£o 
 * aplicadas nos elementos do corpo de texto pelo tinymce, jÃ¡ as classes wp-caption* sÃ£o aplicadas pelo shortcode de 
 * galeria, assim por diante.
 * 
 */
/**
 * Alinhamento de texto e imagens
 * 
 */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
figure.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignleft,
figure.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
img.aligncenter,
figure.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**
 * Galeria nativa do WordPress
 * 
 */
.wp-caption {
  background: #fff;
  border: 1px solid #dddddd;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/**
 * Sticky posts
 * Formatar de forma diferenciada posts afixados - aqueles que sempre sÃ£o exibidos primeiro nas listagens
 * 
 */
/**
 * ComentÃ¡rios
 * 
 */
/* comentÃ¡rio feito autor do post: */
/**
 * Esses estilos serÃ£o aplicados tanto no corpo de texto de cada post/content, assim como no editor de texto dentro do 
 * admin, que tambÃ©m possui a class hentry.
 * Aqui as tags &lt;H*&gt; sÃ£o diferenciadas, para que possa ser usadas tags &lt;H1&gt; no tÃ­tulo do post(padrÃ£o), mas permitir 
 * tambÃ©m a inserÃ§Ã£o no 'the_content' via painel de postagem, permitindo assim a hierarquia completa de headings dentro 
 * do corpo do post|conteÃºdo.
 * 
 */
.hentry .entry_content h1,
.hentry .entry_content h2,
.hentry .entry_content h3,
.hentry .entry_content h4,
.hentry .entry_content h5,
.hentry .entry_content h6 {
  color: #333333;
}
.hentry .entry_content h1 {
  font-size: 24px;
}
.hentry .entry_content h2 {
  font-size: 20px;
}
.hentry .entry_content h3 {
  font-size: 18px;
}
.hentry .entry_content h4 {
  font-size: 16px;
}
.hentry .entry_content h5 {
  font-size: 14px;
}
.hentry .entry_content h6 {
  font-size: 12px;
}
.hentry .entry_content p {
  line-height: normal;
}
.hentry ol {
  margin: 10px 0 10px 25px;
}
.hentry ol li {
  list-style: decimal outside;
  line-height: 18px;
  margin: 10px 0 10px 0;
}
.hentry ul {
  margin: 10px 0 10px 0;
}
.hentry ul li {
  list-style: disc outside;
  line-height: 18px;
  margin: 10px 0 10px 20px;
}
.hentry blockquote {
  border: 1px dashed;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 10px auto !important;
  width: 340px;
}
.hentry blockquote p {
  margin: 20px;
}
.hentry blockquote strong {
  color: #8966ac;
  font-size: 24px;
  font-weight: normal;
}
/*# sourceMappingURL=wp.css.map */</pre></body></html>