BODY {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav,
nav a,
.display-2 {
    color: #003b71 !important;
}

.text-primary,
a {
    color: #f39200 !important;
}

.loader-container {
    background-color: #003b71;
}

.loader-container .loader {
    --_g: no-repeat radial-gradient(farthest-side, #f39200 90%, #0000);
}

.banner-four
    .hero4-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f39200;
}

.banner-four h2 {
    font-size: 2rem !important;
    opacity: 0.8 !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f39200 !important;
}

.legal-card:hover {
    border-color: #f39200;
}

.text-justify {
    text-align: justify;
}

.primary-btn {
    background-color: #f39200;
    border: 1px solid #f39200;
}

.scroll-banner h4 {
    color: #f39200 !important;
}

.scroll-banner.home {
    display: flex;
    bottom: 350px;
    left: 75px;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scroll-banner.home img {
    position: relative;
    z-index: 4;
}

.scroll-banner.home .arrow-down::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #eaf3fb;
    left: 50%;
    bottom: -3%;
    transform: translate(-50%, 0%);
}

.legal-solution-3 .scroll-banner {
    left: 85%;
}

.banner-3 .scroll-banner {
    bottom: 280px;
    left: unset;
    right: 75px;
}

.empower {
    background-image: url(../../images/construimos.jpg);
}

.empower .empower-card {
    padding: 100px 50px;
}

.counter-card {
    padding: 0 0 20px;
}

.contact-page {
    background-color: #eaf3fb;
}

.footer.footer-two {
    background-color: #003b71;
}

.footer img.logo {
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1)) !important;
}

.banner-four h2,
.footer,
.footer a,
.footer p,
.footer i,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff !important;
}

.footer .contact-two .contact-icon:hover {
    background: #f39200;
}

.footer.footer-two .footer-two-inner .footer-card,
.footer.footer-two .footer-two-inner .footer-card-3 {
    border-right: 1px solid white;
}

.footer .copyright-two {
    border-top: 1px solid white;
}

.left-sidebar {
    background-color: #003b71;
}

.left-sidebar img.logo {
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1)) !important;
}

.social-links li > a {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
}

.social-links li > a:hover {
    background-color: #f39200 !important;
    color: #ffffff !important;
}
.mobile-menu {
    background-color: #003b71;
}
.mobile-menu .menu li span,
.mobile-menu .menu li a {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.mobile-menu img {
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1)) !important;
    width: 200px;
}

.back-to-top {
    background-color: #f39200;
}

@media (min-width: 1200px) {
    .empower {
        padding-top: 350px;
    }
    .legal-solution-3 {
        padding: 60px 0;
    }
    .counter-3 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .legal-card {
        text-align: center;
    }
}
