@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("header.css");
@import url("menu.css");
@import url("testimonials.css");
@import url("footer.css");

:root {
  --color-primary-1: #fff9ea;
  --color-primary-2: #7dd6faef;
  --color-primary-4: #54abcede;
  --color-primary-6: #1a88b4;
  --color-primary-7: #f7f2f2;
  --color-neural-3: #f28705;
  --color-neutral-0: #fff;
  --color-neutral-1: #1d1d1d;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-primary-1);
}

section {
  padding: 28px 8%;
  margin-top: 100px;
}

b {
  font-weight: bold;
}

.btn-default {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary-4);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-default:hover {
  background-color: var(--color-primary-2);
}

.social-media-buttons {
  display: flex;
  gap: 18px;
}

.social-media-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 40px;
  background-color: var(--color-neutral-0);
  font-size: 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--color-neutral-1);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.social-media-buttons a:hover {
  box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  color: var(--color-primary-6);
  font-size: 1.563rem;
}

.section-subtitle {
  font-size: 2.1875rem;
}

a {
  text-decoration: none;
  color: var(--color-neutral-0);
}

#contato {
  background-color: var(--color-primary-4);
  color: var(--color-neutral-0);
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.buttons {
  display: inline-flex;
  justify-content: space-around;
  gap: 30px;
  padding-left: 20px;
}

.btn-default #sobre {
  padding: 10px 24px;
}

.btn-default a {
  text-decoration: none;
  color: var(--color-neutral-0);
}

#aqueceStar {
 background-color: var(--color-primary-4);
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}


.opcoes {
  display: inline;
  align-items: center;
  background-color: var(--color-primary-2);
  color: #3c39f0;
  height: 3rem;
  width: 8rem;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.opcoes a:hover {
  background-color: #5cbef0;
  transform: scale(1.1);
}

.opcoes a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

#home {
  display: flex;
  min-height: calc(100vh - 91px);
  position: relative;
  padding: 20px 8%;
  align-items: center;
  justify-content: space-between;
}

.section-default {
  flex-direction: row;
}

.section-reverse {
  flex-direction: row-reverse;
}

.section-reverse .description {
  padding-right: 100px;
}

#cta {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 5%;
}

#cta .title {
  font-size: 4rem;
  padding-right: 30px;
  color: var(--color-neutral-1);
}

#cta .title span {
  color: var(--color-primary-6);
}

#cta .description {
  font-size: 1.2rem;
  padding-right: 30px;
}

.description strong {
  color: var(--color-primary-6);
  font-weight: 600;
}

#banner {
  display: flex;
  align-items: start;
  justify-content: end;
  width: 70%;
  z-index: 2;
}

#banner img {
  height: 80%;
  width: 90%;
  border-radius: 0% 30% 0% 30%;
}

#banner .imagem-grande {
  height: 120%;
  width: 120%;
  max-width: none;
  border-radius: 0% 30% 0% 30%;
}

.section-reverse #banner img {
  border-radius: 30% 0% 30% 0%;
  margin-right: 70px;
}

.shape {
  background-color: var(--color-primary-2);
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 40% 0% 0% 20%;
  top: 0;
  right: 0;
  z-index: 1;
}

main {
  padding-bottom: 50px;
}

.section-reverse .shape {
  right: auto;
  left: 0;
  border-radius: 0% 40% 20% 0%;
}

#video-section {
  display: flex;
  min-height: calc(100vh - 91px);
  position: relative;
  padding: 20px 8%;
  align-items: center;
  justify-content: space-between;
}

#video-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-container video {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

/* Responsividade */

