
        #menu-1 {
            background: #07364a;
            min-height: 84px;
        }

        #menu-1 .container {
            max-width: 1180px;
            display: flex;
            align-items: center;
        }

        #menu-1 .navbar-brand {
            margin-right: 34px;
            padding-top: 0;
            padding-bottom: 0;
            display: flex;
            align-items: center;
        }

        #menu-1 .navbar-brand img {
            max-height: 54px;
            width: auto;
            display: block;
        }

        #menu-1 .navbar-collapse {
            align-items: center;
        }

        #menu-1 .navbar-nav {
            gap: 6px;
        }

        #menu-1 .nav-item {
            display: flex;
            align-items: center;
        }

        #menu-1 .nav-link {
            color: #ffffff !important;
            transition: color 0.25s ease;
            font-size: 16px;
            font-weight: 400;
            padding: 10px 12px !important;
        }

        #menu-1 .nav-link:hover {
            color: #39c3ff !important;
        }

        #menu-1 .nav-link.active {
            color: #39c3ff !important;
        }

        #menu-1 .whats-right {
            margin-left: auto;
            align-items: center;
        }

        #menu-1 .whatsapp {
            background: linear-gradient(180deg, #1fc15a 0%, #13a94a 100%);
            color: #ffffff !important;
            border-radius: 4px;
            padding: 12px 18px;
            min-height: 44px;
            font-size: 15px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border: none;
            text-decoration: none !important;
            box-shadow: 0 6px 18px rgba(19, 169, 74, 0.22);
            transition: all 0.25s ease;
            line-height: 1;
            white-space: nowrap;
        }

        #menu-1 .whatsapp i {
            font-size: 17px;
            line-height: 1;
        }

        #menu-1 .whatsapp:hover {
            color: #ffffff !important;
            transform: translateY(-1px);
            box-shadow: 0 10px 22px rgba(19, 169, 74, 0.28);
        }

        #menu-1 .navbar-toggler {
            border: none;
            box-shadow: none !important;
            padding: 8px 10px;
        }

        #menu-1 .navbar-toggler:focus {
            box-shadow: none !important;
        }

        @media (max-width: 991.98px) {
            #menu-1 {
                min-height: auto;
                padding: 14px 0 !important;
            }

            #menu-1 .container {
                align-items: center;
            }

            #menu-1 .navbar-brand img {
                max-height: 46px;
            }

            #menu-1 .navbar-collapse {
                background: #07364a;
                padding-top: 14px;
                padding-bottom: 6px;
            }

            #menu-1 .navbar-nav {
                gap: 0;
            }

            #menu-1 .nav-link {
                padding: 10px 0 !important;
            }

            #menu-1 .whats-right {
                margin-left: 0;
                margin-top: 10px;
                display: flex;
            }

            #menu-1 .whatsapp {
                width: 100%;
                justify-content: center;
            }
        }
    
        @media (min-width: 992px) {
            #banner-2 .form-banner-wrap {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                pointer-events: none;
                max-width: 1320px;
                margin: 0 auto;
            }

            #banner-2 .form_banner {
                pointer-events: auto;
                margin-right: 0;
            }
        }

        @media (max-width: 991.98px) {
            #banner-2 .form-banner-wrap {
                position: relative;
                max-width: 100%;
                margin: 0 auto;
                padding: 20px 15px 0 15px;
                display: block;
                height: auto;
            }

            #banner-2 .form_banner {
                max-width: 100% !important;
                margin: 0 auto;
                width: 100%;
            }
        }
    #action_03 a {
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    margin: auto;
    display: block;
    max-width: max-content;
    padding: 14px 30px;
    border-radius: 3px;
    text-decoration: none;
}

#action_03 h2, #action_03 p  {
    color: #fff 
}

#action_03 .align-center {
    align-items: center;
}

@media screen and (max-width: 991px) {
    #action_03 h2, #action_03 p  {
        text-align: center;
    }
}
#destaque-1 .bg-wrap {
	background: #02293e;
}
#features-32 {
    background: #eef4f1;
}

#features-32 .features-32-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

