.text-primary {
    color: #c2165e !important;
}

.bg-orto-claro {
    background-color: #00b9d4 !important;
}

.bg-orto-escuro {
    background-color: #c2165e !important;
}

.top-shape::before {
    background: #c2165e !important;
}

.testimonial-carousel {
    background: rgba(194, 22, 94, .45);
}

    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
        background: #c2165e;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
            background-color: #fd036c !important;
        }

.back-to-top {
    background-color: #c2165e !important;
}

    .back-to-top:hover {
        background-color: #fd036c !important;
        border-color: #fd036c !important;
    }

.border-bottom-dark {
    border-bottom: 1px solid #363642;
}

.border-pink-end {
    border-right: 1px solid rgba(146, 26, 108, 0.5);
}

.nav-link {
    color: #ffffff;
}

.bg-dark {
    background-color: #191927 !important;
}

.nav-item {
    color: #ffffff;
}

    .nav-item:hover {
        color: #c2165e;
    }

.btn-pink {
    background: #c2165e;
    color:#ffffff;
}

    .btn-pink:hover {
        background: #fd036c;
        color: #ffffff;
    }

.carousel-caption {
    background: rgba(25, 25, 39, .85);
}

.section-title h5::before, .section-title h5::after{
    background: #c2165e;
}

.bg-pink {
    background-color: #c2165e;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.bg-appointment {
    background: linear-gradient(rgba(25, 25, 39, .85), rgba(25, 25, 39, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(194, 22, 94, .4);
}