@import url("https://use.typekit.net/rqu5ags.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*MEDIA QUERYS*/
/*PREFIXES*/
/*IMAGENES*/
/*IMAGENES CLIENTE*/
/*CONTENEDORES*/
.contenedor100 {
  width: 100%;
  height: 100%;
}

.contenedor_w100 {
  width: 100%;
}

.contenedor70 {
  width: 70%;
  height: 75%;
}

.contenedor50 {
  width: 100%;
  height: 50vh;
}

/* BOX SIZING */
.border_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ALTURAS*/
.alt15 {
  width: 100vw;
  height: 15vh;
}

.alt20 {
  width: 100vw;
  height: 20vh;
}

.alt27 {
  width: 100vw;
  height: 27vh;
}

.alt30 {
  width: 100vw;
  height: 30vh;
}

.alt40 {
  width: 100vw;
  height: 40vh;
}

.alt50 {
  width: 100vw;
  height: 50vh;
}

.alt60 {
  width: 100vw;
  height: 60vh;
}

.alt75 {
  width: 100vw;
  height: 75vh;
}

.alt80 {
  width: 100vw;
  height: 80vh;
}

.alt85 {
  width: 100vw;
  height: 85vh;
}

.alt100 {
  width: 100vw;
  height: 100vh;
}

.alt125 {
  width: 100vw;
  height: 125vh;
}

.alt140 {
  width: 100vw;
  height: 140vh;
}

.alt160 {
  width: 100vw;
  height: 160vh;
}

.alt200 {
  width: 100vw;
  height: 200vh;
}

/* POSITION */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

/*ALINEACIONES*/
.centrado_xy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.centrado_x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.centrado_y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alitem_dcha {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.aliself_dcha {
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-self: flex-end;
}

.aliself_izq {
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
}

.texto_centrado {
  text-align: center;
}

/*FLEX*/
.dflex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dflexcol {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Z-INDEX */
.z10 {
  z-index: 10;
}

/* skew */
.skew5 {
  transform: skewY(5deg);
}

/*TEXT*/
h1 {
  font-family: lindsey-signature, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2, .contador span {
  font-family: lindsey-signature, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3, .contador {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h5, p, a {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h5 {
  font-size: 1.2em;
  line-height: 1;
}
@media (min-width: 600px) {
  h5 {
    font-size: 1.4em;
  }
}

p, a {
  font-size: 0.92em;
  line-height: 1.3em;
  font-weight: 300;
}
@media (max-width: 600px) and (min-height: 700px) {
  p, a {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  p, a {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-block-end: 0em;
  }
}
@media (min-width: 1200px) {
  p, a {
    font-size: 1.1em;
    line-height: 1.6em;
  }
}

/*BOTONES*/
.btn {
  width: 40vw;
  min-height: 5vh;
  display: inline-block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  text-align: center;
  padding: 1.2vh 2vw 1vh 2vw;
  margin-top: 3vh;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    min-height: 2vh;
    width: 25vw;
    padding: 0.8vh;
    font-size: 1.1em;
  }
}
@media (max-width: 600px) and (min-height: 700px) {
  .btn {
    min-height: 4vh;
  }
}
@media (min-width: 600px) {
  .btn {
    font-size: 1.4em;
    padding-top: 1vh;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 10vw;
    font-size: 1.1em;
    min-height: 4vh;
  }
}

.btn_primario, .btn_primario:visited {
  background-color: #b8cfbc;
  color: white;
}

.btn_primario:hover {
  background-color: #86a297;
}

.swiper-wrapper .swiper-slide-active .intro_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-full, .swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation: fadeInLeftShort 1s 1 normal both;
  -moz-animation: fadeInLeftShort 1s 1 normal both;
  -o-animation: fadeInLeftShort 1s 1 normal both;
  animation: fadeInLeftShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation: fadeInRightShort 1s 1 normal both;
  -moz-animation: fadeInRightShort 1s 1 normal both;
  -o-animation: fadeInRightShort 1s 1 normal both;
  animation: fadeInRightShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-full {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .boton_swipe {
  -webkit-animation: fadeInDownShort 1.5s 1 normal both;
  -moz-animation: fadeInDownShort 1.5s 1 normal both;
  -o-animation: fadeInDownShort 1.5s 1 normal both;
  animation: fadeInDownShort 1.5s 1 normal both;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInUpShort 2s infinite normal both;
  -moz-animation: fadeInUpShort 2s infinite normal both;
  -o-animation: fadeInUpShort 2s infinite normal both;
  animation: fadeInUpShort 2s infinite normal both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .btn_menu_desp {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .portada_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .portada_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .portada_contenedor::before {
    -webkit-animation: bg2_dkt 15s 1 normal both;
    -moz-animation: bg2_dkt 15s 1 normal both;
    -o-animation: bg2_dkt 15s 1 normal both;
    animation: bg2_dkt 15s 1 normal both;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
  }
}
.swiper-wrapper .swiper-slide-active .portada_hoja {
  -webkit-animation: zoomInRD 10s 1 normal both;
  -moz-animation: zoomInRD 10s 1 normal both;
  -o-animation: zoomInRD 10s 1 normal both;
  animation: zoomInRD 10s 1 normal both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .portada_contorno {
  -webkit-animation: zoomInRD 10s 1 normal both;
  -moz-animation: zoomInRD 10s 1 normal both;
  -o-animation: zoomInRD 10s 1 normal both;
  animation: zoomInRD 10s 1 normal both;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper .swiper-slide-active .portada_iniciales h3 {
  -webkit-animation: fadeInRightShort 2s 1 normal both;
  -moz-animation: fadeInRightShort 2s 1 normal both;
  -o-animation: fadeInRightShort 2s 1 normal both;
  animation: fadeInRightShort 2s 1 normal both;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.swiper-wrapper .swiper-slide-active .portada_and h1 {
  -webkit-animation: fadeInLeftShortAlpha 2s 1 normal both;
  -moz-animation: fadeInLeftShortAlpha 2s 1 normal both;
  -o-animation: fadeInLeftShortAlpha 2s 1 normal both;
  animation: fadeInLeftShortAlpha 2s 1 normal both;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.swiper-wrapper .swiper-slide-active .historia_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_hoja {
  -webkit-animation: zoomInLD 10s 1 normal both;
  -moz-animation: zoomInLD 10s 1 normal both;
  -o-animation: zoomInLD 10s 1 normal both;
  animation: zoomInLD 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_nombres h1 {
  -webkit-animation: fadeInDownShort 2s 1 normal both;
  -moz-animation: fadeInDownShort 2s 1 normal both;
  -o-animation: fadeInDownShort 2s 1 normal both;
  animation: fadeInDownShort 2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_nombres h1:first-child {
  -webkit-animation: fadeInUpShort 2s 1 normal both;
  -moz-animation: fadeInUpShort 2s 1 normal both;
  -o-animation: fadeInUpShort 2s 1 normal both;
  animation: fadeInUpShort 2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_and h3 {
  -webkit-animation: fadeInLeftShort 2s 1 normal both;
  -moz-animation: fadeInLeftShort 2s 1 normal both;
  -o-animation: fadeInLeftShort 2s 1 normal both;
  animation: fadeInLeftShort 2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_titulo h5 {
  -webkit-animation: fadeInRightShort 2s 1 normal both;
  -moz-animation: fadeInRightShort 2s 1 normal both;
  -o-animation: fadeInRightShort 2s 1 normal both;
  animation: fadeInRightShort 2s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .historia_texto {
  -webkit-animation: fadeInRightShort 2s 1 normal both;
  -moz-animation: fadeInRightShort 2s 1 normal both;
  -o-animation: fadeInRightShort 2s 1 normal both;
  animation: fadeInRightShort 2s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .galeria_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .galeria_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .galeria_contenedor::before {
    -webkit-animation: bg2_dkt 15s 1 normal both;
    -moz-animation: bg2_dkt 15s 1 normal both;
    -o-animation: bg2_dkt 15s 1 normal both;
    animation: bg2_dkt 15s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .swiper-button-next {
  -webkit-animation: fadeInLeftShort 1s 1 normal both;
  -moz-animation: fadeInLeftShort 1s 1 normal both;
  -o-animation: fadeInLeftShort 1s 1 normal both;
  animation: fadeInLeftShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .swiper-button-prev {
  -webkit-animation: fadeInRightShort 1s 1 normal both;
  -moz-animation: fadeInRightShort 1s 1 normal both;
  -o-animation: fadeInRightShort 1s 1 normal both;
  animation: fadeInRightShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .galeria_foto {
  -webkit-animation: fadeIn 2s 1 normal both;
  -moz-animation: fadeIn 2s 1 normal both;
  -o-animation: fadeIn 2s 1 normal both;
  animation: fadeIn 2s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .galeria_contorno {
  -webkit-animation: zoomInLU 10s 1 normal both;
  -moz-animation: zoomInLU 10s 1 normal both;
  -o-animation: zoomInLU 10s 1 normal both;
  animation: zoomInLU 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_hoja {
  -webkit-animation: zoomInRUa 10s 1 normal both;
  -moz-animation: zoomInRUa 10s 1 normal both;
  -o-animation: zoomInRUa 10s 1 normal both;
  animation: zoomInRUa 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_mancha {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_planta {
  -webkit-animation: zoomInR 5s 1 normal both;
  -moz-animation: zoomInR 5s 1 normal both;
  -o-animation: zoomInR 5s 1 normal both;
  animation: zoomInR 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_marco {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_contorno {
  -webkit-animation: zoomInRUa 10s 1 normal both;
  -moz-animation: zoomInRUa 10s 1 normal both;
  -o-animation: zoomInRUa 10s 1 normal both;
  animation: zoomInRUa 10s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .fecha_hoja {
  -webkit-animation: zoomInRa 10s 1 normal both;
  -moz-animation: zoomInRa 10s 1 normal both;
  -o-animation: zoomInRa 10s 1 normal both;
  animation: zoomInRa 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_dia h5 {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fecha_numero {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fecha_mes {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fecha_hora {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contador_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_contorno {
  -webkit-animation: zoomInRU 10s 1 normal both;
  -moz-animation: zoomInRU 10s 1 normal both;
  -o-animation: zoomInRU 10s 1 normal both;
  animation: zoomInRU 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #days, .swiper-wrapper .swiper-slide-active .contador_numeros #min {
  -webkit-animation: fadeInLeftShort 1.5s 1 normal both;
  -moz-animation: fadeInLeftShort 1.5s 1 normal both;
  -o-animation: fadeInLeftShort 1.5s 1 normal both;
  animation: fadeInLeftShort 1.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contador_numeros #seg {
  -webkit-animation: fadeInRightShort 1.5s 1 normal both;
  -moz-animation: fadeInRightShort 1.5s 1 normal both;
  -o-animation: fadeInRightShort 1.5s 1 normal both;
  animation: fadeInRightShort 1.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_texto h5 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .ceremonia_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .ceremonia_contorno {
  -webkit-animation: zoomInRU 10s 1 normal both;
  -moz-animation: zoomInRU 10s 1 normal both;
  -o-animation: zoomInRU 10s 1 normal both;
  animation: zoomInRU 10s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_hoja {
  -webkit-animation: zoomInRa 10s 1 normal both;
  -moz-animation: zoomInRa 10s 1 normal both;
  -o-animation: zoomInRa 10s 1 normal both;
  animation: zoomInRa 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h1, .swiper-wrapper .swiper-slide-active .fiesta_texto h1 {
  -webkit-animation: fadeInRightShort 1.5s 1 normal both;
  -moz-animation: fadeInRightShort 1.5s 1 normal both;
  -o-animation: fadeInRightShort 1.5s 1 normal both;
  animation: fadeInRightShort 1.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h4, .swiper-wrapper .swiper-slide-active .fiesta_texto h4 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto p, .swiper-wrapper .swiper-slide-active .fiesta_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h5, .swiper-wrapper .swiper-slide-active .fiesta_texto h5 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .fiesta_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .fiesta_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .fiesta_contorno {
  -webkit-animation: zoomInR 10s 1 normal both;
  -moz-animation: zoomInR 10s 1 normal both;
  -o-animation: zoomInR 10s 1 normal both;
  animation: zoomInR 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fiesta_hoja {
  -webkit-animation: zoomInR 10s 1 normal both;
  -moz-animation: zoomInR 10s 1 normal both;
  -o-animation: zoomInR 10s 1 normal both;
  animation: zoomInR 10s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .hashtag_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_hoja {
  -webkit-animation: zoomInL 10s 1 normal both;
  -moz-animation: zoomInL 10s 1 normal both;
  -o-animation: zoomInL 10s 1 normal both;
  animation: zoomInL 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto h1, .swiper-wrapper .swiper-slide-active .playlist_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto p, .swiper-wrapper .swiper-slide-active .playlist_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .tarjetas_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .tarjetas_hoja {
  -webkit-animation: zoomInL 10s 1 normal both;
  -moz-animation: zoomInL 10s 1 normal both;
  -o-animation: zoomInL 10s 1 normal both;
  animation: zoomInL 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .tarjetas_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .tarjetas_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .tarjetas_texto .btn_tarjetas {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .regalo_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .regalo_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .regalo_contorno {
  -webkit-animation: zoomInL 10s 1 normal both;
  -moz-animation: zoomInL 10s 1 normal both;
  -o-animation: zoomInL 10s 1 normal both;
  animation: zoomInL 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto h4 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto .btn_regalo {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .menu_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .menu_hoja {
  -webkit-animation: zoomInLU 10s 1 normal both;
  -moz-animation: zoomInLU 10s 1 normal both;
  -o-animation: zoomInLU 10s 1 normal both;
  animation: zoomInLU 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .menu_lista p {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .menu_lista li {
  -webkit-animation: fadeInRightShort 1s 1 normal both;
  -moz-animation: fadeInRightShort 1s 1 normal both;
  -o-animation: fadeInRightShort 1s 1 normal both;
  animation: fadeInRightShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .btn_menu {
  -webkit-animation: fadeInLeftShort 1.5s 1 normal both;
  -moz-animation: fadeInLeftShort 1.5s 1 normal both;
  -o-animation: fadeInLeftShort 1.5s 1 normal both;
  animation: fadeInLeftShort 1.5s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_contenedor::before {
  -webkit-animation: bg1 15s 1 normal both;
  -moz-animation: bg1 15s 1 normal both;
  -o-animation: bg1 15s 1 normal both;
  animation: bg1 15s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_hoja {
  -webkit-animation: zoomInLD 10s 1 normal both;
  -moz-animation: zoomInLD 10s 1 normal both;
  -o-animation: zoomInLD 10s 1 normal both;
  animation: zoomInLD 10s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto .btn_confirmacion {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .logo_contenedor::before {
  -webkit-animation: bg2 15s 1 normal both;
  -moz-animation: bg2 15s 1 normal both;
  -o-animation: bg2 15s 1 normal both;
  animation: bg2 15s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .logo_contenedor::before {
    -webkit-animation: bg2_large 15s 1 normal both;
    -moz-animation: bg2_large 15s 1 normal both;
    -o-animation: bg2_large 15s 1 normal both;
    animation: bg2_large 15s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contenedor_logo p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-volver {
  -webkit-animation: flipInY 1.5s 1 normal both;
  -moz-animation: flipInY 1.5s 1 normal both;
  -o-animation: flipInY 1.5s 1 normal both;
  animation: flipInY 1.5s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_tituloform h2 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contenedor_tituloform h5 {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}

.mySwiperh .swiper-slide-active .galeria_imagen1, .mySwiperh .swiper-slide-active .galeria_imagen2, .mySwiperh .swiper-slide-active .galeria_imagen3, .mySwiperh .swiper-slide-active .galeria_imagen4, .mySwiperh .swiper-slide-active .galeria_imagen5, .mySwiperh .swiper-slide-active .galeria_imagen6 {
  -webkit-animation: pan1 8s 1 normal both;
  -moz-animation: pan1 8s 1 normal both;
  -o-animation: pan1 8s 1 normal both;
  animation: pan1 8s 1 normal both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .mySwiperh .swiper-slide-active .galeria_imagen1, .mySwiperh .swiper-slide-active .galeria_imagen2, .mySwiperh .swiper-slide-active .galeria_imagen3, .mySwiperh .swiper-slide-active .galeria_imagen4, .mySwiperh .swiper-slide-active .galeria_imagen5, .mySwiperh .swiper-slide-active .galeria_imagen6 {
    -webkit-animation: pan1largecel 8s 1 normal both;
    -moz-animation: pan1largecel 8s 1 normal both;
    -o-animation: pan1largecel 8s 1 normal both;
    animation: pan1largecel 8s 1 normal both;
  }
}
@media (min-width: 600px) {
  .mySwiperh .swiper-slide-active .galeria_imagen1, .mySwiperh .swiper-slide-active .galeria_imagen2, .mySwiperh .swiper-slide-active .galeria_imagen3, .mySwiperh .swiper-slide-active .galeria_imagen4, .mySwiperh .swiper-slide-active .galeria_imagen5, .mySwiperh .swiper-slide-active .galeria_imagen6 {
    -webkit-animation: pan1tblp 8s 1 normal both;
    -moz-animation: pan1tblp 8s 1 normal both;
    -o-animation: pan1tblp 8s 1 normal both;
    animation: pan1tblp 8s 1 normal both;
  }
}
@media (min-width: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen1, .mySwiperh .swiper-slide-active .galeria_imagen2, .mySwiperh .swiper-slide-active .galeria_imagen3, .mySwiperh .swiper-slide-active .galeria_imagen4, .mySwiperh .swiper-slide-active .galeria_imagen5, .mySwiperh .swiper-slide-active .galeria_imagen6 {
    -webkit-animation: pan1dkt 8s 1 normal both;
    -moz-animation: pan1dkt 8s 1 normal both;
    -o-animation: pan1dkt 8s 1 normal both;
    animation: pan1dkt 8s 1 normal both;
  }
}

@-webkit-keyframes bg1 {
  0% {
    background-position: 45% 40%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 125%;
  }
  100% {
    background-position: 50% 45%;
    background-size: 135%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-position: 45% 40%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 125%;
  }
  100% {
    background-position: 50% 45%;
    background-size: 135%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bg1 {
  0% {
    background-position: 45% 40%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 125%;
  }
  100% {
    background-position: 50% 45%;
    background-size: 135%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes bg2 {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 120%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes bg2 {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 120%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bg2 {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 120%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes bg2_large {
  0% {
    background-position: 50% 45%;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 140%;
  }
  100% {
    background-position: 45% 40%;
    background-size: 130%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes bg2_large {
  0% {
    background-position: 50% 45%;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 140%;
  }
  100% {
    background-position: 45% 40%;
    background-size: 130%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bg2_large {
  0% {
    background-position: 50% 45%;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: 55% 50%;
    background-size: 140%;
  }
  100% {
    background-position: 45% 40%;
    background-size: 130%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes bg2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes bg2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes bg2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 110%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos1 {
  0% {
    background-position: center;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 140%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos1 {
  0% {
    background-position: center;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 140%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos1 {
  0% {
    background-position: center;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 140%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos1_dkt {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos1_dkt {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos1_dkt {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos2 {
  0% {
    background-position: center;
    background-size: 135%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 145%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos2 {
  0% {
    background-position: center;
    background-size: 135%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 145%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos2 {
  0% {
    background-position: center;
    background-size: 135%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 145%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos2_dkt {
  0% {
    background-position: center;
    background-size: 110%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos3 {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 114%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos3 {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 114%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos3 {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 114%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes contornos3_dkt {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes contornos3_dkt {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes contornos3_dkt {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes chispas3 {
  0% {
    background-position: 5% 20%;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 110%;
  }
  100% {
    background-position: 5% 35%;
    background-size: 100%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes chispas3 {
  0% {
    background-position: 5% 20%;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 110%;
  }
  100% {
    background-position: 5% 35%;
    background-size: 100%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes chispas3 {
  0% {
    background-position: 5% 20%;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 110%;
  }
  100% {
    background-position: 5% 35%;
    background-size: 100%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes chispas4 {
  0% {
    background-position: center;
    background-size: 90%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 85%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes chispas4 {
  0% {
    background-position: center;
    background-size: 90%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 85%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes chispas4 {
  0% {
    background-position: center;
    background-size: 90%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  50% {
    background-position: center;
    background-size: 100%;
  }
  100% {
    background-position: center;
    background-size: 85%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes dibujo2 {
  0% {
    top: 22vh;
    left: 20vw;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  30% {
    top: 20vh;
    left: 35vw;
    animation-timing-function: ease-in-out;
  }
  70% {
    top: 18vh;
    left: 20vw;
    animation-timing-function: ease-in-out;
  }
  100% {
    top: 15vh;
    left: 26vw;
  }
}
@-moz-keyframes dibujo2 {
  0% {
    top: 22vh;
    left: 20vw;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  30% {
    top: 20vh;
    left: 35vw;
    animation-timing-function: ease-in-out;
  }
  70% {
    top: 18vh;
    left: 20vw;
    animation-timing-function: ease-in-out;
  }
  100% {
    top: 15vh;
    left: 26vw;
  }
}
@keyframes dibujo2 {
  0% {
    top: 22vh;
    left: 20vw;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  30% {
    top: 20vh;
    left: 35vw;
    animation-timing-function: ease-in-out;
  }
  70% {
    top: 18vh;
    left: 20vw;
    animation-timing-function: ease-in-out;
  }
  100% {
    top: 15vh;
    left: 26vw;
  }
}
@-webkit-keyframes hojas1 {
  0% {
    background-position: center;
    background-size: 105%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes hojas1 {
  0% {
    background-position: center;
    background-size: 105%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes hojas1 {
  0% {
    background-position: center;
    background-size: 105%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes hojas1_dkt {
  0% {
    background-position: center;
    background-size: 100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes hojas1_dkt {
  0% {
    background-position: center;
    background-size: 100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@keyframes hojas1_dkt {
  0% {
    background-position: center;
    background-size: 100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 115%;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@-moz-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@-webkit-keyframes pan1largecel {
  0% {
    background-position: center;
    background-size: 155%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-moz-keyframes pan1largecel {
  0% {
    background-position: center;
    background-size: 155%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@keyframes pan1largecel {
  0% {
    background-position: center;
    background-size: 155%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-webkit-keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 105%;
  }
}
@-moz-keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 105%;
  }
}
@keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 105%;
  }
}
@-webkit-keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 112%;
  }
}
@-moz-keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 112%;
  }
}
@keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 112%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-moz-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-webkit-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@-moz-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@-webkit-keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@-moz-keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 120%;
  }
}
@-webkit-keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 125%;
  }
}
@-moz-keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 125%;
  }
}
@keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 125%;
  }
}
@-webkit-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeInLeftShortAlpha {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeftShortAlpha {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftShortAlpha {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes growSides {
  from {
    width: 0;
  }
  to {
    width: 55vw;
  }
}
@-moz-keyframes growSides {
  from {
    width: 0;
  }
  to {
    width: 55vw;
  }
}
@keyframes growSides {
  from {
    width: 0;
  }
  to {
    width: 55vw;
  }
}
@-webkit-keyframes growSides_dkt {
  from {
    width: 0;
  }
  to {
    width: 15vw;
  }
}
@-moz-keyframes growSides_dkt {
  from {
    width: 0;
  }
  to {
    width: 15vw;
  }
}
@keyframes growSides_dkt {
  from {
    width: 0;
  }
  to {
    width: 15vw;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInL {
  from {
    background-position-x: -100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInL {
  from {
    background-position-x: -100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInL {
  from {
    background-position-x: -100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInR {
  0% {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInR {
  0% {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInR {
  0% {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInRa {
  from {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInRa {
  from {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInRa {
  from {
    background-position-x: 100vw;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInRD {
  0% {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(2800px, 2800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInRD {
  0% {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(2800px, 2800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInRD {
  0% {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(2800px, 2800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  10% {
    opacity: 1;
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInRU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInRU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInRU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInRUa {
  0% {
    transform: scale3d(1, 1, 1) translate3d(200px, -200px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInRUa {
  0% {
    transform: scale3d(1, 1, 1) translate3d(200px, -200px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInRUa {
  0% {
    transform: scale3d(1, 1, 1) translate3d(200px, -200px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInLD {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-900px, 900px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInLD {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-900px, 900px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInLD {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-900px, 900px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInLU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInLU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInLU {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #86a297;
  font-size: 8px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  top: 32vh;
  left: 50vw;
}
@media (min-width: 600px) {
  .loader {
    top: 40vh;
    height: 1.3vh;
  }
}
@media (min-width: 1200px) {
  .loader {
    top: 40vh;
    left: 17.5vw;
  }
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.icon-full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(145, 182, 160%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 5.1 4.9 L 10.3 5 c 0.1 0 0.1 0.1 0 0.2 l -2 2 L 10 9 c -0.4 0.2 -0.8 0.6 -1 1 L 7.2 8.3 l -2 2 c -0.1 0.1 -0.2 0.1 -0.2 0 L 4.9 5.1 C 4.9 5 5 4.8 5.1 4.9 Z M 10.4 19.1 l -5.2 0.1 C 5.1 19.2 5 19.1 5 19 v -5.3 c 0 -0.1 0.1 -0.1 0.2 0 l 2 2 L 9 14 c 0.3 0.4 0.7 0.8 1.1 1.1 l -1.7 1.7 l 2 2 C 10.5 18.9 10.5 19.1 10.4 19.1 Z M 18.9 19.1 L 13.7 19 c -0.1 0 -0.1 -0.1 0 -0.2 l 2.1 -2.1 L 13.9 15 c 0.4 -0.3 0.8 -0.7 1.1 -1.1 l 1.8 1.8 l 2 -2 c 0.1 -0.1 0.2 -0.1 0.2 0 l 0.1 5.2 C 19.1 19 19 19.1 18.9 19.1 Z M 19 10.3 c 0 0.1 -0.1 0.1 -0.2 0 l -2 -2 L 15 10.1 c -0.3 -0.4 -0.6 -0.8 -1.1 -1.1 l 1.8 -1.8 l -2.1 -2.1 c -0.1 -0.1 -0.1 -0.2 0 -0.2 l 5.2 -0.1 C 18.9 4.8 19 4.9 19 5 V 10.3 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-musicon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(145, 182, 160)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 17.3 6.9 v 1 v 6.2 l 0 0 c 0 1.2 -1.1 2.2 -2.5 2.2 s -2.5 -1 -2.5 -2.2 s 1.1 -2.2 2.5 -2.2 c 0.8 0 1.5 0.4 2 0.9 V 8.2 l -7.2 1 v 7.2 c 0 0 0 0 0 0.1 s 0 0.1 0 0.2 c 0 1.2 -1.1 2.2 -2.5 2.2 s -2.5 -1 -2.5 -2.2 c 0 -1.2 1.1 -2.2 2.5 -2.2 c 0.8 0 1.5 0.4 2 0.9 V 8.9 v -1 V 6.4 c 0 -0.1 0.1 -0.2 0.2 -0.2 l 7.7 -1 c 0.1 0 0.1 0 0.2 0.1 c 0.1 0 0.1 0.1 0.1 0.2 C 17.3 5.5 17.3 6.9 17.3 6.9 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-musicoff {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(145, 182, 160)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 11.1 16.9 c 0 0.1 -0.1 0.2 -0.2 0.2 H 8.3 c -0.1 0 -0.2 -0.1 -0.2 -0.2 V 7.1 C 8.1 7 8.2 7 8.3 7 H 11 c 0.1 0 0.2 0.1 0.2 0.2 L 11.1 16.9 L 11.1 16.9 Z M 15.9 16.9 c 0 0.1 -0.1 0.2 -0.2 0.2 H 13 c -0.1 0 -0.2 -0.1 -0.2 -0.2 V 7.1 C 12.9 7 12.9 7 13 7 h 2.7 c 0.1 0 0.2 0.1 0.2 0.2 V 16.9 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-volver {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(145, 182, 160)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 13.1 6.3 l 6.6 7.2 a 1.69 1.69 0 0 1 0 2.3 a 1.46 1.46 0 0 1 -2.2 0 L 12.1 9.9 l -5.4 6 a 2.11 2.11 0 0 1 -1.3 0.5 a 1.61 1.61 0 0 1 -1.1 -0.5 a 1.69 1.69 0 0 1 0 -2.3 l 6.6 -7.2 A 1.61 1.61 0 0 1 12 5.9 A 1.19 1.19 0 0 1 13.1 6.3 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
}

#intro .atcb-link {
  text-align: right;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: -2vw;
  width: 70vw;
  z-index: 900;
  border: #353535 solid 1px;
  padding-bottom: 3vh !important;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 25vw;
    left: 0;
  }
}

#intro .atcb-list {
  left: -59vw;
  width: 60vw;
  bottom: 0;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0 !important;
  padding: 7px;
  background: #fff;
  box-sizing: border-box;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 0.9em;
  color: #353535;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #86a297;
}

.atcb-item-link:hover {
  color: #86a297;
}

/* INTRO */
div#intro .intro_contenedor {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor {
    width: 35vw;
  }
}
div#intro .intro_contenedor .intro_botonera {
  margin-top: 10vh;
  width: 90vw;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera {
    width: 25vw;
  }
}
div#intro .intro_contenedor .intro_botonera .bl, div#intro .intro_contenedor .intro_botonera .bl_alto {
  border-left: solid 2px #86a297;
  padding-left: 15px;
}
div#intro .intro_contenedor .intro_botonera .bl_alto {
  padding-top: 6px;
  min-height: 30px;
}
div#intro .intro_contenedor .intro_botonera p {
  color: #353535;
}
div#intro .intro_contenedor .intro_botonera .boton_intro {
  width: 87vw;
  min-height: 10vh;
  border: #353535 solid 1px;
  color: #353535;
  padding: 10px;
  margin: 15px;
  position: relative;
  padding-left: 55px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_contenedor .intro_botonera .boton_intro {
    min-height: 8vh;
  }
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .boton_intro {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .boton_intro {
    width: 25vw;
  }
}
div#intro .intro_contenedor .intro_botonera .boton_intro:hover {
  color: #86a297;
  border: #86a297 solid 1px;
}
div#intro .intro_contenedor .intro_botonera .boton_intro:focus, div#intro .intro_contenedor .intro_botonera .boton_intro:visited {
  color: #86a297;
  border: #86a297 solid 1px;
}
div#intro .intro_contenedor .intro_botonera .boton_swipe {
  min-width: 50vw;
  min-height: 11vh;
  text-align: center;
  padding: 15px;
  margin: 15px;
  position: relative;
  padding-left: 13px;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .boton_swipe {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .boton_swipe {
    min-width: 20vw;
  }
}
div#intro .intro_contenedor .intro_botonera .icon-full, div#intro .intro_contenedor .intro_botonera .icon-musicon, div#intro .intro_contenedor .intro_botonera .icon-musicoff, div#intro .intro_contenedor .intro_botonera .icon-play {
  background-size: 55px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .icon-full, div#intro .intro_contenedor .intro_botonera .icon-musicon, div#intro .intro_contenedor .intro_botonera .icon-musicoff, div#intro .intro_contenedor .intro_botonera .icon-play {
    background-size: 85px;
  }
}
div#intro .intro_contenedor .intro_botonera .icono_swipe {
  height: 12vh;
  width: 100%;
  margin-top: 5vh;
  background-image: url(../images/swipe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_contenedor .intro_botonera .icono_swipe {
    margin-top: 3vh;
    margin-bottom: 2vh;
  }
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .icono_swipe {
    height: 10vh;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .icono_swipe {
    display: none;
  }
}
div#intro .intro_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* PORTADA */
div#portada {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#portada {
    width: 35vw;
  }
}
div#portada .portada_contenedor {
  width: 100%;
  height: 100%;
}
div#portada .portada_contenedor .portada_hoja {
  position: absolute;
  width: 80vw;
  height: 46vh;
  bottom: 0;
  right: 0;
  background-image: url(../images/portada-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 7vw;
  background-position-y: 9vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_hoja {
    width: 85vw;
    background-position-x: 0;
    background-position-y: 0;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_hoja {
    background-position-y: 3vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_hoja {
    width: 25vw;
    background-position-x: 2vw;
    background-position-y: 2vh;
  }
}
div#portada .portada_contenedor .portada_contorno {
  position: absolute;
  width: 40vw;
  height: 58vh;
  bottom: 0;
  right: 3vw;
  background-image: url(../images/portada-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_contorno {
    width: 48vw;
    right: 2vw;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_contorno {
    height: 64vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_contorno {
    width: 12vw;
    height: 64vh;
    right: 1.5vw;
  }
}
div#portada .portada_contenedor .portada_and {
  position: absolute;
  left: 32vw;
  top: -29vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_and {
    left: 29vw;
    top: -15vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_and {
    left: 28vw;
    top: -20vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_and {
    left: 8vw;
    top: -32vh;
  }
}
div#portada .portada_contenedor .portada_and h1 {
  font-size: 33em;
  color: #86a297;
  opacity: 0.4;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_and h1 {
    font-size: 53em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_and h1 {
    font-size: 48em;
  }
}
div#portada .portada_contenedor .portada_iniciales {
  position: absolute;
  left: 10vw;
  top: 28vh;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_iniciales {
    left: 3vw;
  }
}
div#portada .portada_contenedor .portada_iniciales h3 {
  font-size: 8em;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_iniciales h3 {
    font-size: 15em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_iniciales h3 {
    font-size: 12em;
  }
}
div#portada .portada_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/portada-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Historia */
div#historia {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#historia {
    width: 35vw;
  }
}
div#historia .historia_contenedor {
  width: 100%;
  height: 100%;
}
div#historia .historia_contenedor .historia_hoja {
  position: absolute;
  width: 78vw;
  height: 46vh;
  bottom: 0;
  right: 2vw;
  background-image: url(../images/historia-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 9vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .historia_contenedor .historia_hoja {
    width: 85vw;
    background-position: right;
    background-position-y: 7vh;
  }
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_hoja {
    background-position-y: 3vh;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_hoja {
    width: 20vw;
    background-position-y: 6vh;
    background-position-x: -3vw;
  }
}
div#historia .historia_contenedor .historia_contenido {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 10vh 20vw 10vh 15vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .historia_contenedor .historia_contenido {
    padding: 11vh 20vw 10vh 15vw;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_contenido {
    padding: 11vh 8vw 0 5vw;
  }
}
div#historia .historia_contenedor .historia_contenido .historia_and {
  position: absolute;
  right: 40vw;
  top: 19vh;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_contenido .historia_and {
    right: 38vw;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_contenido .historia_and {
    right: 15vw;
    top: 20vh;
  }
}
div#historia .historia_contenedor .historia_contenido .historia_and h3 {
  font-size: 5em;
  color: #b8cfbc;
  opacity: 0.4;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_contenido .historia_and h3 {
    font-size: 9em;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_contenido .historia_and h3 {
    font-size: 6.5em;
  }
}
div#historia .historia_contenedor .historia_contenido .historia_nombres h1 {
  font-size: 4.5em;
  margin-bottom: -7vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .historia_contenedor .historia_contenido .historia_nombres h1 {
    font-size: 5em;
    margin-bottom: -6vh;
  }
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_contenido .historia_nombres h1 {
    font-size: 8em;
    margin-bottom: -5vh;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_contenido .historia_nombres h1 {
    font-size: 6em;
  }
}
div#historia .historia_contenedor .historia_contenido .historia_titulo {
  margin-top: 6vh;
}
div#historia .historia_contenedor .historia_contenido .historia_titulo h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #b8cfbc;
  margin: 3vh 0;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .historia_contenedor .historia_contenido .historia_titulo h5 {
    margin: 4vh 0;
  }
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_contenido .historia_titulo h5 {
    font-size: 2em;
    margin: 5vh 0;
  }
}
div#historia .historia_contenedor .historia_contenido .historia_texto p {
  margin-bottom: 2vh;
}
div#historia .historia_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/historia-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* PORTADA */
div#galeria {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#galeria {
    width: 35vw;
  }
}
div#galeria .swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  div#galeria .swiper {
    overflow: hidden;
  }
}
div#galeria .galeria_contenedor {
  width: 100%;
  height: 100%;
}
div#galeria .galeria_contenedor .swiper-button-next {
  color: #353535 !important;
  right: 6px !important;
  -webkit-tap-highlight-color: transparent;
}
div#galeria .galeria_contenedor .swiper-button-prev {
  color: #353535 !important;
  left: 6px !important;
  -webkit-tap-highlight-color: transparent;
}
div#galeria .galeria_contenedor .galeria_contorno {
  position: absolute;
  width: 45vw;
  height: 40vh;
  left: 0;
  bottom: 1vh;
  background-image: url(../images/galeria-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: 0;
}
@media (min-width: 1200px) {
  div#galeria .galeria_contenedor .galeria_contorno {
    width: 20vw;
    background-position-x: -5vw;
  }
}
div#galeria .galeria_contenedor .galeria_hoja {
  position: absolute;
  right: 0;
  top: 0;
  width: 70vw;
  height: 40vh;
  background-image: url(../images/galeria-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -10vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#galeria .galeria_contenedor .galeria_hoja {
    width: 85vw;
  }
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_hoja {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria_contenedor .galeria_hoja {
    width: 20vw;
  }
}
div#galeria .galeria_contenedor .galeria_foto {
  position: absolute;
  width: 75vw;
  height: 75vh;
  outline-offset: 10px;
  outline-style: solid;
  outline-color: #353535;
  outline-width: 1px;
  z-index: 2;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#galeria .galeria_contenedor .galeria_foto {
    width: 80vw;
    height: 70vh;
    margin-top: 3vh;
  }
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto {
    width: 75vw;
    height: 72vh;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria_contenedor .galeria_foto {
    width: 25vw;
    height: 75vh;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen {
  width: 75vw;
  height: 75vh;
  background-color: white;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen {
    width: 80vw;
    height: 70vh;
  }
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen {
    width: 75vw;
    height: 72vh;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen {
    width: 25vw;
    height: 75vh;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen1 {
  width: 100%;
  height: 100%;
  background: url(../images/natura_cliente1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen1, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen1 {
    background: url(../images/natura_cliente1_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen2 {
  width: 100%;
  height: 100%;
  background: url(../images/natura_cliente2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen2, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen2 {
    background: url(../images/natura_cliente2_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen3 {
  width: 100%;
  height: 100%;
  background: url(../images/natura_cliente3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen3, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen3 {
    background: url(../images/natura_cliente3_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen4 {
  width: 100%;
  height: 100%;
  background: url(../images/natura_cliente4.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen4, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen4 {
    background: url(../images/natura_cliente4_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen5 {
  width: 100%;
  height: 100%;
  background: url(../images/natura_cliente5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .galeria1 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria2 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria3 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria4 .galeria_contenedor_imagen .galeria_imagen5, div#galeria .galeria_contenedor .galeria_foto .galeria5 .galeria_contenedor_imagen .galeria_imagen5 {
    background: url(../images/natura_cliente5_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-next, div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-prev {
  --swiper-navigation-color: #e6c081 !important;
  -webkit-tap-highlight-color: transparent;
}
div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-next {
  padding-left: 2vw;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-next {
    padding-left: 0;
  }
}
div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-prev {
  padding-right: 2vw;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor .galeria_foto .swiper-h .swiper-button-prev {
    padding-right: 0;
  }
}
div#galeria .galeria_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/confirmacion-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* FECHA */
div#fecha {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#fecha {
    width: 35vw;
  }
}
div#fecha .fecha_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#fecha .fecha_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor {
    background-size: 20%;
  }
}
div#fecha .fecha_contenedor .fecha_hoja {
  position: absolute;
  width: 80vw;
  height: 60vw;
  top: 2vh;
  right: 0;
  background-image: url(../images/fecha-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_hoja {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_hoja {
    width: 25vw;
    height: 20vw;
    top: 0;
  }
}
div#fecha .fecha_contenedor .fecha_contorno {
  position: absolute;
  width: 45vw;
  height: 45vh;
  right: 0;
  top: 8vh;
  background-image: url(../images/fecha-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_contorno {
    width: 55vw;
    height: 40vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_contorno {
    width: 15vw;
    height: 20vw;
    top: 11vh;
  }
}
div#fecha .fecha_contenedor .fecha_contenido {
  margin-top: 32vh;
  text-align: center;
}
div#fecha .fecha_contenedor .fecha_contenido .fecha_dia h5 {
  font-size: 2em;
  line-height: 0.7em;
  color: #353535;
  letter-spacing: 0.7em;
  margin-bottom: -2vh;
  padding-left: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_dia h5 {
    font-size: 2.1em;
    margin-bottom: -1vh;
    letter-spacing: 0.65em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_dia h5 {
    font-size: 3.2em;
    margin-bottom: -1vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_dia h5 {
    font-size: 2.5em;
  }
}
div#fecha .fecha_contenedor .fecha_contenido .fecha_numero h3 {
  font-size: 7em;
  color: #353535;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_numero h3 {
    font-size: 8em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_numero h3 {
    font-size: 11em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_numero h3 {
    font-size: 9em;
  }
}
div#fecha .fecha_contenedor .fecha_contenido .fecha_mes h1 {
  font-size: 5em;
  color: #353535;
  margin-top: -9vh;
  margin-bottom: -5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_mes h1 {
    margin-top: -5vh;
    margin-bottom: -2vh;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_mes h1 {
    font-size: 10em;
    margin-top: -7vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_mes h1 {
    font-size: 8em;
  }
}
div#fecha .fecha_contenedor .fecha_contenido .fecha_hora {
  padding: 1.5vh 0;
  border-top: solid 1px #353535;
  border-bottom: solid 1px #353535;
}
div#fecha .fecha_contenedor .fecha_contenido .fecha_hora h5 {
  font-size: 1.8em;
  color: #353535;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_hora h5 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_contenido .fecha_hora h5 {
    font-size: 2.5em;
  }
}
div#fecha .fecha_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/fecha-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTADOR */
div#contador .contador_contenedor {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor {
    background-size: 150%;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor {
    width: 35vw;
  }
}
div#contador .contador_contenedor .contador_texto {
  margin-top: 4vh;
  font-weight: 400;
}
div#contador .contador_contenedor .contador_texto h4 {
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.2em;
  color: #86a297;
  padding: 2vh 0;
  border-top: solid 1px #86a297;
  border-bottom: solid 1px #86a297;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h4 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto h4 {
    font-size: 1.8em;
  }
}
div#contador .contador_contenedor .contador_numeros {
  width: 70vw;
  height: 55vh;
  margin-bottom: 3vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador_numeros {
    margin-bottom: 0;
  }
}
div#contador .contador_contenedor .contador {
  width: 25vw;
  margin: 1vh 0;
  padding: 1vh 1vw;
  font-size: 2.5em;
  text-align: center;
  line-height: 0.7em;
  color: #353535;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador {
    width: 20vw;
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador {
    width: 10vw;
    font-size: 3.5em;
  }
}
div#contador .contador_contenedor .contador span {
  font-size: 1.2em;
  color: #353535;
  margin-top: 1vh;
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador span {
    font-size: 1.1em;
  }
}
div#contador .contador_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/contador-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* fiesta */
div#ceremonia {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#ceremonia {
    width: 35vw;
  }
}
div#ceremonia .ceremonia_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#ceremonia .ceremonia_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor {
    background-size: 20%;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_hoja {
  position: absolute;
  width: 40vw;
  height: 48vh;
  right: 0;
  top: 50vh;
  background-image: url(../images/fiesta-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_hoja {
    top: 60vh;
    width: 14vw;
    height: 50vh;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_contorno {
  position: absolute;
  width: 33vw;
  height: 50vh;
  right: 0;
  top: 45vh;
  background-image: url(../images/fiesta-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_contorno {
    width: 9vw;
    height: 50vh;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto, div#ceremonia .ceremonia_contenedor .fiesta_texto {
  padding-left: 12vw;
  padding-right: 10vw;
  margin-top: 20vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto, div#ceremonia .ceremonia_contenedor .fiesta_texto {
    padding-left: 13vw;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto, div#ceremonia .ceremonia_contenedor .fiesta_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto h1, div#ceremonia .ceremonia_contenedor .fiesta_texto h1 {
  font-size: 3.5em;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto h1, div#ceremonia .ceremonia_contenedor .fiesta_texto h1 {
    font-size: 6em;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto h4, div#ceremonia .ceremonia_contenedor .fiesta_texto h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #86a297;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto h4, div#ceremonia .ceremonia_contenedor .fiesta_texto h4 {
    font-size: 1.8em;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto p, div#ceremonia .ceremonia_contenedor .fiesta_texto p {
  margin: 3vh 0;
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto h5, div#ceremonia .ceremonia_contenedor .fiesta_texto h5 {
  font-size: 1.5em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto h5, div#ceremonia .ceremonia_contenedor .fiesta_texto h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto h5, div#ceremonia .ceremonia_contenedor .fiesta_texto h5 {
    font-size: 2.2em;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto {
  margin-bottom: 6vh;
  padding-right: 10vw;
}
div#ceremonia .ceremonia_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/fiesta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* fiesta */
div#fiesta {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#fiesta {
    width: 35vw;
  }
}
div#fiesta .fiesta_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#fiesta .fiesta_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor {
    background-size: 20%;
  }
}
div#fiesta .fiesta_contenedor .fiesta_hoja {
  position: absolute;
  width: 56vw;
  height: 48vh;
  right: 0;
  bottom: 0;
  background-image: url(../images/fiesta-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_hoja {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_hoja {
    width: 20vw;
    height: 50vh;
  }
}
div#fiesta .fiesta_contenedor .fiesta_contorno {
  position: absolute;
  width: 83vw;
  height: 25vh;
  right: 0;
  bottom: 0;
  background-image: url(../images/fiesta-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_contorno {
    height: 27vh;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_contorno {
    width: 25vw;
    height: 25vh;
  }
}
div#fiesta .fiesta_contenedor .fiesta_texto {
  padding-left: 12vw;
  padding-right: 10vw;
  margin-top: 15vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fiesta .fiesta_contenedor .fiesta_texto {
    padding-left: 13vw;
  }
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fiesta .fiesta_contenedor .fiesta_texto {
    margin-top: 20vh;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_texto h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_texto h1 {
    font-size: 6em;
  }
}
div#fiesta .fiesta_contenedor .fiesta_texto h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #86a297;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_texto h4 {
    font-size: 1.8em;
  }
}
div#fiesta .fiesta_contenedor .fiesta_texto p {
  margin: 3vh 0;
}
div#fiesta .fiesta_contenedor .fiesta_texto h5 {
  font-size: 1.5em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_texto h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_texto h5 {
    font-size: 2.2em;
  }
}
div#fiesta .fiesta_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/fiesta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* tarjetas */
div#tarjetas {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#tarjetas {
    width: 35vw;
  }
}
div#tarjetas .tarjetas_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#tarjetas .tarjetas_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor {
    background-size: 20%;
  }
}
div#tarjetas .tarjetas_contenedor .tarjetas_hoja {
  position: absolute;
  width: 76vw;
  height: 16vh;
  left: 0;
  top: 10vh;
  background-image: url(../images/hashtag-hoja.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_hoja {
    width: 80vw;
    height: 15vh;
    top: 20vh;
  }
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_hoja {
    width: 28vw;
    height: 17vh;
    top: 15vh;
  }
}
div#tarjetas .tarjetas_contenedor .tarjetas_texto {
  padding-left: 12vw;
  padding-right: 10vw;
  margin-top: 30vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto {
    margin-top: 38vh;
    padding-left: 13vw;
  }
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto {
    padding-left: 4vw;
    padding-right: 6vw;
    margin-top: 35vh;
  }
}
div#tarjetas .tarjetas_contenedor .tarjetas_texto h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto h1 {
    font-size: 6em;
  }
}
div#tarjetas .tarjetas_contenedor .tarjetas_texto p {
  margin-top: 1vh;
  margin-left: 4vw;
  margin-bottom: 2vh;
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto p {
    margin-left: 1vw;
  }
}
div#tarjetas .tarjetas_contenedor .tarjetas_texto h5 {
  font-size: 1.5em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor .tarjetas_texto h5 {
    font-size: 2.2em;
  }
}
div#tarjetas .tarjetas_contenedor div#datostarjetas {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  box-sizing: border-box;
}
div#tarjetas .tarjetas_contenedor .btn_tarjetas {
  font-size: 1.1em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  margin-top: 2vh;
  display: block;
}
@media (min-width: 600px) {
  div#tarjetas .tarjetas_contenedor .btn_tarjetas {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  div#tarjetas .tarjetas_contenedor .btn_tarjetas {
    font-size: 1.4em;
    margin-left: 1vw;
  }
}
div#tarjetas .tarjetas_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/hashtag-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* hashtag */
div#hashtag {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#hashtag {
    width: 35vw;
  }
}
div#hashtag .hashtag_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#hashtag .hashtag_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor {
    background-size: 20%;
  }
}
div#hashtag .hashtag_contenedor .hashtag_hoja {
  position: absolute;
  width: 76vw;
  height: 16vh;
  left: 0;
  top: 42vh;
  background-image: url(../images/hashtag-hoja.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor .hashtag_hoja {
    width: 80vw;
    height: 15vh;
    top: 44vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_hoja {
    width: 28vw;
    top: 45vh;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
  padding-left: 12vw;
  padding-right: 23vw;
  margin-top: 16vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    padding-left: 13vw;
    margin-top: 20vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto h1, div#hashtag .hashtag_contenedor .playlist_texto h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto h1, div#hashtag .hashtag_contenedor .playlist_texto h1 {
    font-size: 6em;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto p, div#hashtag .hashtag_contenedor .playlist_texto p {
  margin-top: 1vh;
}
div#hashtag .hashtag_contenedor .hashtag_texto h5, div#hashtag .hashtag_contenedor .playlist_texto h5 {
  font-size: 1.5em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto h5, div#hashtag .hashtag_contenedor .playlist_texto h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto h5, div#hashtag .hashtag_contenedor .playlist_texto h5 {
    font-size: 2.2em;
  }
}
div#hashtag .hashtag_contenedor .playlist_texto {
  margin-top: 17vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor .playlist_texto {
    margin-top: 23vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .playlist_texto {
    margin-top: 28vh;
  }
}
div#hashtag .hashtag_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/hashtag-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* hashtag */
div#solohashtag {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#solohashtag {
    width: 35vw;
  }
}
div#solohashtag .hashtag_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#solohashtag .hashtag_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#solohashtag .hashtag_contenedor {
    background-size: 20%;
  }
}
div#solohashtag .hashtag_contenedor .hashtag_hoja {
  position: absolute;
  width: 76vw;
  height: 16vh;
  left: 0;
  top: 25vh;
  background-image: url(../images/hashtag-hoja.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#solohashtag .hashtag_contenedor .hashtag_hoja {
    width: 80vw;
    height: 15vh;
    top: 30vh;
  }
}
@media (min-width: 1200px) {
  div#solohashtag .hashtag_contenedor .hashtag_hoja {
    width: 28vw;
    height: 17vh;
    top: 25vh;
  }
}
div#solohashtag .hashtag_contenedor .hashtag_texto, div#solohashtag .hashtag_contenedor .playlist_texto {
  padding-left: 12vw;
  padding-right: 25vw;
  margin-top: 40vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#solohashtag .hashtag_contenedor .hashtag_texto, div#solohashtag .hashtag_contenedor .playlist_texto {
    margin-top: 45vh;
    padding-left: 13vw;
  }
}
@media (min-width: 1200px) {
  div#solohashtag .hashtag_contenedor .hashtag_texto, div#solohashtag .hashtag_contenedor .playlist_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#solohashtag .hashtag_contenedor .hashtag_texto h1, div#solohashtag .hashtag_contenedor .playlist_texto h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#solohashtag .hashtag_contenedor .hashtag_texto h1, div#solohashtag .hashtag_contenedor .playlist_texto h1 {
    font-size: 6em;
  }
}
div#solohashtag .hashtag_contenedor .hashtag_texto p, div#solohashtag .hashtag_contenedor .playlist_texto p {
  margin-top: 1vh;
}
div#solohashtag .hashtag_contenedor .hashtag_texto h5, div#solohashtag .hashtag_contenedor .playlist_texto h5 {
  font-size: 1.5em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#solohashtag .hashtag_contenedor .hashtag_texto h5, div#solohashtag .hashtag_contenedor .playlist_texto h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#solohashtag .hashtag_contenedor .hashtag_texto h5, div#solohashtag .hashtag_contenedor .playlist_texto h5 {
    font-size: 2.2em;
  }
}
div#solohashtag .hashtag_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/hashtag-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* REGALO */
div#regalo {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#regalo {
    width: 35vw;
  }
}
div#regalo .regalo_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#regalo .regalo_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor {
    background-size: 20%;
  }
}
div#regalo .regalo_contenedor .regalo_contorno {
  position: absolute;
  width: 80vw;
  height: 28vh;
  left: 0;
  top: 0;
  background-image: url(../images/regalo-contorno.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .regalo_contenedor .regalo_contorno {
    height: 25vh;
    top: 7vh;
  }
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_contorno {
    width: 75vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_contorno {
    width: 25vw;
  }
}
div#regalo .regalo_contenedor .regalo_texto {
  padding-left: 12vw;
  padding-right: 15vw;
  padding-top: 22vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .regalo_contenedor .regalo_texto {
    padding-top: 32vh;
    padding-left: 13vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h1 {
    font-size: 6em;
  }
}
div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #86a297;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h4 {
    font-size: 2em;
  }
}
div#regalo .regalo_contenedor .regalo_texto p {
  margin: 3vh 0;
}
div#regalo .regalo_contenedor .regalo_texto div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  box-sizing: border-box;
}
div#regalo .regalo_contenedor .regalo_texto .btn_regalo {
  font-size: 1.1em;
  padding: 1vh 0;
  width: fit-content;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto .btn_regalo {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_texto .btn_regalo {
    font-size: 1.4em;
  }
}
div#regalo .regalo_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/regalo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* COVID */
.swiper-wrapper .swiper-slide-active .covid_contorno {
  -webkit-animation: zoomInR 12s 1 normal both;
  -moz-animation: zoomInR 12s 1 normal both;
  -o-animation: zoomInR 12s 1 normal both;
  animation: zoomInR 12s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .covid_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .covid_texto h4 {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca, .swiper-wrapper .swiper-slide-active .covid_texto p#manos, .swiper-wrapper .swiper-slide-active .covid_texto p#distancia, .swiper-wrapper .swiper-slide-active .covid_texto p#vaso, .swiper-wrapper .swiper-slide-active .covid_texto p#sintomas, .swiper-wrapper .swiper-slide-active .covid_texto p#vacuna {
  -webkit-animation: fadeInRightShort 2s 1 normal both;
  -moz-animation: fadeInRightShort 2s 1 normal both;
  -o-animation: fadeInRightShort 2s 1 normal both;
  animation: fadeInRightShort 2s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

div#covid {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#covid {
    width: 35vw !important;
  }
}
div#covid .covid_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#covid .covid_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor {
    background-size: 20%;
  }
}
div#covid .covid_contenedor .covid_contorno {
  position: absolute;
  width: 75vw;
  height: 18vh;
  right: 0;
  bottom: 1vh;
  background-image: url(../images/covid-contorno.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_contorno {
    width: 75vw;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_contorno {
    width: 21vw;
    bottom: 1vh;
  }
}
div#covid .covid_contenedor .covid_texto {
  width: 80vw;
  height: 75vh;
  margin-bottom: 8vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_texto {
    width: 25vw;
  }
}
div#covid .covid_contenedor .covid_texto h1 {
  font-size: 4em;
  margin-bottom: -5vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto h1 {
    font-size: 6em;
  }
}
div#covid .covid_contenedor .covid_texto h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #86a297;
  text-transform: uppercase;
  margin-bottom: 3vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto h4 {
    font-size: 2em;
  }
}
div#covid .covid_contenedor .covid_items {
  width: 100%;
  text-align: center;
  padding-left: 5vw;
}
div#covid .covid_contenedor .covid_items p {
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center left;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_items p {
    background-size: 8%;
    padding-left: 12%;
    margin-bottom: 1.2vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 1vh;
  }
}
div#covid .covid_contenedor .covid_items p#vacuna {
  background-image: url(../images/covid-vacuna.png);
}
div#covid .covid_contenedor .covid_items p#tapaboca {
  background-image: url(../images/covid-tapaboca.png);
  min-height: 6vh;
}
div#covid .covid_contenedor .covid_items p#manos {
  background-image: url(../images/covid-manos.png);
}
div#covid .covid_contenedor .covid_items p#distancia {
  background-image: url(../images/covid-distancia.png);
}
div#covid .covid_contenedor .covid_items p#vaso {
  background-image: url(../images/covid-vaso.png);
}
div#covid .covid_contenedor .covid_items p#sintomas {
  background-image: url(../images/covid-sintomas.png);
}
div#covid .covid_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/hashtag-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* confirmacion */
div#confirmacion {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#confirmacion {
    width: 35vw;
  }
}
div#confirmacion .confirmacion_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#confirmacion .confirmacion_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor {
    background-size: 20%;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_hoja {
  position: absolute;
  width: 80vw;
  height: 40vh;
  left: 0;
  bottom: 3vh;
  background-image: url(../images/confirmacion-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_hoja {
    height: 35vh;
    bottom: 7vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_hoja {
    height: 40vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_hoja {
    width: 26vw;
    height: 40vh;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto {
  padding-left: 12vw;
  padding-right: 5vw;
  margin-top: 20vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    margin-top: 25vh;
    padding-left: 13vw;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    padding-right: 15vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    padding-left: 4vw;
    padding-right: 6vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
  font-size: 4em;
  margin-bottom: -3vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
    font-size: 6em;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto p {
  padding-right: 5vw;
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion {
  font-size: 1.1em;
  width: fit-content;
  padding: 1vh 0;
  margin-top: 5vh;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion {
    font-size: 1.4em;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion, div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion:visited {
  color: #353535;
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto .btn_confirmacion:hover {
  color: #86a297;
  border-top: 1px solid #86a297;
  border-bottom: 1px solid #86a297;
}
div#confirmacion .confirmacion_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/confirmacion-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* LOGO */
div#logo {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#logo {
    width: 35vw;
  }
}
div#logo .logo_contenedor {
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 900px) {
  div#logo .logo_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor {
    background-size: 20%;
  }
}
div#logo .logo_contenedor .logo {
  width: 55vw;
  height: 10vh;
  background: url(../images/logo_az_andoinvitando.svg) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .logo {
    width: 36vw;
  }
}
@media (min-width: 900px) {
  div#logo .logo_contenedor .logo {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .logo {
    width: 15vw;
  }
}
div#logo .logo_contenedor p {
  font-size: 0.9em;
  text-align: center;
}
div#logo .logo_contenedor .btn_pdf {
  font-size: 1.1em;
  width: fit-content;
  padding: 1vh 0;
  margin-top: 4vh;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .btn_pdf {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .btn_pdf {
    font-size: 1.4em;
  }
}
div#logo .logo_contenedor .btn_pdf, div#logo .logo_contenedor .btn_pdf:visited {
  color: #353535;
}
div#logo .logo_contenedor .btn_pdf:hover {
  color: #86a297;
  border-top: 1px solid #86a297;
  border-bottom: 1px solid #86a297;
}
div#logo .logo_contenedor .icon-volver {
  width: 40px;
  height: 40px;
  margin-top: 6vh;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .icon-volver {
    width: 60px;
    height: 60px;
  }
}
div#logo .logo_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

body {
  background-color: #f6f5f0 !important;
}

.contenedor_gral {
  width: 100vw;
  height: 100vh;
}

.contenedor_tituloform {
  margin-top: 7vh;
  margin-bottom: 3vh;
  padding: 0 5vw;
}
.contenedor_tituloform h1 {
  font-size: 3.8em;
}
.contenedor_tituloform h5 {
  font-size: 1.4em;
  color: #86a297;
  font-weight: 500;
  margin-top: -2vh;
}

.contenedor_cognito {
  padding: 0 11vw;
}
@media (min-width: 900px) {
  .contenedor_cognito {
    padding: 0 25vw;
  }
}

html .cog-page-progress ol {
  display: flex !important;
  justify-content: center !important;
  padding: 1vh 0 0 !important;
}

.cog-page-progress__page-title {
  display: none !important;
}

html .cog-page-progress--steps a::before {
  border: none !important;
  background-color: #86a297 !important;
  margin: 0 10px !important;
  font-size: 0 !important;
  width: 10px !important;
  height: 10px !important;
}

html .cog-page-progress--steps .is-active ::before {
  background-color: #353535 !important;
  margin: 0 10px;
}

html .cog-page[data-page]::after {
  display: none !important;
}

html .cog-row .cog-col:not(td) {
  margin-bottom: 0 !important;
}

html .cog-wrapper, html .cog-label, html .cog-cognito--styled h6 {
  font-family: "raleway", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #353535 !important;
}

html .cog-label {
  font-size: 1.4em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 1vh !important;
  margin-top: 2vh !important;
  padding-top: 0 !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-label {
    font-size: 1.6em !important;
  }
}
@media (min-width: 600px) {
  html .cog-label {
    font-size: 1.8em !important;
  }
}

html .cog-cognito--styled .el-input__inner {
  border-radius: 25px !important;
  height: 6.5vh !important;
}
@media (min-width: 600px) {
  html .cog-cognito--styled .el-input__inner {
    height: 4.5vh !important;
  }
}
@media (min-width: 900px) {
  html .cog-cognito--styled .el-input__inner {
    height: 6.5vh !important;
  }
}

html .cog-cognito--styled .el-input__inner:focus {
  border: 2px solid #86a297 !important;
}

html .cog-cognito--styled input[type=text] {
  font-size: 1.1em !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled input[type=text] {
    font-size: 1.2em !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled input[type=text] {
    font-size: 1.4em !important;
  }
}

html .cog-helptext {
  font-size: 1.2em !important;
  margin-top: 2vh !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-helptext {
    font-size: 1.3em !important;
  }
}
@media (min-width: 600px) {
  html .cog-helptext {
    font-size: 1.6em !important;
  }
}

.c-forms-form .c-helptext {
  margin-bottom: 10px;
  padding-top: 0;
}

html .cog-input .el-textarea__inner {
  border-radius: 20px !important;
}

html .cog-input .el-textarea__inner:focus {
  border: 2px solid #86a297 !important;
}

html .cog-input .el-radio-group {
  display: flex !important;
  flex-direction: column !important;
}

html .cog-checkable .el-radio {
  border: #86a297 solid 1px !important;
  border-radius: 25px !important;
  padding-left: 15px !important;
  height: 6vh !important;
  display: flex !important;
  align-items: center !important;
}
@media (min-width: 600px) {
  html .cog-checkable .el-radio {
    height: 4.5vh !important;
    margin-bottom: 1.5vh !important;
  }
}
@media (min-width: 900px) {
  html .cog-checkable .el-radio {
    height: 6vh !important;
  }
}

html .cog-form .cog-field--195 .cog-checkable .el-radio {
  height: 10vh !important;
}

html .cog-checkable .el-radio__label {
  font-size: 1.3em !important;
  padding-left: 30px !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-checkable .el-radio__label {
    font-size: 1.4em !important;
  }
}
@media (min-width: 600px) {
  html .cog-checkable .el-radio__label {
    font-size: 1.6em !important;
  }
}

html .cog-cognito--styled .cog-checkable .el-radio__input {
  margin-top: 15px !important;
}

html .cog-cognito--styled .is-checked .el-radio__inner::after {
  box-shadow: inset 0 0 0 0.75em #86a297 !important;
}

html .cog-page__navigation {
  justify-content: center !important;
  padding-bottom: 5vh !important;
}

html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
  font-family: "raleway", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1.2em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    font-size: 1.3em !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    font-size: 1.5em !important;
  }
}

html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
  width: 46% !important;
  height: 6.5vh !important;
  border-radius: 25px !important;
  border: solid 1px #86a297 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
@media (min-width: 600px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 4.5vh !important;
  }
}
@media (min-width: 900px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 6.5vh !important;
  }
}

html .cog-cognito--styled .cog-button--primary {
  background-color: #86a297 !important;
  color: #353535;
}

html .cog-cognito--styled .cog-button--secondary {
  background: white !important;
  color: #86a297 !important;
  margin-right: 4vw !important;
}

html .cog-cognito--styled h2.cog-section__heading {
  display: none !important;
}

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #86a297 !important;
  margin-bottom: 1vh !important;
  margin-left: 1vh !important;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled h3 {
    font-size: 1.6em !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled h3 {
    font-size: 1.8em !important;
  }
}

html .cog-repeating-section__remove-button, html .cog-repeating-section__remove-button:focus, html .cog-repeating-section__remove-button:active {
  color: #353535 !important;
  -webkit-tap-highlight-color: transparent !important;
}

html .cog-cognito--styled .cog-repeating-section__add-button {
  min-width: 55px;
  width: 100% !important;
  font-size: 1.2em !important;
  margin-top: 2vh !important;
  -webkit-tap-highlight-color: transparent !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled .cog-repeating-section__add-button {
    font-size: 1.3em !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled .cog-repeating-section__add-button {
    font-size: 1.5em !important;
  }
}

html .cog-row .cog-col:not(td) {
  margin-top: 0 !important;
}

html .cog-section__inner {
  padding-top: 0 !important;
  margin-bottom: 2vh !important;
  border-radius: 15px !important;
}
@media (min-width: 600px) {
  html .cog-section__inner {
    border-radius: 25px !important;
  }
}

html .cog-section__inner--background {
  padding-top: 2vh !important;
}

html .cog-input.is-read-only {
  font-size: 1.6em !important;
  font-weight: 600 !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-input.is-read-only {
    font-size: 1.7em !important;
  }
}
@media (min-width: 600px) {
  html .cog-input.is-read-only {
    font-size: 2em !important;
  }
}

html .cog-form--light-background .cog-col.is-error::after {
  background: none !important;
  outline: none !important;
}

html .cog-form--light-background .cog-col.is-error::before {
  background: none !important;
  outline: none !important;
}

html .cog-error-message {
  font-size: 1.2em !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-error-message {
    font-size: 1.3em !important;
  }
}
@media (min-width: 600px) {
  html .cog-error-message {
    font-size: 1.5em !important;
  }
}

html .cog-cognito .cog-confirmation {
  margin-top: 8vh !important;
  margin-bottom: 8vh !important;
}

html .cog-cognito--styled h6 {
  font-size: 1.6em !important;
  margin-top: 1vh !important;
  letter-spacing: 1px !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled h6 {
    font-size: 1.7em !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled h6 {
    font-size: 2.2em !important;
  }
}

.cog-cognito--styled.cog-cognito--protect-css h6 {
  margin: 0 !important;
}

.contenedor_logo {
  margin-top: 5vh;
}
.contenedor_logo p {
  font-size: 0.8em;
  color: #353535;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .contenedor_logo p {
    font-size: 0.95em;
  }
}
.contenedor_logo .logo {
  width: 48vw;
  height: 5vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.5vh;
  margin-right: 2vh;
}
@media (min-width: 600px) {
  .contenedor_logo .logo {
    width: 35vw;
  }
}
.contenedor_logo .logo_az {
  background-image: url(../images/logo_az_andoinvitando.svg);
}
.contenedor_logo .logo_bl {
  background-image: url(../images/logo_bl_andoinvitando.svg);
}

/* menu */
div#menu {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#menu {
    width: 35vw;
  }
}
div#menu .menu_contenedor {
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 900px) {
  div#menu .menu_contenedor {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#menu .menu_contenedor {
    background-size: 20%;
  }
}
div#menu .menu_contenedor .menu_hoja {
  position: absolute;
  width: 90vw;
  height: 20vh;
  right: 2vh;
  top: 0;
  background-image: url(../images/menu-hoja.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#menu .menu_contenedor .menu_hoja {
    width: 65vw;
    height: 15vh;
  }
}
@media (min-width: 1200px) {
  div#menu .menu_contenedor .menu_hoja {
    width: 28vw;
    height: 20vh;
  }
}
div#menu .menu_contenedor .btn_fs {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  color: #86a297;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
div#menu .menu_contenedor .btn_fs label {
  cursor: pointer;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  div#menu .menu_contenedor .btn_fs {
    display: none;
  }
}
div#menu .menu_contenedor .menu_lista {
  width: 100vw;
  list-style: none;
  margin-top: 22vh;
  padding-left: 15vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#menu .menu_contenedor .menu_lista {
    margin-top: 26vh;
  }
}
@media (min-width: 600px) {
  div#menu .menu_contenedor .menu_lista {
    margin-top: 28vh;
  }
}
@media (min-width: 1200px) {
  div#menu .menu_contenedor .menu_lista {
    width: 30vw;
    padding-left: 5vw;
  }
}
div#menu .menu_contenedor .menu_lista p {
  padding-right: 15vw;
  margin-bottom: 5vh;
}
@media (min-width: 1200px) {
  div#menu .menu_contenedor .menu_lista p {
    padding-right: 5vw;
  }
}
div#menu .menu_contenedor .menu_lista li.menu_item {
  text-transform: uppercase;
  margin: 2.5vh 0;
  padding-bottom: 2vh;
  border-bottom: 1px solid #353535;
}
@media (min-width: 600px) {
  div#menu .menu_contenedor .menu_lista li.menu_item {
    margin: 1.5vh;
    padding-bottom: 1.5vh;
  }
}
div#menu .menu_contenedor .menu_lista li.menu_item .bold {
  font-weight: 700;
}
div#menu .menu_contenedor .menu_lista .btn_menu {
  padding: 1vh 0;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
div#menu .menu_contenedor .menu_lista .btn_menu, div#menu .menu_contenedor .menu_lista .btn_menu:visited {
  color: #353535;
}
div#menu .menu_contenedor .menu_lista .btn_menu:hover {
  color: #86a297;
}
div#menu .menu_contenedor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/fiesta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* menu */
div#intro #btn_menu_desp {
  display: none;
}
div#intro .btn_menu_desp {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  background-color: #86a297;
  color: #f6f5f0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
div#intro .btn_menu_desp label {
  cursor: pointer;
}
div#intro #btn_menu_desp:checked ~ .contenedor_menu_desp {
  opacity: 1;
  visibility: visible;
}
div#intro #btn_menu_desp:checked ~ .contenedor_menu_desp .cont_menu_desp {
  transform: translateX(0%);
}
div#intro .contenedor_menu_desp {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: all 1000ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
div#intro .contenedor_menu_desp p {
  text-align: right;
  color: #f6f5f0;
  padding: 15vh 10vw 4vh 8vw;
}
@media (min-width: 1200px) {
  div#intro .contenedor_menu_desp p {
    padding: 15vh 3vw 4vh 4vw;
  }
}
div#intro .contenedor_menu_desp .cont_menu_desp {
  position: relative;
  width: 100%;
  max-width: 75vw;
  height: 100vh;
  background-color: #86a297;
  transition: all 1000ms ease;
  transform: translateX(-100%);
  z-index: 300;
}
@media (min-width: 1200px) {
  div#intro .contenedor_menu_desp .cont_menu_desp {
    max-width: 20vw;
  }
}
div#intro .contenedor_menu_desp .cont_menu_desp nav > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  margin: 2.5vh 0;
  padding-bottom: 2vh;
  margin-right: 10vw;
  color: #f6f5f0;
  border-bottom: 1px solid #f6f5f0;
  text-align: right;
  transition: all 500ms ease;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1200px) {
  div#intro .contenedor_menu_desp .cont_menu_desp nav > a {
    margin-right: 3vw;
  }
}
div#intro .contenedor_menu_desp .cont_menu_desp nav > a:hover {
  color: #353535;
}
div#intro .contenedor_menu_desp .cont_menu_desp label {
  position: absolute;
  color: #f6f5f0;
  top: 2vh;
  right: 3vw;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1200px) {
  div#intro .contenedor_menu_desp .cont_menu_desp label {
    right: 1vw;
  }
}

/*BODY*/
body {
  background-color: #c1bdb7;
}

/* GIRAR DISPOSITIVO */
@media (max-height: 400px) {
  .swiper {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .swiper {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .swiper {
    display: flex !important;
  }
}

.girardispositivo {
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  color: #353535;
}
@media (max-height: 400px) {
  .girardispositivo {
    display: flex;
  }
}
@media (min-width: 900px) {
  .girardispositivo {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .girardispositivo {
    display: none;
  }
}

/*Carrusel*/
.swiper {
  width: 100vw;
  height: 100vh;
  background-color: white;
}
@media (min-width: 1200px) {
  .swiper {
    width: 35vw;
    overflow: hidden;
  }
}

.swiper-slide {
  background-size: cover;
}

@media (min-width: 1200px) {
  .swiper-v {
    width: 35vw;
  }
}

/*# sourceMappingURL=style.css.map */