@media screen and (max-width: 768px) {
  section {
    padding: 20px 5%;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .section-subtitle {
    font-size: 1.8rem;
  }

  .btn-default {
    padding: 8px 12px;
    font-size: 0.9rem;
    display: flex; /* Garante que o botão seja exibido */
  }

  .buttons {
    flex-direction: column;
    gap: 20px;
  }

  .opcoes {
    width: 100%;
    margin-bottom: 10px;
  }

  #home {
    flex-direction: column;
    align-items: center;
  }

  #cta {
    order: 1; /* Move a descrição para cima */
  }

  #cta {
    width: 100%;
    text-align: center;
    order: 2; /* Move a div cta para baixo */
    margin-top: 10px;
  }

  
  #video-container {
    order: 2; /* Move o vídeo para baixo */
    width: 100%;
   /* Adiciona um espaço entre a descrição e o vídeo */
  }

  #cta .title {
    font-size: 3rem;
  }

  #cta .description {
    font-size: 1rem;
  }

  #banner {
    width: 100%;
    justify-content: center;
    order: 1; /* Move o banner para cima */
  }

  #banner img {
    width: 80%;
  }

  #banner .imagem-grande {
    width: 100%; /* Reduz o tamanho da imagem grande */
    height: auto;
  }

  .shape {
    width: 80%;
    height: 50%;
    border-radius: 30% 0% 0% 20%;
    order: 1; /* Move a shape para cima */
  }

  .section-reverse .shape {
    border-radius: 0% 30% 20% 0%;
  }

  #video-section {
    flex-direction: column;
    align-items: center;
  }

  #video-container {
    width: 100%;
  }

  #video-container video {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  section {
    padding: 15px 3%;
    margin-top: 0px;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .section-subtitle {
    font-size: 1.5rem;
  }

  .btn-default {
    padding: 6px 10px;
    font-size: 0.8rem;
    display: flex; /* Garante que o botão seja exibido */
  }

  .social-media-buttons {
    gap: 10px;
  }

  .social-media-buttons a {
    width: 35px;
    height: 30px;
    font-size: 1rem;
  }

  .buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }

  #cta {
    order: 1; /* Move a descrição para cima */
  }

  #video-container {
    order: 2; /* Move o vídeo para baixo */
    width: 100%;
    margin-top: 20px; /* Adiciona um espaço entre a descrição e o vídeo */
  }

  #contato,
  #aqueceStar, #sobre {
    font-size: 6px;
    padding: 6px 7px;
  }

  .opcoes {
    height: 2.5rem;
    font-size: 12px;
  }

  #home {
    flex-direction: column;
    padding: 20px 5%;
  }

  #cta {
    width: 100%;
    text-align: center;
    order: 2; /* Move a div cta para baixo */
    margin-top: 20px;
  }

  #cta .title {
    font-size: 2rem;
    padding-right: 0;
  }

  #cta .description {
    font-size: 0.9rem;
    padding-right: 0;
  }

  #banner {
    width: 100%;
    justify-content: center;
    order: 1; /* Move o banner para cima */
  }

  #banner img {
    width: 77%;
  }

  #banner .imagem-grande {
    width: 90%; /* Reduz o tamanho da imagem grande */
    height: auto;
  }

  .shape {
    width: 90%; /* Reduz levemente o tamanho da shape */
    height: 40%; /* Reduz levemente a altura da shape */
    border-radius: 20% 0% 0% 20%;
    order: 1; /* Move a shape para cima */
  }

  .section-reverse .shape {
    border-radius: 0% 20% 20% 0%;
  }

  #video-section {
    padding: 20px 5%;
  }

  #video-container {
    width: 100%;
  }

  #video-container video {
    width: 100%;
    max-width: 100%;
  }
}

/* Telas muito pequenas (ex: smartphones pequenos) */
@media (max-width: 360px) {
  .section-title {
    font-size: 1rem;
  }

  .section-subtitle {
    font-size: 1.2rem;
  }

  .btn-default {
    padding: 5px 8px;
    font-size: 0.7rem;
    display: flex; /* Garante que o botão seja exibido */
  }

  .social-media-buttons a {
    width: 30px;
    height: 25px;
    font-size: 0.9rem;
  }

  .buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 20%;
  }

  #contato,
  #aqueceStar, #sobre {
    font-size: 10px;
    padding: 9px 9px;
  }
}