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

.header {
  width: 100%;
  padding: 20px 0 26px;
  background-image: url(../images/header_bg.png);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1360px) {
  .header {
    padding: 15px 0 50px;
  }
}
.header__logo {
  margin-bottom: 74px;
}
@media (min-width: 1360px) {
  .header__logo {
    margin-bottom: 70px;
  }
}
@media (min-width: 1960px) {
  .header__logo {
    margin-bottom: 130px;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .header__content {
    flex-direction: row;
    gap: 30px;
    max-width: 700px;
  }
}
.header__content img {
  width: 140px;
  height: 80px;
  margin-bottom: 10px;
}
@media (min-width: 1360px) {
  .header__content img {
    width: 188px;
    height: 105px;
  }
}
.header__text--one {
  font-size: 49px;
  font-weight: 700;
  font-family: "Rubik Mono One", sans-serif;
  color: #ffffff;
}
@media (min-width: 1360px) {
  .header__text--one {
    font-weight: 500;
  }
}
.header__text--line {
  height: 7px;
  width: 170px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.header__text--two {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1360px) {
  .header__text--two {
    font-size: 46px;
    line-height: 44px;
  }
}

.invite {
  padding: 30px 0 15px;
}
@media (min-width: 1360px) {
  .invite {
    padding: 55px 0 50px;
  }
}
.invite__title {
  font-size: 50px;
  font-weight: 400;
  color: #005baa;
  letter-spacing: 5px;
  font-family: "Lobster", cursive;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 1360px) {
  .invite__title {
    font-size: 160px;
  }
}
.invite__subTitle {
  margin-left: 90px;
  font-family: "Rubik";
  text-transform: uppercase;
  color: #005baa;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1360px) {
  .invite__subTitle {
    margin-left: 250px;
    font-size: 50px;
  }
}

.program {
  padding: 20px 0 50px;
}
.program__title {
  font-family: "Rubik", sans-serif;
  color: #005baa;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (min-width: 1360px) {
  .program__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.program__list {
  list-style: none;
}
.program__list-item {
  width: 100%;
  padding: 20px 0 50px;
  border-top: 1px solid #b8c2cc;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1360px) {
  .program__list-item {
    padding: 0;
    border: none;
    flex-direction: row;
    justify-content: space-between;
  }
}
.program__list-item--text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1360px) {
  .program__list-item--text {
    padding: 50px 0;
    font-size: 21px;
    width: 80%;
    border-top: 1px solid #b8c2cc;
  }
  .program__list-item--text:last-child {
    border-bottom: 1px solid #b8c2cc;
  }
}
.program__list-item--time {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1360px) {
  .program__list-item--time {
    padding: 50px 0;
    border-top: 1px solid #b8c2cc;
    width: 15%;
    font-size: 21px;
  }
}
.program__list-item:last-child {
  padding: 35px 0;
  border-bottom: 1px solid #b8c2cc;
}
@media (min-width: 1360px) {
  .program__list-item:last-child {
    border: none;
  }
}
.program__footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .program__footer {
    flex-direction: row;
    justify-content: space-around;
  }
}
.program__footer--left {
  color: #ed1b28;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  border-left: 4px solid #ed1b28;
  text-transform: uppercase;
  padding-left: 5px;
  line-height: 24px;
  margin-bottom: 21px;
}
@media (min-width: 1360px) {
  .program__footer--left {
    line-height: 32px;
    font-size: 24px;
  }
}
.program__footer--right {
  color: #005baa;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  border-left: 4px solid #005baa;
  text-transform: uppercase;
  padding-left: 5px;
  line-height: 24px;
  margin-bottom: 21px;
}
@media (min-width: 1360px) {
  .program__footer--right {
    line-height: 32px;
    font-size: 24px;
  }
}

.footer {
  padding: 50px 0;
}
.footer__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1360px) {
  .footer__flex {
    gap: 40px;
  }
}
.footer__flex a {
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .footer__flex a {
    margin-bottom: 40px;
  }
}

