html,
body {
  font-size: 16px !important;
}

.auth-modal {
  width: 100vw;
  height: 100vh;
  transform: none !important;
}

.auth-modal .article-format a:hover {
  color: inherit;
}

.auth-modal a:hover {
  text-decoration: none !important;
}

.auth-modal > img {
  object-fit: contain;
}

.auth-modal #auth-functional {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #666666;
}

.auth-modal #auth-functional .auth-functional__forgot-password {
  height: 100%;
}

.auth-modal #auth-functional u,
.auth-modal #auth-functional span > a,
.auth-modal #auth-functional u > span {
  opacity: 1;
}

.auth-modal #auth-functional [data-test-id=auth-functional-date-picker] > p > span,
.auth-modal #auth-functional [data-test-id=auth-functional-time-selector] > p > span {
  color: #666666;
}

.auth-modal #auth-functional [data-test-id=auth-functional-date-picker] a > span,
.auth-modal #auth-functional [data-test-id=auth-functional-time-selector] a > span {
  color: inherit;
}

.auth-modal #auth-functional .auth-functional__input-time--disabled {
  filter: brightness(0.5);
}

.auth-modal #auth-functional .auth-functional__input-time--disabled > b {
  filter: brightness(1.5);
}

.auth-modal #auth-functional .auth-functional__input-time--disabled > svg {
  filter: brightness(4.5);
}

.auth-modal #auth-functional > div > a {
  width: 100%;
  height: 2.75em;
  border-radius: 1.7188em;
}

.auth-modal #auth-functional > div > a:nth-of-type(2) {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #7c7c7c;
}

.auth-modal #auth-functional > div > a:nth-of-type(2) > span {
  display: flex;
  line-height: 0;
  align-items: center;
  text-decoration: none;
  color: #6e6e6e;
}

.auth-modal #auth-functional > div > a:nth-of-type(2) > span::before {
  content: url("/assets/images/cold-pages/facebook.svg");
  width: 1.125em;
  height: 1.125em;
  margin-right: 10px;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > span {
  color: #666666;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > a {
  width: 100%;
  height: 2.75em;
  border-radius: 1.7188em;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > a:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #7c7c7c;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > a:nth-of-type(2) > .auth-functional__facebook-icon {
  display: none;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > a:nth-of-type(2) > span {
  display: flex;
  line-height: 0;
  font-size: 1rem;
  min-height: 100%;
  align-items: center;
  text-decoration: none;
  color: #6e6e6e;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] > a:nth-of-type(2) > span::before {
  content: url("/assets/images/home-inter/facebook.svg");
  width: 1.125em;
  height: 1.125em;
  margin-right: 10px;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] .auth-functiona__facebook--disabled {
  filter: brightness(0.5);
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container] .auth-functiona__facebook > svg > path {
  fill: #5769ef;
}

.auth-modal #auth-functional [data-test-id=auth-functional-login-container],
.auth-modal #auth-functional [data-test-id=auth-functional-personal-data-container] {
  color: #666666;
}

.auth-modal #auth-functional .text-group__title a {
  text-decoration: underline;
}

.auth-modal__personal-data #auth-functional > div > h3 {
  display: flex;
}

.auth-modal > .auth-modal__app {
  display: flex;
  flex-direction: column;
}

.auth-modal > .auth-modal__app > hr {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
}

.auth-modal > .auth-modal__app > p {
  margin: 16px auto;
  text-align: center;
  font-weight: 700;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

.auth-modal > .auth-modal__app > .app-download {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
}

.auth-modal > .auth-modal__app > .app-download > a {
  width: 8.125em;
  margin: 0 10px;
  background-repeat: no-repeat;
}

.auth-modal > .auth-modal__app > .app-download > a:last-of-type {
  width: 8.34em;
}

.app-download {
  display: flex;
  width: max-content;
}

.app-download__button {
  cursor: pointer;
  background-repeat: no-repeat;
}

.app-download__button--play {
  background-size: contain;
}

.app-download__button--apple, .app-download__button--apple-en {
  background-size: contain;
}

@media only screen and (max-width: 358px) {
  .auth-modal > .auth-modal__app > .app-download {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .app-download {
    margin: 0.625em 0;
    flex-direction: column;
  }
  .app-download__button {
    height: 3.875em;
    width: 12.9375em;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .app-download__button:first-child {
    margin-right: 0;
    margin-bottom: 0.625em;
  }
  .app-download__button--play {
    background-image: url("/assets/images/cold-pages/cta-play-mobile.png");
  }
  .app-download__button--apple {
    background-image: url("/assets/images/cold-pages/es/cta-apple-mobile.png");
  }
  .app-download__button--apple-en {
    background-image: url("/assets/images/cold-pages/en/cta-apple-mobile.png");
  }
  .app-download--centered {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .app-download {
    margin: 0.625em 0;
    flex-direction: row;
  }
  .app-download__button {
    width: 9.625em;
    height: 2.875em;
  }
  .app-download__button:first-child {
    margin-right: 0.9375em;
  }
  .app-download__button--play {
    background-image: url("/assets/images/cold-pages/cta-play-mobile.png");
  }
  .app-download__button--apple {
    background-image: url("/assets/images/cold-pages/es/cta-apple-mobile.png");
  }
  .app-download__button--apple-en {
    background-image: url("/assets/images/cold-pages/en/cta-apple-mobile.png");
  }
  .app-download--centered {
    margin: 1.875em 0;
  }
}

@media screen and (min-width: 1000px) {
  .auth-modal {
    width: auto;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 1192px) {
  .app-download {
    width: max-content;
  }
  .app-download__button {
    height: 5em;
    cursor: pointer;
    width: 16.5625em;
    display: inline-block;
  }
  .app-download__button:first-child {
    margin-right: 1.875em;
  }
  .app-download--centered {
    margin: 1.875em 0;
  }
}