.bg-active {
  background-color: rgba(31, 182, 122, 0.1);
  transition: all 0.5s ease-in-out;
}

body {
  background-color: white;
  height: 100%;
  overflow-x: hidden;
}
body #page {
  display: flex;
  flex-wrap: wrap;
}
body header {
  width: 100vw;
  min-height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
}
body header nav {
  width: 90%;
  min-height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header nav .logo a {
  text-decoration: none;
  font-family: monospace;
  letter-spacing: 10px;
  color: black;
  font-size: 1.2rem;
}
body header nav ul {
  list-style: none;
}
body header nav ul li {
  display: inline;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: black;
}
body header nav ul a {
  text-decoration: none;
  color: black;
  border-bottom: 4px solid transparent;
}
body header nav ul a:hover {
  color: rgba(31, 182, 122, 0.9);
  padding-bottom: 3px;
  border-bottom: 4px solid rgba(31, 182, 122, 0.6);
  transition: border-bottom 0.5s ease-in-out;
}
body #banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  background-image: url(../img/pattern.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
}
body #banner h1 {
  position: relative;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 6rem;
  color: rgba(31, 182, 122, 0.8);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
body #banner h2 {
  position: absolute;
  top: 50.5%;
  left: 65.5%;
  transform: translate(-65.5%, -50.5%);
  margin-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(31, 182, 122, 0.8);
}
body #topSection {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  background-image: url(../img/pattern.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: all 3s ease-in-out;
}
body #topSection .introTop {
  width: 100%;
  height: 120vh;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  position: relative;
}
body #topSection .introTop h1 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -12%);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: rgba(31, 182, 122, 0.5);
}
body #topSection .introTop p {
  text-align: justify;
  width: 48%;
  font-size: 1.1rem;
  color: rgba(31, 182, 122, 0.5);
  padding: 5px 0;
  line-height: 26px;
}
body #topSection .introTop .seeMoreBtn {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, -12%);
  padding: 15px 20px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(31, 182, 122, 0.4);
  border: 1px solid rgba(31, 182, 122, 0.4);
  transition: 0.2s ease-in-out;
}
body #topSection .introTop .seeMoreBtn:hover {
  border: 1px solid rgba(31, 182, 122, 0.9);
  color: rgba(31, 182, 122, 0.9);
}
body #topSection .topSectionImg {
  width: 100%;
  height: 80vh;
  background-image: url(../img/books-gestalt2.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body .credits {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .credits h3 {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 6.1rem;
  color: rgba(31, 182, 122, 0.8);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
body .credits h4 {
  position: absolute;
  top: 51%;
  left: 65%;
  transform: translate(-65%, -51%);
  margin-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(31, 182, 122, 0.8);
}
body #middleSection {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 120px 0 200px 0;
}
body #middleSection h3 {
  font-size: 1.5em;
  margin-top: 0;
  color: rgba(31, 182, 122, 0.5);
  font-style: italic;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body #middleSection p {
  line-height: 1em;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.4em;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: rgba(31, 182, 122, 0.4);
  margin: 10px 0;
}
body #middleSection p span {
  margin: 0 10px;
  color: rgba(31, 182, 122, 0.3);
}
body #middleSection #middleContainer {
  width: 80%;
  display: grid;
  grid-template-columns: 30% auto;
  border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
