.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:770px;}.e-con{--container-max-width:770px;--container-default-padding-top:7px;--container-default-padding-right:7px;--container-default-padding-bottom:7px;--container-default-padding-left:7px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== SINGLE POST (página do post) ===== */
body.single-post,
body.single-post #content,
body.single-post .site,
body.single-post .site-content {
  background: #09071D !important;
  color: #FFFFFF !important;
}

/* Área do conteúdo do post */
body.single-post .entry-content,
body.single-post .entry-content p,
body.single-post .entry-content li,
body.single-post .entry-content span {
  color: #FFFFFF !important;
}

/* Título do post */
body.single-post h1.entry-title,
body.single-post .entry-title {
  color: #d4af37 !important;
}

/* Títulos internos do texto */
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4 {
  color: #d4af37 !important;
}

body.single-post .form-submit input[type="submit"]{
  background: #d4af37 !important;
  color: #09071D !important;
  border: none !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: 0.25s ease;
}
body.single-post .form-submit input[type="submit"]:hover{
  filter: brightness(1.08);
}/* End custom CSS */