.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-kit-6 e-page-transition{background-color:#000000;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000;}@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 */.esconder {
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 123, 255, 0.8); /* Cor do botão */
    padding: 15px 30px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 0.5s; /* Transição suave */
    z-index: 9999; /* Garante que o botão fique acima de outros elementos */
    pointer-events: none; /* Impede interação enquanto invisível */
}

/* Ajustes de responsividade para dispositivos móveis */
@media (max-width: 768px) {
    .esconder {
        font-size: 16px;
        padding: 12px 25px;
    }
}

/* Remove a barra de rolagem (se necessário) */
::-webkit-scrollbar {
    display: none;
}/* End custom CSS */