.elementor-47264 .elementor-element.elementor-element-3f51d2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47264 .elementor-element.elementor-element-801a0cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47264 .elementor-element.elementor-element-0657c37{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* remover espaço textos*/
p:last-child{
    margin-bottom: 0px;
}

.elementor-headling-title{
    margin-bottom: 0px;
}

/* personalizaar barra de rolagem*/
body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track{
    background: #111111;
}

body::-webkit-scrollbar-thumb{
    background-color: #FFBC2A;
    border-radius: 10px;
    border: 2px solid #111111;
}

/*remover scroll horizontal*/
html, body{
    width: 100%;
    overflow-x: hidden;
}

/*alterar  cor da seleção*/
*::selection{
    color: #ffffff;
    background: #FFBC2A;
}/* End custom CSS */