body {
    font-family: "Montserrat", sans-serif;
}
.h2, h2 {
    font-size: 1.625rem;
}
p {
    font-size: 16px;
    line-height: 1.6;
    color: #32251F;
}
.fonte-600 {font-weight: 600;}
/* #banner {
    background-image: url('../image/banner-mobile.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
} */
#banner h1 span {color: #32251F;}
#banner .hero-tt {
    font-size: 2rem;
}
#banner .st {
    width: 30%;
}
#menu {
    background: rgba(158, 122, 110, 0.9);
    height: 120px;
    transition: all 0.3s ease;
}
/* .conteudo-menu {height: 100px;} */
.menu ul {
    list-style: none;
    font-size: 12px;
}
.redes-sociais {
    margin-top: 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}
#menu .logo {
    width: 290px;
    transition: all 0.3s ease;
}

#menu.scrolled {
    height: 80px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#menu.scrolled .redes-sociais {
    margin-top: 5px;
    margin-bottom: 20px;
}
#menu.scrolled .logo {
    width: 200px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
}
.parallax1{background-image: url('../image/parallax1-mobile.jpg');}
.parallax2{background-image: url('../image/parallax2-mobile.jpg');}
.parallax3{background-image: url('../image/parallax3-mobile.jpg');}

.bg-success {background-color: #2E6176!important;}
.bg-primary,
.offcanvas {background-color: #441F0C!important; height: fit-content!important;}
#clinica {background-color: #F4A57E;}
#tratamentos, #contato {background-color: #F0F1F5;}
#primeira-consulta {background-color: #643720;}
.text-primary {color: #492612!important;}
.text-secondary {color: #F8A677!important;}
.border-primary {border-color: #492612!important;}
.border-secondary {border-color: #F8A677!important;}
.text-success {color: #286079!important;}
.btn-primary {background-color: #441F0C!important; border-color: #fff;}
.btn-secondary {background-color: #F4A57E!important;}
.btn-success {background-color: #2E6176!important;}
.btn-outline-white {color: #fff; border: 2px solid #fff;}

.image {margin-bottom: 16px;}

form input,
form textarea {
    padding: 15px;
    border-radius: 25px;
    border: 2px solid black;
}

.accordion-button {border-radius: 25px 25px 0 0!important; border: none !important;box-shadow: none !important;}
.accordion-button.collapsed{border-radius: 25px!important;}
.accordion-body {border-radius: 0 0 25px 25px!important;}
.accordion-item {border: none !important;}

.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-weight: bold;
    font-size: 1.5rem;
    color: #0A5A7F;
    transform: none !important;
    transition: transform 0.2s ease-in-out;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quando o accordion está aberto */
.accordion-button:not(.collapsed)::after {
  content: "–";
}

.anchor-link {
  scroll-margin-top: 50px; /* ajuste conforme a altura do seu header fixo */
}

.arrow {
    height: 100%;
}

.arrow.first-arrow .next,
.arrow.first-arrow .prev{
    fill: #8d6d62 !important;
}

.arrow .next, .arrow .prev {
    width: 60px;
    position: relative;
    top: calc(50% - 60px);
    fill: #2E6176;
}

.arrow .prev {
    left: -50px;
}
.arrow .next {
    float: right;
    right: -50px;
}

.badge-atuacao {
    display: inline-flex;
    border: 2px solid #F4A57E;
    border-radius: 30px;
    padding: 5px 12px;
    margin: 10px 5px;
}

.box-queixas {
    width: 250px !important;
    height: 280px;
    border: 2px solid #286079;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}

#tratamentos {
    position: relative;
}

#tratamentos::before {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0;
    background-image: url(../image/elemento.png);
    width: 170px;
    height: 220px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

#investigacao {
    position: relative;
}

#investigacao::before {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    background-image: url(../image/elemento2.png);
    width: 170px;
    height: 220px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-queixas .image {
    width: fit-content;
    margin: 0 auto 20px;
}

.box-queixas .tt {
    margin: 0 auto 10px;
}

.procedimentos .info {
    border: 2px solid #286079;
    border-radius: 20px;
    padding: 10px;
}

.info-list {
    list-style: none;   /* remove o bullet padrão */
    padding: 0;
    margin: 0;
}

.info-list li {
    position: relative;
    padding-left: 30px; /* espaço para o ícone */
    color: #4a4a4a;
}

.info-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2d6f73;   /* verde/azulado parecido com a imagem */
}

.beneficios .image {
    height: 140px;
    display: flex;
    align-items: center;
}

.testimonial-card{
    position: relative;
    background: #F0F1F5;
    border-radius: 28px;
    padding: 35px 30px 30px;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
}

.stars{
    color: #f5b400;
    font-size: 45px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    line-height: 1;
}

.testimonial-text{
    display: flex;
    align-items: center;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}

.quote-icon{
    position: absolute;
    right: 5px;
    bottom: -20px;
    width: 70px;
}

@media screen and (max-width: 767px) {
    .arrow .next, .arrow .prev {
        width: 30px;
        fill: #2E6176;
        top: calc(50% - 30px);
    }

    .arrow .prev {
        left: 0;
    }
    .arrow .next {
        right: 0;
    }

    .arrow .next {
        float: right;
    }

    footer {
        text-align: center;
    }

    .h2, h2 {
        font-size: calc(1.325rem + .9vw);
    }

    #banner {
        height: 580px;
        align-items: center !important;
        background-size: contain;
    }

    #banner img {
        height: 270px;
        width: 100%;
        object-fit: cover;
        object-position: left;
        margin-bottom: 16px;
    }

    #banner h1,
    #banner h1 span,
    #banner p {
        text-align: center;
    }

    #banner .st {
        width: 100%;
    }

    #tratamentos:before,
    #investigacao:before {
        content: none;
    }

    h2 {
        text-align: center;
    }

    .btn-secondary {
        margin: 0 auto;
        display: table;
    }

    #investigacao p,
    #sobre p,
    #sobre h2,
    #sobre h3,
    #clinica p,
    #primeira-consulta h3,
    #primeira-consulta p {
        text-align: center;
    }

    #investigacao img {
        width: 100%;
    }

    .box-queixas {
        width: 99% !important;
    }

    .testimonial-text {
        height: 200px;
    }
}

@media screen and (min-width: 1024px) {
    #banner {
        background-image: url('../image/banner-1440.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        height: 620px;
        padding-top: 90px;
    }

    .parallax1{background-image: url('../image/parallax1.jpg');}
    .parallax2{background-image: url('../image/parallax2.jpg');}
    .parallax3{background-image: url('../image/parallax3.jpg');}

    .tratamentos h2 {
        height: 120px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }
    .procedimentos h2 {
        height: 60px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 16px;
    }

    #investigacao img {
        height: 450px;
    }

    #sobre img {
        height: 520px;
        object-fit: contain;
    }

    .slick-slide {
        margin: 0 10px;
    }

    .anchor-link {
        scroll-margin-top: 80px; /* ajuste conforme a altura do seu header fixo */
    }
}

@media screen and (min-width: 1600px) {
    #banner {
        height: 700px;
    }
}

@media screen and (min-width: 1920px) {
    #banner {
        background-image: url('../image/banner-1920.jpg');
        height: 800px;
    }
}