.elementor-275 .elementor-element.elementor-element-a8237b7{--display:flex;--min-height:100vh;--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;--justify-content:center;}body.elementor-page-275:not(.elementor-motion-effects-element-type-background), body.elementor-page-275 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for container, class: .elementor-element-a8237b7 */.elementor-275 .elementor-element.elementor-element-a8237b7{
border-top: 2px solid;
border-image: linear-gradient(to right, transparent, #FD6740, transparent) 50;
}/* End custom CSS */
/* Start custom CSS */.cor {
    color:#00A4FF;
}   

/*Personalize  o cursor geral do site aqui*/

html{
cursor:url('https://cgb.org.br/wp-content/uploads/2025/07/arrowhead-rounded-outline.svg'), auto;
}

/*Personalize  o cursor das partes de clique e hover aqui, caso prefira deixar essas como padrão do navegador, basta remover essa parte do código*/

html.click, html.click a, html.click a:hover, a:hover{
cursor:url('seulinkaqui'), auto;
}

*::-webkit-scrollbar {
    width: 7px !important;
}
*::-webkit-scrollbar-track {
    background: #202020;
}
*::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #57C785, #EDDD53);
    border-radius: 10px;
    border: 2px solid #202020;
}/* End custom CSS */