@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.modal-part {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0); }

.btn-open-modal {
  display: block;
  background-color: #fff;
  padding: .8rem 2.2rem;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif; }

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 300ms all ease;
  z-index: 1000; }
  .modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
    .modal-overlay a {
      display: block;
      width: 100%;
      height: 100%; }
  .modal-container {
    position: absolute;
    width: 80%;
    height: 25rem;
    max-width: 60rem;
    padding: 1rem 0;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 300ms all ease;
    background: url(../imgs/Pearson-25.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-container__header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding: .4rem .8rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal-container__header-title {
        font-size: 1.4em;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #feb145;
        margin: 0;
        padding: 0; }
    .modal-container__btn {
      width: 30px;
      position: absolute;
      top: 20px;
      right: 170px; }
      .modal-container__btn img {
        width: 100%;
        cursor: pointer; }
    .modal-container__next {
      position: absolute;
      font-size: 5rem;
      color: #feb145;
      top: 160px;
      left: 50px;
      cursor: pointer; }
    .modal-container__next2 {
      position: absolute;
      font-size: 5rem;
      color: #feb145;
      top: 160px;
      right: 50px;
      cursor: pointer; }
    .modal-container__content {
      overflow-x: none;
      overflow-y: auto;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      width: 68%;
      font-size: .9rem; }
      .modal-container__content p {
        text-align: justify; }
      .modal-container__content p + p {
        margin-top: .5rem; }

.modal2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 300ms all ease;
  z-index: 1000; }
  .modal2-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
    .modal2-overlay a {
      display: block;
      width: 100%;
      height: 100%; }
  .modal2-container2 {
    position: absolute;
    width: 80%;
    height: 25rem;
    max-width: 60rem;
    padding: 1rem 0;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 300ms all ease;
    background: url(../imgs/Pearson-25-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal2-container2__header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding: .4rem .8rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal2-container2__header-title {
        font-size: 1.4em;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #feb145;
        margin: 0;
        padding: 0; }
    .modal2-container2__btn {
      width: 30px;
      position: absolute;
      top: 20px;
      right: 170px; }
      .modal2-container2__btn img {
        width: 100%;
        cursor: pointer; }
    .modal2-container2__content {
      overflow-x: none;
      overflow-y: auto;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      width: 68%;
      font-size: .9rem;
      text-align: center; }
      .modal2-container2__content p {
        text-align: center; }
      .modal2-container2__content p + p {
        margin-top: .5rem; }

.modal.zoom-in .modal-container {
  transform: scale(0.8); }
.modal.zoom-out .modal-container {
  transform: scale(1.2); }

/*# sourceMappingURL=modal.css.map */
