html {
  overflow-y: scroll;
}

body {
  position: absolute;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}

p {
  font-family: 'Montserrat', sans-serif;
}

a {
  outline: none;
  text-decoration: none;
  color: black;
}

a:link, a:active, a:visited {
  color: none;
}

li {
  list-style-type: none;
}

body {
  background-color: #fff;
}

.container {
  /* max-width: 1440px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

/* GLOBAIS */

.header-container {
  /* max-width: 1170px; */
  /* padding: 20px; */
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header-logo {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0px;
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.header-box {
  display: flex;
  flex-direction: column;
}

.header-box>h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3rem;
}

.header-box>p {
  font-size: 1.1rem;
  color: #8D97B5;
  padding: 2.5rem 0px;
}

#nav>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem 4rem 0 0;
}

#nav>ul>li>a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}

#nav>ul>li:nth-child(n+5) {
  background: #FFFFFF;
  box-shadow: 2px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.6rem 1rem;
}

#nav>ul>li>a.teacher {
  color: #337499;
}

.button-header {
  font-family: 'Montserrat', sans-serif;
  ;
  color: #fff;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  border: none;
  background: #33C899;
  border-radius: 50px;
  cursor: pointer;
}

.header-icon {
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.1rem;
  background-color: #947AD4;
  border-radius: 50px;
  margin: 0 0.4rem;
}

.google {
  padding: 1.1rem 1.1rem;
  font-size: 1.2rem;
}

.header-menu {
  max-width: 770px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-image: url(./assets/background.svg);
  background-repeat: no-repeat;
}

main, footer {
  margin-top: 3rem;
  max-width: 1440px;
  width: 100%;
}

.main-container-we {
  background: rgba(244, 18, 100, 0.02);
  background-size: contain;
}

section.main-we {
  margin: 0 auto;
  /* max-width: 1170px; */
  /* padding: 20px; */
  ;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.we-title {
  padding-top: 2rem;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.we-title>h2 {
  color: #303030;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.we-title>p {
  padding-top: 1rem;
  color: #8D97B5;
  text-align: center;
}

.we-container>div {
  width: 10rem;
  height: 13rem;
}

#i1 {
  width: cover;
  grid-area: "a";
}

#i2 {
  grid-area: "a";
}

#i3 {
  grid-area: "c";
}

#i4 {
  grid-area: "d";
}

#i5 {
  grid-area: "e";
}

#i6 {
  grid-area: "f";
}

#i7 {
  grid-area: " g";
}

#i8 {
  grid-area: "h";
}

#i9 {
  grid-area: "i";
}

.d1 {
  display: grid;
  justify-content: flex-start;
}

.d2 {
  display: grid;
  align-content: flex-end;
}

.d3 {
  display: grid;
  justify-content: flex-start;
}

.d4 {
  display: grid;
  justify-content: center;
  align-content: center;
}

.d5 {
  display: grid;
  justify-content: flex-start;
  align-content: flex-end;
}

.d6 {
  display: grid;
  justify-content: center;
}

.d7 {
  display: grid;
  align-content: flex-end;
  justify-content: flex-end;
}

.d8 {
  display: grid;
  justify-content: flex-end;
}

.d9 {
  display: grid;
  align-content: center;
  justify-content: flex-end;
}

.we-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    'a b c d e'
    'f g . h i';
  row-gap: 3rem;
  column-gap: 1rem;
  padding-bottom: 4rem;
}

.main-app {
  margin: 0 auto;
  /* max-width: 1170px; */
  /* padding: 20px; */
  ;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  background: rgba(244, 18, 100, 0.02);
  background-size: contain;
}

.app-title {
  max-width: 400px;
}

.app-title>h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.app-title>p {
  color: #8D97B5;
}

.app-container {
  width: 50%;
  background-image: url(./assets/circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  display: flex;
  justify-content: center;
}

.main-goal {
  margin: 0 auto;
  /* max-width: 1170px; */
  /* padding: 20px; */
  ;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.goal-title {
  max-width: 400px;
}

.goal-title>h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.goal-title>p {
  color: #8D97B5;
}

.goal-container {
  width: 50%;
  background-image: url(./assets/circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.card1, .card2, .card3, .card4 {
  background-color: #fff;
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  width: 110%;
}

.card1 {
  max-width: 210px;
  justify-self: right;
  margin-right: 10px;
}

.card2 {
  max-height: 78px;
  align-self: end;
  margin-bottom: 2.5rem;
}

.card3 {
  max-width: 294px;
  max-height: 214px;
  align-self: center;
}

.card4 {
  max-width: 210px;
  justify-self: center;
}

section.main-carousel {
  margin: 7rem auto 0 auto;
  /* max-width: 1170px; */
  /* padding: 20px; */
  ;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.main-carousel {
  margin: 0 auto;
  /* max-width: 1170px; */
  /* padding: 20px; */
  ;
  width: 100%;
  display: flex;
}

.carousel-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-title>h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.carousel-title>p {
  color: #8D97B5;
  max-width: 570px;
  text-align: center;
}

.carousel-container {
  display: flex;
}

.card {
  margin: 3rem 1rem;
  max-width: 370px;
  padding: 2rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 10px;
}

.card-view {
  margin: 3rem 1rem;
  max-width: 370px;
  padding: 2rem;
  background: #FFFFFF;
  box-shadow: 0px 40px 80px rgba(16, 19, 51, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
}

.star {
  padding-right: 0.4rem;
}

.card>p, .card-view>p {
  color: #556E8B;
  font-size: 0.9rem;
  line-height: 150%;
  padding: 1rem 0;
}

.student {
  display: flex;
  justify-content: flex-start;
}

.student-container {
  margin-left: 1rem;
}

.student-container>h3 {
  color: #1B2B45;
  font-size: 1rem;
}

.student-container>p {
  color: #556E8B;
  font-size: 0.8rem;
  font-weight: 300;
}

.select {
  display: flex;
  justify-content: center;
  margin: 1rem 0 5rem 0;
}

.select>span {
  width: 20px;
  margin: 0px 0.2rem;
  opacity: 0.1;
  border: 6px solid #1B2B45;
  border-radius: 10px;
}

#student-check {
  width: 30px;
  border: 6px solid #F41264;
  opacity: 1;
}

/* FOOTER */
footer {
  margin: 0px;
}

.footer-app {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2.7rem 4rem;
  /* max-width: 1170px; */
  width: 96%;
  max-height: 220px;
  height: 100%;
  background-image: url(./assets/footer-background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.footer-app-title>h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.footer-app-title>p {
  font-size: 1.1rem;
}

.footer-app-button {
  max-width: 200px;
  width: 100%;
  max-height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(16, 19, 51, 0.15);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-button {
  background-color: #fff;
  border: none;
  color: #947AD4;
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-app-icon {
  color: #33C899;
  font-size: 2rem;
}

.footer-container {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-container-body {
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-container-body>h2 {
  margin: 1rem 0;
}

.footer-container-body>a {
  color: #947AD4;
  font-weight: 400;
}

.footer-container-body>p {
  color: #556E8B;
  margin: 1rem 0px;
  font-weight: 400;
}

.footer-social {
  margin-bottom: 3rem;
}

.footer-social>a {
  background: rgba(51, 200, 153, 0.1);
  border-radius: 5px;
  padding: 2px 5px;
  width: 24px;
}

.footer-social>a:nth-child(2) {
  margin: 0 0.8rem;
}