@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

header {
  background-color: #000;
  box-shadow: 0 3px 10px #464646;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 6rem;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
}

.nav-list ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  font-size: 1.15rem;
  color: #fff;
  font-weight: 400;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #cccccc;
}

.download-button .btn-download {
  display: inline-block;
  background-color: #525252;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 0.2s ease-in-out, background-color 0.2s;
}

.download-button .btn-download:hover {
  transform: scale(1.08);
  background-color: #616161;
}

.demo-button .btn-demo {
  display: inline-block;
  background-color: #525252;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 0.2s ease-in-out, background-color 0.2s;
}

.demo-button .btn-demo:hover {
  transform: scale(1.08);
  background-color: #616161;
}

.mobile-menu-icon {
  display: none;
}

.mobile-menu-icon button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.mobile-menu-icon .icon {
  width: 32px;
  height: 32px;
}

.mobile-menu {
  display: none;
  background-color: #363636;
  padding: 1rem 2rem;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.mobile-menu .nav-link {
  font-size: 1.2rem;
  color: #fff;
}

.mobile-menu .btn-download {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 1140px) {
  .nav-bar {
    padding: 1.5rem 2rem;
  }

  .nav-list,
  .download-button {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }

  .mobile-menu,
  .nav-item {
    list-style: none;
  }
}

/* MAIN*/

main {
  background: linear-gradient(142deg, #09a5de -18.28%, #073e52 116.58%);
}

.section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 6rem;
  gap: 6rem;
  flex-wrap: wrap;
}
.video-inicial {
  order: 2;
}
.chamada-inicial h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.chamada-inicial p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 25px;
  text-align: left;
}

.demo-button {
  padding-top: 35px;
}

.section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 6rem;
  gap: 6rem;
  flex-wrap: wrap;
}

.chamada-secund {
  order: 2;
}

.chamada-secund h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.chamada-secund p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 25px;
  text-align: left;
}

.demo-button {
  padding-top: 35px;
}

.section-3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10rem 6rem 0 6rem;
  gap: 6rem;
}

.chamada-terc h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}

#paragrafo {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 25px;
}

.section-3 img {
  margin-bottom: -4px;
}

.section-4 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5rem 6rem;
  gap: 6rem;
  background-color: #fff;
}

.chamada-quart h3 {
  font-size: 38px;
  color: #525252;
  font-weight: 500;
}

#paragrafo-2 {
  font-size: 18px;
  color: #525252;
  font-weight: 400;
  padding-top: 25px;
}

.section-5 {
  background-color: #fff;
}

.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 6rem;
}

.card {
  width: 325px;
  background-color: #d9d9d9;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.card-content {
  padding: 30px;
  text-align: center;
}

.card-content h4 {
  font-size: 18px;
  padding: 15px 0;
}

#paragrafo-3 {
  font-size: 16px;
}

.demo-button2 {
  display: flex;
  justify-content: center;
}

.demo-button2 .btn-demo2 {
  display: inline-block;
  justify-content: center;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 0.2s ease-in-out, background-color 0.2s;
  background: linear-gradient(180deg, #25c5ff -92%, #032836 196%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 6rem;
}

.demo-button2 .btn-demo2:hover {
  transform: scale(1.08);
  background-color: #616161;
}

.section-6 {
  background-color: #000;
  display: flex;
  justify-content: center;
  gap: 15rem;
  padding: 3rem 0;
  flex-wrap: wrap;
}

.dados {
  text-align: center;
}

.dados1 h3 {
  color: #fff;
}

.dados2 {
  display: flex;
  align-items: center;
}

.dados2 p {
  font-size: 28px;
  font-weight: 800;
  color: #25c5ff;
}

.section-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 6rem;
  gap: 6rem;
  flex-wrap: wrap;
}

.chamada-13 h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}

.chamada-13 p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 25px;
}
.imagem-13 {
  margin: 5rem 0;
}

.section-8 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 6rem 5rem;
  gap: 6rem;
}

.chamada-form h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}

#paragrafo-form {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 25px;
}

