.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 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 #searchSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  body #searchSection .containerOne {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-image: url(../img/green-line2.svg);
    background-repeat: no-repeat;
    position: relative;
  }
  body #searchSection .containerOne h1 {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
    font-size: 3rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
  }
  body #searchSection .containerOne h4 {
    position: absolute;
    text-align: right;
    top: 33%;
    left: 62%;
    transform: translate(-62%, -33%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 12px;
    color: rgba(31, 182, 122, 0.5);
  }
  body #searchSection .containerOne input {
    padding: 11px 40px;
    transition: padding-right 0.3s ease;
    background-color: transparent;
    border: 1px dotted rgba(31, 182, 122, 0.7);
    outline: none;
    color: rgba(31, 182, 122, 0.6);
    transition: color 3s ease-in-out;
  }
  body #searchSection .containerOne input:hover {
    color: rgba(31, 182, 122, 0.9);
    border: 1px solid rgba(31, 182, 122, 0.6);
  }
  body #searchSection .containerOne ::placeholder {
    color: rgba(249, 105, 37, 0.3);
  }
  body #searchSection .containerTwo {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #searchSection .containerTwo #image-middle {
    width: 100%;
    height: 100vh;
    display: none;
    background-image: url(../img/A5-Book-Mockup-Hardcover-PSD.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.5s ease-in-out;
  }
  body #searchSection .containerTwo #image-middle:hover {
    background-size: 101%;
  }
  body #searchSection .greenBox {
    width: 100%;
    height: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  body #searchSection .greenBox h4.stayInspired {
    margin: 100px 0 100px 0;
    background-color: white;
    font-size: 1.6rem;
    border-bottom: 2px solid rgba(31, 182, 122, 0.6);
    color: rgba(31, 182, 122, 0.3);
  }
  body #searchSection .greenBox .container-books {
    padding: 5em 10em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    background-color: white;
  }
  body #searchSection .greenBox .container-books .quote {
    padding: 5px;
  }
  body #searchSection .greenBox .container-books .quote h3 {
    font-size: 1.2rem;
    padding: 2px 10px;
    color: #d1d1d1;
  }
  body #searchSection .greenBox .container-books .quote h6 {
    padding: 5px 2px 5px 10px;
    color: rgba(31, 182, 122, 0.4);
  }
  body #searchSection .greenBox .container-books .quote h5 {
    padding: 2px;
    color: #9c9c9c;
  }
  body #searchSection .greenBox .container-books .quote p {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a8a8a8;
    font-size: 1rem;
  }
  body #searchSection .greenBox .container-books .quote .img-box {
    width: 100%;
    height: 50%;
    padding-bottom: 15px;
  }
  body #searchSection .greenBox .container-books .quote .img-box img {
    width: 100%;
    min-height: auto;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
  }
  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 #searchSection {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  body #searchSection .containerOne {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    background-image: url(../img/green-line2.svg);
    background-repeat: no-repeat;
    position: relative;
  }
  body #searchSection .containerOne h1 {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
    font-size: 5rem;
    color: rgba(31, 182, 122, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
  }
  body #searchSection .containerOne h4 {
    position: absolute;
    top: 35%;
    left: 55%;
    transform: translate(-55%, -35%);
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(31, 182, 122, 0.7);
  }
  body #searchSection .containerOne input {
    padding: 11px 65px;
    transition: padding-right 0.3s ease;
    background-color: transparent;
    border: 1px dotted rgba(31, 182, 122, 0.7);
    outline: none;
    color: rgba(31, 182, 122, 0.6);
    transition: color 3s ease-in-out;
  }
  body #searchSection .containerOne input:hover {
    color: rgba(31, 182, 122, 0.9);
    border: 1px solid rgba(31, 182, 122, 0.6);
  }
  body #searchSection .containerOne ::placeholder {
    color: rgba(249, 105, 37, 0.3);
  }
  body #searchSection .containerTwo {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body #searchSection .containerTwo #image-middle {
    width: 100%;
    height: 100vh;
    display: none;
    background-image: url(../img/A5-Book-Mockup-Hardcover-PSD.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.5s ease-in-out;
  }
  body #searchSection .containerTwo #image-middle:hover {
    background-size: 101%;
  }
  body #searchSection .greenBox {
    width: 100%;
    height: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  body #searchSection .greenBox h4.stayInspired {
    padding: 200px 0 100px 0;
    background-color: white;
    font-size: 1.6rem;
    color: rgba(31, 182, 122, 0.3);
  }
  body #searchSection .greenBox .container-books {
    padding: 5em 10em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    background-color: white;
  }
  body #searchSection .greenBox .container-books .quote {
    padding: 5px;
  }
  body #searchSection .greenBox .container-books .quote h3 {
    font-size: 1.2rem;
    padding: 2px 10px;
    color: #d1d1d1;
  }
  body #searchSection .greenBox .container-books .quote h6 {
    padding: 5px 2px 5px 10px;
    color: rgba(31, 182, 122, 0.4);
  }
  body #searchSection .greenBox .container-books .quote h5 {
    padding: 2px;
    color: #9c9c9c;
  }
  body #searchSection .greenBox .container-books .quote p {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a8a8a8;
    font-size: 1rem;
  }
  body #searchSection .greenBox .container-books .quote .img-box {
    width: 100%;
    height: 50%;
    padding-bottom: 15px;
  }
  body #searchSection .greenBox .container-books .quote .img-box img {
    width: 100%;
    min-height: auto;
    object-fit: cover;
  }
}
*,
*::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;
}

#match-list {
  width: 100%;
  grid-gap: 1em;
  display: grid;
  grid-template-columns: 30% auto;
  justify-content: space-around;
  align-items: center;
}
#match-list .card {
  padding: 20px;
  width: 90%;
  grid-gap: 2em;
  display: grid;
  grid-template-columns: 30% auto;
  border-bottom: 1px dotted rgba(31, 182, 122, 0.9);
  justify-content: center;
  align-items: center;
}
#match-list .card .image {
  width: 100px;
  height: 120px;
}
#match-list .card h4 {
  font-family: monospace;
  color: #b3b3b3;
}
#match-list .card .text-primary {
  color: #282828;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

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