.elementor-205 .elementor-element.elementor-element-154cf84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-205 .elementor-element.elementor-element-fd776d7{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fd776d7 */.elementor-205 .elementor-element.elementor-element-fd776d7 {
    background:
        linear-gradient(
            90deg,
            #03112d 0%,
            #081a44 45%,
            #18345f 100%
        );

    padding: 90px 32px 36px;
}

/* CONTAINER */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* GRID PRINCIPAL */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.7fr;
    gap: 100px;
    align-items: start;
}

/* LOGO */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    padding: 18px 26px;
    border-radius: 18px;

    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-logo img {
    width: 170px;
    display: block;
}

/* TEXTO */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-about p {
    margin-top: 30px;
    max-width: 420px;

    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 1.8;

    color: rgba(255,255,255,.78);
}

/* SOCIAL */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social {
    display: flex;
    gap: 14px;
    margin-top: 34px;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social a {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);

    color: #ffffff;
    font-size: 20px;
    text-decoration: none;

    transition: all .3s ease;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social a:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.16);
    color: #fbbf24;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social svg {
    width: 22px;
    height: 22px;
    color: currentColor;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social svg * {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social a[aria-label="WhatsApp"] svg * {
    stroke: none;
    fill: currentColor;
}

/* TITULOS */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-links h4 {
    margin: 0 0 28px;

    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 500;

    color: #ffffff;
}

/* LINKS MENU */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-links {
    display: flex;
    flex-direction: column;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-links a {
    margin-bottom: 18px;

    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    text-decoration: none;

    color: rgba(255,255,255,.76);

    transition: all .3s ease;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-links a:hover {
    color: #fbbf24;
    transform: translateX(4px);
}

/* DIVISOR */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-divider {
    margin: 60px 0 36px;
    height: 1px;

    background: rgba(255,255,255,.10);
}

/* BARRA DE CONTATO */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;

    padding-bottom: 46px;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);

    transition: all .3s ease;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-icon img {
    width: 24px;
    height: 24px;

    object-fit: contain;

    filter:
        brightness(0)
        saturate(100%)
        invert(76%)
        sepia(74%)
        saturate(982%)
        hue-rotate(359deg)
        brightness(102%)
        contrast(101%);
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box:hover .acit-footer-icon {
    transform: translateY(-3px);
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.14);
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box h5 {
    margin: 0 0 8px;

    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;

    color: #ffffff;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box p,
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box a {
    margin: 0;

    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    line-height: 1.7;

    color: rgba(255,255,255,.72);

    text-decoration: none;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box a:hover {
    color: #fbbf24;
}

/* BOTTOM */
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;

    padding-top: 34px;

    border-top: 1px solid rgba(255,255,255,.10);
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom p,
.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom a {
    margin: 0;

    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;

    color: rgba(255,255,255,.62);

    text-decoration: none;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom a {
    color: #ffffff;
    font-weight: 600;

    transition: all .3s ease;
}

.elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom a:hover {
    color: #fbbf24;
}

/* TABLET */
@media (max-width: 1024px) {
    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-grid {
        gap: 60px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .elementor-205 .elementor-element.elementor-element-fd776d7 {
        padding: 72px 24px 32px;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-grid {
        grid-template-columns: 1fr;
        gap: 56px;
        text-align: center;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-about p {
        max-width: 100%;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-social {
        justify-content: center;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-links {
        align-items: center;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-bar {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-contact-box {
        text-align: left;
    }

    .elementor-205 .elementor-element.elementor-element-fd776d7 .acit-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-154cf84 */.elementor-205 .elementor-element.elementor-element-154cf84 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-205 .elementor-element.elementor-element-154cf84 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */