.elementor-kit-6{--e-global-color-primary:#990038;--e-global-color-secondary:#54595F;--e-global-color-text:#181D27;--e-global-color-accent:#018DD0;--e-global-color-8bdeb04:#FFFFFF;--e-global-color-a35cc39:#181D27;--e-global-color-4b2e007:#563D93;--e-global-color-0b1e4ba:#004C64;--e-global-color-6fbba11:#018DD0;--e-global-color-e627f58:#86BF55;--e-global-color-284ff94:#D9D9D9;--e-global-color-76c7057:#F16113;--e-global-color-0bd1aea:#F5F5F5;--e-global-color-d0dc675:#F9F06F;--e-global-color-91daa63:#D4DAB7;--e-global-color-1649871:#80002F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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: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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 */p {
    margin-block-end: 0;
}
.logo-light {
    display:block;
}
.logo-dark {
    display:none;
}


/* Aplica estilos dark só se o usuário estiver em dark mode no sistema */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #050505;
    color: #A0A4AA !important;
  }
  
  .logo-light {
    display:none;
  }
  .logo-dark {
      display:block;
  }
  
  .elementor-kit-6 {
    --e-global-color-text: #A0A4AA !important;
  }
  
  .elementor-7 .elementor-element.elementor-element-8d95464,
  .elementor-7 .elementor-element.elementor-element-55c78db,
  .elementor-7 .elementor-element.elementor-element-622a795 .elementskit-accordion .elementskit-card .elementskit-card-header>.elementskit-btn-link[aria-expanded="true"],
  .hero-section .elementor-widget-container,
  .hero-section  .elementor-heading-title,
  .elementor-widget-container .elementor-icon-box-title,
  .recarga-box .elementor-widget-container
  {
    color: #FFF !important;   
  }
  
  .elementor-icon-box-description,
  .elementor-widget-container,
  .elementor-7 .elementor-element.elementor-element-622a795 .elementskit-accordion .elementskit-card-body,
  .elementor-7 .elementor-element.elementor-element-622a795 .elementskit-accordion .elementskit-card-body p,
  .elementor-icon-list-text {
      color: #A0A4AA !important;
  }
  
  .hero-subtitle .elementor-heading-title,
  .hero-subtitle .elementor-widget-container {
      color: #D16D92 !important;
  }
  
  .elementor-7 .elementor-element.elementor-element-622a795 .elementskit-accordion > .elementskit-card {
      border-color: #141416 !important;
  }
  
  
  .elementor-1105 .elementor-element.elementor-element-719b621:not(.elementor-motion-effects-element-type-background) {
      background-color: #7a0731ba !important;
  }
  
  .elementor-7 .elementor-element.elementor-element-dc0062a :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {
      background-color: transparent !important;
  }

  .elementor-heading-title,
  .elementor-widget-text-editor {
    color: #A0A4AA;
  }

  a {
    color: #7bdcb5;
  }

  a:hover {
    color: #a5ffe0;
  }
  
}/* End custom CSS */