body #middleSection #middleContainer .boxImgTeam1, body #middleSection #middleContainer .boxImgTeam3, body #middleSection #middleContainer .boxImgTeam2 {
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: relative;
  margin: 10px;
  background-image: url(../img/orwell.jpg);
}
body #middleSection #middleContainer .boxImgTeam1:after, body #middleSection #middleContainer .boxImgTeam3:after, body #middleSection #middleContainer .boxImgTeam2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(244, 248, 246, 0.5);
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 2px 2px;
  background-position: center;
  /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
  opacity: 0.8;
}
body #middleSection #middleContainer .boxImgTeam2 {
  background-image: url(../img/Bido.jpg);
}
body #middleSection #middleContainer .boxImgTeam3 {
  background-image: url(../img/cosmonauta.jpg);
}
body #bottomSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
}
body #bottomSection h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(31, 182, 122, 0.5);
}
body #bottomSection .formWrapper {
  width: 100%;
  height: 20vh;
  margin: 0 0 30px 0;
  transition: 0.5s ease;
  display: flex;
  position: relative;
}
body #bottomSection .formWrapper .field-name,
body #bottomSection .formWrapper .field-email,
body #bottomSection .formWrapper .field-password,
body #bottomSection .formWrapper .field-finish {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: 40px;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  transition: all 0.5s ease;
}
body #bottomSection .formWrapper ::placeholder {
  color: rgba(249, 105, 37, 0.3);
}
body #bottomSection .formWrapper .field-name i,
body #bottomSection .formWrapper .field-email i,
body #bottomSection .formWrapper .field-password i,
body #bottomSection .formWrapper .field-finish i {
  padding: 10px;
  cursor: pointer;
  color: rgba(31, 182, 122, 0.2);
}
body #bottomSection .formWrapper .field-name input,
body #bottomSection .formWrapper .field-email input,
body #bottomSection .formWrapper .field-password input {
  background: none;
  border: none;
  flex: 1;
  height: 100%;
  outline: none;
}
body #bottomSection .formWrapper div.innactive {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 50%);
}
body #bottomSection .formWrapper div.innactive p {
  color: rgba(249, 105, 37, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
}
body #bottomSection .formWrapper div.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
@keyframes shake {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
body #footer {
  width: 100vw;
  height: 5vh;
}
body #footer .footerWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(31, 182, 122, 0.2);
}
body #footer .footerWrapper p {
  font-size: 0.7rem;
  color: rgba(31, 182, 122, 0.7);
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 568px) {
  body {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
  }
  body #page {
    display: flex;
    flex-wrap: wrap;
  }
  body header {
    width: 100vw;
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
  }
  body header nav {
    width: 90%;
    min-height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header nav .logo a {
    text-decoration: none;
    font-family: monospace;
    letter-spacing: 7px;
    color: black;
    font-size: 0.9rem;
  }
  body header nav ul {
    list-style: none;
  }
  body header nav ul li {
    display: inline;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: black;
  }
  body header nav ul a {
    text-decoration: none;
    color: black;
    border-bottom: 4px solid transparent;
  }
  body header nav ul a:hover {
    color: rgba(31, 182, 122, 0.9);
    padding-bottom: 3px;
    border-bottom: 4px solid rgba(31, 182, 122, 0.6);
    transition: border-bottom 0.5s ease-in-out;
  }
  body #banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  }
  body #banner h1 {
    position: relative;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 3rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
  }
  body #banner h2 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -48%);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #topSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: all 3s ease-in-out;
  }
  body #topSection .introTop {
    width: 100%;
    height: auto;
    padding: 200px 0 200px 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    position: relative;
  }
  body #topSection .introTop h1 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -12%);
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: rgba(31, 182, 122, 0.5);
  }
  body #topSection .introTop p {
    text-align: justify;
    width: 80%;
    font-size: 1rem;
    color: rgba(31, 182, 122, 0.5);
    padding: 5px 0;
    line-height: 22px;
  }
  body #topSection .introTop .seeMoreBtn {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -12%);
    padding: 15px 20px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.4);
    border: 1px solid rgba(31, 182, 122, 0.4);
    transition: 0.2s ease-in-out;
  }
  body #topSection .introTop .seeMoreBtn:hover {
    border: 1px solid rgba(31, 182, 122, 0.9);
    color: rgba(31, 182, 122, 0.9);
  }
  body #topSection .topSectionImg {
    width: 100%;
    height: 80vh;
    background-image: url(../img/books-gestalt2.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body .credits {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .credits h3 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 3.1rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    position: relative;
  }
  body .credits h4 {
    position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -48.5%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #middleSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 120px 0 100px 0;
  }
  body #middleSection h3 {
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0;
    margin-top: 0;
    color: rgba(31, 182, 122, 0.5);
    font-style: italic;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body #middleSection p {
    line-height: 20px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    text-align: left;
    font-size: 1em;
    padding: 30px 0;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: rgba(31, 182, 122, 0.4);
    margin: 30px 0;
  }
  body #middleSection p span {
    margin: 0 5px;
    color: rgba(31, 182, 122, 0.3);
  }
  body #middleSection #middleContainer {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  body #middleSection #middleContainer .boxImgTeam1, body #middleSection #middleContainer .boxImgTeam2, body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/orwell.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam1:after, body #middleSection #middleContainer .boxImgTeam2:after, body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam2 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/Bido.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/cosmonauta.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #bottomSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  body #bottomSection h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(31, 182, 122, 0.5);
  }
  body #bottomSection .formWrapper {
    width: 100%;
    height: 20vh;
    margin: 0 0 30px 0;
    transition: 0.5s ease;
    display: flex;
    position: relative;
  }
  body #bottomSection .formWrapper .field-name,
