.copyRight {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  z-index: 999999999;
  top: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.copyRight h1 {
  font-size: 2em;
  max-width: 400px;
}

.copyRight h1 span {
  background-color: #19a99f;
  color: #fff;
}

.copyRight p {
  font-size: 1.2em;
  font-weight: 500;
}

.copyRight a {
  text-decoration: none;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #19a99f;
}

.copyRight hr {
  border: 0.5px solid #f1f3f6;
  min-width: 5%;
  margin: 5px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 300px) {
  .container {
    min-width: 290px;
  }
}

@media (min-width: 375px) {
  .container {
    min-width: 365px;
  }
}

@media (min-width: 425px) {
  .container {
    min-width: 425px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 954px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1370px;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 2460px;
  }
}

* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*,
*::before,
*::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*::-moz-selection {
  background-color: #19a99f;
  color: #fff;
}

*::selection {
  background-color: #19a99f;
  color: #fff;
}

.section-books {
  min-width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../image/svg/bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-books .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-books .container .text {
  max-width: 500px;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #19a99f;
}

.section-books .container .text h1 {
  font-size: 3.5em;
}

.section-books .container .text p {
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.6;
}

.section-books .container .image {
  min-width: 600px;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: url("../image/svg/blob.svg");
  background-size: cover;
  background-position: center;
}

.section-books .container .image lottie-player {
  max-width: 300px;
}

.selection {
  background-color: #19a99f;
  padding: 100px;
}

.selection .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.selection .container .content-select {
  padding: 20px;
  border-radius: 5px;
  background-color: #f1f3f6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.selection .container .content-select select {
  padding: 5px 50px;
  border-radius: 5px;
}

.selection .container .content-select select option {
  text-indent: 0;
}

.selection .container .info-book .card {
  position: relative;
  background: #fff;
  border-radius: 25px;
  min-width: 200px;
  max-width: 250px;
  border: 1px solid #19a99f;
  text-align: center;
}

.selection .container .info-book .card:hover .image img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.selection .container .info-book .card > .image-author {
  border-radius: 15px;
  overflow: hidden;
  height: 50px;
  width: 50px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  top: 25px;
  left: 25px;
  z-index: 99;
}

.selection .container .info-book .card > .image-author img {
  width: 150%;
  background: #f1f3f6;
}

.selection .container .info-book .card > .image-author:hover {
  width: 80px;
  height: 80px;
}

.selection .container .info-book .card > .image-author:hover img {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}

.selection .container .info-book .card .image {
  margin: 15px;
  overflow: hidden;
  border: 1px solid #19a99f;
  border-radius: 25px;
  max-width: 270px;
  max-height: 280px;
}

.selection .container .info-book .card .image > img {
  width: 100%;
  -webkit-filter: grayscale(0.6);
          filter: grayscale(0.6);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.selection .container .info-book .card .control {
  min-width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.selection .container .info-book .card .control .next,
.selection .container .info-book .card .control .back {
  display: inline-block;
  padding: 10px 15px;
  background: #f1f3f6;
  cursor: pointer;
}

.selection .container .info-book .card .control .next:hover,
.selection .container .info-book .card .control .back:hover {
  padding: 10px 20px;
}

.selection .container .info-book .card .control .back img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.selection .container .info-book .card h3 {
  position: relative;
  width: auto;
  line-height: 2;
}

.selection .container .info-book .card h3::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background: #19a99f;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.selection .container .info-book .card .author {
  font-size: 0.9em;
  margin: 10px 0;
}

.selection .container .info-book .card::after {
  position: absolute;
  content: "";
  right: -25px;
  bottom: -25px;
  background: #f1f3f6;
  width: 95%;
  height: 100%;
  z-index: -99;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selection .container .info-book .card:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
/*# sourceMappingURL=sections-books.css.map */