#features-32 .features-32-title {
    text-align: center;
    margin-bottom: 50px;
}

#features-32 h2 {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: #0b1630;
}

#features-32 h2 .accent {
    display: block;
    font-style: italic;
    font-weight: 600;
    color: #6ea7ff;
    margin-top: 6px;
    font-family: "Playfair Display", serif;
}

#features-32 .features-32-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
}

#features-32 .features-32-card {
    position: relative;
    background: #f7fbf9;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.06);
    overflow: hidden;
    padding-bottom: 60px;
    transition: .25s ease;
}

#features-32 .features-32-card:hover {
    transform: translateY(-4px);
}

#features-32 .features-32-img {
    height: 220px;
    overflow: hidden;
    margin: 18px;
    border-radius: 18px;
    transition: .4s;
}

#features-32 .features-32-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    transition: .4s;
}

#features-32 .features-32-card:hover .features-32-img img {
    transform: scale(1.05);
}

#features-32 .features-32-content {
    padding: 6px 24px 0;
}

#features-32 .features-32-content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0b1630;
}

#features-32 .features-32-content p {
    color: #5f6b7a;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

#features-32 .features-32-cut {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95px;
    height: 95px;
    background: #eef4f1;
    border-top-left-radius: 28px;
}

#features-32 .features-32-go {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #081539;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    color: #fff;
    text-decoration: none;
}

#features-32 .features-32-go:hover {
    transform: translateY(-2px);
    background: #0d214f;
    color: #fff;
}

#features-32 .features-32-go i {
    font-size: 20px;
    transform: rotate(45deg);
}

@media screen and (max-width: 1400px) {
    #features-32 .features-32-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    #features-32 h2 {
        font-size: 42px;
    }

    #features-32 .features-32-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 520px) {
    #features-32 .features-32-grid {
        grid-template-columns: 1fr;
    }

    #features-32 h2 {
        font-size: 32px;
    }
}

#features-32 .bg-wrap {
	background: #f7f7f7;}#about-5 {
    background: #f5f5f5;
}

#about-5 .about-5-wrap {
    max-width: 1380px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 120px;
    align-items: center;
}

#about-5 .about-5-tag {
    letter-spacing: 2px;
    font-size: 13px;
    color: #c8a96a;
    font-weight: 600;
    margin-bottom: 18px;
}

#about-5 h2 {
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #2b2b2b;
}

#about-5 .about-5-text {
    font-size: 17px;
    line-height: 1.9;
    color: #6f6f6f;
    max-width: 520px;
    margin-bottom: 0;
}

#about-5 .about-5-image-wrap {
    position: relative;
}

#about-5 .about-5-main-img {
    width: 100%;
    border-radius: 8px;
    display: block;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

#about-5 .about-5-small-img {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

#about-5 .about-5-float-card {
    position: absolute;
    left: -70px;
    bottom: 60px;
    background: #fff;
    padding: 38px 46px;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#about-5 .about-5-float-card h3 {
    font-size: 52px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

#about-5 .about-5-float-card p {
    color: #777;
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #about-5 .about-5-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    #about-5 .about-5-float-card {
        left: 20px;
    }

    #about-5 .about-5-small-img {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    #about-5 h2 {
        font-size: 36px;
    }

    #about-5 .about-5-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #about-5 .about-5-float-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
    }

    #about-5 .about-5-small-img {
        display: none;
    }
}

#about-5 .bg-wrap {
	background: #f7f7f7;}#features-27 {
    background: #f2f2f2;
}

#features-27 .features-27-header {
    max-width: 900px;
    margin-bottom: 46px;
}

#features-27 h2 {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    color: #111;
}

#features-27 .features-27-header p {
    font-size: 18px;
    line-height: 1.85;
    color: #7b7b7b;
    max-width: 760px;
    margin-bottom: 0;
}

#features-27 .features-27-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 26px;
}

#features-27 .features-27-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 46px 40px 44px;
    min-height: 280px;
}

#features-27 .features-27-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    color: #e10600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features-27 .features-27-icon i {
    font-size: 52px;
}