body #bottomSection .formWrapper .field-email,
body #bottomSection .formWrapper .field-password,
body #bottomSection .formWrapper .field-finish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: 40px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  body #bottomSection .formWrapper ::placeholder {
    color: rgba(249, 105, 37, 0.3);
  }
  body #bottomSection .formWrapper .field-name i,
body #bottomSection .formWrapper .field-email i,
body #bottomSection .formWrapper .field-password i,
body #bottomSection .formWrapper .field-finish i {
    padding: 10px;
    cursor: pointer;
    color: rgba(31, 182, 122, 0.2);
  }
  body #bottomSection .formWrapper .field-name input,
body #bottomSection .formWrapper .field-email input,
body #bottomSection .formWrapper .field-password input {
    background: none;
    border: none;
    flex: 1;
    height: 100%;
    outline: none;
  }
  body #bottomSection .formWrapper div.innactive {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 50%);
  }
  body #bottomSection .formWrapper div.innactive p {
    color: rgba(249, 105, 37, 0.3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
  body #bottomSection .formWrapper div.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%);
  }
  @keyframes shake {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      transform: translate(-50%, -50%) rotate(10deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  body #footer {
    width: 100vw;
    height: 5vh;
  }
  body #footer .footerWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 182, 122, 0.2);
  }
  body #footer .footerWrapper p {
    font-size: 0.7rem;
    color: rgba(31, 182, 122, 0.7);
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 569px) {
  body {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
  }
  body #page {
    display: flex;
    flex-wrap: wrap;
  }
  body header {
    width: 100vw;
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
  }
  body header nav {
    width: 90%;
    min-height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header nav .logo a {
    text-decoration: none;
    font-family: monospace;
    letter-spacing: 7px;
    color: black;
    font-size: 0.9rem;
  }
  body header nav ul {
    list-style: none;
  }
  body header nav ul li {
    display: inline;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6rem;
    color: black;
  }
  body header nav ul a {
    text-decoration: none;
    color: black;
    border-bottom: 4px solid transparent;
  }
  body header nav ul a:hover {
    color: rgba(31, 182, 122, 0.9);
    padding-bottom: 3px;
    border-bottom: 4px solid rgba(31, 182, 122, 0.6);
    transition: border-bottom 0.5s ease-in-out;
  }
  body #banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  }
  body #banner h1 {
    position: relative;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 3rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
  }
  body #banner h2 {
    position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -48.5%);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #topSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: all 3s ease-in-out;
  }
  body #topSection .introTop {
    width: 100%;
    height: auto;
    padding: 200px 0 200px 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    position: relative;
  }
  body #topSection .introTop h1 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -12%);
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: rgba(31, 182, 122, 0.5);
  }
  body #topSection .introTop p {
    text-align: justify;
    width: 80%;
    font-size: 1rem;
    color: rgba(31, 182, 122, 0.5);
    padding: 5px 0;
    line-height: 22px;
  }
  body #topSection .introTop .seeMoreBtn {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -12%);
    padding: 15px 20px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.4);
    border: 1px solid rgba(31, 182, 122, 0.4);
    transition: 0.2s ease-in-out;
  }
  body #topSection .introTop .seeMoreBtn:hover {
    border: 1px solid rgba(31, 182, 122, 0.9);
    color: rgba(31, 182, 122, 0.9);
  }
  body #topSection .topSectionImg {
    width: 100%;
    height: 80vh;
    background-image: url(../img/books-gestalt2.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body .credits {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .credits h3 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 3.5rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    position: relative;
  }
  body .credits h4 {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -49%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #middleSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 120px 0 100px 0;
  }
  body #middleSection h3 {
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0;
    margin-top: 0;
    color: rgba(31, 182, 122, 0.5);
    font-style: italic;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body #middleSection p {
    line-height: 20px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    text-align: left;
    font-size: 1em;
    padding: 30px 0;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: rgba(31, 182, 122, 0.4);
    margin: 30px 0;
  }
  body #middleSection p span {
    margin: 0 5px;
    color: rgba(31, 182, 122, 0.3);
  }
  body #middleSection #middleContainer {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  body #middleSection #middleContainer .boxImgTeam1, body #middleSection #middleContainer .boxImgTeam2, body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/orwell.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam1:after, body #middleSection #middleContainer .boxImgTeam2:after, body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam2 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/Bido.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    margin: 10px;
    background-image: url(../img/cosmonauta.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #bottomSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  body #bottomSection h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(31, 182, 122, 0.5);
  }
  body #bottomSection .formWrapper {
    width: 100%;
    height: 20vh;
    margin: 0 0 30px 0;
    transition: 0.5s ease;
    display: flex;
    position: relative;
  }
  body #bottomSection .formWrapper .field-name,
