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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.heroe {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Ste.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: magneta, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.heading-copy {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-top: 0;
  font-family: magneta, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.grid {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 80px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #f2f2f2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: magneta, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
}

.clock-label {
  color: #f2f2f2;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-right: -5px;
  font-family: source-sans-3, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.section {
  padding: 5%;
}

.section._1 {
  height: 70vh;
  background-image: url('../images/Recurso-2We.Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.section._2 {
  background-image: url('../images/textura.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._3 {
  background-image: url('../images/Recurso-6We.Page.png');
  background-position: 100%;
  background-size: cover;
}

.section._4 {
  background-image: url('../images/textura.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.section._5 {
  background-image: url('../images/Recurso-2We.Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.div_foto {
  height: 70vh;
  background-image: url('../images/2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_foto._2 {
  background-image: url('../images/1.JPG');
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  width: 80%;
  grid-template-rows: auto auto auto;
}

.div_itinerario {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Creattion demo, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 6vw;
}

.paragraph {
  text-align: center;
  font-family: magneta, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
}

.paragraph._1 {
  font-size: 2.5vw;
  line-height: 3.5vw;
}

.paragraph._2 {
  font-size: 1.5vw;
  line-height: 2.5vw;
}

.button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: 3px 10px;
  font-family: source-sans-3, sans-serif;
  font-weight: 300;
}

.heading-3 {
  font-family: magneta, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5%;
  margin-right: 55px;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .5px solid #000;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block {
  font-family: source-sans-3, sans-serif;
  font-weight: 300;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid-4._1 {
  grid-template-columns: 1fr 1fr;
}

.tab-pane-tab-1 {
  width: 100%;
  margin-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block {
  height: 60vh;
  background-image: url('../images/Recurso-6We.Page_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block._1 {
  color: #ddd6ca;
  background-image: url('../images/Recurso-5We.Page.png');
}

.link-block._2 {
  background-image: url('../images/stephanie--jc-02.png');
}

.link-block._3 {
  background-image: url('../images/Copia-de-stephanie--jc-02.png');
}

.link-block._4 {
  background-image: url('../images/Copia-de-stephanie--jc-02-2.png');
}

.link-block._6 {
  background-image: url('../images/Recurso-4We.Page.png');
}

.link-block._7 {
  background-image: url('../images/Recurso-5We.Page_1.png');
}

.link-block._10 {
  background-image: url('../images/PerlaWe.Page.png');
}

.tab-pane-tab-2 {
  margin-top: 2%;
}

.grid-4-copy {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 70vh;
  height: 70vh;
  height: 70vh;
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.full-frame-image-wrapper.homepage._1 {
  background-image: url('../images/34.JPG');
  background-position: 50% 60%;
}

.light {
  color: #fafaf8;
  display: none;
}

.grid-5 {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 10% 0%;
}

.div-block-4 {
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.login-section {
  width: 50%;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  padding: 50px 50px 80px;
  font-size: 16px;
  display: flex;
}

.sign-up-field-wrapper {
  display: flex;
}

.login-button {
  width: 100%;
  background-color: #ddd6ca;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #36b868;
}

.text-block-5 {
  font-family: magneta, sans-serif;
}

.login-page-section {
  width: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.tree-image {
  background-image: url('../images/34.JPG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-top: 15px;
  margin-bottom: 2px;
  padding-left: 2px;
  font-family: magneta, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.login-label:focus-visible {
  color: #000;
}

.login-label[data-wf-focus-visible] {
  color: #000;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-nav-2 {
  font-size: 1px;
}

.login-field {
  height: 50px;
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #76ce89;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #76ce89;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 0;
}

.login-box {
  width: 100%;
  max-width: 1100px;
  min-height: 80vh;
  background-color: #fff;
  border-radius: 5px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, .2);
}

.login-head {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.5vw;
  line-height: 1.3em;
}

.slider-section {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.memberstack-form {
  padding-top: 25px;
  position: relative;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-47 {
  width: 100%;
  border-bottom: 2px solid #1d8091;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-47._2 {
  border-bottom-style: none;
  margin-bottom: 20px;
}

.checkbox-field-2 {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label-3 {
  color: #999;
  margin-left: 5px;
  font-family: magneta, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.2rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon {
  color: #fff;
  font-size: 30px;
}

.nav-menu {
  height: 100vh;
  background-color: #ddd6ca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  display: flex;
}

.nav-link {
  color: #333;
  text-align: center;
  font-family: magneta, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.menu-button {
  background-color: rgba(0, 0, 0, 0);
}

.div_frase {
  height: 100%;
  background-image: url('../images/Recurso-1We.Page.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

._5 {
  background-image: url('../images/Recurso-3We.Page_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tab-pane-tab-3 {
  width: 100%;
  margin-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.paragraph-copy-2 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: magneta, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
}

.image-3 {
  margin-left: 5px;
}

.recepcion.phone {
  display: none;
}

@media screen and (min-width: 1440px) {
  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .full-frame-image-wrapper {
    height: 50vh;
  }

  .login-section {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .login-box {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .full-frame-image-wrapper {
    height: 100vh;
  }

  .login-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .login-head {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-copy {
    font-size: 4vw;
    line-height: 4vw;
  }

  .div-block-2 {
    font-size: 28px;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    font-size: 9vw;
    line-height: 7vw;
  }

  .clock-label {
    text-shadow: 0 20px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
  }

  .section._1 {
    height: 40vh;
  }

  .section._5 {
    height: auto;
  }

  .grid-3 {
    width: 100%;
  }

  .heading-2 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .paragraph {
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph._1 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph._2 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .button {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-3 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-link-tab-1 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .link-block, .link-block._1, .link-block._10 {
    height: 45vh;
  }

  .grid-4-copy {
    flex-direction: column;
    display: flex;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/3.jpg');
    background-position: 30% 0;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .full-frame-image-wrapper.homepage._1 {
    background-position: 50%;
    margin-top: 0;
  }

  .grid-5 {
    width: 90%;
  }

  .div-block-4 {
    width: 100%;
  }

  .login-section {
    max-width: none;
    padding: 5%;
  }

  .login-button:hover {
    background-color: #62685b;
  }

  .login-label {
    font-size: 5vw;
    line-height: 6vw;
  }

  .login-container {
    min-width: 0;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .login-box {
    min-height: auto;
  }

  .login-head {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .memberstack-form {
    padding-top: 0;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .div-block-47._2 {
    flex-direction: row;
    margin-top: 5px;
  }

  .checkbox-field-2 {
    margin-top: 2%;
  }

  .checkbox-label-3 {
    font-size: 5vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .nav-link {
    font-size: 4vw;
    line-height: 5vw;
  }

  ._5 {
    height: 45vh;
  }

  .div-block-48 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: flex;
  }

  .container-5 {
    margin-top: 5%;
  }

  .paragraph-copy-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .recepcion.phone {
    display: block;
  }

  .image-4 {
    display: none;
  }
}

#w-node-ce986426-c5ea-0d6e-6be6-e9dcbd463993-e8eeeaf3, #w-node-b676e8a9-4ef2-53d2-cf47-f7b7dcec0655-e8eeeaf3, #w-node-c2a2ccd8-ccaa-2a45-6111-5a80237b0da8-e8eeeaf3, #w-node-_8d510591-00ef-0fe6-4936-70a4c9ff3fda-e8eeeaf3, #w-node-_5c10e96b-7c74-82fb-de71-08ef013641dc-e8eeeaf3, #w-node-b91f9b7b-d060-7fa8-432e-98a51a3224fd-e8eeeaf3, #w-node-_577dc863-ee58-9fbb-fdb3-341d4e4909e5-e8eeeaf3, #w-node-dbfbe0ff-ba07-5fc1-9f39-5b8e4687a811-e8eeeaf3, #w-node-dbfbe0ff-ba07-5fc1-9f39-5b8e4687a812-e8eeeaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abb21065-b439-dbb1-8dea-08e708a2523b-e8eeeaf3, #w-node-b9b5c25b-3ef7-4835-0964-5a1f46e99515-e8eeeaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d9672beb-7ecd-5bb0-8469-f3eeaa56bb56-e8eeeaf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7ae408f-6a36-e5fc-a529-6d419ca24d81-e8eeeaf3, #w-node-_164f22a1-abde-38d4-a33d-7b0c985f9ecf-e8eeeaf3, #w-node-e6b41492-f6d6-d089-e98c-d02664af2a14-e8eeeaf3, #w-node-e6b41492-f6d6-d089-e98c-d02664af2a15-e8eeeaf3, #w-node-_7a248e65-9a8f-9cd5-25e0-b307c518ec84-e8eeeaf3, #w-node-e43f3462-a069-98e9-5f97-d18f59cb150f-e8eeeaf3, #w-node-c98620cb-9b59-fd41-3acc-86c8471b591f-e8eeeaf3, #w-node-c98620cb-9b59-fd41-3acc-86c8471b5920-e8eeeaf3, #w-node-_418a1844-c9a4-18d3-2b02-45faf7438fd9-e8eeeaf3, #w-node-_418a1844-c9a4-18d3-2b02-45faf7438fdc-e8eeeaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_418a1844-c9a4-18d3-2b02-45faf7438fdf-e8eeeaf3, #w-node-_418a1844-c9a4-18d3-2b02-45faf7438fe2-e8eeeaf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_418a1844-c9a4-18d3-2b02-45faf7438fd9-e8eeeaf3 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Creattion demo';
  src: url('../fonts/Creattion-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}