:root {
  --white: white;
  --black: black;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.page_wrapper {
  padding-top: 0;
  font-family: Oswald, sans-serif;
  position: relative;
  overflow: hidden;
}

.hero {
  flex-flow: column;
  align-items: stretch;
  height: 100vh;
  min-height: 800px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: relative;
}

.hero.confirmation.register {
  min-height: 850px;
}

.hero.edici-n {
  min-height: auto;
  max-height: 720px;
}

.hero_bg {
  z-index: 10;
  background-color: #efdbc3;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-bottom: 54px;
  display: flex;
  position: relative;
}

.hero_bg.edition-album {
  padding-top: 106px;
  padding-bottom: 0;
}

.gallery {
  background-color: #efdbc3;
  height: auto;
  padding: 140px;
  font-family: Oswald, sans-serif;
}

.navbar {
  z-index: 11;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
}

.nav-container.welcome {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.link-block {
  max-width: 180px;
}

.link-block.bienvenida {
  max-width: 200px;
}

.hero-wrapper {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-data {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 32px;
}

.banner {
  background-color: #c6a88f63;
  background-image: linear-gradient(131deg, #b54c420d, #b54a401a), linear-gradient(331deg, #f9e6b4ab, #fff0);
  border: 2px solid #fcfbf9a3;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  height: 110px;
  padding: 11px 16px;
  display: flex;
}

.banner._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #b34b40;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-image: linear-gradient(131deg, #ec8272cc, #b54a401a 79%), linear-gradient(331deg, #f9e6b4cc 24%, #fff0);
  border-style: none;
  border-color: #fcfbf9d1;
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  padding: 17px 18px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: none;
}

.banner.hidden {
  display: none;
}

.banner.v3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #b34b40;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-color: #fdf1e2cf;
  background-image: none;
  border-style: none;
  border-color: #fcfbf9d1;
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  padding: 20px 18px;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.banner-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  letter-spacing: .2rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 190px;
  display: flex;
}

.banner-sep {
  color: #fee5b2;
  background-color: #ffffff4d;
  flex: none;
  width: 2px;
  height: auto;
}

.banner-sep.v3 {
  background-color: #b34b40;
}

.tag-text {
  margin-bottom: 0;
  font-size: 23px;
  line-height: 100%;
}

.banner-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  letter-spacing: .2rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 190px;
  display: flex;
}

.more-data {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  margin-top: 24px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.text-block {
  font-size: 19px;
}

.text-block.bold {
  font-weight: 500;
}

.text-block.edition {
  color: #1d8794;
  font-size: 26px;
  font-weight: 400;
}

.text-block.save-date {
  color: #b34b40;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.text-block.edition-album {
  color: #fcfbf7;
  background-color: #238494;
  border-radius: 8px;
  padding: 18px 30px;
  font-size: 26px;
  font-weight: 400;
}

.registro_pop {
  background-color: #fdf1e2;
  border: 5px solid #ad4c40;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  font-size: 30px;
  display: none;
  position: fixed;
  inset: auto 3% 3% auto;
}

.close-div {
  background-color: #ad4c40;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: -16px -16px auto auto;
}

.close-div-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.close-div-line.x1 {
  position: absolute;
  transform: rotate(45deg);
}

.close-div-line.x2 {
  transform: rotate(-45deg);
}

.gallery--container {
  flex-flow: wrap;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-item {
  width: 25%;
  max-width: none;
  padding: 8px;
}

.page-wrapper {
  font-family: Oswald, sans-serif;
}

.terms-container {
  flex-flow: column;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terms-title {
  font-family: Oswald, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

.terms-text {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.div-block {
  margin-bottom: 32px;
}

.t-rminos-title {
  font-size: 40px;
  line-height: 150%;
}

.section {
  background-color: #efdbc3;
  height: auto;
  padding-top: 181px;
  padding-bottom: 70px;
  font-family: Oswald, sans-serif;
}

.form-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-title-block.bienvenido {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-block.error {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-block.error.used, .form-title-block.error.invalid {
  display: none;
}

.heading {
  color: #b34b40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 150%;
}

.heading.blue {
  color: #1d8794;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: flex;
}

.reservation-paragraph {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 180%;
}

.text-field {
  color: #1d8794;
  background-color: #fbebdc;
  border: 2px solid #fff;
  border-radius: 4px;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.text-field:hover {
  color: #1d8794;
}

.text-field:focus {
  color: #1d8794;
  border-color: #fcfbf9;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #fcfbf9;
}

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

.registration-form {
  max-width: 580px;
  margin: 48px auto 0;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b34b40;
  border-radius: 4px;
  min-width: 240px;
  padding: 14px 24px;
  font-size: 22px;
  line-height: 150%;
}

.button.outline {
  color: #b34b40;
  background-color: #b34b4012;
  border: 2px solid #b34b40;
}

.button.outline.blue {
  color: #333;
  background-color: #1d879408;
  border-color: #1d8794;
}

.button.blue.w--current {
  color: #b34b40;
  background-color: #b34b4000;
  border: 2px solid #b34b40;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-block {
  width: 100%;
}

.error-message {
  display: block;
}

.error-text-1, .error-text-2 {
  color: #b34b40;
  text-align: left;
  font-size: 16px;
  display: none;
}

.registration-bg {
  background-color: #efdbc3;
  background-image: url('../images/logos-left.png'), url('../images/logos-right.jpg');
  background-position: -5%, 105%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.gallery-image {
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.div-block-2 {
  min-width: 130px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.link {
  color: #1d8794;
}

.link.black {
  color: #333;
}

.thank-you-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold {
  font-weight: 500;
}

.hero-dec {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/logos-left.png');
  background-position: 100%;
  background-size: cover;
  width: 26%;
  max-width: 390px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-dec.right {
  z-index: 0;
  background-image: url('../images/logos-right.jpg');
  background-position: 0%;
  inset: 0% 0% 0% auto;
}

.drop-button {
  min-width: 130px;
}

.hamburger-icon {
  background-color: #238494;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.image {
  width: 50%;
}

.dropdown-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000;
  min-width: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.dropdown-link:hover {
  background-color: #fbebdc;
}

.dropdown-link.w--current {
  color: #b14b40;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.dropdown-list {
  inset: 0% 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: #fefcfc;
  border-radius: 8px;
  min-width: 240px;
  inset: 114% 38px auto auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000001a;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.video.gallery--container {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.video-2 {
  border: 2px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.footer {
  letter-spacing: .5px;
  background-color: #238494;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
}

.footer-text {
  color: #efdbc3;
  text-decoration: none;
}

.footer-text:hover {
  color: #efdbc380;
}

.qr-form {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.qr-code-container {
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.success-qr {
  background-color: #ddd0;
  padding: 16px 0 0;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: auto;
  }

  .hero.confirmation {
    height: auto;
    min-height: 100vh;
  }

  .hero.edici-n, .hero.qr {
    min-height: auto;
  }

  .hero_bg {
    min-height: 80vh;
    padding-top: 211px;
    padding-bottom: 318px;
  }

  .hero_bg.edition-album {
    min-height: auto;
    padding-bottom: 80px;
  }

  .gallery {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-container {
    width: 90%;
  }

  .link-block {
    max-width: 120px;
  }

  .hero-wrapper {
    max-width: 70%;
  }

  .banner.v3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    letter-spacing: .2rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .banner-left {
    width: 160px;
  }

  .tag-text {
    font-size: 18px;
  }

  .banner-right {
    width: 160px;
  }

  .registration-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    display: none;
  }

  .hero-dec.right {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero-dec.right.ed {
    background-position: 100%;
    inset: auto 0% 0% auto;
  }

  .hero-dec.ed {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 350px;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero.confirmation, .hero.qr {
    height: auto;
    min-height: 100vh;
  }

  .hero_bg.edition-album {
    min-height: auto;
  }

  .gallery {
    padding: 48px 0 64px;
  }

  .banner.v3 {
    font-weight: 600;
    line-height: 1.3rem;
  }

  .gallery--container {
    width: 95%;
    max-width: none;
  }

  .image-item {
    width: 33%;
    padding: 4px;
  }

  .heading {
    font-size: 40px;
  }

  .container {
    width: 90%;
  }

  .container.footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.qr {
    padding-top: 130px;
  }

  .registration-bg {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .registration-bg.bienvenido {
    background-image: url('../images/logos-left.png'), url('../images/logos-right.jpg');
    background-position: -40% 200%, 140% 200%;
    background-repeat: no-repeat, no-repeat;
    background-size: 260px, 260px;
    min-height: auto;
  }

  .div-block-2 {
    display: none;
  }

  .hero-dec {
    width: 20%;
    height: 70%;
    inset: auto auto 0% 0%;
  }

  .hero-dec.right {
    height: 70%;
    inset: auto 0% 0% auto;
  }

  .drop-button {
    min-width: auto;
  }

  .dropdown-list.w--open {
    right: 0;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle.w--open {
    padding-left: 0;
  }

  .qr-code-container {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .hero.confirmation {
    min-height: 100vh;
  }

  .hero.edici-n {
    min-height: 0;
    max-height: 460px;
  }

  .hero_bg {
    flex-flow: column;
    min-height: 80vh;
    padding-top: 180px;
    padding-bottom: 31px;
  }

  .hero_bg.edition-album {
    padding-top: 150px;
    padding-bottom: 29px;
  }

  .gallery {
    display: block;
  }

  .nav-container.welcome {
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    max-width: 120px;
  }

  .hero-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    max-width: 85%;
  }

  .hero-data {
    width: 100%;
    margin-top: 120px;
    position: relative;
    bottom: 0;
  }

  .banner.v3 {
    background-color: #efdbc300;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 80%;
    font-size: 1.3rem;
    line-height: 1.2rem;
  }

  .banner-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .banner-sep.v3 {
    width: 100%;
    height: 1px;
  }

  .tag-text {
    font-size: 21px;
  }

  .banner-right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block.edition, .text-block.edition-album {
    font-size: 6vw;
  }

  .gallery--container {
    width: 95%;
  }

  .image-item {
    width: 50%;
    padding: 4px;
  }

  .container.qr {
    padding-top: 165px;
  }

  .registration-bg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .registration-bg.bienvenido {
    background-position: -60% 220%, 190% 280%;
  }

  .registration-bg.bienvenido.qrs {
    background-image: none;
    padding-top: 42px;
  }

  .hero-dec {
    width: 24%;
    max-width: 390px;
    height: 50%;
  }

  .hero-dec.right {
    height: 50%;
  }

  .hero-dec.right.ed {
    background-position: 0%;
    background-size: cover;
    width: 18%;
  }

  .hero-dec.right.homepage {
    background-position: 0%;
    background-size: cover;
  }

  .hero-dec.ed {
    background-position: 100%;
    background-size: cover;
    width: 18%;
    height: 70%;
  }

  .hero-dec.homepage {
    background-repeat: no-repeat;
  }

  .qr-code-container {
    width: 300px;
    height: 300px;
  }
}