body #bottomSection .formWrapper .field-email,
body #bottomSection .formWrapper .field-password,
body #bottomSection .formWrapper .field-finish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: 40px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  body #bottomSection .formWrapper ::placeholder {
    color: rgba(249, 105, 37, 0.3);
  }
  body #bottomSection .formWrapper .field-name i,
body #bottomSection .formWrapper .field-email i,
body #bottomSection .formWrapper .field-password i,
body #bottomSection .formWrapper .field-finish i {
    padding: 10px;
    cursor: pointer;
    color: rgba(31, 182, 122, 0.2);
  }
  body #bottomSection .formWrapper .field-name input,
body #bottomSection .formWrapper .field-email input,
body #bottomSection .formWrapper .field-password input {
    background: none;
    border: none;
    flex: 1;
    height: 100%;
    outline: none;
  }
  body #bottomSection .formWrapper div.innactive {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 50%);
  }
  body #bottomSection .formWrapper div.innactive p {
    color: rgba(249, 105, 37, 0.3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
  body #bottomSection .formWrapper div.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%);
  }
  @keyframes shake {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      transform: translate(-50%, -50%) rotate(10deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  body #footer {
    width: 100vw;
    height: 5vh;
  }
  body #footer .footerWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 182, 122, 0.2);
  }
  body #footer .footerWrapper p {
    font-size: 0.7rem;
    color: rgba(31, 182, 122, 0.7);
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
  }
  body #page {
    display: flex;
    flex-wrap: wrap;
  }
  body header {
    width: 100vw;
    min-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
  }
  body header nav {
    width: 90%;
    min-height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header nav .logo a {
    text-decoration: none;
    font-family: monospace;
    letter-spacing: 10px;
    color: black;
    font-size: 1.2rem;
  }
  body header nav ul {
    list-style: none;
  }
  body header nav ul li {
    display: inline;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: black;
  }
  body header nav ul a {
    text-decoration: none;
    color: black;
    border-bottom: 4px solid transparent;
  }
  body header nav ul a:hover {
    color: rgba(31, 182, 122, 0.9);
    padding-bottom: 3px;
    border-bottom: 4px solid rgba(31, 182, 122, 0.6);
    transition: border-bottom 0.5s ease-in-out;
  }
  body #banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  }
  body #banner h1 {
    position: relative;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 6rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
  }
  body #banner h2 {
    position: absolute;
    top: 50.5%;
    left: 63.5%;
    transform: translate(-63.5%, -50.5%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #topSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-image: url(../img/pattern.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: all 3s ease-in-out;
  }
  body #topSection .introTop {
    width: 100%;
    height: 120vh;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    position: relative;
  }
  body #topSection .introTop h1 {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -12%);
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: rgba(31, 182, 122, 0.5);
  }
  body #topSection .introTop p {
    text-align: justify;
    width: 48%;
    font-size: 1.1rem;
    color: rgba(31, 182, 122, 0.5);
    padding: 5px 0;
    line-height: 26px;
  }
  body #topSection .introTop .seeMoreBtn {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, -12%);
    padding: 15px 20px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.4);
    border: 1px solid rgba(31, 182, 122, 0.4);
    transition: 0.2s ease-in-out;
  }
  body #topSection .introTop .seeMoreBtn:hover {
    border: 1px solid rgba(31, 182, 122, 0.9);
    color: rgba(31, 182, 122, 0.9);
  }
  body #topSection .topSectionImg {
    width: 100%;
    height: 80vh;
    background-image: url(../img/books-gestalt2.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body .credits {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body .credits h3 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 6.1rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
  }
  body .credits h4 {
    position: absolute;
    top: 51%;
    left: 63%;
    transform: translate(-63%, -51%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.8);
  }
  body #middleSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 120px 0 200px 0;
  }
  body #middleSection h3 {
    text-align: left;
    font-size: 1.5em;
    margin-top: 0;
    color: rgba(31, 182, 122, 0.5);
    font-style: italic;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  body #middleSection p {
    line-height: 1em;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 1.4em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: rgba(31, 182, 122, 0.4);
    margin: 10px 0;
  }
  body #middleSection p span {
    margin: 0 10px;
    color: rgba(31, 182, 122, 0.3);
  }
  body #middleSection #middleContainer {
    width: 80%;
    display: grid;
    grid-template-columns: 30% auto;
    border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  body #middleSection #middleContainer .boxImgTeam1, body #middleSection #middleContainer .boxImgTeam2, body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    position: relative;
    margin: 10px;
    background-image: url(../img/orwell.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam1:after, body #middleSection #middleContainer .boxImgTeam2:after, body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam2 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    position: relative;
    margin: 10px;
    background-image: url(../img/Bido.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #middleSection #middleContainer .boxImgTeam3 {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    position: relative;
    margin: 10px;
    background-image: url(../img/cosmonauta.jpg);
  }
  body #middleSection #middleContainer .boxImgTeam3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(244, 248, 246, 0.5);
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: center;
    /* background-position: 0 0, 5px 0, 5px -5px, 0px 5px; */
    opacity: 0.8;
  }
  body #bottomSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  body #bottomSection h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(31, 182, 122, 0.5);
  }
  body #bottomSection .formWrapper {
    width: 100%;
    height: 20vh;
    margin: 0 0 30px 0;
    transition: 0.5s ease;
    display: flex;
    position: relative;
  }
  body #bottomSection .formWrapper .field-name,
