/* Reset CSS */

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* Váriaveis de cor */

:root {
  --azul-escuro: #0a0f5c;
  --azul-claro: #1300e1;
  --verde: #ccff00;
  --branco: #ffffff;
  --branco2: #e2e8f0;
  --back: #eae8ff;
  --cinza: #94a3b8;
  --cinza-escuro: #454557;
}

main {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.sec1 {
  width: 30%;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: var(--azul-escuro);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#eclipse {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 60%;
}

#eclipse2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.titulo {
  width: 90%;
  height: 40px;
  display: flex;
  margin: 10% auto;
}

.itens_titulo {
  width: 80%;
  height: auto;
  display: flex;
  margin: 0 auto;
  gap: 10px;
}

.itens_titulo img {
  width: 45px;
  height: 35px;
  margin-top: 2%;
  align-self: center;
  border-radius: 3px;
}

.itens_titulo h1 {
  font-family: "Space Grotesk";
  color: var(--branco);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 1px;
}

.plataform {
  width: 80%;
  margin: 0 auto;
  height: 50px;
  border-radius: 417px;
  border: 1px solid var(--verde);
  background-color: var(--cinza-escuro);
  display: flex;
  justify-content: center;
  gap: 20px;
}

.plataform img {
  width: 10.705px;
  height: 8.182px;
  align-self: center;
}

