.talk-to-me {
    background-color: #e370dc;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding: 0.5rem 2rem !important;
    margin: 0rem 1rem;
    border: none;
    display: inline-block;
    width: 240px;
    text-align: center;
    transition: transform 0.3s ease;
}

.talk-to-me:hover {
    transform: scale(1.1); /* Aumenta o botão em 10% no hover */
}

.talk-to-me-circle {
    background-color: #e370dc;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    border: none;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 4rem;
    transition: transform 0.3s ease;
}

.talk-to-me-circle:hover {
    transform: scale(1.1); /* Aumenta o botão em 10% no hover */
}

/* Esconde o elemento no mobile */
@media screen and (max-width: 600px) {
    .mobile-hide {
        visibility: hidden;
        display: none;
    }
    .banner-mobile {
        text-align: center !important;
        margin-top: 1rem !important;
    }
    .pad-clinica {
        margin-top: 2rem;
    }
}

/* Esconde o elemento no desktop */
@media only screen and (min-width: 600px) {
    .desktop-hide {
        display: none;
        max-height: 0;
        overflow: hidden;
    }
}

.header-link {
    color: #68b8df;
    font-size: 18px;
    font-weight: 500;
}

.icon-whatsapp {
    width: 24px;
    margin-right: 0.5rem;
    vertical-align: bottom;
}
.modal {
    --bs-modal-width: 600px;
}

.footer-text {
    color: #fff;
    font-weight: bold;
}

.footer-contact {
    color: #0080c1;
    font-weight: bold;
}

.footer-form {
    background: #fff;
    padding: 1rem;
    border-radius: 30px;
}

.footer-input {
    border-top: none;
    border-left: none;
    border-right: none;
}

.slick-next:before, .slick-prev:before {
    color: #68b8df;
}

.vitaflex-border {
    border: solid black 1px;
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 30px;
}

.number-circle {
    background: #000;
    border-radius: 50%;
    padding: 1rem;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.carousel-banner {
    background: #68b8df;
    text-align: center;
    padding: 2rem;
    border-radius: 15px;
}

.carousel-banner-title {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.especialidade-banner {
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

.especialidade-imagem {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.depoimentos-banner {
    background: #fff;
    text-align: left;
    border-radius: 15px;
    border: solid #0080c1 1px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

.testimonial {
    color: #68b8df;
    padding: 0.5rem 1rem;
    border-left: 4px solid #68b8df;
    margin: 1rem 0; 
    font-style: italic; 
    background-color: #68b8df0f;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-oculta {
    display: none;
}

.more-question {
    text-decoration: none;
    border: solid black 1px;
    padding: 1rem;
    border-radius: 30px;
    color: #000;
}

.accordion-button {
    background-color: #68b8df;
    color: #fff;
}

.border-consultas {
    margin-top: 1rem;
    border: solid #68b8df 2px;
    border-radius: 15px;
    padding: 1.5rem;
}

.titulo-consultas {
    color: #0080c1;
    font-size: 1.5rem;
    font-weight: bold;
}

#degrade {
    background-color: #68b8df;
    background-image: linear-gradient(to right, #68b8df, #fff);
}

#degrade-1 {
    background-color: #68b8df;
    background-image: linear-gradient(to right, #fff, #68b8df);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #68b8df0f;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}