.elementor-kit-9{--e-global-color-primary:#090909;--e-global-color-secondary:#111111;--e-global-color-text:#F2F0EA;--e-global-color-accent:#8D8D86;--e-global-color-6238819:#F2F0EA29;--e-global-color-79160b7:#D8FF3E;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-primary );}.elementor-kit-9 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 */.contact-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #d8ff2f;
}

/* container vazio que vira a animacao do fundo */
.contact-section .contact-orbit {
    position: absolute !important;
    z-index: 0;
    left: 50%;
    top: 46%;
    width: min(76vw, 980px);
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    border: 1px solid rgba(8, 8, 8, 0.16);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: contactOrbit 22s linear infinite;
}

/* circulo interno 1 */
.contact-section .contact-orbit::before {
    content: "";
    position: absolute;
    inset: 16%;
    border: 1px solid rgba(8, 8, 8, 0.14);
    border-radius: 50%;
}

/* circulo interno 2 */
.contact-section .contact-orbit::after {
    content: "";
    position: absolute;
    inset: 35%;
    border: 1px solid rgba(8, 8, 8, 0.12);
    border-radius: 50%;
}

/* conteudo por cima */
.contact-section > *:not(.contact-orbit) {
    position: relative;
    z-index: 2;
}

@keyframes contactOrbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.08);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(1);
    }
}

@media (max-width: 767px) {
    .contact-section .contact-orbit {
        width: 125vw;
        top: 48%;
    }
}

.contact-title em {
    display: inline-block;
    transform-origin: 50% 65%;
    will-change: transform, filter;
    animation: moveWordLoop 5.2s cubic-bezier(.16, 1, .3, 1) infinite;
}

@keyframes moveWordLoop {
    0%, 64%, 100% {
        transform: translateX(0) rotate(0deg) skewX(0deg);
        filter: blur(0);
    }

    10% {
        transform: translateX(18px) rotate(-1.5deg) skewX(-9deg);
        filter: blur(.2px);
    }

    22% {
        transform: translateX(-8px) rotate(1deg) skewX(5deg);
        filter: blur(.6px);
    }

    34% {
        transform: translateX(4px) rotate(-.5deg) skewX(-2deg);
        filter: blur(.2px);
    }

    46% {
        transform: translateX(0) rotate(0deg) skewX(0deg);
        filter: blur(0);
    }
}/* End custom CSS */