.tv-html {
  background-color: #26212E;
}
.tv-html body,
.tv-html .overlay {
  background-color: #26212E;
}

.tv {
  background-color: #000;
  background-image: url("../images/tv-background.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
}
.tv.block {
  display: block;
}
.tv #head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.tv #logo {
  margin: 0 0 44px;
}
.tv #title {
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.tv #tv_content {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  align-items: center;
}
.tv .column-first {
  display: flex;
  gap: 20;
  align-items: center;
}
.tv .column-separator {
  width: 1px;
  height: 250px;
  background-color: #f1f1f1;
}
.tv .column-inner {
  padding: 0 40px;
}
.tv .column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.tv .column-title2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  margin-bottom: 50px;
}
.tv .column-title-icon {
  display: inline-block;
  margin: 0 10px 0 0;
}
.tv .column-title-label {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
.tv .column-line-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tv .column-line {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: #FFF;
}
.tv .column-line strong {
  color: #FF5000;
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.tv .column-content {
  color: #FFF;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tv .column-content p {
  margin: 0 0 10px;
  display: inline-block;
  max-width: 416px;
}
.tv .column-code {
  font-size: 38px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: 1px solid #FF8659;
  border-radius: 9px;
  padding: 30px;
  width: fit-content;
}
.tv strong {
  color: #FF5000;
}
.tv .image-qr {
  height: 400px;
}

.error-page, #error_page {
  font-family: "Open Sans", sans-serif;
  background-color: #F2F2F2;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error-main p {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
}

#error_page {
  background-color: #26212F;
  color: #FAFAFA;
  font-size: 14px;
}
#error_page .inner {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  word-wrap: break-word;
}
#error_page .button {
  display: inline-block;
  background-color: #FAFAFA;
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 18px;
}
#error_page h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
#error_page p {
  font-size: 20px;
  margin: 0 0 1.5em;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #F0F0F0;
  background-color: #26212e;
  background-image: url("../images/bg-content.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

a {
  text-decoration: none;
}

#main {
  width: 100%;
  position: relative;
  min-height: 100vh;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#main.modal {
  position: fixed;
}
#main.modal #modal {
  display: flex;
}

#header {
  width: 100%;
  min-height: 27vh;
}

#hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
#hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  height: 194px;
  margin: 0 auto;
  transform: rotate(180deg);
  background: linear-gradient(179.989deg, #322842 0%, rgba(38, 33, 46, 0) 100%);
}
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  height: 110px;
  margin: 0 auto;
  background: linear-gradient(-180deg, #26212E 0%, rgba(38, 33, 46, 0) 100%);
}

#hero-img {
  width: 100%;
}

.logo_banner {
  width: 120px;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.logo_banner svg {
  width: 100%;
  height: 40px;
}

@media (orientation: landscape) {
  #header {
    min-height: 400px;
  }
}
#content {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}

.form_content {
  max-width: 460px;
  width: 80%;
  padding: 20px;
}

.form_slug {
  font-family: "Larsseit", sans-serif;
}
.form_slug .description {
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.form_slug .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  max-width: 180px;
}
.form_slug .subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #F1F1F1;
  max-width: 220px;
  margin-top: 10px;
  line-height: 20px;
}
.form_slug.login {
  margin-top: -115px;
  margin-bottom: 40px;
}
.form_slug strong {
  font-weight: bold;
  color: #e2541f;
}

.field {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding: 5px 10px;
  margin: 20px 0 0;
}
.field.check {
  margin-top: 0;
}
.field .numb {
  text-align: center;
  padding-top: 0;
  font-size: 24px;
  letter-spacing: 8px;
}
.field.input {
  border: 1px solid #3F3F3F;
  background-color: #2C2C2C;
  height: 50px;
}
.field.input.error {
  border: 1px solid #f44 !important;
}
.field.input.error .iconDelete {
  display: flex;
}

.error_label {
  display: block;
  font-size: 10px;
  color: #f2bfbf;
  padding: 5px 0 0;
}

.field.error label {
  color: #f44;
}

.error_message {
  display: block;
  font-size: 14px;
  color: #f44;
  text-align: center;
  margin: 20px 0 10px;
}

.field select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  appearance: none;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  background: none;
}

.field-select-arrow {
  background: red;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent url(../svg/arrow.svg) no-repeat center center;
  transform: rotate(-90deg);
}

label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 9px;
  display: block;
  margin-bottom: 4px;
  color: #6f6f6f;
}

input {
  border: 1px solid #3F3F3F;
  background-color: #2C2C2C;
  display: block;
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
  color: #8D8D8D;
  font-family: "Inter", sans-serif;
}
input:focus {
  border: none;
  outline: none;
}
input::placeholder {
  color: #8D8D8D;
}

/* input[type='checkbox']{
 * *  display: none;
 * *} */
.code-activation {
  padding: 0 10px;
}

.button {
  padding: 15px 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 14px;
  min-width: 200px;
  width: 100%;
  max-width: 350px;
}

a.button {
  display: block;
}

button.button {
  display: block;
  border: none;
}

.button.center {
  margin: 30px auto;
}
.button.secondary {
  background-color: #363636;
}
.button.primary {
  background-color: #FF5000;
}
.button.third {
  background-color: #FFF;
  color: #333;
}

.link {
  color: #EAEAEA;
  font-size: 14px;
  text-decoration: none;
  margin: 30px auto;
  text-align: center;
  display: table;
  font-family: "Inter", sans-serif;
}

.options {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  font-size: 14px;
  flex-wrap: wrap;
  margin: 70px 0;
  gap: 15px;
}
.options .text {
  color: #EAEAEA;
  font-family: "Open Sans", sans-serif;
}
.options #create-account {
  color: #FF7637;
}

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

#modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 25, 25, 0.5);
}

.modalBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.modalBox .button {
  margin-top: 20px;
}

.slugModal {
  font-size: 24px;
  margin: 15px auto;
}

.modalBox .strong_text {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.modalBox .strong_light {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* Registro */
.appbar {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  /* border-bottom: 1px solid black; */
  background-color: transparent;
  color: #fff;
}

#back {
  cursor: pointer;
}

.back a {
  color: #fff;
  display: flex;
  align-items: center;
}

#title_page {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}

#logo {
  margin: 50px auto;
  text-align: center;
}

.indicator {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

#steps .step_main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* .step{
 * *  display: none;
 * *  background-color: #f0f0f0;
 * *} */
/* .step.active{
 * *  display: block;
 * *} */
.text_small {
  font-size: 12px;
  margin: 40px auto 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

/* Checkbox */
input[type=checkbox] {
  display: none;
}

.item_check {
  display: flex;
  height: 26px;
  margin: 0px auto;
  width: 220px;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
}
.item_check::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #fff;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

input[type=checkbox]:checked + .item_check::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #e2541f;
  border: 1px solid #fff;
  margin-right: 10px;
  position: absolute;
  left: 1px;
}
input:invalid {
  outline: none;
  border: none;
  box-shadow: none;
}

.iconDelete {
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.iconEmail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  bottom: 12px;
  width: 24px;
  height: 24px;
}

.iconKey {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  bottom: 12px;
  width: 24px;
  height: 24px;
}

.iconPassword {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.iconPassword.icon-active .iconEyeShow {
  display: block;
}
.iconPassword.icon-active .iconEyeHidden {
  display: none;
}

.iconEyeShow {
  display: none;
}

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

.overlay {
  background-color: #26212e;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.loading .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .overlay::after {
  content: "";
  display: block;
  background: transparent url(../images/loading.png) no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 120px;
  animation: rotating 2s linear infinite;
}

body.loading {
  overflow: hidden;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