#features-27 .features-27-card h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #111;
}

#features-27 .features-27-card p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #features-27 .features-27-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media screen and (max-width: 820px) {
    #features-27 h2 {
        font-size: 38px;
    }

    #features-27 .features-27-header p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    #features-27 .features-27-grid {
        grid-template-columns: 1fr;
    }

    #features-27 .features-27-card {
        padding: 36px 24px;
    }

    #features-27 .features-27-card h3 {
        font-size: 24px;
    }
}

#features-27 .bg-wrap {
	background: #ffffff;
}#features-26 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0;
}

#features-26 .bg {
    background-image: url('../images/uploaded/594/primeiro-mundo-equipamentos-1-1-1-1-1-52.jpg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#features-26::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

#features-26 .container {
    position: relative;
    z-index: 2;
}

#features-26 .features-26-content {
    max-width: 1200px;
    margin: auto;
}

#features-26 .features-26-kicker {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.92;
    margin-bottom: 20px;
    color: #fff;
}

#features-26 h2 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

#features-26 .features-26-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

#features-26 .features-26-text-grid p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 0;
}

#features-26 .features-26-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 60px;
}

#features-26 .features-26-stat h3 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

#features-26 .features-26-stat p {
    color: #ff5c5c;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #features-26 h2 {
        font-size: 48px;
    }

    #features-26 .features-26-text-grid {
        gap: 40px;
    }

    #features-26 .features-26-stat h3 {
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {
    #features-26 {
        padding: 100px 0;
    }

    #features-26 .bg {
        background-attachment: scroll;
    }

    #features-26 h2 {
        font-size: 36px;
    }

    #features-26 .features-26-text-grid {
        grid-template-columns: 1fr;
    }

    #features-26 .features-26-stats {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    #features-26 .features-26-stat h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 480px) {
    #features-26 .features-26-stats {
        grid-template-columns: 1fr;
    }
}

#features-26 .bg-wrap {
	background: #eeeeee;
}.eapps-instagram-feed-header-follow-button-icon {
fill:#fff !important;
}#faq-3 {
    background: #f6f7fb;
}

#faq-3 .faq-3-kicker {
    color: #4f7ddc;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

#faq-3 .faq-3-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #102347;
    margin-bottom: 0;
}

#faq-3 .accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#faq-3 .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: transparent;
}

#faq-3 .accordion-button {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 24px 0;
    font-size: 22px;
    font-weight: 600;
    color: #102347;
}

#faq-3 .accordion-button:not(.collapsed) {
    background: transparent;
    color: #102347;
    box-shadow: none;
}

#faq-3 .accordion-button::after {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102347' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

#faq-3 .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#faq-3 .accordion-body {
    padding: 0 40px 24px 0;
}

#faq-3 .accordion-body p {
    color: #7f8da3;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    #faq-3 .faq-3-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 640px) {
    #faq-3 .faq-3-title {
        font-size: 36px;
    }

    #faq-3 .accordion-button {
        font-size: 18px;
    }

    #faq-3 .accordion-body {
        padding-right: 10px;
    }

    #faq-3 .accordion-body p {
        font-size: 16px;
    }
}
#brand-2 .logo-list {
    text-align: center;
}

#brand-2 .logo-list img {
    display: inline-block;
    max-width: 100%;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

#brand-2 .logo-list img:hover {
    filter: none;
    transform: scale(1.2);
}

#brand-2 .owl-carousel .owl-nav .owl-next, #brand-2 .owl-carousel .owl-nav .owl-prev  {
    margin: 0 0.75em;
    background: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    padding: 4px 7px !important;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0.75em 0.75em rgba(88, 88, 88, 0.2);
    box-shadow: 0 0.75em 0.75em rgb(88 88 88 / 20%);
} 

#brand-2 .owl-carousel .owl-nav .owl-prev {
position: absolute;
top: 22px;
left: -65px;
}


#brand-2 .logo-list .fig {
    margin: 15px;
}


#brand-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 22px;
    right: -65px;
}

