@charset "UTF-8";
html,
body {
  scroll-behavior: smooth;
}

#hero {
  background-image: url("../../img/background-hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#carta {
  background-image: url("../../img/background-carta.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#carta .card {
  background-color: #FFFFFF;
  padding: 80px 40px;
  margin-left: auto;
  margin-right: auto;
}

#depoimento {
  background-image: url("../../img/background-depoimento.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#depoimento .card {
  background-color: #FFFFFF;
  padding: 40px;
  height: 100%;
  filter: drop-shadow(0px 0px 10px rgba(23, 50, 97, 0.2));
}

#principios {
  background-color: #2E2C2C;
  /* Estilo do SVG quando o mouse estiver sobre ele */
}
#principios .svg-container:hover svg path {
  fill: #6E2B8A;
  /* Altere para a cor que você deseja quando passar o mouse */
  /* Adicione uma transição suave */
  transform: scale(1);
  transition: transform 0.3s ease;
  cursor: default;
}

#faq {
  background-color: #CE57FF;
}
#faq .accordion {
  font-family: "GFS Artemisia Bold";
  background-color: #CE57FF;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
}
#faq .panel {
  padding: 15px;
  display: none;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
}
#faq .panel .panel-card {
  padding: 0 15px;
}
#faq .panel p {
  color: #2E2C2C;
}
#faq #sobre {
  background-color: #CE57FF;
  display: flex;
  flex-wrap: wrap;
}
#faq #sobre .card {
  width: calc((100%/2) - 10px);
  z-index: 1;
}
#faq #sobre .card .accordion-color {
  font-family: "GFS Artemisia Bold";
  background-color: #FFFFFF;
  color: #CE57FF;
  cursor: pointer;
  padding: 20px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 60px;
  transition: 0.4s;
}
#faq #sobre .card .panel {
  padding: 20px 30px 40px 30px;
  display: none;
  background-color: #FFFFFF;
  overflow: hidden;
}
#faq #sobre .card .panel p {
  color: #2E2C2C;
}

#psicoterapia,
#psicoterapia-cont,
#video,
#contato {
  background-color: #2E2C2C;
}
#psicoterapia .video,
#psicoterapia-cont .video,
#video .video,
#contato .video {
  height: auto;
  max-height: 800px;
  cursor: pointer;
}
#psicoterapia .card,
#psicoterapia-cont .card,
#video .card,
#contato .card {
  width: calc((100%/4) - 100px);
}

@media (max-width: 768px) {
  .card {
    width: 100%;
  }

  #faq #sobre .card {
    width: 100%;
  }

  #psicoterapia .card,
#psicoterapia-cont .card,
#video .card,
#contato .card {
    width: 100%;
  }

  #faq #sobre .card .accordion-color {
    font-size: 25px;
  }
}
.swiper-button-prev-a {
  left: 240px;
}

.swiper-button-prev-b {
  left: 240px;
}

.swiper-button-next-a::after {
  content: "";
  transform: rotate(225deg);
  padding: 20px;
  box-shadow: 6px -6px 0 1px #6E2B8A inset;
  border: solid transparent;
}

.swiper-button-prev-a::after {
  content: "";
  transform: rotate(45deg);
  padding: 20px;
  box-shadow: 6px -6px 0 1px #6E2B8A inset;
  border: solid transparent;
}

.swiper-button-prev-a:hover::after,
.swiper-button-next-a:hover::after {
  box-shadow: 6px -6px 0 1px #CE57FF inset;
  color: #CE57FF;
}

.swiper-button-next-a {
  right: 240px;
}

.swiper-button-prev-b {
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}

.swiper-button-next-b {
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #6E2B8A;
}

.swiper-button-next,
.swiper-button-prev {
  color: #CE57FF;
  background-image: none;
}

.swiper-slide:hover .card-doc {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  cursor: default;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F8C541;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
}

#itens-nav a.active {
  font-weight: bold;
}

#menu-icon {
  display: none;
}

@media (max-width: 768px) {
  #menu-icon {
    display: block;
  }

  #menu-icon:checked ~ #itens-nav {
    display: block;
  }
}
:target::before {
  content: "";
  scroll-behavior: smooth;
  display: block;
  height: 200px;
  margin: -60px 0 0;
}

@media (max-width: 768px) {
  #carta {
    padding: 40px 0;
  }

  .swiper-slide .card {
    padding: 40px;
  }

  .swiper-slide .card-passos {
    padding: 0 0px 50px 0px;
  }

  .swiper-button-prev-a {
    left: -40px;
  }

  .swiper-button-next-a {
    right: -40px;
  }

  .swiper-button-prev-b {
    left: 0;
    top: 60%;
    transform: translateY(-50%);
  }

  .swiper-button-next-b {
    right: 0;
    top: 60%;
    transform: translateY(-50%);
  }

  #carta .card {
    padding: 20px;
  }

  #faq .row {
    flex-direction: column;
  }

  .card {
    margin-top: 20px;
  }

  .accordion-color {
    font-size: 18px;
  }

  .panel {
    padding: 15px;
  }

  :target::before {
    height: 200px;
    margin: -60px;
  }
}
#itens-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#itens-nav li {
  margin: 0;
  transition: transform 0.1s, font-weight 0.3s;
}

#itens-nav a {
  color: #2E2C2C !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  transition: font-weight 0.1s;
}

#itens-nav li:hover {
  transform: scale(1.05);
}

#itens-nav li:hover a {
  font-weight: bold;
}

@media (max-width: 768px) {
  #menu-icon {
    display: block;
  }

  #menu-icon:checked ~ #itens-nav {
    display: block;
  }
}
.topnav {
  overflow: hidden;
  background-color: #F8C541;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.topnav ul {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.topnav a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}
.topnav .closebtn {
  position: absolute;
  right: 0;
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 50px;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  a.anchor-link {
    text-decoration: none;
    transition: 0.5s;
  }
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #6E2B8A;
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #CE57FF;
}