.elementor-kit-6{--e-global-color-primary:#5E5343;--e-global-color-secondary:#886237;--e-global-color-text:#5E5343;--e-global-color-accent:#886237;--e-global-color-28fb9fb:#EFE9E4;--e-global-color-6c03725:#4F1E0C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:700;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Poppins", Sans-serif;color:#FFFFFF;background-color:#4F1E0C;border-radius:2em 2em 2em 2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//*remover espaço textos*/
p:last-child{
    margin-bottom: 0px;
}

.elementor-heading-title{
    margin-bottom: 0px;
}

/*personalizar barra rolagem*/
body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track{
    background: #EFE9E4;
}

body::-webkit-scrollbar-thumb{
    background-color: #886237;
    border-radius: 5px;
    border: 2px solid #EFE9E4;
}
 
/*remover scroll lateral*/   
html, body{
    width: 100%;
    overflow-x: hidden;
}

/*alterar cor da seleção*/
*::selection{
    color:#ffffff;
    background: #EFE9E4;
}/* End custom CSS */