* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.918);
  text-decoration: none;
}

body {
  background-image: url("/img/bg-homepage.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  color: rgba(255, 255, 255, 0.753);
  font-size: 16px;
  line-height: 24px;
}

.containerFlex {
  display: flex;
  width: 100%;
  max-width: 90%;
  margin: auto;
  align-items: center;
}

/* Homepage */

#bannerInicial {
  background-image: url("/img/bg-editavel-2500.png");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.botaoPrimario {
  background: linear-gradient(130deg, #024aff, #79dcff);
  padding: 20px 40px;
  font-family: "Clash Display";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 12px;
}

.botaoPrimario:hover {
  transform: translateY(-2px);
  transition: all 0.3s;
}

.botaoSecundario {
  background-color: rgba(255, 255, 255, 0.144);
  padding: 19px;
  border-radius: 20px;
  border: none;
  width: 62px;
}

.botaoSecundario:hover {
  transform: translateY(-2px);
  transition: all 0.3s;
}

.botaoSecundario:hover {
  background-color: rgba(255, 255, 255, 0.336);
}

.containerInicial {
  gap: 3%;
}

.containerInicialEsquerda {
  width: 49%;
}

.containerInicialDireita {
  width: 48%;
}

.logotipoMobileCut {
  width: 150px;
  opacity: 0.8;
  transition: all 0.3s;
  margin-bottom: 60px;
}

.logotipoMobileCut:hover {
  opacity: 1;
}

.containerInicialEsquerda h1 {
  font-size: 4.3vw;
}

.containerInicialEsquerda h2 {
  font-size: 1.5vw;
  font-weight: 200;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
}

.containerInicialEsquerda p {
  font-size: 18px;
  padding: 10px 0px 36px;
  line-height: 28px;
  box-shadow: 0 0 1 black;
}

.containerInicialBotoes {
  display: flex;
  gap: 20px;
  align-items: center;
}

.containerInicialDireita iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 32px;
}

.botaoSeta img {
  width: 20px;
  rotate: 90deg;
}



/* Seção Beneficios */

.beneficios {
  padding: 0px 0px 120px;
}

.containerBeneficios {
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

.containerBeneficios h2 {
  width: 100%;
  text-align: center;
  font-size: 4.3vw;
  padding: 40px 0px 40px;
}

.cards {
  width: 31%;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.183),
    rgba(255, 255, 255, 0.007)
  );
  padding: 28px 32px;
  border-radius: 32px;
  margin-bottom: 3%;
  border: 2px solid rgba(255, 255, 255, 0.219);
  border-right: 0;
  border-bottom: 0;
}

.cards h3 {
  font-size: 32px;
  font-weight: 500;
  margin-top: -8px;
  padding-bottom: 8px;
}

.iconeAnimado {
  margin-left: auto;
  width: max-content;
}

/* Seção da Faixa */

.faixa {
  background: linear-gradient(130deg, #0038ff, #79dcff);
  padding: 40px 40px;
}

.containerFaixa {
  flex-direction: column;
  align-items: flex-start;
}

.containerFaixa h2 {
  font-size: 4.3vw;
}

.containerFaixaDireita .containerInferior {
  width: max-content;
}

/* Faixa 2 */

.faixa2 {
  background: #011a7633;
  padding: 40px 0px;
}

.faixa2 .containerFaixaEsquerda {
  align-items: flex-start;
  width: 48%;
}

.faixa2 .containerFaixaEsquerda h2 {
  background-image: linear-gradient(130deg, #024aff, #79dcff);
  width: 30vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.faixa2 .containerFaixaDireita {
  flex-direction: column;
  width: 40%;
}

.faixa2 .icon-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.faixa2 .icon1 {
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
  padding: 13px 1.5vw;
  border: 1px solid rgba(224, 224, 224, 0.509);
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.faixa2 .icon1 img {
  height: 2vh;
  width: 2vw;
}

.faixa2 .icon1 h3 {
  font-size: 16px;
}

.faixa2 .containerFaixaDireita strong {
  background-image: linear-gradient(130deg, #024aff, #79dcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Seção Parallax */

.aprender {
  padding: 160px 0px;
}

.containerAprender {
  align-items: start;
  position: relative;
  gap: 6%;
}

.containerAprenderEsquerda {
  position: sticky;
  top: 24vh;
}

.containerAprenderEsquerda h2 {
  font-size: 4.3vw;
}

.containerAprenderEsquerda p {
  padding: 20px 0px 40px;
}

.containerAprenderDireita .cards {
  width: 100%;
  margin-bottom: 40px;
}

.containerAprenderDireita .cards h3 {
  padding-bottom: 4px;
}

.iconeAnimadoDegrade {
  width: max-content;
  margin-left: auto;
  background: linear-gradient(130deg, #0038ff, #79dcff);
  padding: 12px;
  border-radius: 24px;
}

/* SOBRE MIM CONTAINER */

.sobreMimContainer {
  gap: 10%;
  padding: 40px 8%;
}

.sobreMimEsquerda {
  width: 49%;
}

.sobreMimDireita {
  width: 48%;
}

.sobreMimEsquerda img {
  width: 42vw;
  opacity: 0.8;
  transition: all 0.3s;
  margin: 60px 0px;
}

.sobreMimDireita h1 {
  padding-bottom: 20px;
  font-size: 30px;
}

.sobreMimDireita p {
  padding-bottom: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
