.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF0000;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */html, body { 
    overflow-x: hidden !important; /* O !important foi mantido aqui por segurança, para o Elementor não criar barra de rolagem horizontal */
}

p:last-child {
    margin-bottom: 0;
}

body::-webkit-scrollbar {
    width: 12px;               
}

body::-webkit-scrollbar-track {
    background: #000000;        
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, white, white);
    border-radius: 20px;       
    border: 3px solid #000000;  
}

.deg {
    background: linear-gradient(90deg, #FB0B2B 0%, #D0001C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bot .elementor-button-icon svg {
    transform: rotate(0);
    transition: 0.4s ease;
}

.bot:hover .elementor-button-icon svg {
    transform: rotate(45deg);
    transition: 0.4s ease;
}

.bot {
    overflow: hidden;
}

.bot:hover::before {
    animation: brilho 0.8s linear;
}

.bot::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 0 30px 20px #ffffffaa;
    transform: skewX(-30deg);
    mix-blend-mode: screen;
}

@keyframes brilho {
    0% {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
        left: 100%;
    }
}

.elementor-button-icon {
    font-size: 16px;
}

/* Specificidade aumentada para alinhar o texto sem precisar usar !important */
.elementor-widget-button .elementor-button-text {
    align-self: center;
}

.elementor-button {
    padding: 14px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, #FB0B2B 0%, #D0001C 100%);
    background-size: 400%;
    background-position: 0% 200%;
    transition: 0.3s ease;
    animation: roll 9s ease infinite;
}

@keyframes roll {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
}/* End custom CSS */