.elementor-kit-9{--e-global-color-primary:#C18F05;--e-global-color-secondary:#0B0B0B;--e-global-color-text:#8A6500;--e-global-color-accent:#C4C3C3;--e-global-color-abbaece:#F7F7F7;--e-global-typography-primary-font-family:"Aboreto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:4vw;--container-default-padding-right:0vw;--container-default-padding-bottom:4vw;--container-default-padding-left:0vw;}.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:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:5vw;--container-default-padding-right:0vw;--container-default-padding-bottom:5vw;--container-default-padding-left:0vw;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:5vw;--container-default-padding-right:0vw;--container-default-padding-bottom:5vw;--container-default-padding-left:0vw;}}/* Start custom CSS *//* Remove a margem inferior dos parágrafos */
p {
    margin-bottom: 0;
}

/* Corrige scrollbar horizontal */
html, body {
    width: 100%;
    overflow-x: hidden !important;
}
[data-elementor-type="wp-page"] {
    overflow: hidden !important;
}

/* Estilo para o scrollbar */
::-webkit-scrollbar {
    width: 12px; 
    height: 12px; 
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #C18F05;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8A6500; 
}

/* Botão */
.btn2 .elementor-button {
    position: relative;
    overflow: hidden;
}

.btn2 .elementor-button-content-wrapper {
    overflow: hidden;
}

.btn2 .elementor-button-content-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-color: black;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.btn2 .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(120px);
    transition: all 0.3s ease-out;
}

.btn2 .elementor-button-text {
    z-index: 9;
    transform: translateX(17px);
    transition: all 0.25s ease-out;
}

/* HOVER */

.btn2:hover .elementor-button-content-wrapper::before {
    height: 300px;
    width: 300px;
    left: -120px;
    background: #F7F7F7;
}

.btn2:hover .elementor-button-icon {
    transform: translateX(0px);
}

.btn2:hover .elementor-button-text {
    transform: translateX(0px);
}

/* Botão1 */
.btn1 .elementor-button {
    position: relative;
    overflow: hidden;
}

.btn1 .elementor-button-content-wrapper {
    overflow: hidden;
}

.btn1 .elementor-button-content-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.btn1 .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(120px);
    transition: all 0.3s ease-out;
}

.btn1 .elementor-button-text {
    z-index: 9;
    transform: translateX(17px);
    transition: all 0.25s ease-out;
}

/* HOVER */

.btn1:hover .elementor-button-content-wrapper::before {
    height: 300px;
    width: 300px;
    left: -120px;
    background: #F7F7F7;
}

.btn1:hover .elementor-button-icon {
    transform: translateX(0px);
}

.btn1:hover .elementor-button-text {
    transform: translateX(0px);
}

/* Destaque texto */
.cor {
  color: #C18F05;
}

.cor2 {
  color: #191919;
}/* End custom CSS */