.elementor-kit-6{--e-global-color-primary:#00AC89;--e-global-color-secondary:#081C18;--e-global-color-text:#081C18;--e-global-color-accent:#081C18;--e-global-color-59a64f0:#126682;--e-global-color-a6f8402:#CAE6D1;--e-global-color-649a396:#081C18;--e-global-color-4e4b749:#E3E7AF;--e-global-color-e4ceea3:#20AA97;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:0px 015px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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: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 */:root{
    --verde: #E3E7AF;
}
html{
    overflow-x: hidden;
}
.elementor-button{
    position:relative;
    overflow: hidden;
}
.elementor-button span{
    position:relative;
    z-index: 2;
}
.elementor-button:before{
    content:"";
    width:100%; 
    height:100%;
    position:absolute; 
    left:0;
    top:0;
    transform:translateX(-102%);
    background:var(--verde);
    transition:.7s ease;
}
.elementor-button:hover:before{
    transform: translateX(0);
    z-index: 0;
}
.elementor-button:hover span{
    color:#081C18;
}/* End custom CSS */