.plataform h2 {
  color: var(--verde);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text_sec1 {
  width: 80%;
  height: auto;
  margin: 5% auto;
}

.text_sec1 h1 {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1px;
}

.text_sec1 span {
  color: var(--verde);
}

.text2_sec2 {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.text2_sec2 h2 {
  color: var(--cinza);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
}

/* Items */

.items_container {
  width: 80%;
  height: 300px;
  margin: 4% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}

.star {
  width: 20%;
  height: 60px;
  justify-content: center;
  display: flex;
  background-color: var(--cinza-escuro);
  border-radius: 10px;
}

.item h2 {
  color: var(--branco2);
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
}

/* Section 2 */

.sec2 {
  height: auto;
  border: 1px solid blue;
  background-color: var(--back);
  z-index: 2;
}

.container_buttons {
  width: 70%;
  height: 100px;
  margin: 5% auto;
  border-radius: 20px;
  background: var(--branco);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

/* Botões */

.btn1 {
  width: 40%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--branco);
  border-radius: 20px;
  overflow: hidden;
}

.btn1 button {
  color: #e2e8f0;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  background-color: var(--azul-escuro);
  width: 100%;
  height: 72px;
  border-radius: 20px;
}

.btn1 button:hover {
  background-color: var(--verde);
  color: var(--azul-escuro);
  border: 1px solid var(--azul-escuro);
  transition: 0.1s;
  cursor: pointer;
}

/* Texts */

.title_sec2 {
  width: 70%;
  height: 120px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-around;
}

.title_sec2 h1 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.title_sec2 h2 {
  color: var(--cinza-escuro);
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

/* Btn google */

.google {
  width: 60%;
  height: 100px;
  margin: 2% auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google button {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  background-color: var(--branco);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #161c21;
  gap: 2%;
}

.google button h2 {
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.google button:hover {
  background-color: var(--azul-claro);
  border: 2px solid var(--azul-escuro);
  color: var(--branco);
  cursor: pointer;
}

.itens_google h2:hover {
  color: var(--branco);
  cursor: pointer;
}

.itens_google {
  width: 65%;
}

.separar {
  width: 60%;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}

.separar img {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.separar h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

/* Campos de login */

.email_container {
  width: 70%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.email_container h2 {
  color: #0a0f5c;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.email {
  width: 100%;
  height: 60px;
}

.email input {
  width: 100%;
  height: 80px;
  background-color: var(--cinza-escuro);
  color: var(--cinza);
  border-radius: 20px;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  padding: 30px;
}

#senha {
  display: flex;
  justify-content: right;
  margin: 1%;
}

#senha a {
  text-decoration: none;
  color: var(--azul-claro);
}

/* Botão confirmar */

.confirmar {
  width: 70%;
  height: 80px;
  margin: 5% auto;
}

.confirmar button {
  width: 100%;
  height: 80px;
  background-color: var(--azul-claro);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.confirmar button:hover {
  background-color: var(--verde);
  color: var(--azul-escuro);
  border: 2px solid var(--azul-escuro);
  transition: 0.2s;
  cursor: pointer;
}

/* ===== RESPONSIVIDADE MOBILE ===== */

@media (max-width: 768px) {
  main {
    flex-direction: column;
  }

  .sec1 {
    width: 100%;
    height: auto;
    min-height: unset;
    padding: 24px 0 32px;
    overflow: hidden;
  }

  .container_sec1 {
    width: 100%;
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    align-items: flex-start;
  }

  .titulo {
    width: 100%;
    margin: 0 auto;
  }

  .itens_titulo h1 {
    font-size: 22px;
  }

  .itens_titulo img {
    width: 35px;
    height: 25px;
    align-self: center;
  }

  .plataform {
    width: 60%;
    height: auto;
    margin: 0 5%;
    gap: 10px;
  }

  .plataform h2 {
    font-size: 10px;
    line-height: 38px;
  }

  .text_sec1 {
    width: 90%;
    margin: 0 auto;
  }

  .text_sec1 h1 {
    font-size: 25px;
    line-height: 44px;
  }

  .text2_sec2 {
    width: 90%;
    margin: 0 auto;
  }

  .text2_sec2 h2 {
    font-size: 12px;
    line-height: 24px;
  }

  .items_container {
    display: none;
  }

  #eclipse {
    width: 180px;
    top: -20px;
    left: 55%;
  }

  #eclipse2 {
    display: none;
  }

  /* Seção 2 */
  .sec2 {
    width: 100%;
    border: none;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
  }

  .container_buttons {
    width: 90%;
    height: 60px;
    gap: 10px;
    margin: 5% auto;
    border-radius: 14px;
    padding: 6px;
  }

  .btn1 {
    width: 48%;
    height: 45px;
    border-radius: 12px;
  }

  .btn1 button {
    font-size: 15px;
    height: 40px;
    border-radius: 12px;
  }

  .title_sec2 {
    width: 90%;
    height: auto;
    margin: 0 auto 12px;
  }

  .title_sec2 h1 {
    font-size: 20px;
    line-height: 34px;
  }

  .title_sec2 h2 {
    font-size: 12px;
    line-height: 22px;
  }

  .email_container {
    width: 90%;
    height: auto;
    gap: 8px;
    margin: 0 auto 8px;
  }

  .email_container h2 {
    font-size: 12px;
    line-height: 26px;
  }

  .email {
    height: auto;
  }

  .email input {
    height: 50px;
    font-size: 12px;
    border-radius: 12px;
    padding: 14px;
  }

  .google {
    display: none;
  }

  .separar {
    display: none;
  }

  /* Botão confirmar */
  .confirmar {
    width: 90%;
    height: 50px;
    margin: 12px auto;
  }

  .confirmar button {
    height: 50px;
    font-size: 15px;
    border-radius: 14px;
  }
}

/* ===== RESPONSIVIDADE TABLET ===== */

@media (min-width: 769px) and (max-width: 1024px) {
  .sec1 {
    width: 35%;
    height: auto;
    min-height: 100vh;
  }

  .container_sec1 {
    height: auto;
    min-height: 100vh;
    gap: 24px;
    padding: 20px 0;
  }

  .itens_titulo img {
    width: 45px;
    height: 35px;
  }

  .itens_titulo h1 {
    font-size: 30px;
  }

  .plataform {
    width: 80%;
    height: 42px;
  }

  .plataform h2 {
    font-size: 10px;
    line-height: 42px;
  }

  .text_sec1 {
    width: 80%;
  }

  .text_sec1 h1 {
    font-size: 32px;
    line-height: 54px;
  }

  .text2_sec2 {
    width: 80%;
  }

  .text2_sec2 h2 {
    font-size: 15px;
    line-height: 30px;
  }

  .items_container {
    width: 80%;
    height: auto;
    gap: 12px;
  }

  .item {
    height: 60px;
    gap: 14px;
  }

  .item h2 {
    font-size: 12px;
    line-height: 24px;
  }

  .star {
    width: 20%;
    height: 40px;
  }

  /* Seção 2 */

  .sec2 {
    width: 65%;
  }

  .container_buttons {
    width: 80%;
    height: 60px;
    gap: 20px;
    margin: 4% auto;
  }

  .btn1 {
    width: 42%;
    height: 40px;
    border-radius: 16px;
  }

  .btn1 button {
    font-size: 15px;
    height: 40px;
    border-radius: 16px;
  }

  .title_sec2 {
    width: 80%;
    height: auto;
    gap: 8px;
    margin-bottom: 16px;
  }

  .title_sec2 h1 {
    font-size: 25px;
    line-height: 42px;
  }

  .title_sec2 h2 {
    font-size: 15px;
    line-height: 28px;
  }

  .google {
    width: 75%;
    height: 50px;
  }

  .google button {
    height: 50px;
    border-radius: 16px;
  }

  .google button img {
    width: 30px;
  }

  .google button h2 {
    font-size: 18px;
  }

  .separar {
    width: 75%;
    gap: 10px;
  }

  .separar h2 {
    font-size: 15px;
  }

  .email_container {
    width: 80%;
    height: auto;
    gap: 16px;
    margin: 0 auto 16px;
  }

  .email_container h2 {
    font-size: 15px;
    line-height: 28px;
  }

  .email input {
    height: 50px;
    font-size: 14px;
    border-radius: 16px;
    padding: 20px;
  }

  .confirmar {
    width: 80%;
    height: 60px;
    margin: 3% auto;
  }

  .confirmar button {
    height: 50px;
    font-size: 18px;
    border-radius: 16px;
  }
}

/* ===== RESPONSIVIDADE DESKTOP MÉDIO ===== */

@media (min-width: 1025px) {
  .sec1 {
    width: 30%;
    height: auto;
    min-height: 100vh;
  }

  .container_sec1 {
    height: auto;
    min-height: 100vh;
    gap: 20px;
    padding: 24px 0;
  }

  .itens_titulo {
    width: 80%;
  }

  .itens_titulo img {
    width: 55px;
    height: 45px;
  }

  .itens_titulo h1 {
    font-size: 35px;
  }

  .plataform {
    width: 70%;
    height: 50px;
  }

  .plataform h2 {
    font-size: 12px;
    line-height: 48px;
  }

  .text_sec1 {
    width: 70%;
  }

  .text_sec1 h1 {
    font-size: 40px;
    line-height: 58px;
  }

  .text2_sec2 {
    width: 70%;
  }

  .text2_sec2 h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .items_container {
    width: 70%;
    height: auto;
    gap: 10px;
  }

  .item {
    height: 65px;
    gap: 16px;
  }

  .item h2 {
    font-size: 14px;
    line-height: 28px;
  }

  .star {
    width: 20%;
    height: 35px;
  }

  /* Seção 2 */

  .sec2 {
    width: 70%;
  }

  .container_buttons {
    width: 70%;
    height: 70px;
    gap: 30px;
    margin: 4% auto;
  }

  .btn1 {
    width: 42%;
    height: 50px;
    border-radius: 18px;
  }

  .btn1 button {
    font-size: 25px;
    height: 50px;
    border-radius: 18px;
  }

  .title_sec2 {
    width: 70%;
    height: auto;
    gap: 8px;
    margin-bottom: 14px;
  }

  .title_sec2 h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .title_sec2 h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .google {
    width: 60%;
    height: 70px;
  }

  .google img {
    width: 50px;
  }

  .google button {
    height: 70px;
    border-radius: 18px;
  }

  .google button h2 {
    font-size: 20px;
  }

  .separar {
    width: 60%;
    gap: 10px;
  }

  .separar h2 {
    font-size: 20px;
  }

  .email_container {
    width: 70%;
    height: auto;
    gap: 20px;
    margin: 0 auto 16px;
  }

  .email_container h2 {
    font-size: 18px;
    line-height: 32px;
  }

  .email input {
    height: 60px;
    font-size: 18px;
    border-radius: 18px;
    padding: 24px;
  }

  .confirmar {
    width: 70%;
    height: 72px;
    margin: 3% auto;
  }

  .confirmar button {
    height: 60px;
    font-size: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .itens_titulo h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .plataform {
    width: 78%;
  }

  .plataform h2 {
    font-size: 9px;
    line-height: 30px;
  }

  .text_sec1 h1 {
    font-size: 21px;
    line-height: 32px;
  }

  .text2_sec2 h2 {
    font-size: 11px;
    line-height: 20px;
  }

  .title_sec2 h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .title_sec2 h2,
  .email_container h2 {
    font-size: 11px;
    line-height: 20px;
  }

  .email input {
    height: 46px;
    font-size: 11px;
    padding: 10px 12px;
  }

  .confirmar {
    height: 46px;
  }

  .confirmar button {
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
  }
}

/* ===== RESPONSIVIDADE 1500px+ ===== */

@media (min-width: 1500px) {
  .itens_titulo {
    width: 90%;
  }

  .itens_titulo h1 {
    font-size: 30px;
  }

  .plataform {
    width: 80%;
    height: 70px;
  }

  .plataform h2 {
    font-size: 18px;
    line-height: 66px;
  }

  .text_sec1 {
    width: 80%;
  }

  .text_sec1 h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .text2_sec2 {
    width: 80%;
  }

  .text2_sec2 h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .items_container {
    width: 80%;
    height: auto;
    gap: 20px;
  }

  .item {
    height: 70px;
    gap: 18px;
  }

  .item h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .star {
    width: 20%;
    height: 50px;
  }

  /* Seção 2 */

  .container_buttons {
    width: 70%;
    height: 80px;
  }

  .btn1 {
    height: 60px;
  }

  .title_sec2 {
    width: 70%;
  }

  .title_sec2 h1 {
    font-size: 40px;
  }

  .title_sec2 h2 {
    font-size: 22px;
  }

  .google img {
    width: 50px;
  }

  .google button h2 {
    font-size: 25px;
  }

  .email_container {
    width: 70%;
  }

  .email_container h2 {
    font-size: 20px;
  }

  .email input {
    height: 70px;
    font-size: 20px;
  }

  .confirmar {
    width: 60%;
    height: 72px;
    margin: 3% auto;
  }
}