.section-form {
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}

.form-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  min-width: 50%;
}

.input-container {
  display: flex;
  flex-direction: column;
}

.btn-default {
  background: linear-gradient(180deg, #25c5ff -92%, #032836 196%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  height: fit-content;
  width: 30%;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  gap: 8px;
}

.btn-default:hover {
  transform: scale(1.08);
  background-color: #616161;
}

form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}

.input-container {
  display: grid;
  gap: 20px;
}

.input-field {
  display: flex;
  align-items: center;
  background-color: #ffff;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.form-control {
  padding: 20px;
  width: 100%;
  border: 1px solid;
  border-color: #00000046;
  border-radius: 8px;
}

.form-control:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.footer {
  display: flex;
  justify-content: space-around;
  background-color: #000;
  padding: 4rem 0;
  flex-wrap: wrap;
}

.links {
  display: flex;
}

.links ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 15px;
}

.redes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.redes a {
  display: flex;
  text-decoration: none;
  color: #fff;
  gap: 10px;
  font-size: 1.15rem;
  justify-content: right;
  align-items: center;
}

@media (max-width: 1024px) {
  .section-1 {
    padding: 6rem 2rem;
    gap: 4rem;
  }

  .chamada-inicial h1 {
    font-size: 32px;
    text-align: center;
  }

  .chamada-inicial p {
    font-size: 16px;
    text-align: center;
  }

  .demo-button {
    text-align: center;
  }

  .video-inicial iframe {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .section-1 {
    flex-direction: column;
    padding: 4rem 2rem;
  }

  .video-inicial {
    order: 1; /* Coloca o vídeo em cima */
    width: 100%;
  }

  .chamada-inicial {
    order: 2; /* Depois vem o texto */
    text-align: center;
  }

  .chamada-inicial h1 {
    font-size: 28px;
  }

  .chamada-inicial p {
    font-size: 15px;
  }

  .video-inicial iframe {
    width: 100%;
    height: 240px;
  }

  .section-2 {
    padding: 3rem 2rem;
    gap: 3rem;
    flex-direction: column;
    text-align: center;
  }

  .imagem-1 img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .chamada-secund h1 {
    font-size: 22px;
    text-align: center;
  }

  .chamada-secund p {
    font-size: 16px;
    padding: 15px 25px;
    text-align: center;
  }

  .demo-button {
    padding-top: 25px;
    text-align: center;
  }

  .section-3 {
    flex-direction: column;
    padding: 5rem 2rem 0 2rem;
    gap: 3rem;
  }

  .chamada-terc h2 {
    font-size: 28px;
  }

  #paragrafo {
    font-size: 16px;
    padding-top: 20px;
  }

  .chamada-terc img {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding-top: 20px;
  }

  .section-4 {
    flex-direction: column;
    padding: 4rem 2rem;
    gap: 3rem;
  }

  .chamada-quart h3 {
    font-size: 28px;
  }

  #paragrafo-2 {
    font-size: 16px;
    padding-top: 20px;
  }
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 2rem 4rem 2rem;
  }

  .card {
    width: 100%;
    max-width: 320px;
  }

  .card-content {
    padding: 20px;
  }

  .card-content h4 {
    font-size: 16px;
    padding: 10px 0;
  }

  #paragrafo-3 {
    font-size: 14px;
  }

  .demo-button2 {
    margin-top: 2rem;
  }

  .demo-button2 .btn-demo2 {
    font-size: 1rem;
    padding: 12px 24px;
    margin-bottom: 4rem;
  }

  .section-6 {
    gap: 5rem;
  }

  .section-7 {
    flex-direction: column; /* Coloca os elementos em coluna */
    align-items: center;
    justify-content: center;
    padding: 1.5rem; /* Menor espaçamento nas laterais em telas pequenas */
    gap: 0.1rem; /* Menor espaço entre os elementos */
  }

  .imagem-13 {
    order: -1; /* Coloca a imagem acima do texto */
    width: 100%; /* Ajusta a largura da imagem para 100% em telas pequenas */
    max-width: 350px; /* Limita o tamanho máximo da imagem */
    height: auto; /* Mantém a proporção da imagem */
    margin-bottom: 2rem; /* Ajusta o espaço abaixo da imagem */
  }
  .imagem-13 img {
    order: -1; /* Coloca a imagem acima do texto */
    width: 100%; /* Ajusta a largura da imagem para 100% em telas pequenas */
    max-width: 350px; /* Limita o tamanho máximo da imagem */
    height: auto; /* Mantém a proporção da imagem */
    margin-bottom: 2rem; /* Ajusta o espaço abaixo da imagem */
  }

  .chamada-13 h1 {
    font-size: 28px; /* Reduz o tamanho da fonte do título */
    text-align: center; /* Centraliza o título */
    line-height: 1.3; /* Ajusta o espaçamento entre as linhas */
  }

  .chamada-13 p {
    font-size: 16px; /* Reduz o tamanho da fonte do parágrafo */
    text-align: center; /* Centraliza o parágrafo */
    padding-top: 15px; /* Ajusta o espaçamento superior */
  }

  .demo-button {
    text-align: center; /* Centraliza o botão */
  }

  .btn-demo {
    font-size: 1rem; /* Ajusta o tamanho da fonte do botão */
    padding: 12px 24px; /* Ajusta o padding do botão */
  }
  .section-8 {
    flex-direction: column; /* Alinha os elementos em coluna */
    align-items: center; /* Centraliza os elementos */
    padding: 3rem 1.5rem; /* Menor espaçamento nas laterais */
    gap: 2rem; /* Menor espaço entre os elementos */
  }

  .chamada-form h3 {
    font-size: 28px; /* Reduz o tamanho da fonte do título */
    line-height: 1.3; /* Ajusta o espaçamento entre as linhas */
  }

  #paragrafo-form {
    font-size: 16px; /* Reduz o tamanho da fonte do parágrafo */
    padding-top: 15px; /* Ajusta o padding superior */
  }

  .form-container {
    min-width: 80%;
    padding: 15px;
  }

  .btn-default {
    width: 60%; /* Botão ocupa mais espaço em telas menores */
    font-size: 16px; /* Ajusta o tamanho do texto */
  }

  .input-container {
    gap: 15px; /* Menor espaçamento entre os campos */
  }

  .form-control {
    padding: 15px; /* Ajusta o padding dos inputs */
  }

  .footer {
    justify-content: center;
    padding: 2rem 0;
  }

  .links {
    align-items: center;
  }

  .social {
    align-items: center;
  }

  .redes {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }

  .links ul {
    flex-direction: row;
    gap: 10px;
  }

  .logo img {
    height: 50px; /* Ajusta o tamanho da logo em dispositivos menores */
  }

  .redes a {
    font-size: 1rem; /* Ajusta o tamanho da fonte dos links de redes sociais */
  }
}

@media (max-width: 480px) {
  .section-1 {
    padding: 3rem 1.5rem;
    gap: 3rem;
  }

  .chamada-inicial h1 {
    font-size: 24px;
  }

  .chamada-inicial p {
    font-size: 14px;
  }

  .demo-button a.btn-demo {
    font-size: 16px;
    padding: 12px 20px;
  }

  .video-inicial iframe {
    width: 100%;
    height: 200px;
  }
  .form-container {
    min-width: 100%;
    padding: 10px;
  }

  .btn-default {
    width: 100%; /* O botão ocupa ainda mais espaço em telas muito pequenas */
    font-size: 14px;
  }

  .input-container {
    gap: 10px;
  }

  .form-control {
    padding: 12px; /* Ajusta ainda mais o padding para telas muito pequenas */
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
  }

  .links ul {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .social {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
  }

  .redes a {
    font-size: 0.9rem; /* Reduz o tamanho da fonte em dispositivos muito pequenos */
  }
}

.clear-btn {
  background: linear-gradient(180deg, #25c5ff -92%, #032836 196%);
  color: white; /* Cor do texto */
  border: none;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}
