.elementor-kit-8{--e-global-color-primary:#4C2E3E;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#19D608;--e-global-color-0624d93:#027100;--e-global-color-b6355c4:#246E25;--e-global-color-c6383ad:#39D83D;--e-global-color-d88f6c8:#E0E9E2;--e-global-color-afb9904:#F1F7F2;--e-global-color-bbefc1f:#FAFCFA;--e-global-color-e1692c9:#FAFAFA;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-4d3fd39-font-family:"Playfair Display";--e-global-typography-4d3fd39-font-size:36px;--e-global-typography-4d3fd39-font-weight:700;--e-global-typography-4d3fd39-text-transform:none;--e-global-typography-2703de8-font-family:"Inter";--e-global-typography-2703de8-font-size:16px;--e-global-typography-2703de8-font-weight:200;--e-global-typography-2703de8-text-transform:none;--e-global-typography-dfc30cc-font-family:"Inter";--e-global-typography-dfc30cc-font-size:12px;--e-global-typography-dfc30cc-font-weight:700;--e-global-typography-dfc30cc-text-transform:uppercase;}.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){--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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ESQUEMA DE CORES */
body.light {
  --primary-dark: #4c2e3e;
  --primary: #f2ede9;
  --secondary: #e9e0e9;
  --terciary: #f7f5f1;
  --quaternary: #fcfbfa;
  --title: #000000;
  --text: #000000;
  --bg: #FCFCFA;
  --border-img: #FFFFFF;
  --footer: #FFFFFF;
  --bgSection: #FAFAFA;
}

body.dark {
  --primary-dark: #FACC15;
  --primary: #725E0D;
  --secondary: #2a2a2a;
  --terciary: #1a1a1a;
  --quaternary: #111111;
  --title: #FFFFFF;
  --text: #F5F5F5;
  --bg: #0a0a0a;
  --border-img: #292929;
   --footer: #000000;
}



/*GERAL*/

.forcebg-section {
     background-color: var(--bg) !important;
}

.icons-style path {
    fill: var(--primary-dark) !important; 
}



h1, h2, h3 {
    color: var(--title) !important;
}

h5 {
    color: var(--primary-dar) !important;
}


img  {
    border-color: var(--border-img) !important;
    box-shadow: none !important;
}


.prev-section {
     background-color: var(--footer) !important;
}

.prev-section h1 {
     color:var(--title) !important;
}

.prev-section h2 {
     color:var(--text) !important;
}

.prev-section h5 {
     color:var(--primary-dark) !important;
}

.prev-section p {
     color:var(--text) !important;
}

.next-section {
     background-color: var(--bgSection) !important;
}

.next-section h1 {
     color:var(--title) !important;
}

.next-section h2 {
     color:var(--text) !important;
}

.next-section h5 {
     color:var(--primary-dark) !important;
}

.next-section p {
     color:var(--text) !important;
}

/*SECTION INPORTANT*/

.cards-atention {
  background-color: var(--terciary) !important;
  transition: background-color 0.3s ease;
}

 .cards-atention .elementor-icon {
    background-color: var(--primary-dark) !important;
}

 .cards-atention .elementor-icon path {
        fill: var(--bg) !important;
}

.cards-atention .elementor-icon-box-description {
    box-shadow: none !important;
    
    
}


/*SECTION FEATURES*/

.cards-features {
  background-color: var(--footer) !important;
  transition: background-color 0.3s ease;
}

 .cards-features .elementor-icon {
    background-color: var(--primary-dark) !important; 
}

.cards-features .elementor-icon path {
       stroke: var(--footer) !important;
}



/*SECTION DIFERENCIALS*/
 
 .cards-diferencials {
  background-color: var(--secondary) !important;
  transition: background-color 0.3s ease; /* opcional: suaviza a troca de cor */
}

.border-style {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: var(--primary-dark) !important;
}

.footer-bg {
    background-color: var(--footer) !important;
}/* End custom CSS */