@media screen and (max-width: 768px) {

    #brand-2 .owl-carousel .owl-nav .owl-prev {
        position: relative;
        top: unset;
        left: unset;
        }
        
    #brand-2 .owl-carousel .owl-nav .owl-next {
        position: relative;
        top: unset;
        right: unset; 
    }
}#cta-5 {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 0 90px;
    text-align: center;
}

#cta-5 .bg {
    background-image: url('../images/uploaded/594/header-diferenciais-54.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#cta-5 .cta-5-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 16, 0.60);
    pointer-events: none;
}

#cta-5 .container {
    position: relative;
    z-index: 2;
}

#cta-5 .cta-5-inner {
    max-width: 1050px;
    margin: 0 auto;
}

#cta-5 .cta-5-kicker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.9;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

#cta-5 .cta-5-kicker::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
}

#cta-5 h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
    color: #fff;
}

#cta-5 p {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 980px;
    margin: 0 auto 44px;
    color: #fff;
}

#cta-5 .cta-5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 42px;
    background: #ffffff;
    color: #151a20;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: 0.2s ease;
}

#cta-5 .cta-5-btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.96);
}

#cta-5 .cta-5-btn:active {
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    #cta-5 h2 {
        font-size: 52px;
    }

    #cta-5 p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    #cta-5 {
        min-height: 78vh;
        padding: 96px 0 80px;
    }

    #cta-5 .bg {
        background-attachment: scroll;
    }

    #cta-5 h2 {
        font-size: 40px;
    }

    #cta-5 p {
        font-size: 17px;
    }

    #cta-5 .cta-5-btn {
        min-height: 58px;
        font-size: 18px;
        padding: 0 34px;
    }

    #cta-5 .cta-5-kicker::after {
        width: 120px;
    }
}

@media screen and (max-width: 420px) {
    #cta-5 h2 {
        font-size: 34px;
    }

    #cta-5 p {
        font-size: 16px;
    }

    #cta-5 .cta-5-btn {
        width: 100%;
        max-width: 320px;
    }
}
#footer_03 {
    background-color: var(--color-primary);
}

#footer_03 .footer-widget {
    margin-bottom: 30px;
}

#footer_03 .footer-widget .footer-logo {
    margin-bottom: 20px;
}

#footer_03 .footer-widget .footer-logo a {
    display: inline-block;
}

#footer_03 .footer-logo1 {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#footer_03 .footer-widget .social-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_03 .footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px;
}

#footer_03 .footer-widget .social-link li a {
    display: inline-block;
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .social-link li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary-text);
    border: 1px solid var(--color-primary-text);
    background-color: transparent;
}

#footer_03 .footer-widget h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--color-primary-text);
}

#footer_03 .footer-widget a {
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 8px;
}

#footer_03 .footer-widget .contact-link i {
    font-size: 18px;
    min-width: 18px;
    text-align: center;
}

#footer_03 .btn_whats {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 10px 15px;
    border: 1px solid var(--whatsapp);
}

#footer_03 .footer-widget .hours {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_03 .footer-widget .hours li .content {
    margin-bottom: 20px;
}

#footer_03 .footer-widget .footer-contact li {
    display: block;
    padding-left: 65px;
    position: relative;
    margin-bottom: 15px;
}

#footer_03 .endereco {
    margin-left: 20%;
}

.footer-widget .hours li .content h3 {
    font-size: 16px;
    margin-bottom: 5px !important;
    font-weight: 500;
}

#footer_03 .btn_phone {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--color-primary);
    color: var(--color-primary-text);
    padding: 10px 15px;
    border: 1px solid var(--color-primary-text);
}

#footer_03 .footer-widget .footer-contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_03 .footer-widget .footer-contact li:last-child {
    margin-bottom: 0;
}

#footer_03 .footer-widget .footer-contact li i {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary-text);
    border: 1px solid var(--color-primary-text);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#footer_03 .footer-widget .footer-contact li .content h4 {
    font-size: var(--fontSize);
    color: var(--color-primary-text);
    margin-bottom: 5px;
    font-weight: 600;
}

