@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Alata", sans-serif;
  overflow-x: hidden;
}
section {
  margin: 20px 0;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.container {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.col-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container .col-12 .title {
  text-align: center;
  font-size: 1.5rem;
  width: 60%;
  margin: 25px 0;
}
.title p {
  font-size: 1rem;
}
.title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title2 h1 {
  margin-bottom: 2rem;
}
.title2 img {
  width: 200px;
}
video {
  width: 1000px;
  border-radius: 10px;
  box-shadow: 5px 10px 15px #000;
  margin: 20px 0;
}
.paragrafo {
  margin: 20px 0;
}
.btn-action {
  background-color: #00ffb8;
  padding: 1rem 3rem;
  border-radius: 15px;
  text-decoration: none;
  font-size: 1.15rem;
  color: #000;
  font-weight: bold;
  box-shadow: 5px 10px 10px;
}
.btn-action:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
  background-color: #000;
  color: #fff;
}
.col-6 {
  width: 50%;
}
.imagem {
  width: 500px;
  border-radius: 20px;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  border: 3px solid #00ffb8;
  height: 150px;
}
.card span {
  font-weight: bold;
}

.card i {
  margin: 10px;
  font-size: 2rem;
  color: #00ffb8;
}

.box {
  text-align: center;
  align-items: center;
  border-radius: 20px;
  margin: 50px;
  background-color: #fff;
  padding: 5px;
  width: 300px;
  height: 320px;
  box-shadow: 5px 8px 15px #000;
}
.box .icon {
  font-size: 4rem;
  color: #00ffb8;
}
.box .subtitle {
  text-align: center;
}

.bg-verde {
  background-color: #00ffb8;
}

.avaliacoes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0;
  gap: 50px;
}
.avaliacao {
  width: 350px;
  height: 450px;
}
.avaliacao .perfil img {
  width: 150px;
}
.perfil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.estrelas {
  font-size: 1.5rem;
  color: rgb(255, 217, 0);
}
.faq {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Sliders*/

.container-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70vh;
  gap: 1rem;
}

.container-slider i {
  margin: auto;
}

.container-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-images img {
  align-items: center;
  width: 350px;
}
.slider {
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 10px;
  position: absolute;
  width: 100%;
}
.on {
  opacity: 1;
}

#prev-button,
#next-button {
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #00ffb8;
}

/*Registros*/
.registros {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin: 20px 0;
}
.registro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.registro:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.registro img {
  width: 150px;
}
.registro p {
  font-size: 1.3rem;
}
/*Formmulário*/

.title-form {
  font-size: 1.3rem;
}
.title-form span {
  color: #1a535c;
}
.title-form h1,
p {
  margin: 20px 0;
}
.contato-form {
  margin: 20px 0;
}
.contato-form a {
  text-decoration: none;
  color: #1a535c;
}
form {
  flex-direction: column;
  align-items: center;
}

form h1 {
  font-size: 1.8rem;
  margin: 20px 0;
}

form h1 span {
  color: #1a535c;
}

form input {
  width: 100%;
  height: 2rem;
  border: 2px solid #1a535c;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.declaracao {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.btn-enviar {
  background-color: #1a535c;
  color: #fff;
}
.btn-enviar:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.3s;
  box-shadow: 5px 5px 10px #000;
}

/*Perguntas Frequentes*/

.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
button {
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid transparent;
}

button:hover {
  color: #0affba;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-item .icons .minus-icon {
  display: none;
}
.accordion-description {
  max-height: 0;
  overflow: hidden;
}

.accordion-description p {
  color: #000;
  padding: 1.5rem 0;
}

/*Termos e Condições*/

.copy {
  display: flex;
  justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 3rem;
  align-items: center;
}
.terms {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

.terms a {
  text-decoration: none;
  color: #000;
  margin: 10px;
  transition: all 0.5 ease;
}
.terms a:hover {
  transition: all 0.5 ease;
  border-bottom: 2px solid #0affba;
}

/*Cookies*/
.cookies-msg {
  width: 80%;
  margin: auto;
  background-color: #1a535c;
  position: fixed;
  bottom: 3%;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: none;
}
.cookies-msg.mostrar {
  display: block;
}
.cookies-msg .cookies-msg .cookies-txt {
  display: flex;
  justify-content: center;
  text-align: justify;
  align-items: center;
  padding: 20px;
}

.cookies-txt a {
  color: #0affba;
}
.cookies-btn {
  display: inline-block;
  background-color: #0affba;
  color: #fff;
  margin: 20px;
  padding: 10px 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3;
}

.cookies-btn a {
  color: #000;
  text-decoration: none;
}

.cookies-btn:hover {
  transform: scale(0.9);
}

/*Botão do WhatsApp Flutuante*/
.btn-wpp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #2cd46b;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 50px;
  border-radius: 50px;
}
.btn-wpp a {
  text-decoration: none;
  color: #fff;
}

.btn-wpp:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
  .container .col-12 .title {
    font-size: 1.2rem;
    width: 100%;
  }
  video {
    width: 100%;
  }
  .imagem {
    width: 100%;
  }
  .container-images img {
    align-items: center;
    width: 300px;
  }
  .avaliacao {
    width: 30%;
    height: 600px;
  }

  .box {
    width: 30%;
    height: 430px;
  }
}

@media (max-width: 768px) {
  .container,
  .avaliacoes,
  .registros {
    flex-direction: column;
  }

  .col-6 {
    width: 100%;
  }
  .avaliacao,
  .box {
    width: 100%;
    height: auto;
  }
  .avaliacao {
    text-align: center;
  }
  .registro img {
    width: 200px;
  }
}