body #bottomSection .formWrapper .field-email,
body #bottomSection .formWrapper .field-password,
body #bottomSection .formWrapper .field-finish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: 40px;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  body #bottomSection .formWrapper ::placeholder {
    color: rgba(249, 105, 37, 0.3);
  }
  body #bottomSection .formWrapper .field-name i,
body #bottomSection .formWrapper .field-email i,
body #bottomSection .formWrapper .field-password i,
body #bottomSection .formWrapper .field-finish i {
    padding: 10px;
    cursor: pointer;
    color: rgba(31, 182, 122, 0.2);
  }
  body #bottomSection .formWrapper .field-name input,
body #bottomSection .formWrapper .field-email input,
body #bottomSection .formWrapper .field-password input {
    background: none;
    border: none;
    flex: 1;
    height: 100%;
    outline: none;
  }
  body #bottomSection .formWrapper div.innactive {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 50%);
  }
  body #bottomSection .formWrapper div.innactive p {
    color: rgba(249, 105, 37, 0.3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
  }
  body #bottomSection .formWrapper div.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%);
  }
  @keyframes shake {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      transform: translate(-50%, -50%) rotate(10deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  body #footer {
    width: 100vw;
    height: 5vh;
  }
  body #footer .footerWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 182, 122, 0.2);
  }
  body #footer .footerWrapper p {
    font-size: 0.7rem;
    color: rgba(31, 182, 122, 0.7);
    font-family: Arial, Helvetica, sans-serif;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 1em;
  /* background-color: #fff; */
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px black;
}

body::-webkit-scrollbar-thumb {
  background-color: #0f0f0f;
  outline: none;
}

/*# sourceMappingURL=styles.css.map */
