.navbar {
    background-color: #fefefe !important;
}
.navbar-brand img {
    max-width: 260px;
}

.nav-link a:active,
.nav-item a:active,
.dropdown a:active,
a:active,
.nav-link:focus {
    color: #345864 !important;
}

.dropdown-divider {
    border-top: 1px solid rgb(255, 255, 255);
}

.navbar .dropdown-menu {
    background-color: #345864 !important;
}

.navbar ul li a:hover {
    color: #345864;
}

.tratamento h2 {
    color: #7FA5A6;
    font-weight: 600;
    font-size: 26px;
}

.tratamento h3 {
    color: #7FA5A6;
    font-weight: 600;
    font-size: 22px;
}

.tratamento h4 {
    color: #7FA5A6;
    font-weight: 600;
    font-size: 20px;
}

.tratamento h5 {
    color: #7FA5A6;
    font-weight: 600;
    font-size: 18px;
}

.rounded {
    border-radius: .25rem !important;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #474747;
    background-color: #95d1d078;
}

.carousel-caption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

/* .swiper-button-next {
    position: relative;
    right: -90%;
}

.swiper-button-prev {
    position: relative;
    right: 10%;
} */

/* Hero Home Section */
.hero-home {
    position: relative;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.hero-home__content {
    max-width: 620px;
    color: #ffffff;
    text-align: left;
}

.hero-home__tagline {
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #97D3D2;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}

.hero-home__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 18px;
}

.hero-home__description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hero-home {
        min-height: 440px;
        padding: 50px 0;
    }

    .hero-home__title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .hero-home {
        min-height: 380px;
        padding: 40px 0;
    }

    .hero-home__title {
        font-size: 2rem;
    }

    .hero-home__description {
        font-size: 1.1rem;
    }
}