.register {
  padding: 50px 0 80px;
}
.register__title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #005baa;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 1360px) {
  .register__title {
    font-size: 24px;
  }
}
.register__inputs {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .register__inputs {
    flex-direction: row;
    justify-content: space-between;
  }
}
.register__inputs--names {
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .register__inputs--names {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1360px) {
  .register__inputs--other {
    width: 49%;
  }
}
.register__input {
  width: 100%;
  font-family: "Open Sans";
  color: #005baa;
  border: 1px solid rgba(0, 91, 170, 0.1921568627);
  margin-bottom: 15px;
  border-radius: 1;
}
.register__input::placeholder {
  color: #005baa;
  font-family: "Open Sans";
}
.register__btn {
  width: 100%;
  height: 48px;
  background-color: #005baa;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 1360px) {
  .register__btn {
    width: 224px;
  }
}
.register__footer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .register__footer {
    align-items: center;
    flex-direction: row;
  }
}
.register__footer--text {
  width: 100%;
  text-align: center;
  color: #005baa;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 1360px) {
  .register__footer--text {
    width: 224px;
  }
}

.ticket {
  padding: 30px 0 50px;
}
.ticket__title {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  color: #005baa;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .ticket__title {
    font-size: 60px;
    line-height: 60px;
  }
}
.ticket__info--title {
  font-family: "Rubik", sans-serif;
  color: #005baa;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ticket__data {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .ticket__data {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ticket__data--names {
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .ticket__data--names {
    width: 49%;
  }
}
@media (min-width: 1360px) {
  .ticket__data--other {
    width: 49%;
  }
}
.ticket__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-color: rgba(0, 91, 170, 0.1921568627);
  color: #005baa;
  border-radius: 2px;
  margin-bottom: 15px;
}
.ticket__date-activation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .ticket__date-activation {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.ticket__date-activation--text {
  height: 40px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 91, 170, 0.1921568627);
  padding-left: 10px;
  color: #005baa;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 1360px) {
  .ticket__date-activation--text {
    margin-right: 30px;
  }
}
.ticket__date-activation--date {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1360px) {
  .ticket__date-activation--date {
    flex-direction: row;
  }
}
.ticket__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  border: 1px solid rgba(0, 91, 170, 0.1921568627);
}
.ticket__time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  border: 1px solid rgba(0, 91, 170, 0.1921568627);
}
.ticket__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1360px) {
  .ticket__footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ticket__qr {
  margin-bottom: 30px;
}
@media (min-width: 1360px) {
  .ticket__qr {
    width: 49%;
  }
}
.ticket__qr--content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .ticket__qr--content {
    flex-direction: row;
  }
}
.ticket__qr--title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #005baa;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1360px) {
  .ticket__qr--title {
    font-size: 24px;
  }
}
.ticket__qr--left img {
  height: 300px;
  width: 300px;
  margin-bottom: 15px;
}
@media (min-width: 1360px) {
  .ticket__qr--left img {
    width: 256px;
    height: 256px;
  }
}
.ticket__qr--text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
  width: 272px;
}
.ticket__qr--right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .ticket__qr--right {
    margin-left: 22px;
  }
}
.ticket__qr--download {
  position: relative;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding-left: 40px;
  align-items: center;
  font-weight: 500;
  width: 272px;
  height: 40px;
  border: 1px solid rgba(0, 91, 170, 0.1921568627);
  color: #005baa;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (min-width: 1360px) {
  .ticket__qr--download {
    width: 256px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.ticket__qr--download::before {
  position: absolute;
  left: 10px;
  content: "";
  display: block;
  background-image: url(../images/folder.png);
  width: 24px;
  height: 24px;
}
.ticket__qr--calendar {
  padding-left: 40px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 272px;
  height: 40px;
  border: 1px solid rgba(0, 91, 170, 0.1921568627);
  color: #005baa;
  text-decoration: none;
}
@media (min-width: 1360px) {
  .ticket__qr--calendar {
    width: 256px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.ticket__qr--calendar::before {
  position: absolute;
  left: 10px;
  content: "";
  display: block;
  background-image: url(../images/calendar.png);
  width: 24px;
  height: 24px;
}
@media (min-width: 1360px) {
  .ticket__map {
    width: 49%;
  }
}
.ticket__map--title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #005baa;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1360px) {
  .ticket__map--title {
    font-size: 24px;
  }
}
.ticket__map--img {
  width: 272px;
  height: 255px;
  background-image: url(../images/map.png);
}
@media (min-width: 1360px) {
  .ticket__map--img {
    width: 544px;
  }
}
@media (min-width: 1960px) {
  .ticket__map--img {
    height: 376px;
  }
}

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