*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins', Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  background-color: #384b9e;
  background-image: url('/upload/texture-black.png');
  background-size: 500px auto;
  color: #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
  overscroll-behavior: contain;
}

body,
html {
  height: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, 
button {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.color-gray {
  color: #1f1b1b;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.text-center {
  text-align: center;
}

.iframe-temp,
.iframe-update-chap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

#main {
  width: 100%;
  height: 100%;
  max-width: 850px;
  max-height: 550px;
  background-color: #FFF;
  border: 1px solid #216e38;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem;
  margin: 1.5rem 1.5rem;
  display: flex;
}

#main .banner {
  flex: 1;
  margin-right: 1.5rem;
  background-color: rgba(0,0,0,.1);
  background-image: url('/upload/background.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

#main .banner > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6,6,6,.7);
  background: linear-gradient(180deg, rgba(6,6,6,.5) 0%, rgba(6,6,6,.85) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#main .banner > .overlay > .logo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
}

.console-log {
  color: #FFF;
}

@media (max-width: 900px) {
  #main {
    flex-direction: column;
  }

  #main .banner {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }

  #main .banner > .overlay > img{
    width: 60%;
  }  
}

#main .content {
  flex: 1;
  position: relative;
  /* background-color: #000; */
  background-color: #161515;
  /* border: 1px solid rgba(0,0,0,.1); */
  padding: 1.5rem 1.5rem;
  /* min-height: 230px; */
  height: auto;
  /* height: 200px; */
  transition: height .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  /* overflow: hidden; */
}

#main .content h4 {
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.2rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

#main .content h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

#main .content h2.welcome {
  /* font-size: 1.5rem; */
  font-size: 1.4rem;
}

#main .content ul.access-options {
  width: 100%;
}

#main .content ul.access-options > li {
  width: 100%;
  /* height: 40px; */
  margin-top: .5rem;
  border-radius: .3rem;

  display: flex;
  padding: .8rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #31374a;
  justify-content: center;
  align-items: center;
  user-select: none;
  border: 1px solid #e3e6ed;
  background-color: #f5f7fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
  transition: background-color .2s, color .2s;
  cursor: pointer;
}

#main .content ul.access-options > li:hover {
  border: 1px solid #bdbebe;
  background-color: #dddedf;
}

#main .content ul.access-options > li > svg {
  margin-right: .6rem;
}

#main .content ul.access-options > li.whatsapp {
  background-color: #5FD86B;
  border: 1px solid #5FD86B;
  color: #FFF;
}

#main .content ul.access-options > li.whatsapp > svg {
  fill: #fff;
}

#main .content ul.access-options > li.whatsapp:hover {
  background-color: #42b84d;
  border: 1px solid #42b84d;
  color: #FFF;
}

#main .content ul.access-options > li.whatsapp:hover > svg {
  fill: #FFF;
}

#main .content .notification {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .content .notification > span {
  font-size: .9rem;
  font-weight: 500;
}

#main .content .page,
#main .content .form {
  width: 100%;
}

.page-conectado {
  text-align: center;
}

