.elementor-kit-11{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#AFAFAF;--e-global-color-text:#AFAFAF;--e-global-color-accent:#FAC330;--e-global-color-415eada:#000000;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:600;background-color:#000000;font-family:"DM Sans", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:26px;--e-global-typography-text-font-size:16px;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:4em;--container-default-padding-right:2em;--container-default-padding-bottom:4em;--container-default-padding-left:2em;}}/* Start custom CSS */::selection{
    background: #ffffff20
}

.elementor-kit-11 {
text-wrap: balance;
}

html, body{ overflow-x: hidden !important; }

body{
width:100%;
overflow-x:hidden;
overflow-y:hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}

p:last-child{
    margin-bottom: 0;
    margin-top: 0;
}


body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, #FEE9B1, #F8C84D);
  /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
}

@media (max-width: 767px) {
  .e-con .elementor-widget:not(.fixo):not(.no100) {
    width: 100% !important;
  }
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}/* End custom CSS */