#footer_03 .footer-widget .content span {
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .footer-contact li .content span {
    color: var(--bodyColor);
    margin-bottom: 0;
    color: var(--color-primary-text);
}

.signature { 
    padding: 10px 0;
  }
  
  .signature .row {
    align-items: center;
  }
  
  .signature p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
  }
  
  .signature a {
    text-decoration: underline;
    color: #000;
  }
     
  .signature img {
    max-height: 40px;
  }
  
  
  @media screen and (max-width: 991px) {
    #footer_03 .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer_03 .footer-widget {
        margin-bottom: 24px;
    }

    #footer_03 .footer-widget .footer-logo {
        margin-bottom: 14px;
    }

    #footer_03 .footer-logo1 {
        max-width: 240px;
    }

    #footer_03 .footer-widget .social-link li a i {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #footer_03 .footer-widget h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 19px;
    }

    #footer_03 .footer-widget .footer-contact li {
        padding-left: 56px;
    }

    #footer_03 .footer-widget .footer-contact li i {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .signature p {
      text-align: center;
      font-size: 12px;
      margin-bottom: 10px;
    }
    .signature {
      padding-bottom: 50px;
    }
    #footer_03 .footer-widget.ps-3, .footer-widget.ps-4 {
        padding-left: 0;
    }
    #footer_03 .endereco {
        margin-left: 0;
    }
  }

  @media screen and (max-width: 767px) {
    #footer_03 .footer-widget h3 {
        font-size: 21px;
    }

    #footer_03 .footer-widget .hours li .content h3 {
        font-size: 24px;
        margin-bottom: 4px !important;
    }

    #footer_03 .footer-widget .content span,
    #footer_03 .footer-widget .footer-contact li .content span {
        font-size: 18px;
        line-height: 1.5;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 18px;
    }

    #footer_03 .footer-widget .contact-link i {
        font-size: 18px;
    }
  }

#footer_03 .bg-wrap {
	background: #eeeeee;
}
#footer_03 .bg {
	opacity: 1;
}#modal-phone .modal-header img {
  margin: 0 auto;
}
#modal-phone .modal-header .btn-close {
  margin: 0;
}

#modal-phone #modal-phone-text {
  text-align: center;
  font-weight: bold;
}
#modal-phone-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-phone .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}#modal-phone-show .modal-header img {
  margin: 0 auto;
}
#modal-phone-show .modal-header .btn-close {
  margin: 0;
}

#modal-phone-show #modal-phone-text {
  text-align: center;
  font-weight: bold;
}

#modal-phone-show .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#modal-phone-show .modal-sm .modal-header {
  background: #FFF; text-align: center;
}
#modal-phone-show .modal-sm .modal-header img {
  max-height: 30px; margin: 0 auto;
}
#modal-phone-show .modal-sm .modal-body {
  font-size: 14px !important; text-align: center; font-weight: 900; color: #000;
}
#modal-phone-show .modal-sm .modal-body hr {
  background-color: #000;
}
#modal-phone-show .modal-sm .modal-footer .btn {
  width: 100%;
}
#modal-phone-show .modal-body {
  padding: 50px 20px;
}
#modal-phone-show .modal-body .t1 {
  font-size: 24px !important; text-align: center; font-weight: 900; color: var(--principal);
}
#modal-phone-show .modal-body .t2 {
  text-align: center; font-weight: 900; font-size: 24px; margin: 30px 0
}
#modal-phone-show .modal-body .t3 {
  text-align: center; 
}#modal-whats .modal-header img {
  margin: 0 auto;
}
#modal-whats .modal-header .btn-close {
  margin: 0;
}

#modal-whats #modal-whats-text {
  text-align: center;
  font-weight: bold;
}
#modal-whats-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-whats .btn_send {
  background: var(--whatsapp-bg);
  color: #FFF;
  border-color: var(--whatsapp-bg);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}.d-mobile .d-phone {
    background-color: var(--color-primary);
}
.d-mobile .d-whats {
    background-color: var(--whatsapp-bg);
}
.d-mobile .d-phone a, .d-mobile .d-whats a {
    color: #FFF;
}
#contact-1 p {
    margin:  0;
}