@font-face {
  font-family: Gp Disp;
  src: url('../fonts/GP-light-disp.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gp Disp;
  src: url('../fonts/GP-light-italic-disp.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --claro: #e5e0d7;
  --blackish: #25272a;
  --transparent: #ddd0;
}

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

body {
  background-color: var(--claro);
  color: #333;
  font-family: beaufort-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .8s;
}

.body-home {
  background-image: url('../images/Home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-menu {
  z-index: 4;
  grid-column-gap: 6.21rem;
  grid-row-gap: 6.21rem;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  display: flex;
  position: fixed;
  top: 2.3rem;
  right: 2.3rem;
}

.link-header {
  color: var(--blackish);
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.link-header.claro {
  color: var(--claro);
}

.logo-home {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -20.3rem 0% auto;
}

.link-logo {
  flex: none;
  width: 13.2rem;
  display: block;
  position: relative;
  right: 23rem;
}

.logo-header {
  width: 100%;
}

.slider-home {
  background-color: var(--transparent);
  width: 42.6rem;
  height: auto;
  position: absolute;
  inset: 2.3rem auto 2.3rem 2.3rem;
}

.nav-hide {
  display: none;
}

.img-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-nosotros {
  z-index: 0;
  background-color: var(--blackish);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.imagen-fondo {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-nosotros {
  z-index: 4;
  position: absolute;
  bottom: 2.3rem;
  left: 2.3rem;
}

.link-logo-section {
  flex: none;
  width: 13.2rem;
  display: block;
}

.p-home {
  text-align: right;
  width: 25rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
  position: absolute;
  inset: auto 2.3rem 2.3rem auto;
}

.menu-btn, .close-menu {
  display: none;
}

.p-nosotros {
  color: var(--claro);
  width: 25.4rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
  position: absolute;
  top: 3.1rem;
  left: 2.3rem;
}

.title-nosotros {
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
}

.logo-menu {
  z-index: 4;
  position: fixed;
  top: 2.3rem;
  left: 2.3rem;
}

.slider-menu {
  z-index: 0;
  background-color: var(--blackish);
  width: 33.33%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.menu-contents {
  z-index: 1;
  opacity: .8;
  background-image: url('../images/hoja.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46rem;
  position: absolute;
  top: 20vh;
  bottom: 19vh;
  left: 27%;
  overflow: hidden;
}

.img-paper {
  width: 100%;
}

.content-menu {
  padding: 2rem 2.2rem 2rem 8vh;
  position: absolute;
  inset: .4rem 0%;
  overflow: scroll;
}

.titulo-menu {
  color: var(--blackish);
  text-align: right;
  width: 23rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1em;
  position: absolute;
  bottom: 47vh;
  right: 2.3rem;
}

.p-menu {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.p-menu.badge {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}

.sub-titulo-menu {
  color: var(--blackish);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1em;
}

.intro-menu {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.intro-menu.badge {
  font-size: 1rem;
  font-style: italic;
}

.section-mesa-redonda {
  z-index: 3;
  height: 100vh;
  padding: 2.3rem;
  position: sticky;
  bottom: 0;
}

.section-mesa-redonda.dos {
  z-index: 2;
}

.section-mesa-redonda.tres {
  z-index: 1;
}

.section-mesa-redonda.cuatro {
  z-index: 0;
}

.container-mesa-redonda {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.col-a-mesa-r {
  width: 50%;
  height: 100%;
}

.col-a-mesa-r.dos {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 10rem;
  display: flex;
}

.col-a-mesa-r.tres {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-a-mesa-r.cuatro {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-mesa-redonda {
  width: 25.4rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.col-b-mesa-r {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.col-b-mesa-r.dos {
  justify-content: center;
  align-items: center;
}

.col-b-mesa-r.tres {
  justify-content: center;
  align-items: center;
  padding-right: 10rem;
}

.col-b-mesa-r.cuatro {
  justify-content: center;
  align-items: center;
}

.titulo-mesa-red {
  color: var(--blackish);
  width: 23rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: .9em;
}

.img-1-mesa {
  width: 70%;
}

.img-1-mesa.dos, .img-1-mesa.tres {
  width: 52%;
}

.fondo-degradado {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--claro) 91%, var(--transparent));
  position: absolute;
  inset: 0% 0% -10%;
}

.titulo-hacemos {
  color: var(--blackish);
  margin-top: 0;
  margin-bottom: 0;
  font-family: garamond-premier-pro-display, sans-serif;
  font-size: 2.2rem;
  line-height: 1.1em;
}

.salto {
  height: 3rem;
}

.content-unete {
  z-index: 1;
  opacity: .8;
  background-image: url('../images/fondo_hoja.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 63rem;
  padding: 4rem;
  position: relative;
}

.form-unete {
  margin-bottom: 0;
}

.label {
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1em;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--blackish);
  background-color: var(--transparent);
  height: 2rem;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.enviar {
  color: var(--blackish);
  font-size: 1rem;
  line-height: 1em;
}

.row-unete {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.col-unete {
  width: 100%;
}

.espacio-unete {
  flex: none;
  width: 1rem;
}

.checkbox-field {
  width: 100%;
  margin-bottom: 2rem;
}

.value-checkbox {
  font-size: .8rem;
  line-height: 1em;
}

.link-legal {
  color: var(--blackish);
}

.section-form {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-unete {
  column-count: 2;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.p-unete.badge {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}

.titulo-unete {
  color: var(--blackish);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1em;
}

.fotos-fondo {
  z-index: 0;
  background-color: var(--blackish);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cont-foto-unete {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.imagen-unete {
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
}

.imagen-fondo-bg {
  aspect-ratio: 2 / 3;
  background-image: url('../images/slide_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20rem;
  position: absolute;
  top: 6.9rem;
  left: 25.6rem;
}

.imagen-fondo-bg.dos {
  aspect-ratio: 3 / 2;
  background-image: url('../images/fondo_nosotros.jpg');
  width: 29rem;
  top: 6.7rem;
  left: auto;
  right: 26rem;
}

.imagen-fondo-bg.tres {
  aspect-ratio: 1;
  background-image: url('../images/mesa_1.jpg');
  top: -22rem;
  left: auto;
  right: 28.3rem;
}

.imagen-fondo-bg.cuatro {
  background-image: url('../images/slide_2.jpg');
  top: -19.9rem;
  left: auto;
  right: -56.4rem;
}

.dropdown-ubicaciones {
  position: relative;
}

.dropdown-element-ubicaciones {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1.3rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.sub-link-header {
  color: var(--blackish);
  text-align: right;
  white-space: nowrap;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.sub-link-header.claro {
  color: var(--claro);
}

.lista-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-home {
  height: 100vh;
  position: relative;
}

.section-footer {
  padding: 4rem 2.3rem;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.col-footer {
  width: 20%;
}

.titulo-footer {
  color: var(--blackish);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Gp Disp, Times New Roman, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1em;
}

.value-footer {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.value-footer.badge {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}

.value-footer.legal {
  text-align: right;
  font-size: 1rem;
}

.link-footer {
  color: var(--blackish);
  text-decoration: none;
}

.section-nostros, .section-main-menu {
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 38%;
    transition: all .2s;
    right: -13rem;
  }

  .section-menu.on {
    right: 2.3rem;
  }

  .link-header {
    text-align: right;
  }

  .logo-home {
    display: block;
    inset: 2.3rem auto auto 2.3rem;
  }

  .link-logo {
    width: 10rem;
    position: static;
  }

  .slider-home {
    width: auto;
    height: 50%;
    top: auto;
    right: 2.3rem;
  }

  .logo-nosotros {
    justify-content: flex-end;
    align-items: flex-end;
    top: auto;
    bottom: 2.3rem;
    right: 2.3rem;
  }

  .link-logo-section {
    width: 10rem;
  }

  .p-home {
    text-align: left;
    bottom: 58.4%;
    left: 2.3rem;
    right: auto;
  }

  .menu-btn {
    z-index: 5;
    border-top: 1px solid var(--blackish);
    border-bottom: 1px solid var(--blackish);
    width: 2.9rem;
    height: .9rem;
    transition: all .2s;
    display: block;
    position: fixed;
    top: 2.7rem;
    right: 2.3rem;
  }

  .menu-btn.on {
    border-top-color: var(--transparent);
    border-bottom-color: var(--transparent);
    width: 0;
    right: 10rem;
  }

  .menu-btn.blanco {
    border-top-color: var(--claro);
    border-bottom-color: var(--claro);
  }

  .close-menu {
    z-index: 3;
    position: fixed;
    inset: 0%;
  }

  .p-nosotros {
    text-align: left;
    left: 2.3rem;
  }

  .logo-menu {
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: auto;
    bottom: 2.3rem;
  }

  .slider-menu {
    width: 50%;
  }

  .menu-contents {
    width: 43rem;
    top: 1.8rem;
    left: 2.3rem;
  }

  .titulo-menu {
    bottom: 2.3rem;
  }

  .col-a-mesa-r.dos {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0;
  }

  .col-a-mesa-r.tres {
    justify-content: center;
    align-items: flex-start;
    padding-right: 5rem;
  }

  .col-a-mesa-r.cuatro {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p-mesa-redonda {
    left: 2.3rem;
  }

  .col-b-mesa-r.dos {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col-b-mesa-r.tres {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .col-b-mesa-r.cuatro {
    justify-content: center;
    align-items: flex-end;
  }

  .titulo-mesa-red {
    width: 100%;
    bottom: 2.3rem;
  }

  .img-1-mesa.dos {
    width: 80%;
  }

  .img-1-mesa.tres {
    width: 20rem;
  }

  .fondo-degradado {
    background-image: linear-gradient(180deg, #e5e0d7 95%, var(--transparent));
    bottom: -3%;
  }

  .titulo-hacemos {
    bottom: 2.3rem;
  }

  .content-unete {
    width: 90%;
    padding: 2rem;
  }

  .titulo-unete {
    bottom: 2.3rem;
  }

  .imagen-fondo-bg {
    left: 13.5rem;
  }

  .imagen-fondo-bg.dos {
    right: 8.3rem;
  }

  .imagen-fondo-bg.tres {
    top: -36.1rem;
    right: 12.2rem;
  }

  .imagen-fondo-bg.cuatro {
    top: -41.1rem;
    right: -22.7rem;
  }

  .dropdown-element-ubicaciones {
    position: static;
  }

  .container-footer {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .col-footer {
    width: 29%;
  }

  .col-footer.legal {
    width: 100%;
    margin-top: 3rem;
  }

  .col-footer.dos {
    position: relative;
    right: 2.8rem;
  }

  .value-footer.legal {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .logo-home {
    inset: 2.3rem auto auto 2.3rem;
  }

  .slider-home {
    width: auto;
  }

  .logo-nosotros {
    inset: 2.3rem auto auto 2.3rem;
  }

  .p-nosotros {
    top: auto;
    bottom: 2.3rem;
  }

  .logo-menu {
    inset: 2.3rem auto auto 2.3rem;
  }

  .slider-menu {
    width: 80%;
  }

  .menu-contents {
    width: 31rem;
    top: 20vh;
    bottom: 2.3rem;
    left: 1.2rem;
  }

  .titulo-menu {
    color: var(--claro);
    text-align: left;
    inset: 9vh auto auto 2.3rem;
  }

  .col-a-mesa-r {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .col-a-mesa-r.dos {
    justify-content: center;
    align-items: flex-end;
  }

  .col-a-mesa-r.tres {
    padding-right: 4rem;
  }

  .col-a-mesa-r.cuatro {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 2rem;
  }

  .p-mesa-redonda {
    width: 100%;
    top: auto;
    bottom: 2.3rem;
  }

  .col-b-mesa-r {
    justify-content: flex-end;
    align-items: center;
  }

  .col-b-mesa-r.dos {
    justify-content: flex-start;
    align-items: center;
  }

  .col-b-mesa-r.cuatro {
    padding-left: 2rem;
  }

  .titulo-mesa-red {
    inset: 9vh auto auto 2.3rem;
  }

  .img-1-mesa {
    width: 81%;
  }

  .titulo-hacemos {
    color: var(--claro);
    text-align: left;
    inset: 9vh auto auto 2.3rem;
  }

  .titulo-unete {
    inset: 9vh auto auto 2.3rem;
  }

  .col-footer {
    width: 33%;
  }

  .col-footer.dos {
    right: 1.9rem;
  }
}

@media screen and (max-width: 479px) {
  .section-menu {
    height: auto;
    transition: all .2s;
    right: -10rem;
  }

  .section-menu.on {
    right: 2.3rem;
  }

  .link-header {
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  .imagen-fondo {
    opacity: .2;
  }

  .p-home {
    text-align: left;
    width: auto;
    right: 2.3rem;
  }

  .menu-btn {
    transition: all .2s;
  }

  .menu-btn.blanco, .menu-btn.blanco-resp {
    border-top-color: var(--claro);
    border-bottom-color: var(--claro);
  }

  .close-menu {
    z-index: 3;
    position: fixed;
    inset: 0%;
  }

  .p-nosotros {
    text-align: left;
    width: auto;
    right: 2.3rem;
  }

  .slider-menu {
    width: 100%;
    right: 0%;
  }

  .menu-contents {
    width: auto;
    right: 2.3rem;
  }

  .content-menu {
    bottom: .5rem;
  }

  .section-mesa-redonda.cuatro {
    height: auto;
    position: static;
  }

  .container-mesa-redonda {
    flex-flow: column;
  }

  .col-a-mesa-r {
    width: 100%;
    height: 50%;
  }

  .col-a-mesa-r.dos {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .p-mesa-redonda {
    text-align: left;
    width: auto;
    right: 2.3rem;
  }

  .p-mesa-redonda.final {
    margin-bottom: 3rem;
  }

  .col-b-mesa-r {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 50%;
  }

  .col-b-mesa-r.dos {
    order: 9999;
  }

  .col-b-mesa-r.cuatro {
    padding-left: 0;
  }

  .titulo-mesa-red {
    margin-bottom: 2rem;
  }

  .img-1-mesa {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .img-1-mesa.dos {
    width: 90%;
    height: 100%;
  }

  .salto {
    display: none;
  }

  .content-unete {
    width: auto;
    position: static;
  }

  .input {
    margin-bottom: 2rem;
  }

  .row-unete {
    flex-flow: column;
  }

  .espacio-unete {
    display: none;
  }

  .section-form {
    background-color: var(--blackish);
    height: auto;
    padding: 7rem 2.3rem 2.3rem;
    display: block;
    position: static;
  }

  .p-unete {
    column-count: 1;
    margin-bottom: 3rem;
  }

  .titulo-unete {
    margin-bottom: 2rem;
  }

  .fotos-fondo, .imagen-fondo-bg {
    display: none;
  }

  .dropdown-element-ubicaciones {
    padding-top: 0;
  }

  .container-footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    text-align: center;
    flex-flow: column;
  }

  .col-footer {
    width: 100%;
  }

  .col-footer.dos {
    position: static;
  }

  .value-footer.legal {
    text-align: center;
  }
}


@font-face {
  font-family: 'Gp Disp';
  src: url('../fonts/GP-light-disp.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gp Disp';
  src: url('../fonts/GP-light-italic-disp.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}