.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.home-open {
  width: 100%;
  height: 100vh;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/img/Desk-Background.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image {
  margin-bottom: 5rem;
}

.heading {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.login-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-login {
  width: 100%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field {
  height: 45px;
  margin-bottom: 0.9rem;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.21);
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  margin-bottom: 3.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
  text-decoration: none;
}

.submit-button {
  display: none;
  height: 45px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.login-buttons {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.registo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.34);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.wrapper-registo {
  width: 100%;
  height: 100vh;
}

.registo {
  padding: 3.5rem 4rem;
}

.registo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8rem;
  padding-left: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-big {
  margin-top: 0px;
  margin-bottom: 4rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.submit-button-registo {
  width: 220px;
  height: 45px;
  margin-top: 4rem;
  border-radius: 20px;
  background-color: #e11d26;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.button-back-login {
  margin-bottom: 2.4rem;
  padding-right: 30px;
  padding-bottom: 20px;
}

.registo-input {
  height: 46px;
  margin-bottom: 0px;
  padding: 10px 0px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #dcdee2 rgba(255, 255, 255, 0);
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.registo-input::-webkit-input-placeholder {
  background-color: hsla(0, 0%, 100%, 0);
  color: #b2b2b2;
  font-weight: 400;
}

.registo-input:-ms-input-placeholder {
  background-color: hsla(0, 0%, 100%, 0);
  color: #b2b2b2;
  font-weight: 400;
}

.registo-input::-ms-input-placeholder {
  background-color: hsla(0, 0%, 100%, 0);
  color: #b2b2b2;
  font-weight: 400;
}

.registo-input::placeholder {
  background-color: hsla(0, 0%, 100%, 0);
  color: #b2b2b2;
  font-weight: 400;
}

.registo-input.hide-input {
  display: none;
}

.registo-drop {
  height: 46px;
  margin-bottom: 0px;
  padding: 10px 0px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #dcdee2;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #b2b2b2;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.registo-drop.hide-input {
  display: none;
}

.box-birthday {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-birthday.hide-input {
  display: none;
}

.registo-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registo-button-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.js-clock {
  width: 90%;
}

.clock-number {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 6rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03rem;
}

.title-days {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.grid-days {
  width: 100%;
  margin-bottom: 15%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #b2b2b2;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
}

.checkbox-field.checkbox-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #b2b2b2;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
}

.checkbox {
  margin-right: 15px;
  margin-bottom: 5px;
}

.registo2 {
  padding-top: 7rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

.link-2 {
  color: #424548;
  text-decoration: none;
}

.wrapper-home {
  width: 100%;
  height: 100vh;
}

.home {
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  width: 100%;
  padding-top: 3.5rem;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
  background-image: url('/assets/img/Desk-Background.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-info {
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
}

.heading-normal {
  margin-top: 0px;
  margin-bottom: 0.9rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.sub-title {
  margin-bottom: 0.6rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.heading-bigbig {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5.5rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.sub-title2 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.03rem;
}

.home-tickets {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5.5rem;
  padding-bottom: 110px;
  padding-left: 4rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
}

.title-small {
  margin-bottom: 1.6rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.golden-ticket {
  display: -ms-grid;
  display: grid;
  width: 180px;
  height: 230px;
  padding: 0.5rem 0.9rem 0.9rem;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(144, 154, 166, 0.34);
  text-decoration: none;
}

.title-ticket {
  margin-bottom: 0.6rem;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-decoration: none;
}

.box-info-ticket {
  width: 100%;
}

.subtitle-ticket {
  font-family: Montserrat, sans-serif;
  color: #909aa6;
  font-size: 0.85rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.img-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 180px;
}

.slide {
  margin-right: 1.1rem;
}

.bottom-navbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -ms-grid;
  display: grid;
  width: 320px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(144, 154, 166, 0.34);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.nav-link-desk {
  display: none;
}

.box-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-title-perfil {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.image-2 {
  margin-right: 0.5rem;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  background-color: hsla(0, 0%, 100%, 0.34);
}

.button-perfil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sub-title-perfil2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
}

.image-3 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.perfil-code {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 4.5rem 4rem 110px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
}

.tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdee2;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #bebebe;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
}

.tab-button.w--current {
  background-color: #e11d26;
  color: #fff;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.code-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-dados {
  width: 100%;
  padding: 3.5rem 4rem 110px;
}

.dados-edit {
  height: 46px;
  margin-bottom: 0px;
  padding: 8px 0px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #dcdee2;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.dados-edit::-webkit-input-placeholder {
  color: #424548;
}

.dados-edit:-ms-input-placeholder {
  color: #424548;
}

.dados-edit::-ms-input-placeholder {
  color: #424548;
}

.dados-edit::placeholder {
  color: #424548;
}

.dados-noedit {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdee2;
  font-family: Montserrat, sans-serif;
  color: #bebebe;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 400;
}

.button-save-dados {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 3.5rem;
  padding-right: 4rem;
  border-radius: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 500;
}

.box-number-tickets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-tickets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0.8rem;
  padding-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 18px;
}

.heading-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
}

.box-all-tickets {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3.5rem 0rem 110px 4rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
}

.title-small2 {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.golden-ticket-small {
  display: -ms-grid;
  display: grid;
  width: 145px;
  height: 170px;
  padding: 0.5rem 0.9rem 0.9rem;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(144, 154, 166, 0.34);
  text-decoration: none;
}

.title-ticket2 {
  margin-bottom: 0.6rem;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.subtitle-ticket2 {
  font-family: Montserrat, sans-serif;
  color: #bebebe;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.slide-small {
  margin-right: 1.5rem;
}

.mask-small {
  overflow: visible;
  width: 145px;
}

.slider-off {
  padding-top: 2.5rem;
}

.wrapper-ticket {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 3.5rem 4rem 110px;
}

.box-ticket {
  position: relative;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 4.5rem 1.6rem 2rem;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.21);
}

.heading-normal-black {
  margin-top: 0px;
  margin-bottom: 0.9rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.buttom-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sub-title-black {
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.img-id-ticket {
  margin-right: 1rem;
}

.line2 {
  width: 100%;
  height: 1px;
  margin-top: 1.6rem;
  margin-bottom: 2.5rem;
  background-color: #dcdee2;
}

.qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-open-ticket {
  position: absolute;
  left: auto;
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
}

.sub-title-black2 {
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.wrapper-main-ticket {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(165deg, #e11d26, #94040b);
}

.wrapper-info {
  width: 100%;
  height: auto;
  padding: 7rem 4rem 110px;
}

.link-3 {
  color: #424548;
  font-weight: 400;
  text-decoration: none;
}

.heading-normal-grey {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: none;
}

.paragr-grey {
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  color: #909aa6;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.dropdown-text {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 12px 0px;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: none;
}

.dropdown-text:hover {
  color: #e11d26;
}

.dropdown-text.w--open {
  color: #e11d26;
}

.dropdown {
  width: 100%;
}

.dropdown-list.w--open {
  position: relative;
  padding-left: 1rem;
  border-left: 1px solid rgba(144, 154, 166, 0.21);
  background-color: transparent;
}

.text-block {
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  color: #909aa6;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.title-small-grey {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.title-small-grey2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #424548;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.link-4 {
  color: #909aa6;
  text-decoration: none;
}

.link-5 {
  color: #909aa6;
  text-decoration: none;
}

.button-back-tickets {
  margin-bottom: 1rem;
  padding-right: 30px;
  padding-bottom: 20px;
}

.registo-info-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-right: 8rem;
  padding-left: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line3 {
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  background-color: #dcdee2;
}

.wrapper-nova-passe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/img/Desk-Background.png');
  background-position: 50% 0%;
  background-size: cover;
}

.headingg-passe {
  margin-top: 0px;
  margin-bottom: 4rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.text-field-passe {
  height: 45px;
  margin-bottom: 2rem;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.21);
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.text-field-passe::-webkit-input-placeholder {
  color: #fff;
}

.text-field-passe:-ms-input-placeholder {
  color: #fff;
}

.text-field-passe::-ms-input-placeholder {
  color: #fff;
}

.text-field-passe::placeholder {
  color: #fff;
}

.submit-button-passe {
  width: 220px;
  height: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 3.5rem;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 20px;
  font-weight: 400;
}

.nova-passe-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-passe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-passe {
  margin-top: 0px;
  margin-bottom: 15%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.heading-normal-passe {
  margin-top: 0px;
  margin-bottom: 5%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03rem;
}

.wrapper-main-ticket-used {
  width: 100%;
  height: 100vh;
  background-color: #909aa6;
}

.button-agendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-bottom: 3rem;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e11d26;
  border-radius: 18px;
  text-decoration: none;
}

.title-agendar {
  margin-left: 0.8rem;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.wrapper-button-agendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-agendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 45px;
  margin-top: 5.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e11d26;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-hora {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(220, 222, 226, 0.7);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #bebebe;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 500;
}

.button-hora:focus {
  background-color: #dcdee2;
  color: #424548;
}

.hora-select {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e11d26;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 991px) {
  .login {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading {
    margin-bottom: 4rem;
  }

  .heading.heading-golden {
    margin-bottom: 2.5rem;
  }

  .link {
    margin-bottom: 4rem;
  }

  .submit-button {
    display: none;
  }

  .registo-info {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .registo-input.hide-input {
    display: none;
  }

  .registo-drop.hide-input {
    display: none;
  }

  .box-birthday {
    width: 100%;
  }

  .box-birthday.hide-input {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .registo-countdown {
    width: 80%;
  }

  .js-clock {
    width: 100%;
  }

  .home {
    background-image: url('/assets/img/Desk-Background.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bottom-navbar {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .link-block.nav-link-desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dados-edit::-webkit-input-placeholder {
    color: #424548;
  }

  .dados-edit:-ms-input-placeholder {
    color: #424548;
  }

  .dados-edit::-ms-input-placeholder {
    color: #424548;
  }

  .dados-edit::placeholder {
    color: #424548;
  }

  .title-small2 {
    margin-bottom: 1.2rem;
  }

  .slider-off {
    padding-top: 2rem;
  }

  .dropdown-text:hover {
    color: #bebebe;
  }

  .registo-info-all {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .wrapper-nova-passe {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .headingg-passe.heading-golden {
    margin-bottom: 2.5rem;
  }

  .heading-passe {
    line-height: 1.1em;
  }

  .heading-passe.heading-golden {
    margin-bottom: 2.5rem;
  }

  .heading-normal-passe {
    font-size: 0.9rem;
  }

  .hora-select {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .submit-button-test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .login {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .login-info {
    width: 100%;
  }

  .registo {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .heading-big {
    margin-bottom: 3rem;
  }

  .registo-countdown {
    width: 100%;
    padding-top: 0vh;
  }

  .registo-button-count {
    height: 50px;
  }

  .clock-number {
    font-size: 4rem;
  }

  .registo2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .home {
    height: auto;
  }

  .home-info {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .home-tickets {
    padding-left: 1.5rem;
  }

  .perfil-code {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .wrapper-dados {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .button-save-dados {
    padding-right: 1.5rem;
  }

  .box-all-tickets {
    padding-top: 2rem;
    padding-right: 0rem;
    padding-left: 1.5rem;
  }

  .wrapper-ticket {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .box-ticket {
    width: 100%;
  }

  .wrapper-info {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .wrapper-nova-passe {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .submit-button-passe {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nova-passe-info {
    width: 100%;
  }

  .wrapper-button-agendar {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .home-open {
    width: 100%;
    height: 100vh;
  }

  .login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 6rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/assets/img/Background.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image {
    margin-bottom: 5rem;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 4rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .heading.heading-golden {
    margin-bottom: 1.5rem;
  }

  .login-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-login {
    width: 100%;
    height: 100%;
  }

  .text-field {
    height: 50px;
    margin-bottom: 0.9rem;
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.21);
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .text-field::-webkit-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field:-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field::-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field::placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    margin-bottom: 4rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-decoration: none;
  }

  .submit-button {
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }

  .login-buttons {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .registo-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.34);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }

  .wrapper-registo {
    width: 100%;
    height: 100vh;
  }

  .registo {
    width: 100%;
    padding: 3.5rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .registo-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-big {
    margin-top: 0px;
    margin-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 1.9rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .submit-button-registo {
    width: 100%;
    height: 50px;
    margin-top: 4rem;
    border-radius: 20px;
    background-color: #e11d26;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }

  .button-back-login {
    margin-bottom: 2.4rem;
    padding-right: 30px;
    padding-bottom: 20px;
  }

  .registo-input {
    height: 46px;
    margin-bottom: 0px;
    padding: 10px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #dcdee2;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.03rem;
  }

  .registo-input::-webkit-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-input:-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-input::-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-input::placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-drop {
    height: 46px;
    margin-bottom: 0px;
    padding: 10px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #dcdee2;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #b2b2b2;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .registo-drop::-webkit-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-drop:-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-drop::-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .registo-drop::placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #b2b2b2;
    font-weight: 400;
  }

  .box-birthday {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .registo-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .registo-button-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }

  .js-clock {
    width: 100%;
  }

  .clock-number {
    margin-top: 0px;
    margin-bottom: 0rem;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 4em;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.03rem;
  }

  .box {
    margin-bottom: 0rem;
  }

  .title-days {
    margin-top: 20px;
    margin-bottom: 0rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  .grid-days {
    width: 100%;
    margin-bottom: 5rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #b2b2b2;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 300;
  }

  .checkbox-field.checkbox-space {
    margin-top: 14px;
    color: #b2b2b2;
  }

  .checkbox-label {
    margin-bottom: 0px;
    line-height: 1rem;
    font-weight: 400;
  }

  .checkbox {
    margin-right: 15px;
    margin-bottom: 5px;
  }

  .registo2 {
    width: 100%;
    padding: 7rem 1.5rem 3.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-2 {
    color: #424548;
    text-decoration: none;
  }

  .wrapper-home {
    width: 100%;
    height: 100vh;
  }

  .home {
    display: -ms-grid;
    display: grid;
    overflow: scroll;
    width: 100%;
    padding: 3.5rem 0rem 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.25fr;
    grid-template-rows: 0.25fr;
    background-image: url('/assets/img/Background2.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-info {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .heading-normal {
    margin-top: 0px;
    margin-bottom: 0.9rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .sub-title {
    margin-bottom: 0.6rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .heading-bigbig {
    margin-top: 0px;
    margin-bottom: 2rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 5.5rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .sub-title2 {
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0.03rem;
  }

  .home-tickets {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 5.5rem 0rem 110px 1.5rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
  }

  .title-small {
    margin-bottom: 1.6rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .golden-ticket {
    display: -ms-grid;
    display: grid;
    width: 180px;
    height: 230px;
    padding: 0.5rem 0.9rem 0.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 8px 1px rgba(144, 154, 166, 0.34);
    text-decoration: none;
  }

  .title-ticket {
    margin-bottom: 0.6rem;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .box-info-ticket {
    width: 100%;
  }

  .subtitle-ticket {
    margin-bottom: 0rem;
    font-family: Montserrat, sans-serif;
    color: #909aa6;
    font-size: 0.85rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .img-ticket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    height: auto;
    background-color: transparent;
  }

  .mask {
    overflow: visible;
    width: 180px;
  }

  .slide {
    margin-right: 1.1rem;
  }

  .bottom-navbar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 70px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 8px 2px rgba(144, 154, 166, 0.34);
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-title-perfil {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .image-2 {
    margin-right: 0.5rem;
  }

  .line {
    width: 100%;
    height: 1px;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.34);
  }

  .button-perfil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.6rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .sub-title-perfil2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .image-3 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .perfil-code {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 4.5rem 1.5rem 110px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
  }

  .tab-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdee2;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }

  .tab-button.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e11d26;
    color: #fff;
  }

  .tabs-menu {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tabs {
    height: 100%;
  }

  .code-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-dados {
    width: 100%;
    padding: 3.5rem 1.5rem 110px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dados-edit {
    height: 46px;
    margin-bottom: 0px;
    padding: 8px 0px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #dcdee2;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .dados-edit::-webkit-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #424548;
    font-weight: 400;
  }

  .dados-edit:-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #424548;
    font-weight: 400;
  }

  .dados-edit::-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #424548;
    font-weight: 400;
  }

  .dados-edit::placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #424548;
    font-weight: 400;
  }

  .dados-noedit {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdee2;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 400;
  }

  .button-save-dados {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 3.5rem;
    padding-right: 1.5rem;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }

  .box-number-tickets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .number-tickets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0.8rem;
    padding: 2px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 18px;
  }

  .heading-number {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .box-all-tickets {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 2rem 0rem 110px 1.5rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    box-shadow: 0 -8px 13px 0 rgba(73, 0, 0, 0.2);
  }

  .title-small2 {
    margin-bottom: 1.2rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .golden-ticket-small {
    display: -ms-grid;
    display: grid;
    width: 145px;
    height: 170px;
    padding: 0.5rem 0.9rem 0.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 8px 1px rgba(144, 154, 166, 0.34);
    text-decoration: none;
  }

  .title-ticket2 {
    margin-bottom: 0.6rem;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .subtitle-ticket2 {
    margin-bottom: 0rem;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 0.7rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .slide-small {
    margin-right: 1.5rem;
  }

  .mask-small {
    overflow: visible;
    width: 145px;
  }

  .slider-off {
    padding-top: 2rem;
  }

  .wrapper-ticket {
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 3.5rem 1.5rem 110px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .box-ticket {
    position: relative;
    padding: 4.5rem 1.6rem 2rem;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.21);
  }

  .heading-normal-black {
    margin-top: 0px;
    margin-bottom: 0.9rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .buttom-id {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sub-title-black {
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .img-id-ticket {
    margin-right: 1rem;
  }

  .line2 {
    width: 100%;
    height: 1px;
    margin-top: 1.6rem;
    margin-bottom: 2.5rem;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #dcdee2;
  }

  .qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-open-ticket {
    position: absolute;
    left: auto;
    top: 1.5rem;
    right: 1.5rem;
    bottom: auto;
  }

  .image-4 {
    max-width: 100%;
  }

  .sub-title-black2 {
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.8rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .wrapper-main-ticket {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(165deg, #e11d26, #94040b);
  }

  .wrapper-info {
    width: 100%;
    height: auto;
    padding: 5rem 1.5rem 110px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-3 {
    color: #424548;
    text-decoration: none;
  }

  .heading-normal-grey {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 12px 0px;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 1.1rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: none;
  }

  .paragr-grey {
    margin-bottom: 3rem;
    font-family: Montserrat, sans-serif;
    color: #909aa6;
    font-size: 0.8rem;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.03rem;
  }

  .dropdown-text {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    padding: 12px 0px;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 1.1rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: none;
  }

  .dropdown-text.w--open {
    color: #e11d26;
  }

  .dropdown {
    width: 100%;
    margin-left: 0px;
  }

  .dropdown-list {
    background-color: transparent;
  }

  .dropdown-list.w--open {
    position: relative;
    padding-top: 0rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(144, 154, 166, 0.21);
    background-color: transparent;
  }

  .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .text-block {
    margin-bottom: 0.5rem;
    font-family: Montserrat, sans-serif;
    color: #909aa6;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .title-small-grey {
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .title-small-grey2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-family: Montserrat, sans-serif;
    color: #424548;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .link-4 {
    color: #909aa6;
    text-decoration: none;
  }

  .link-5 {
    color: #909aa6;
    text-decoration: none;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .bold-text-3 {
    font-weight: 600;
  }

  .bold-text-4 {
    font-weight: 600;
  }

  .bold-text-5 {
    font-weight: 600;
  }

  .bold-text-6 {
    font-weight: 600;
  }

  .button-back-tickets {
    margin-bottom: 1rem;
    padding-right: 30px;
    padding-bottom: 20px;
  }

  .registo-info-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .line3 {
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #dcdee2;
  }

  .wrapper-nova-passe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding: 6rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/assets/img/Background.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .headingg-passe {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .headingg-passe.heading-golden {
    margin-bottom: 1.5rem;
  }

  .text-field-passe {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.21);
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .text-field-passe::-webkit-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field-passe:-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field-passe::-ms-input-placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .text-field-passe::placeholder {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .submit-button-passe {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }

  .nova-passe-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-passe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-passe {
    margin-top: 0px;
    margin-bottom: 4rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.03rem;
  }

  .heading-passe.heading-golden {
    margin-bottom: 1.5rem;
  }

  .heading-normal-passe {
    margin-top: 0px;
    margin-bottom: 8%;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  .wrapper-main-ticket-used {
    width: 100%;
    height: 100vh;
    background-color: #909aa6;
    background-image: none;
  }

  .button-agendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    margin-bottom: 3rem;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e11d26;
    border-radius: 18px;
    text-decoration: none;
  }

  .title-agendar {
    margin-bottom: 0rem;
    margin-left: 0.8rem;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.03rem;
  }

  .wrapper-button-agendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submit-button-agendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 5.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #e11d26;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }

  .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    width: 100%;
    height: 100px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdee2;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
  }

  .button-hora {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    margin-bottom: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(220, 222, 226, 0.7);
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #bebebe;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
  }

  .button-hora:focus {
    background-color: #dcdee2;
    color: #424548;
  }

  .hora-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submit-button-test {
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #e11d26;
    font-size: 0.9rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }
}
