.elementor-kit-8{--e-global-color-primary:#E7D8C4;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#F7F7F7;--e-global-color-accent:#EED88D;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:1.1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:1.3em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.5em;background-color:var( --e-global-color-secondary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-8{--e-global-typography-primary-font-size:1.8em;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1.3em;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:1.6em;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-size:1.1em;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin-bottom: 0;
    
}

html, body{
    width:100%;
    overflow-x:hidden;
}


body {
  background-color: white;   /* cor de fundo branca */
}

body::-webkit-scrollbar {
  width: 6px;               /* largura da barra de rolagem inteira */
}

body::-webkit-scrollbar-track {
  background: white;         /* cor da área de rastreamento */
}

body::-webkit-scrollbar-thumb {
  background-color: #EFD98F; /* cor da barra de rolagem */
  border-radius: 20px;       /* arredondamento da barra de rolagem */
  border: 1px #EFD98F;  /* cria um padding ao redor da barra de rolagem */
}/* End custom CSS */