:root {
  --beige: #dcd6d3;
  --black: black;
  --white: white;
}

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

body {
  color: #333;
  font-family: Artegrasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Angle;
  font-size: 56px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.page-wrapper {
  min-height: 100vh;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/bg-01.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container {
  width: 100%;
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  overflow: hidden;
}

.container.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  width: 50%;
}

.contenido {
  z-index: 10;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.contenido.sombra {
  text-shadow: 0 1px 10px rgba(0, 0, 0, .25);
}

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

.render-container {
  z-index: 9;
  height: 100%;
  opacity: .8;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.r-1044 {
  display: none;
}

.btn {
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #998167;
  border: 3px solid #998167;
  border-radius: 1000px;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Canela, Times New Roman, sans-serif;
  font-weight: 300;
  transition: color .2s, background-color .2s, transform .2s;
}

.btn:hover {
  color: #fff;
  background-color: #998167;
  transform: scale(1.05);
}

.btn.close-modal {
  max-width: 200px;
}

.logo-container {
  max-width: 350px;
}

.titulo-flotante {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Canela, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}

.body {
  color: var(--beige);
  background-color: #000;
}

.email {
  color: var(--beige);
  margin-bottom: 30px;
  display: none;
}

.tel {
  margin-bottom: 20px;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.paragraph {
  margin-bottom: 0;
}

.input {
  z-index: 20;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--beige);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 70px;
  position: relative;
}

.input-label {
  z-index: 19;
  margin-bottom: 0;
  position: absolute;
  top: 8px;
}

.campo {
  position: relative;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.separador {
  width: 80%;
  height: 1px;
  background-color: var(--beige);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.imagen-movil {
  display: none;
}

.creditos {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.text-block {
  display: inline-block;
}

.logo-ucalli {
  width: 60px;
}

.footer4_social-list {
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: start;
  justify-items: start;
  display: flex;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--beige);
}

.whatsapp, .hide {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.direccion {
  display: none;
}

.logo-embed {
  align-items: flex-start;
  display: flex;
}

.proximamente {
  text-align: center;
}

.descripcion-form {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
}

.logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1rem;
}

.margin-bottom.margin-large {
  margin: 0 0 2rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon-2 {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7d7772;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-link {
  color: #7d7772;
}

.text-style-link.text-color-alternate {
  color: #fff;
}

.checkbox-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.form_field-wrapper {
  position: relative;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_contact-modal1 {
  position: relative;
}

.success-text {
  font-weight: 600;
}

.contact-modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 54rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 0;
  position: relative;
  overflow: scroll;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.show-mobile-landscape {
  display: none;
}

.error-text {
  color: #e23939;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-modal1_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close-button-container {
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    grid-template-columns: 1fr .75fr;
  }

  .image.r-1044 {
    display: block;
  }

  .image.r-desktop {
    display: none;
  }

  .logo-container {
    max-width: 420px;
  }

  .contenedor {
    width: 1023px;
    background-image: none;
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .contenido {
    text-align: center;
    padding-right: 0;
  }

  .render-container {
    opacity: .7;
  }

  .titulo-flotante {
    font-size: 43px;
  }

  .footer {
    grid-template-columns: 1fr .75fr;
  }

  .logo-wrapper {
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    padding-top: 30px;
  }

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

  .render-container {
    z-index: 11;
    width: 100%;
    height: auto;
    display: none;
  }

  .image {
    height: auto;
    position: relative;
  }

  .logo-container {
    max-width: 350px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .titulo-flotante {
    width: 100%;
    text-align: center;
  }

  .imagen-movil {
    margin-bottom: 40px;
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }

  .logo-wrapper {
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-container {
    max-width: 240px;
    margin-bottom: 50px;
  }

  .titulo-flotante {
    font-size: 27px;
    line-height: 1.1em;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 16px;
  }

  .imagen-movil {
    margin-left: -20px;
    margin-right: -20px;
  }

  .creditos {
    margin-bottom: 20px;
  }

  .logo-ucalli {
    width: 90px;
  }

  .descripcion-form {
    font-size: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-modal1_component {
    display: none;
  }
}

#w-node-_87b4bca2-9f29-ed68-3579-dc150e5d0abf-7ec002b5 {
  align-self: start;
  justify-self: center;
}

#w-node-fea53a8f-ed1b-9568-d208-ea6b2b16bbf6-7ec002b5, #w-node-_970419b9-292a-757a-a399-aff7218df323-7ec002b5 {
  align-self: start;
}

#w-node-_48918ec4-e16e-0ab4-9634-0158e64988fb-7ec002b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c37130f-1f00-5bdc-270a-669268f98804-7ec002b5 {
  justify-self: end;
}

#w-node-_87b4bca2-9f29-ed68-3579-dc150e5d0abf-bf6abee0 {
  align-self: start;
  justify-self: center;
}

#w-node-fea53a8f-ed1b-9568-d208-ea6b2b16bbf6-bf6abee0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_9c37130f-1f00-5bdc-270a-669268f98804-bf6abee0 {
  justify-self: end;
}

#w-node-_87b4bca2-9f29-ed68-3579-dc150e5d0abf-8d531b1e {
  align-self: start;
  justify-self: center;
}

#w-node-fea53a8f-ed1b-9568-d208-ea6b2b16bbf6-8d531b1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_9c37130f-1f00-5bdc-270a-669268f98804-8d531b1e {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-d912fe68-0368-0b33-24d9-121a39d015d7-7ec002b5, #w-node-_9c37130f-1f00-5bdc-270a-669268f98804-7ec002b5, #w-node-d912fe68-0368-0b33-24d9-121a39d015d7-bf6abee0, #w-node-_9c37130f-1f00-5bdc-270a-669268f98804-bf6abee0, #w-node-d912fe68-0368-0b33-24d9-121a39d015d7-8d531b1e, #w-node-_9c37130f-1f00-5bdc-270a-669268f98804-8d531b1e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/artegrasans-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/canela-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/artegrasans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/artegrasans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/artegrasans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}