.elementor-kit-36{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C5AF96;--e-global-color-01f225d:#0D1117;--e-global-color-6975fdc:#161B21;--e-global-color-187cd0e:#30363D80;--e-global-color-7264a4a:#E5E9EC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-36{--e-global-typography-primary-line-height:1.2em;}.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 */html, body {
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
}

.btn .elementor-button{
    padding: 15px 30px 15px 50px !important;
    border-radius: 9.375rem !important;
    background: #c5af96 !important; /*Gradiente do BG*/
}

.btn .elementor-button-text{ /*Centralizar o texto*/
    position: relative;
    top: 4px;
}

.btn .elementor-button-icon{ /*Tamanho do ícone*/
font-size: 20px !important;
vertical-align: middle;
}

.btn .elementor-button-icon {
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
}

/* Aplica a animação quando houver hover */
.btn:hover .elementor-button-icon {
    transform: translateX(6px);
    transition: transform 0.3s ease-out;
}/* End custom CSS */