body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 1.6;
  color: #494949;
}
.fonte-12 {
  font-size: 0.8em;
}
.fonte-600 {
  font-weight: 600;
}
.fonte14 {font-size: 14px;}
#banner p {
  line-height: 1.4;
}

.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");
}
.parallax3 {
  background-image: url("../image/parallax3-mobile.png");
}
.parallax4 {
  background-image: url("../image/parallax4-mobile.png");
}

.bg-primary,
.text-primary {
  color: #f21620 !important;
}
.text-secondary {
  color: #c81319 !important;
}
.border-secondary {
  border-color: #c81319 !important;
}
.btn-primary {
  background-color: #f21620 !important;
  border-color: #fff;
}
.btn-secondary {
  background-color: #c81319 !important;
}
.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white {
  background-color: #fff;
  color: #515151;
}
.bg-success {
  background-color: #f21620 !important;
}
.btn-black {
  background-color: #000;
  color: #fff;
}

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: #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 */
}

footer {
  background-color: #000;
  z-index: 9999;
  position: relative;
}

#fotona,
#faq,
#funciona,
#indicacao,
#fazemos,
#tratamento,
#localizacao {
  padding: 70px 0;
}
#contato {padding: 70px 0 0;}

#shantal {
  background-color: #ff141f;
}
#funciona {
  background-color: #c81319;
  padding: 50px 0;
  margin: 90px 0 50px;
}
#funciona img {
  max-width: 100%;
  position: absolute;
  top: -90px;
}
#localizacao {
  background-color: #000;
}
.with-border {
  border: 2px solid #fff;
}
#indicacao img,
#tratamento img,
#localizacao img {
  width: 340px;
  z-index: 999;
  position: relative;
}

.arrow {
  top: 32%;
}
.arrow .prev {
  left: -35px;
  fill: #f21620;
  width: 50px;
  cursor: pointer;
}
.arrow .next {
  right: -35px;
  fill: #f21620;
  width: 50px;
  cursor: pointer;
}

.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 {top: 26%;}
  .arrow .next,
  .arrow .prev {
    width: 25px;
    margin-top: 90px;
    fill: rgb(242, 22, 32);;
  }
  .arrow .prev {left: 0;}
  .arrow .next {
    float: right;
    right: 0;
  }

  footer {
    text-align: center;
  }

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

  h2 {
    text-align: center;
  }

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

  footer p {
    justify-content: center;
  }

  ul {
    text-align: left;
  }

  #funciona img {
    position: relative;
    top: -20px;
  }

  iframe {
    width: 100%;
  }

  .assinatura {
    margin-top: -192px;
    width: 150px;
    margin-left: 30px;
  }

  #funciona {
    margin: 0;
  }
  #fotona {padding-bottom: 20px;}
  #indicacao,
  #tratamento,
  #faq {
    padding: 20px 0;
  }
  #fazemos {padding: 20px 0 0;}
  #contato {padding-bottom: 0;}

  .btn-primary br {display: none;}

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

@media screen and (min-width: 1024px) {
  .menu a {
    font-size: 10px;
  }
  /* #menu.scrolled .menu a {
        font-size: 11px;
    } */
  #banner {
    background-image: url("../image/banner-1440.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }
  #banner h1,
  #banner h1 span,
  #banner p {
    color: #fff;
  }

  .parallax1 {
    background-image: url("../image/parallax1.png");
  }
  .parallax2 {
    background-image: url("../image/parallax2.png");
  }
  .parallax3 {
    background-image: url("../image/parallax3.png");
  }
  .parallax4 {
    background-image: url("../image/parallax4.png");
  }

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

  #formContato {
    width: 660px;
    margin: 0 auto;
  }

  .logo-karina {
    margin-left: -19px;
    width: 80px;
  }

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

  #fazemos img {
    width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  #funciona .marca-dagua {
    width: 900px;
    left: -490px;
    top: -377px;
  }
  #fazemos .marca-dagua {
    width: 700px;
    left: -460px;
    top: 50px;
  }
  #tratamento .marca-dagua {
    width: 700px;
    right: -250px;
    top: 100px;
  }
  #contato .marca-dagua {
    width: 700px;
    right: -450px;
    bottom: -160px;
  }
}

@media screen and (min-width: 1400px) {
  .arrow .prev {
    left: -50px;
  }
  .arrow .next {
    right: -50px;
  }
}

@media screen and (min-width: 1600px) {
  .arrow .prev {
    left: -130px;
  }
  .arrow .next {
    right: -130px;
  }
}

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