.btn-back {
  border-radius: 50%;
  border: 0px solid;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: background-color .3s;
  background-color: rgba(0, 0, 0, .05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-back:hover,
.btn-back:focus {
  background-color: #42b84d;
}

.btn-back:hover > svg,
.btn-back:focus > svg {
  stroke: #FFF;
}

.btn-next {
  width: 100%;
  /* height: 40px; */
  margin-top: .5rem;
  border-radius: .3rem;

  display: flex;
  padding: .8rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2rem;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* background-color: #f5f7fa;
  border: 1px solid #e3e6ed;
  color: #31374a; */

  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
  transition: background-color .2s, color .2s;
  cursor: pointer;
}

.btn-next.color-green {
  background-color: #cefdaa;
  border: 1px solid #cefdaa;
  color: #111;
}

/* .btn-next > svg {
  stroke: #757575;
} */

.btn-next:hover,
.btn-next:focus,
.btn-next:disabled {
  background-color: #757575;
  border: 1px solid rgba(0,0,0,.1);
  color: #FFF;
}

/* .btn-next:hover > svg,
.btn-next:focus > svg {
  stroke: #FFF;
} */

.btn-confirm {
  width: 100%;
  /* height: 40px; */
  margin-top: .5rem;
  border-radius: .3rem;

  display: flex;
  padding: .8rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2rem;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* background-color: #f5f7fa;
  border: 1px solid #e3e6ed;
  color: #31374a; */

  background-color: #5FD86B;
  border: 0px solid #5FD86B;
  color: #FFF;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
  transition: background-color .2s, color .2s;
  cursor: pointer;
}

.btn-confirm > svg {
  /* stroke: #FFF; */
  margin-right: .5rem;
}

.btn-confirm:hover,
.btn-confirm:focus {
  background-color: #49af53;
  border: 0px solid #49af53;
  color: #FFF;
}

.btn-confirm:hover > svg,
.btn-confirm:focus > svg {
  /* stroke: #FFF; */
}

.input-phone,
.input-doc {
  width: 100%;
  /* height: 40px; */
  margin-top: 0rem;
  margin-bottom: 2rem;
  border-radius: .3rem;
  background-color: transparent;

  display: flex;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 400;
  border: 0px solid rgba(0,0,0,.1);
  color: #CEFDAA;
  outline: none;
}

.input::placeholder { 
  color: #969796;
  opacity: 1; 
}

.input:-ms-input-placeholder {
  color: #969796;
}

.input::-ms-input-placeholder { 
  color: #969796;
}

@media (max-width: 768px) {
  #main {
    flex-direction: column;
    border: 0px solid #e6e6e6;
    border-radius: 0rem;
    padding: 0rem;
    margin: 0rem;
    height: 100%;
    max-height: 100%;
  }

  #main .banner {
    flex: auto;
    margin-right: 0rem;
    margin-bottom: 0rem;
    border-radius: 0rem;
    height: 100%;
  }

  #main .banner > .overlay > img{
    width: 60%;
  } 

  #main .content {
    flex: auto;
    /* height: 200px; */
    margin-top: -1.5rem;
    padding: 1.8rem 1.5rem;
    border-radius: 0px;
    /* border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem; */
    z-index: 9;
    border-top: 2px solid #FFF;
  }  

  #main .content::after {
    content: "Internet grátis";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 18px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    width: auto;
    height: 26px;
    background-color: #CEFDAA;
    color: #000;
    display: flex;
    align-items: center;
  }
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: .5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: .5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mx-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mx-1 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.mx-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: .5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: .5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: .5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: .5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  color: #00d400;
}

.loader-btn {
  width: 18px;
  height: 18px;
}

.loader-btn .loader{
  border: 3px solid #ffffff;
}

.loader.color-white,
.loader.color-white:after {
  color: #FFF;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0%,
  100% {
    box-shadow: .3em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .3em .3em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .3em 0 0px currentcolor;
  }
  37% {
    box-shadow: -.3em .3em 0 0 currentcolor;
  }
  50% {
    box-shadow: -.3em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -.3em -.3em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -.3em 0 0 currentcolor;
  }
  87% {
    box-shadow: .3em -.3em 0 0 currentcolor;
  }
}

.fl-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(5, 5, 5, .8);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-modal > .body-modal {
  min-width: 300px;
  min-height: 50px;
  max-width: 90%;
  max-height: 90%;
  /* background-color: rgba(255,255,255,1); */
  background-color: #313131;
  border-radius: .8rem;
  padding: 1rem;
  text-align: center;
  overflow-y: auto;
}

.fl-modal > .body-modal > .message {
  padding: 1rem;
  /* height: ; */
}

.fl-modal > .body-modal button{
  position: sticky;
  bottom: 0px;
}

