body.elementor-page-1038:not(.elementor-motion-effects-element-type-background), body.elementor-page-1038 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}/* Start custom CSS *//*fontes globais*/
.elementor-kit-24{
    --e-global-typography-primary-font-family: "Metropolis" !important;
    --e-global-typography-primary-font-weight: 600 !important;
    --e-global-typography-secondary-font-family: "Metropolis" !important;
    --e-global-typography-text-font-family: "Metropolis" !important;
    --e-global-typography-accent-font-family: "Metropolis" !important;
    --e-global-typography-accent-font-weight: 600 !important;
    font-family: "Metropolis", Sans-serif !important;
}

/*resolver problemas com scrollbar*/
html, body{
    overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}


/*impedir seleção de textos e imagens*/
*{
    user-select: none !important;
}

/*linhas fixas*/
.container-linhas,
.container-linhas2{
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    z-index: 3;
    opacity: 0.5;
}

.linhas{
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent);
    background-size: 100% 10px;
    position: relative;
}

.container-linhas2{
    transform: rotate(90deg);
    height: 100vw;
}

.container-linhas2 .linhas{
    
}


/*cursor personalizado*/
html{
    cursor:url('https://ciparoni.com/wp-content/uploads/2023/12/cursor.svg'), auto;
}

/*cursor personalizado no hover*/
a:hover, .elementor-custom-embed-image-overlay, iframe, .e-n-accordion-item *, .botao-discord, .whatsapp:hover, .email:hover, .card {
    cursor:url('https://ciparoni.com/wp-content/uploads/2023/12/cursor-hover.svg'), auto !important;
}


/*remover barra de rolagem*/
::-webkit-scrollbar{
    display: none;
}/* End custom CSS */