
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Days+One&family=Nunito:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Suez+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Original+Surfer&display=swap");


:root {
  --font--1: "Nunito";
  --font--2: "Days One";
  --font--3: "Suez One";
  --font--4: "Original Surfer";
}

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


.sessao-header {
  position: relative;
  height: 60vh;
  width: 100%;
  background-color: rgb(42, 41, 48);
  border-bottom-left-radius: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.fa-bars {
  position: absolute;
  top: 2rem;
  font-size: 30px;
  right: 5rem;
  z-index: 1;
  visibility: hidden;
  display: none;
}


.img-background-sessao {
  position: absolute;
  left: 30%;
  width: 100%;
  height: 100%;
}

.img-background-sessao > img {
  opacity: 0.9;
  width: 50%;
  height: 100%;
  transform: scale(4);
}


.menu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  position: absolute;
  top: 1rem;
}

.menu-wrapper > .links-internos > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin: 0 1rem;
  font-weight: bold;
  transition: all 0.4s;
  font-family: var(--font--1);
}

.links-internos > a:hover {
  transform: scale(1.4);
}

.btn-logar {
  font-family: var(--font--2);
  cursor: pointer;
  margin: 10px;
  border: none;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.btn-login {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}

.btn-login:hover {
  border: solid 1px #fff;
}

.btn-sign {
  color: red;
  font-size: 10px;
  background-color: #fff;
}

.elementos-centrais {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font--1);
  color: #fff;
  font-size: 15px;
}

.btns-elementos-centrais > button {
  border: none;
  margin: 1rem;
  border-radius: 0.4rem;
  font-size: 15px;
  font-family: var(--font--3);
  padding: 1rem 1rem;
  cursor: pointer;
}

.btns-elementos-centrais > .btn-start {
  background-color: #fff;
  color: rgb(8, 24, 63);
}
.btns-elementos-centrais > .btn-learn {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}
.btns-centrais {
  transition: all 0.4s;
}
.btns-centrais:hover {
  transform: scale(1.2);
}


.sessao-principal {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}

.sessao-principal > .title-section {
  position: absolute;
  top: 2rem;
  left: 7rem;
  font-size: 30px;
  font-family: var(--font--4);
}

.texts-section {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 1rem;
  font-family: var(--font--1);
}

.texts-section-principal > h3 {
  font-size: 20px;
  color: rgb(74, 74, 118);
}

.texts-section-principal > p {
  font-weight: 600;
  font-size: 15px;
}

.text-introducing {
  margin: 2rem 0;
}


.sessao-smartphone {
  position: relative;
  width: 100%;
  height: 50vh;
  background-color: rgba(38, 38, 53, 0.893);
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.background-section-smartphone {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: -45rem;
  left: -1rem;
  transform: scale(1.4);
}

.smartphone-img > img {
  width: 18rem;
  z-index: 1;
}

.text-section-smartphone {
  width: 30%;
  color: #fff;
  font-family: var(--font--1);
}

.text-section-smartphone > .text-h1 {
  color: rgba(177, 177, 221, 0.893);
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}


.sessao-desktop {
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
}

.text-sessao-desktop {
  font-family: var(--font--1);
  width: 50%;
}

.text-open-simp {
  margin: 1rem 0;
}

.text-desktop > h3 {
  color: rgba(38, 38, 53, 0.893);
}

.text-desktop > p {
  font-weight: 500;
  color: #000;
}

.sessao-footer {
  height: 40vh;
  position: relative;
  width: 100%;
  background-color: rgb(34, 34, 44);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
  border-top-right-radius: 4rem;
}


.img-footer {
  margin: 2rem;
}

.links-footer {
  display: flex;
  flex-direction: column;
  font-family: var(--font--3);
  color: #fff;
}

.links-footer > a {
  margin: 0.3rem 0;
  color: #fff;
  text-decoration: none;
  font-family: var(--font--1);
  display: block;
}

.btn-voltar {
  display: block;
  padding: 0.7rem 0.7rem;
  border-radius: 0.4rem;
  text-decoration: none;
  color: #fff;
  font-family: var(--font--4);
  background-color: #788a;
}

@media (max-width: 1109px) {
  .sessao-smartphone {
    display: flex;
    flex-direction: column;
    height: 60vh;
  }
}

@media (max-width: 1013px) {
  .sessao-desktop {
    height: 150vh;
  }
}

@media (max-width: 746px) {
  .sessao-principal {
    height: 150vh;
  }
  .texts-section {
    width: 80%;
    margin: 0;
    position: relative;
    top: -6rem;
  }
  .text-sessao-desktop {
    position: relative;
    top: -7rem;
    width: 80%;
  }
  .img-section {
    position: relative;
    top: 4em;
  }
}

@media (max-width: 632px) {
  .sessao-principal {
    height: 190vh;
  }
  .menu-wrapper {
    background-color: rgb(101, 138, 162);
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 10rem;
    height: 100vh;
    z-index: 5;
    flex-direction: column;
    transform: translate3d(20rem, 0, 0);
    transition: all 0.4s;
  }
  .menu-wrapper.menu-speed {
    transform: translate3d(0, 0, 0);
  }
  .menu-wrapper > .img-logo {
    position: absolute;
    top: 2.7rem;
  }
  .menu-wrapper > .links-internos {
    margin: 1rem;
    position: absolute;
    top: 6rem;
  }
  .menu-wrapper > .links-internos > a {
    margin: 0.4rem;
  }
  .fa-bars {
    display: block;
    z-index: 100;
    visibility: inherit;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }

  .text-section-smartphone {
    font-size: 15px;
  }
}

@media (max-width: 485px) {
  .elementos-centrais h1 {
    font-size: 15px;
  }

  .sessao-smartphone {
    height: 100vh;
  }
  .text-section-smartphone {
    width: 90%;
  }
  .sessao-footer {
    display: flex;
    height: 150vh;
    align-items: center;
    flex-direction: column;
  }
}

@media Screen and (max-width: 320px) {
  .sessao-principal > .title-section {
    left: 2rem;
    font-size: 25px;
  }
  .img-section {
    text-align: center;
  }
  .img-section img {
    width: 80%;
    text-align: center;
  }

  .texts-section-principal {
    text-align: center;
  }

  .img-laptop {
    text-align: center;
  }
  .img-laptop > img {
    width: 80%;
  }

  .text-desktop {
    text-align: center;
  }
}
