/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@0,100..900;1,100..900&display=swap'); */

:root {
  --rosa: #f4d8d8;
  --vinho: #7B0909;
  --branco: #fff;
  --preto: #1b1b1b;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: var(--vinho);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--vinho);
  border-radius: 8px;
}

html {
  overflow: hidden;
}

body {
  background-color: var(--rosa);
  overflow-x: hidden;
  transition: filter 0.3s;
  /* Adicionado para o efeito de blur */
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  filter: blur(5px);
}

.container {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 100vh;
}

section {
  margin: auto;
  min-height: 100vh;
  /* max-width: 1370px; */
  overflow: hidden;
  scroll-snap-align: start;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.banner-container {
  animation: fade 3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(90deg, #f4d8d8 0%, rgb(244 216 216) 45%, rgba(255, 255, 255, 1) 100%);
}

.btn-florescer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-florescer a {
  text-decoration: none;
  color: var(--rosa);
  background: rgb(123, 9, 9);
  padding: 8px;
  border-radius: 8px;
  width: 350px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.btn-florescer a:hover {
  background: var(--rosa);
  border: 1px solid var(--vinho);
  color: var(--vinho);
}

.banner {
  height: 100%;
}

.banner-text {
  color: var(--vinho);
  font-weight: 800;
  max-width: min-content;
  opacity: 1;
  text-align: center;
}

.banner-text h1 {
  font-size: 64px;
}

.banner-text>span {
  font-size: 32px;
  font-weight: 600;
}

.banner-text div {
  margin: 3em 0;
}
.banner-text div p {
  margin-bottom: 1em;
}

.publico-alvo {
  align-items: center;
  background: linear-gradient(27deg, #f4d8d8 70%, rgb(244 216 216) 35%, rgba(255, 255, 255, 1) 100%);
  display: flex;
  justify-content: space-evenly;
}

.publico-alvo-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 1em;
}

.publico-alvo-title {
  font-weight: Bold;
  font-size: 64px;
}

.publico-alvo-lista {
  width: 624px;
}

.publico-alvo-lista>li {
  font-size: 14px;
  margin: 8px 0px;
  list-style-type: disclosure-closed;
  border-radius: 8px;
  padding: .5em;
}

.publico-alvo-img {
  width: 30%;
  height: 80vh;
  background: url("../img/publico-alvo03.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.beneficios-title {
  text-transform: uppercase;
  font-size: xx-large;
}

.beneficios-main {
  text-align: center;
}

.beneficios-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}

.beneficios-card {
  background: var(--branco);
  border: 1px solid #7b090940;
  width: calc(80% / 3);
  border-radius: 8px;
  padding: 16px;
  margin: 10px 0;
  text-align: center;
}

.beneficios-item {
  text-transform: uppercase;
  padding: 5px 0;
}

.quem-sou {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.v1_98 {
  width: 100vw;
  display: flex;
  justify-content: space-around;
}

.v1_99 {
  width: 508px;
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
}

.quem-sou-img {
  width: 30vw;
  height: 80vh;
  background: url("../img/quem-sou.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}

.quem-sou-texto {
  width: 624px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4em;
}

.quem-sou-title {
  /* width: 624px; */
  font-weight: Bold;
  font-size: 64px;
  opacity: 1;
  text-align: left;
}

.quem-sou-subtitle {
  /* width: 624px; */
  color: var(--vinho);
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.quem-sou-texto {
  /* width: 624px; */
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}

.v1_106 {
  width: 319px;
  font-family: Inter;
  font-weight: Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

.topicos {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.topicos-container {
  display: flex;
  align-items: stretch;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0 4em;
}

.topicos-container:hover {
  animation-play-state: paused;
}

.topico-item {
  background: rgba(255, 255, 255, 1);
  padding: 24px;
  border-radius: 12px;
  box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.10000000149011612);
  flex: 0.9;
  min-width: 224px;
}

.topicos-title {
  text-transform: uppercase;
  font-size: xx-large;
  text-align: center;
  margin-inline: 4vw;
}

.dialog-open {
  margin: auto;
  display: flex;
  border-radius: 8px;
  border: none;
}

#meuModal div {
  padding: 10%;
}

#fecharModal {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--vinho);
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateY(-100%);
  }
}

.depoimentos {
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.carousel {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 40px;
    box-sizing: border-box;
}

button {
    position: absolute;
    /* top: 50%; */
    transform: translateY(-50%);
    background-color: #7b090950;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

button.prev {
    left: 10%;
}

button.next {
    right: 10%;
}

.indicators {
    text-align: center;
    margin-top: 10px;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: #333;
}

/* Responsividade */
@media (max-width: 600px) {
    .carousel-item {
        font-size: 18px;
        /* padding: 30px 0; */
    }

    button {
        padding: 5px;
    }

    .indicator {
        width: 8px;
        height: 8px;
    }
}

.depoimentos-img {
  width: 40vw;
  max-width: 624px;
  height: 80vh;
  background: url("../img/publico-alvo02.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 2em;
}

.depoimentos-container {
  height: 80%;
  max-width: 40%;
  align-items: center;
  white-space: nowrap;
  animation: 15s slide infinite linear;
}

/* .depoimento-card {
  background: rgba(255, 255, 255, 1);
  padding: 32px;
  white-space: wrap;
  margin-bottom: 4em;
  border-radius: 12px;
  box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.10000000149011612);
} */

.depoimento-title {
  font-size: 20px;
  text-align: left;
}

.v1_172 {
  background: url("../img/depoimentos-estrelas.webp");
  height: 12px;
  background-repeat: no-repeat;
  width: 80px;
}

.faq-group {
  width: 80%;
}

.faq {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* height: 100%; */
}

.faq-title {
  text-align: center;
  font-weight: Bold;
  font-size: 25px;
  text-align: center;
}

.v1_205 {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.faq-content {
  padding: 12px 20px;
  border-radius: 3px;
  overflow: hidden;
}

.faq-question {
  font-weight: Bold;
  padding: 12px 20px;
  cursor: pointer;
}

.faq-question:hover {
  background: #f3e5e5;
}

.faq-question summary {
  list-style: none;
}

.faq-answer {
  padding: 1em;
  font-weight: normal;
}

.whatsapp-btn {
  z-index: 9999;
  position: fixed;
  right: 50px;
  bottom: 50px;
  text-align: center;
  background: white;
  border-radius: 8px;
  padding: .5em;
}

@media (max-width: 600px) {
  .container {
    scroll-snap-type: initial;
  }

  section {
    background: none !important;
    margin-bottom: 2em;
  }

  h2 {
    font-size: larger !important;
  }

  section>* {
    width: 100vw;
  }

  .banner-text>h1 {
    font-size: 32px;
  }

  .banner-text {
    max-width: unset;
  }

  .publico-alvo-lista {
    width: 80%;
  }

  .publico-alvo-img {
    display: none;
  }

  .beneficios-card {
    width: 90%;
  }

  .quem-sou-img {
    width: 100%;
    height: 50vh;
  }

  .quem-sou-texto {
    margin: 0 1em;
  }

  .quem-sou-texto>* {
    width: 90%;
  }

  .topicos-container {
    margin: 0 1em;
  }

  .topicos-title {
    margin: unset;
  }

  .depoimentos {
    flex-wrap: wrap;
  }

  .depoimentos-container {
    max-width: 95%;
  }

  .depoimentos-img {
    display: none;
  }

  #meuModal {
    /* overflow: hidden; */
    flex-direction: column;
  }

  #meuModal div {
    width: 100%;
  }

  /* #meuModal img {
    /* display: none; 
  } */

  .whatsapp-btn {
    right: 20px;
    bottom: 20px;
    font-size: smaller;
  }
}