@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
#login-body {
  height: 100%;
}

#login-body {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../assets/images/biblioteca/wallpaper.png');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: auto;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  height: 100%;
}

.imgLogin {
  display: flex;
  margin-top: auto;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.imgLogin img {
  /* position: absolute; */
  left: 0;
  /* bottom: 0; */
  max-width: 100%;
  margin: auto;
}

.boxLogin {
  display: flex;
  flex-direction: column;
  padding: 2em 0;
  z-index: 1;
  width: 553px;
  max-width: 100%;
  height: 100%;
}

/* EXCLUIR CONTA */

#login-body.bkg_sad {
  background-image: url('../../assets/images/biblioteca/wallpaper_pb.png');
}

.login-home-excluir {
  background: #fff;
  border-bottom: 4px solid #840000;
  padding: 1em 0;
}

.login-home-excluir img {
  height: 3em;
  display: block;
  margin: auto;
}

.icon-excluir {
  display: block;
  text-align: center;
  font-size: 8em;
  margin-bottom: .2em;
  color: #F2994A;
}

form[role="login"] input.email-excluir {
  margin-top: 1em;
}

.box-cards-senha.box-card-excluir {
  width: 40rem;
  max-width: 100%;
}

.titulo-excluir {
  font-family: Barlow;
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  color: #F2994A;
}

.info-excluir {
  color: #555;
}

.color-000 {
  color: #000;
}

.tooltip-novo {
  position: relative;
}

.tooltip-novo .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  position: absolute;
  z-index: 1;
  bottom: 3em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tooltip-novo .tooltiptext::after {
  content: "";
  border: 0.5em solid transparent;
  position: absolute;
  border-top-color: black;
  border-bottom: 0;
  bottom: -0.48em;
  left: 50%;
  margin-left: -0.5em;
}

.tooltip-novo:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 767px) {
  .wrap {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.6em;
  }

  .imgLogin img {
    width: 100%;
    max-width: 300px;
  }

  .boxLogin {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .login-title {
    padding: 1.5rem 0;
  }

  .login-home {
    padding-top: 1.5rem;
  }

  /* .login-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  } */

  .login-title h4 {
    display: block;
  }

  .login-home img {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 210px;
  }

  .login-form {
    width: 100%;
    position: relative;
    margin: auto;
    max-width: 33.75rem;
    padding: 1rem;
  }

  .box-cards-senha,
  .box-cards-ajuda {
    width: 100%;
  }
}

@media (min-width: 1101px) {
  .wrap {
    padding-left: 10em;
  }

  .login-form {
    width: 25.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .imgLogin img {
    max-width: 380px;
  }

  .wrap {
    padding-left: 0;
  }

  .login-form {
    width: 100%;
  }

  .boxLogin {
    max-width: 19rem;
  }
}

@media (min-width: 1260px) {
  .imgLogin img {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  /* .login-home {
    padding-top: 5.313rem;
  } */

  .login-home img {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 100%;
  }

  .login-title {
    padding: 1rem 0;
  }

  .login-title h4 {
    display: flex;
    align-items: center;
  }

  .login-form {
    margin: 0 auto;
    padding: 2rem;
  }

  .box-cards-senha {
    width: 30rem;
  }

  .box-cards-ajuda {
    width: 47rem;
  }
}

h2 .btn {
  white-space: normal !important;
}

.login-home,
.box-cards-senha,
.box-cards-ajuda {
  margin: 0 auto;
}

.box-ajuda {
  margin: 0 auto;
  padding: 3rem 0;
}

.login-form {
  border: 1px solid #ddd;
  background: #ffffff;
  box-shadow: 1px 1px 8px #bdbdbd;
  border-radius: 8px;
}

.form-input {
  padding: 12px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 4px;
}

/* .form-input:focus,
.form-input:focus-visible {

} */

.form-group {
  margin-bottom: 1rem;
}

.form-button {
  background: #b82b31;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #ffffff;
  padding: 10px 12px;
  min-width: 100px;
  margin: auto;
  display: block;
  cursor: pointer;
  /* width: 100%; */
  /* text-transform: uppercase; */
}

.form-button button {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(56, 13, 15, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(56, 13, 15, 0.75);
  }
}

.form-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.form-button:hover,
.form-button:focus,
.form-button:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #380D0F;
  color: white;
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-footer {
  text-align: center;
}

.form-footer a {
  color: #007bff !important;
  cursor: pointer;
  text-decoration: none;
}

.login-title {
  margin: 0 auto;
}

.login-title h4 {
  font-style: normal;
  line-height: 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: 600;
  font-size: 1.088rem;
}

.default-checkbox-icon {
  width: 18px;
  height: 18px;
  background-color: #ffffff !important;
  border: 2px solid #bdbdbd !important;
  cursor: pointer;
}

.default-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 20px;
  margin-bottom: 0;
}

/*BIBLIOTECA PLAY*/
.text-center {
  text-align: center !important;
}

.modal-biblioteca-play {
  max-width: 100%;
  margin: 0;
  height: 100%;
  padding: 0 !important;
}

.modal-biblioteca-play {
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
}

.modal-biblioteca-play .modal-content {
  min-height: 100vh;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../assets/images/biblioteca/wallpaper-biblioteca.png'); */
  background-color: rgba(255, 255, 255, .85);
}

.modal-biblioteca-play .modal-content .container {
  margin: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-biblioteca-play .modal-content .modal-footer,
.modal-biblioteca-play .modal-content .modal-header {
  border: none;
  justify-content: center;
}

.modal-biblioteca-play .modal-content .modal-footer p {
  color: #495057;
  text-align: center;
  text-shadow: 0px 1px 2px #ffffff;
}

.modal-biblioteca-play .modal-content .modal-header .close {
  color: #495057;
  opacity: 1;
  font-size: 40px;
  text-shadow: 0px 1px 2px #ffffff;
}

.modal-biblioteca-play .modal-content .modal-header h1 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  margin: auto;
  width: 100%;
  color: #495057;
  text-shadow: 0px 1px 2px #ffffff;
}

p.text-inciar-cadastro {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #495057;
  text-shadow: 0px 1px 2px #ffffff;
}

.box-produtos-play {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #b8bdc1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: calc(100% - 60px);
  margin: 30px 0;
  padding: 0;
  background-color: #fff;
}

.box-produtos-play img {
  border-bottom: 1px solid #b8bdc1;
}

.box-produtos-play h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #01A79B;
  padding: 0 16px;
}

.box-produtos-play p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #495057;
  padding: 0 16px 16px;
}

.btn-iniciar-cadastro {
  width: 326px;
  max-width: 100%;
  padding: 16px 24px 16px 24px;
  border-radius: 8px;
  margin: 0 auto;
  background-color: #6D4598;
  display: block;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.btn-modal-biblioteca-play {
  width: 326px;
  max-width: 100%;
  padding: 16px 24px 16px 24px;
  border-radius: 8px;
  margin: 30px 0 0 auto;
  background-color: #7d449c;
  display: block;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../assets/images/biblioteca/ir-para-play-web.png');
}

.btn-link-aplicativo {
  display: block;
  margin: 30px auto 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../assets/images/biblioteca/google-play-badge.png');
  background-color: #040707;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  width: 326px;
  max-width: 100%;
  border-radius: 8px;
  height: 58px;
}

.clear {
  clear: both;
  width: 100%;
  height: 1px;
}

.hvr-float-shadow {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}


@media(max-width:767px) {

  .btn-modal-biblioteca-play,
  .btn-link-aplicativo {
    margin: 30px auto 0;
  }
}