.elementor-kit-7{--e-global-color-primary:#2F3F25;--e-global-color-secondary:#5B6B3D;--e-global-color-text:#404040;--e-global-color-accent:#F5B203;--e-global-color-3c83704:#FAF2E1;--e-global-color-e3b04f7:#1C1C1C;--e-global-color-1e9fe65:#40404059;--e-global-color-6e12704:#E5E5E559;--e-global-typography-primary-font-family:"Crabs";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Crabs";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Amiko";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Amiko";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.2em;--e-global-typography-a7a5095-font-family:"Amiko";--e-global-typography-a7a5095-font-size:16px;--e-global-typography-a7a5095-font-weight:500;--e-global-typography-a7a5095-text-transform:uppercase;--e-global-typography-a7a5095-line-height:1em;--e-global-typography-a7a5095-letter-spacing:3px;--e-global-typography-88de243-font-family:"Amiko";--e-global-typography-88de243-font-size:1em;--e-global-typography-88de243-font-weight:500;--e-global-typography-88de243-text-transform:uppercase;--e-global-typography-88de243-line-height:1em;--e-global-typography-88de243-letter-spacing:3px;--e-global-typography-353641e-font-family:"Crabs";--e-global-typography-353641e-font-size:5rem;--e-global-typography-353641e-font-weight:500;--e-global-typography-353641e-text-transform:capitalize;--e-global-typography-353641e-line-height:1em;--e-global-typography-c319a5c-font-family:"Amiko";--e-global-typography-c319a5c-font-size:1em;--e-global-typography-c319a5c-font-weight:600;--e-global-typography-c319a5c-text-transform:uppercase;--e-global-typography-c319a5c-line-height:1.2em;background-color:var( --e-global-color-3c83704 );font-family:"Amiko", Sans-serif;font-size:18px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-family:"Amiko", Sans-serif;font-size:1em;line-height:1.2em;}.elementor-kit-7 a:hover{color:#DF8900;}.elementor-kit-7 h1{font-family:"Crabs", Sans-serif;font-size:3em;font-weight:600;line-height:1.2em;}.elementor-kit-7 h2{font-family:"Crabs", Sans-serif;font-size:2.4em;font-weight:600;line-height:1.2em;}.elementor-kit-7 h3{font-family:"Crabs", Sans-serif;font-size:2.2em;font-weight:500;line-height:1.2em;}.elementor-kit-7 h4{font-family:"Crabs", Sans-serif;font-size:2em;font-weight:500;}.elementor-kit-7 h5{font-family:"Amiko", Sans-serif;font-size:1.8em;font-weight:600;line-height:1.2em;}.elementor-kit-7 h6{font-family:"Amiko", Sans-serif;font-size:1.4em;font-weight:600;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:92%;}.e-con{--container-max-width:92%;}.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:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:766px){.elementor-kit-7{--e-global-typography-a7a5095-font-size:16px;--e-global-typography-88de243-font-size:16px;--e-global-typography-353641e-font-size:40px;--e-global-typography-c319a5c-font-size:1em;}.elementor-kit-7 h1{font-size:1.8em;line-height:1em;}.elementor-kit-7 h2{font-size:1.8em;line-height:1em;}.elementor-kit-7 h3{font-size:1.6em;line-height:1em;}.elementor-kit-7 h4{font-size:1.4em;line-height:1em;}.elementor-kit-7 h5{font-size:1em;}.elementor-kit-7 h6{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-slide {
    padding:20px;
}

ul.elementor-icon-list-items.elementor-inline-items {
    row-gap: 5px;
}

/*efeito nos btn*/
.btn-hover .elementor-button {
  outline: none !important;
  transition: all 0.3s ease;
  z-index: 1;
  color: #2F3F25; 
  position: relative;
}

.btn-hover .elementor-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #2F3F25;
  transition: all 0.5s ease;
}

.btn-hover .elementor-button:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-hover .elementor-button:hover {
  color: #FAF2E1 !important; 
}

.btn-hover .elementor-button:active {
  top: 2px; 
  color: #2F3F25 !important; 
}

.btn-hover .elementor-button:active::after {
  background: #2F3F25; 
}

/*btn dark*/
.btn-hover-dark .elementor-button {
  outline: none !important;
  transition: all 0.3s ease;
  z-index: 1;
  color: #FAF2E1; 
  position: relative; 
}

.btn-hover-dark .elementor-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #FAF2E1; 
  transition: all 0.5s ease;
}

.btn-hover-dark .elementor-button:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-hover-dark .elementor-button:hover {
  color: #2F3F25 !important; 
}

.btn-hover-dark .elementor-button:active {
  top: 2px; 
  color: #FAF2E1 !important; 
}

.btn-hover-dark .elementor-button:active::after {
  background: #FAF2E1; 
}/* End custom CSS */