.fl-modal > .body-modal > .message a {
  text-decoration: none;
  color: #2095f5 !important;
}

.fl-modal > .body-modal > .message a:focus,
.fl-modal > .body-modal > .message a:hover {
  text-decoration: underline;
}

.confirm-code .field-wrapper {
  position: relative;
  height: auto;
  width: 100%;
}

.confirm-code .form-group {
  min-width: 200px;
  width: 70%;
  margin: 0rem auto;
  display: flex;
  border: 1px solid rgba(96,100,104,0.3);
}

.confirm-code .form-group > input {
  flex: 1;
  width: 100%;
}

.confirm-code .digit {
  height: 50px;
  border-radius: 0;
  border: none;
  text-align: center;
  outline-style: none;
  padding: 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #57c557;
}

.form-countdown {
  color: #999;
  text-align: center;
  font-size: .95rem;
}

.form-countdown .countdown > strong {
  color: #fff;
}

.confirm-code .digit + .digit {
  border-left: 1px solid rgba(96,100,104,0.3);
}

.confirm-code .form-group.split {
  border: 0px solid;
}

.confirm-code .form-group.split .digit {
  margin: 0 .3rem;
  border: 1px solid #000;
  border-radius: .2rem;
}

@media (max-width: 480px) {
  .confirm-code .digit {
    font-size: 1.3rem;
    padding: 1rem 0;
    height: 50px;
  }
}


/* --------------------------------------------- */

.modal-advertising {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.5);
  z-index: 99999;
}
.modal-advertising > .body-advertising {
  width: 90%;
  height: 90%;
  max-width: 550px;
  max-height: 750px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-advertising > .body-advertising > .advertising {
  width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-advertising > .body-advertising > .advertising > .advertising-image,
.modal-advertising > .body-advertising > .advertising > .advertising-video {
  max-width: 100%;
  max-height: calc(100% - 55px);
}
.modal-advertising > .body-advertising > .advertising .midia {
  max-width: 100%;
  max-height: 100%;
}
.modal-advertising > .body-advertising > .advertising button {
  outline: none;
  border: 0px solid;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
}
.modal-advertising > .body-advertising > .advertising button:disabled {
  opacity: .9;
  color: rgba(0,0,0,.6);
}
.modal-advertising > .body-advertising > .advertising button.await {
  padding: 0 20px;
  border-radius: 2px;
  background-color: #FFF;
}
.modal-advertising > .body-advertising > .advertising button.sound {
  margin-left: 15px;
  width: 40px;
  border-radius: 50%;
  background-color: #FFF;
}

/* CONFIRMAR TERMOS */

.form-control-checkbox {
  /* font-family: system-ui, sans-serif; */
  font-size: .95rem;
  font-weight: normal;
  line-height: 1.1;
  display: flex;
  grid-template-columns: 1em auto;
  gap: 0.25em;
  margin-bottom: 1rem;
  color: #999;
}

.form-control-checkbox > span {
  font-weight: bold;
  color: #6fce83;
  cursor: pointer;
}

.form-control-checkbox + .form-control-checkbox {
  margin-top: 1em;
}

.form-control-checkbox--disabled {
  color: #959495;
  cursor: not-allowed;
}

.form-control-checkbox > input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #FFF;
  /* Not removed via appearance */
  margin: 0;
  margin-right: 0.5rem;

  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  /* border: 0.15em solid currentColor; */
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  outline: none;

  display: grid;
  place-content: center;
}

.form-control-checkbox > input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #2d4cff;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.form-control-checkbox > input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.form-control-checkbox > input[type="checkbox"]:focus {
  /* outline: max(2px, 0.15em) solid #2d4cff;
  outline-offset: max(2px, 0.15em); */
  border-color: #2d4cff;
}

.form-control-checkbox > input[type="checkbox"]:disabled {
  color: #959495;
  cursor: not-allowed;
}
