.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: gray;
  background-color: #000;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  letter-spacing: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  letter-spacing: 3px;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

.section---home {
  min-height: 100vh;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 70px;
  display: flex;
}

.arete-wapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.secuencia-mascaras {
  max-width: 600px;
  justify-content: center;
  align-items: center;
}

.arete-home {
  max-width: 600px;
  position: absolute;
}

.titulo-menu-home-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 45px;
  display: flex;
}

.numero-menu-home-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.numero {
  width: 60px;
  height: 60px;
  color: gray;
  text-align: center;
  letter-spacing: -2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 3px;
  padding-right: 6px;
  font-size: 30px;
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.numero:hover {
  color: #fff;
  border-style: solid;
  border-color: #fff;
}

.numero.interno {
  margin-top: 10px;
  font-size: 21px;
}

.numero.interno.w--current {
  color: #fff;
  border-color: #fff;
}

.titulo-menu-home {
  opacity: 0;
  text-align: right;
  letter-spacing: 40px;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
}

.titulo-menu-interno {
  opacity: 0;
  text-align: right;
  letter-spacing: 40px;
  font-size: 21px;
  line-height: 40px;
  position: absolute;
}

.titulo-menu-interno.actual {
  opacity: 1;
  color: #fff;
  position: static;
}

.titulo-menu-interno.v {
  opacity: 1;
}

.numero-menu-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titulo-menu-wrapper {
  width: 800px;
  height: 40px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.titulo-actual-wrapper {
  opacity: 1;
}

.seccion-menu-titulos {
  margin-top: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section {
  height: 100vh;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
}

.section.agradecimientos {
  padding-bottom: 0;
}

.contenido-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.contenido-wrapper.agradecimientos {
  padding-bottom: 0;
}

.seccion-inferior {
  height: 90%;
  display: flex;
}

.textos-contenido {
  margin-bottom: 50px;
}

.textos-contenido._50 {
  width: 50%;
}

.foto-wrapper {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.foto {
  max-width: 80vw;
  object-fit: contain;
  margin-top: 40px;
  margin-bottom: 40px;
}

.foto.vertical {
  width: 40vw;
}

.titulo-de-galeria {
  text-align: center;
}

.lottie-animation {
  max-height: 500px;
}

.load-animation {
  z-index: 10000;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  z-index: 1000000;
  height: 60vh;
  position: relative;
}

.load-background {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contenedor-galer-a {
  width: 400px;
  height: 400px;
  color: gray;
  text-align: center;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .5s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: relative;
}

.contenedor-galer-a:hover {
  color: #fff;
}

.ver-galeria {
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid gray;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 22px 22px;
  display: flex;
  position: relative;
}

.fondo-de-galeria {
  z-index: -100;
  width: 400px;
  height: 400px;
  opacity: .3;
  object-fit: cover;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galeria-wrapper {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.menu-home-mobile, .menu-mobile-wrapper {
  display: none;
}

.agradecimiento-nombre {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  margin-top: 0;
  font-size: 28px;
  line-height: 35px;
}

.agradecimiento {
  margin-bottom: 0;
  font-size: 16px;
}

.elefante-link {
  color: gray;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.elefante-link:hover {
  color: #fff;
}

.alinear-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-wrapper {
  width: 100%;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10px;
  display: flex;
}

.logo {
  margin: 5px 15px;
}

.mapa {
  height: 100vh;
}

.mapa.over {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mapa-container {
  display: none;
  position: relative;
}

.contenedor-galeria-exposicion {
  width: 80vw;
  height: 400px;
  color: gray;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.contenedor-galeria-exposicion:hover {
  color: #fff;
}

.fondo-de-galeria-exposiciones {
  z-index: -100;
  width: 100%;
  height: 400px;
  opacity: .3;
  object-fit: cover;
  transition: all .5s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galeria-wrapper-exposiciones {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ocultar {
  display: none;
}

.align-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block {
  width: 64px;
  height: 64px;
}

.flex-block {
  grid-column-gap: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .section---home {
    justify-content: flex-start;
  }

  .titulo-menu-home-wrapper, .numero-menu-home-wrapper, .numero-menu-wrapper, .seccion-menu-titulos {
    display: none;
  }

  .section {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .contenido-wrapper {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .seccion-inferior {
    height: auto;
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .textos-contenido._50 {
    width: auto;
  }

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

  .foto {
    height: auto;
  }

  .titulo-de-galeria {
    align-self: center;
  }

  .contenedor-galer-a {
    width: 100%;
    height: 200px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .ver-galeria {
    display: none;
  }

  .fondo-de-galeria {
    width: 100%;
    height: 200px;
    border-radius: 0;
  }

  .galeria-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .menu-home-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .boton-menu-home-mobile {
    color: gray;
    text-align: center;
    letter-spacing: 6px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all .5s cubic-bezier(.47, 0, .745, .715);
  }

  .boton-menu-home-mobile:hover, .boton-menu-home-mobile.w--current {
    color: #fff;
  }

  .menu-superior {
    display: none;
  }

  .menu-mobile-wrapper {
    z-index: 1000;
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hamb-boton {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamb-boton._1 {
    transform: translate(0, -10px);
  }

  .hamb-boton._2 {
    transform-origin: 50% 0;
  }

  .hamb-boton._3 {
    transform: translate(0, 10px);
  }

  .hamb-menu {
    width: 60px;
    height: 60px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #000;
    background-image: url('../images/circulo-menu.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .menu-to-home-mobile {
    position: relative;
  }

  .nav-menu-wrapper {
    background-color: #000;
    padding-top: 100px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .foto {
    max-width: 90vw;
  }

  .foto.vertical {
    width: 45vw;
  }

  .contenedor-galeria-exposicion {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .arete-home {
    width: 200px;
  }

  .seccion-inferior {
    display: block;
  }

  .imagen-arete-mobile {
    width: auto;
    height: 55px;
  }

  .nav-menu {
    background-size: cover;
  }
}

#w-node-_4d57de6e-6139-e448-eb7d-59475fec1a69-805f10b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c7ff1c96-74d7-a03c-0ef8-30a2d85dd531-805f10b5 {
  grid-area: 2 / 1 / 2 / 4;
}

#w-node-c9319dc4-69e0-6577-8a17-5285e4b993af-805f10b5 {
  grid-area: 2 / 1 / 3 / 4;
}


@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}