.elementor-kit-8{--e-global-color-primary:#343434;--e-global-color-secondary:#EE811E;--e-global-color-text:#555555;--e-global-color-accent:#419FB8;--e-global-color-b70837b:#000000;--e-global-color-398575e:#FFFFFF;--e-global-color-a955484:#80A792;--e-global-color-77cb21c:#FCC67A;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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);}.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 */p {
margin-bottom: 0;
}

html, body {
width: 100%;
overflow-x: hidden;
}

.elementor-button {
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg, #30B1A5 0%, #4F8CC4 100%);
    box-shadow: 0 4px 15px rgba(48, 177, 165, 0.2);
}


.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 140, 196, 0.3);
}

.elementor-button::before,
.elementor-button::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s ease-out;
}

.elementor-button::before {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: -30px;
}

.elementor-button::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -20px;
}

.elementor-button:hover::before {
    transform: scale(1);
    animation: bubble 2s infinite;
}

.elementor-button:hover::after {
    transform: scale(1);
    animation: bubble 2s infinite 0.3s;
}

@keyframes bubble {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.elementor-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(48, 177, 165, 0.2);
}

.elementor-button .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(255, 255, 255, 0.1)
    );
    transition: 0.5s;
    clip-path: polygon(
        0% 100%,
        0% 70%,
        15% 75%,
        30% 70%,
        45% 75%,
        60% 70%,
        75% 75%,
        90% 70%,
        100% 75%,
        100% 100%
    );
}

.elementor-button:hover .wave {
    height: 40%;
    animation: waveMove 1s infinite linear;
}

@keyframes waveMove {
    0% {
        clip-path: polygon(
            0% 100%,
            0% 70%,
            15% 75%,
            30% 70%,
            45% 75%,
            60% 70%,
            75% 75%,
            90% 70%,
            100% 75%,
            100% 100%
        );
    }
    50% {
        clip-path: polygon(
            0% 100%,
            0% 75%,
            15% 70%,
            30% 75%,
            45% 70%,
            60% 75%,
            75% 70%,
            90% 75%,
            100% 70%,
            100% 100%
        );
    }
    100% {
        clip-path: polygon(
            0% 100%,
            0% 70%,
            15% 75%,
            30% 70%,
            45% 75%,
            60% 70%,
            75% 75%,
            90% 70%,
            100% 75%,
            100% 100%
        );
    }
}

.laranja {
    background: linear-gradient(90deg, #F6AB1A 0%, #E95E1F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}/* End custom CSS */