body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 14px;
  line-height: 1.6;
  color: #494949;
}
.cinzel {
  font-family: "Cinzel", serif;
}
.fonte-600 {
  font-weight: 600;
}
/* #banner {
    background-image: url('../image/banner01-mobile.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
} */
#banner h1 {
  font-weight: 600;
}
#menu {
  background: #e9ebec;
  height: 120px;
  transition: all 0.3s ease;
}
/* .conteudo-menu {height: 100px;} */
.menu ul {
  list-style: none;
  font-size: 12px;
}
.menu a {
  color: #333;
}
.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.png");
}
.parallax2 {
  background-image: url("../image/parallax2-mobile.png");
}

.bg-primary,
.offcanvas {
  background-color: #204656 !important;
  height: fit-content !important;
}
.text-primary {
  color: #204656 !important;
}
.text-secondary {
  color: #b2946e !important;
}
.border-secondary {
  border-color: #b2946e !important;
}
.btn-primary {
  background-color: #204656 !important;
  border-color: #fff;
}
.btn-secondary {
  background-color: #b2946e !important;
}
.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white {
  background-color: #fff;
  color: #515151;
}
.bg-success {
  background-color: #b2946e !important;
}
.btn-amarelo {
  background-color: #f29700;
}
.btn-rosa {
  background-color: #fc5d99;
}
.text-rosa {
  color: #fc5d99;
}

.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-header,
.accordion-collapse {
  background-color: #fff;
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-weight: bold;
  font-size: 1.5rem;
  color: #b2946e;
  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 */
}

footer {
  background-color: #204656;
}

#quando-investigar {
  background-color: #e8fcef;
}
#quando-investigar .peixe {
  bottom: 50px;
}
#quando-investigar .linha {
  width: 30%;
  bottom: -100px;
}
#sobre {
  background-color: #49b3c1;
}
#referencia {
  background-color: #fdebcd;
}
#shantal {
  background-color: #b2946e;
}
#pediatria img,
#sobre img {
  max-width: 100%;
}
#referencia {
  padding: 90px 0;
}
#referencia img.img {
  width: 43%;
  top: -12px;
  left: -90px;
}
iframe {
  width: 100%;
}
#btn-enviar {
  background: #49b3c1;
  color: #fff;
}

.arrow svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrow .prev {
  left: 0;
}
.arrow .next {
  right: 0;
}

.slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.slick-slide {
  height: auto !important;
  display: flex !important;
}

.slick-slide > div {
  display: flex !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .arrow .next,
  .arrow .prev {
    width: 25px;
    margin-top: 90px;
  }
  .arrow .next {
    float: right;
  }

  footer {
    text-align: center;
  }

  #banner {
    align-items: end !important;
    background-size: contain;
    margin-top: 52px;
  }

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

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

  h2 {
    text-align: center;
  }

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

  #sobre p,
  #sobre h2,
  #sobre h3,
  #dermatologia p {
    text-align: center;
  }

  #sobre img {
    margin: 0 auto 20px;
    display: block;
    height: 250px;
    max-width: 100%;
    object-fit: contain;
  }

  footer img.logo {
    width: 80% !important;
    margin: 0 auto 20px;
  }

  footer p {
    justify-content: center;
  }

  #sinais {
    text-align: center;
  }

  ul {
    text-align: left;
  }

  .arrow svg {
    top: 80%;
  }

  #pediatria,
  #quando-investigar,
  #consulta,
  #sobre,
  #faq,
  #referencia {
    padding: 20px 0;
  }
  #contato {
    padding-top: 20px;
  }

  #quando-investigar .arrow .prev,
  #quando-investigar .arrow .next,
  #consulta .arrow .prev,
  #consulta .arrow .next {
    top: 190px;
  }

  .slick-slide {
    height: fit-content !important;
  }
}

#tratamentos .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 20px;
  box-sizing: border-box; /* garante que padding não aumente altura total */
}

@media screen and (min-width: 1024px) {
  #banner {
    background-image: url("../image/banner-1440.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 650px;
    margin-top: 70px;
  }
  #banner h1,
  #banner h1 span,
  #banner p {
    color: #fff;
  }

  .parallax1 {
    background-image: url("../image/parallax1.png");
    z-index: 99;
    position: relative;
  }
  .parallax2 {
    background-image: url("../image/parallax2.png");
  }

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

  #investigacao img {
    height: 450px;
  }

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

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

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

  #sinais img {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    text-align: right;
    float: right;
  }

  footer img.logo {
    width: 100%;
  }

  footer .linha {
    transform: rotate(45deg);
    left: -110px;
    bottom: 50px;
    width: 20%;
  }

  #faq {
    background-image: url("../image/fundo02.jpg");
    background-size: 100% 100%;
  }
  #faq .linha-lateral {
    top: 140px;
    right: 0px;
    z-index: 9;
  }

  #pediatria,
  #consulta,
  #sobre,
  #faq,
  #contato,
  #quando-investigar {
    padding: 50px 0;
  }

  #consulta .linha-footer {
    bottom: -158px;
    left: -118px;
    width: 43%;
  }
  #consulta .linha-lateral {
    right: -100px;
  }
  #consulta .submarino {
    width: 120px;
  }
  #consulta .gato {
    bottom: 80px;
  }

  .accordion {
    width: 900px;
    margin: 0 auto;
  }

  #referencia .foguete {
    bottom: -110px;
  }
}

@media screen and (min-width: 1400px) {
  #neurologia img {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
  }

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

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

  #neurologia img {
    width: 120px;
  }

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

  #consulta .linha-footer {
    bottom: -200px;
  }
}

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