@import url("https://use.typekit.net/haz7qrr.css");
@import url("https://use.typekit.net/scp8pyn.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: zooja-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2, h3 {
  font-family: zooja-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h4, p, a {
  font-family: basic-sans, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1em;
  line-height: 1.2em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h4, p, a {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  h4, p, a {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-block-end: 0em;
  }
}
@media (min-width: 1200px) {
  h4, p, a {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}

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

/*BOTONES*/
.btn {
  min-height: 5vh;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) and (min-height: 700px) {
  .btn {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    min-height: 2vh;
    width: 25vw;
    padding: 1vh 1.2vh;
    font-size: 1.4em;
  }
}
@media (min-width: 900px) {
  .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 20vw;
    font-size: 1.2em;
  }
}

.btn:focus {
  outline: none;
}

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

.btn_primario:hover {
  background-color: #f7afaf;
  color: white;
}

.btn_secundario, .btn_secundario:visited {
  background-color: #f7afaf;
  color: white;
}

.btn_secundario:hover {
  background-color: #e3be91;
  color: white;
}

.btn_terciario, .btn_terciario:visited {
  background-color: white;
  color: #1a1a1a;
}

.btn_terciario:hover {
  background-color: #1a1a1a;
  color: white;
}

.swiper-wrapper .swiper-slide-active h1 {
  -webkit-animation: growLeft 1.2s 1 normal both;
  -moz-animation: growLeft 1.2s 1 normal both;
  -o-animation: growLeft 1.2s 1 normal both;
  animation: growLeft 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h3 {
  -webkit-animation: fadeInDownShort 0.6s 1 normal both;
  -moz-animation: fadeInDownShort 0.6s 1 normal both;
  -o-animation: fadeInDownShort 0.6s 1 normal both;
  animation: fadeInDownShort 0.6s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h2, .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUpShort 0.6s 1 normal both;
  -moz-animation: fadeInUpShort 0.6s 1 normal both;
  -o-animation: fadeInUpShort 0.6s 1 normal both;
  animation: fadeInUpShort 0.6s 1 normal both;
}
.swiper-wrapper .swiper-slide-active a.btn_primario, .swiper-wrapper .swiper-slide-active a.btn_secundario, .swiper-wrapper .swiper-slide-active a.btn_terciario {
  -webkit-animation: flipInX 0.5s 1 normal both;
  -moz-animation: flipInX 0.5s 1 normal both;
  -o-animation: flipInX 0.5s 1 normal both;
  animation: flipInX 0.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .intro_bg {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .intro_bg::before {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 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 .intro_bg::after {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 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 .icon-full, .swiper-wrapper .swiper-slide-active .icon-play, .swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -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-full {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .boton_swipe {
  -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: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInRightShort 2s infinite normal both;
  -moz-animation: fadeInRightShort 2s infinite normal both;
  -o-animation: fadeInRightShort 2s infinite normal both;
  animation: fadeInRightShort 2s infinite normal both;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.swiper-wrapper .swiper-slide-active .portada_contenedor {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .portada_imagen {
  -webkit-animation: growH80 1s 1 normal both;
  -moz-animation: growH80 1s 1 normal both;
  -o-animation: growH80 1s 1 normal both;
  animation: growH80 1s 1 normal both;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .portada_imagen {
    -webkit-animation: growH70 1s 1 normal both;
    -moz-animation: growH70 1s 1 normal both;
    -o-animation: growH70 1s 1 normal both;
    animation: growH70 1s 1 normal both;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
}
.swiper-wrapper .swiper-slide-active .portada_imagen::before {
  -webkit-animation-name: growH80, zoomOff;
  -moz-animation-name: growH80, zoomOff;
  -o-animation-name: growH80, zoomOff;
  animation-name: growH80, zoomOff;
  -webkit-animation-duration: 0.8s, 0.6s;
  -moz-animation-duration: 0.8s, 0.6s;
  -o-animation-duration: 0.8s, 0.6s;
  animation-duration: 0.8s, 0.6s;
  -webkit-animation-delay: 3s, 3.8s;
  -moz-animation-delay: 3s, 3.8s;
  -o-animation-delay: 3s, 3.8s;
  animation-delay: 3s, 3.8s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
.swiper-wrapper .swiper-slide-active .portada_panel {
  -webkit-animation: growH 0.8s 1 normal both;
  -moz-animation: growH 0.8s 1 normal both;
  -o-animation: growH 0.8s 1 normal both;
  animation: growH 0.8s 1 normal both;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.swiper-wrapper .swiper-slide-active .portada_panel::before {
  -webkit-animation: flipInY 1s 1 normal both;
  -moz-animation: flipInY 1s 1 normal both;
  -o-animation: flipInY 1s 1 normal both;
  animation: flipInY 1s 1 normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_texto h1 {
  -webkit-animation-name: growW, zoomfont;
  -moz-animation-name: growW, zoomfont;
  -o-animation-name: growW, zoomfont;
  animation-name: growW, zoomfont;
  -webkit-animation-duration: 0.8s, 0.3s;
  -moz-animation-duration: 0.8s, 0.3s;
  -o-animation-duration: 0.8s, 0.3s;
  animation-duration: 0.8s, 0.3s;
  -webkit-animation-delay: 2.9s, 4s;
  -moz-animation-delay: 2.9s, 4s;
  -o-animation-delay: 2.9s, 4s;
  animation-delay: 2.9s, 4s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .portada_hoja {
  -webkit-animation: fadeInLeftShort 0.5s 1 normal both;
  -moz-animation: fadeInLeftShort 0.5s 1 normal both;
  -o-animation: fadeInLeftShort 0.5s 1 normal both;
  animation: fadeInLeftShort 0.5s 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::before {
  -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: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .icon-avanzar {
  -webkit-animation: fadeInLeft 2s infinite normal both;
  -moz-animation: fadeInLeft 2s infinite normal both;
  -o-animation: fadeInLeft 2s infinite normal both;
  animation: fadeInLeft 2s infinite normal both;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.swiper-wrapper .swiper-slide-active .historia_panel {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_marco {
  -webkit-animation: growH85W84 1s 1 normal both;
  -moz-animation: growH85W84 1s 1 normal both;
  -o-animation: growH85W84 1s 1 normal both;
  animation: growH85W84 1s 1 normal both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .historia_marco {
    -webkit-animation: growH30W87 1s 1 normal both;
    -moz-animation: growH30W87 1s 1 normal both;
    -o-animation: growH30W87 1s 1 normal both;
    animation: growH30W87 1s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .historia_marco::before {
  -webkit-animation: fadeInUpShort 0.7s 1 normal both;
  -moz-animation: fadeInUpShort 0.7s 1 normal both;
  -o-animation: fadeInUpShort 0.7s 1 normal both;
  animation: fadeInUpShort 0.7s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .historia_marco::after {
  -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: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .historia_texto .historia_titulo h1 {
  -webkit-animation-name: fadeInDownShort, lala;
  -moz-animation-name: fadeInDownShort, lala;
  -o-animation-name: fadeInDownShort, lala;
  animation-name: fadeInDownShort, lala;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1.5s, 2s;
  -moz-animation-delay: 1.5s, 2s;
  -o-animation-delay: 1.5s, 2s;
  animation-delay: 1.5s, 2s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .historia_texto p {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper .swiper-slide-active .fecha_imagen {
  -webkit-animation: growH70 1s 1 normal both;
  -moz-animation: growH70 1s 1 normal both;
  -o-animation: growH70 1s 1 normal both;
  animation: growH70 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_imagen::before {
  -webkit-animation-name: growH70, zoomOff;
  -moz-animation-name: growH70, zoomOff;
  -o-animation-name: growH70, zoomOff;
  animation-name: growH70, zoomOff;
  -webkit-animation-duration: 0.8s, 0.6s;
  -moz-animation-duration: 0.8s, 0.6s;
  -o-animation-duration: 0.8s, 0.6s;
  animation-duration: 0.8s, 0.6s;
  -webkit-animation-delay: 0.5s, 1.5s;
  -moz-animation-delay: 0.5s, 1.5s;
  -o-animation-delay: 0.5s, 1.5s;
  animation-delay: 0.5s, 1.5s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .fecha_imagen::before {
    -webkit-animation-name: growH70, zoomOfflargecel;
    -moz-animation-name: growH70, zoomOfflargecel;
    -o-animation-name: growH70, zoomOfflargecel;
    animation-name: growH70, zoomOfflargecel;
  }
}
.swiper-wrapper .swiper-slide-active .fecha_imagen::after {
  -webkit-animation: fadeInDownShort 0.5s 1 normal both;
  -moz-animation: fadeInDownShort 0.5s 1 normal both;
  -o-animation: fadeInDownShort 0.5s 1 normal both;
  animation: fadeInDownShort 0.5s 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 .fecha_texto h2 {
  -webkit-animation-name: growW, zoomfont;
  -moz-animation-name: growW, zoomfont;
  -o-animation-name: growW, zoomfont;
  animation-name: growW, zoomfont;
  -webkit-animation-duration: 0.8s, 0.3s;
  -moz-animation-duration: 0.8s, 0.3s;
  -o-animation-duration: 0.8s, 0.3s;
  animation-duration: 0.8s, 0.3s;
  -webkit-animation-delay: 1.2s, 2s;
  -moz-animation-delay: 1.2s, 2s;
  -o-animation-delay: 1.2s, 2s;
  animation-delay: 1.2s, 2s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .fecha_hora h1 {
  -webkit-animation: flipInY 1s 1 normal both;
  -moz-animation: flipInY 1s 1 normal both;
  -o-animation: flipInY 1s 1 normal both;
  animation: flipInY 1s 1 normal both;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .fecha_boton span.addtocalendar {
  -webkit-animation: flipInX 1s 1 normal both;
  -moz-animation: flipInX 1s 1 normal both;
  -o-animation: flipInX 1s 1 normal both;
  animation: flipInX 1s 1 normal both;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .contador_marco {
  -webkit-animation: marco 1s 1 normal both;
  -moz-animation: marco 1s 1 normal both;
  -o-animation: marco 1s 1 normal both;
  animation: marco 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_texto {
  -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.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h2 {
  -webkit-animation-name: growW, lala;
  -moz-animation-name: growW, lala;
  -o-animation-name: growW, lala;
  animation-name: growW, lala;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1.1s, 2.1s;
  -moz-animation-delay: 1.1s, 2.1s;
  -o-animation-delay: 1.1s, 2.1s;
  animation-delay: 1.1s, 2.1s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .contador_texto h3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #days, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #min {
  -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 .contador_texto .contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #seg {
  -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 .contador_texto .contador_numeros #days, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #min, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #seg {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .contador_marco::before {
  -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.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_imagen {
  -webkit-animation: growW80 1s 1 normal both;
  -moz-animation: growW80 1s 1 normal both;
  -o-animation: growW80 1s 1 normal both;
  animation: growW80 1s 1 normal both;
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .ceremonia_imagen {
    -webkit-animation: growW27 1s 1 normal both;
    -moz-animation: growW27 1s 1 normal both;
    -o-animation: growW27 1s 1 normal both;
    animation: growW27 1s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .ceremonia_imagen::before {
  -webkit-animation-name: translateLeft, zoomOff;
  -moz-animation-name: translateLeft, zoomOff;
  -o-animation-name: translateLeft, zoomOff;
  animation-name: translateLeft, zoomOff;
  -webkit-animation-duration: 0.8s, 0.6s;
  -moz-animation-duration: 0.8s, 0.6s;
  -o-animation-duration: 0.8s, 0.6s;
  animation-duration: 0.8s, 0.6s;
  -webkit-animation-delay: 0.5s, 1.5s;
  -moz-animation-delay: 0.5s, 1.5s;
  -o-animation-delay: 0.5s, 1.5s;
  animation-delay: 0.5s, 1.5s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .ceremonia_imagen::before {
    -webkit-animation-name: translateLeft, zoomOfflargecel;
    -moz-animation-name: translateLeft, zoomOfflargecel;
    -o-animation-name: translateLeft, zoomOfflargecel;
    animation-name: translateLeft, zoomOfflargecel;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .ceremonia_imagen::before {
    -webkit-animation-name: growW27, zoomOff_h;
    -moz-animation-name: growW27, zoomOff_h;
    -o-animation-name: growW27, zoomOff_h;
    animation-name: growW27, zoomOff_h;
    -webkit-animation-duration: 0.8s, 0.6s;
    -moz-animation-duration: 0.8s, 0.6s;
    -o-animation-duration: 0.8s, 0.6s;
    animation-duration: 0.8s, 0.6s;
    -webkit-animation-delay: 0.3s, 1.3s;
    -moz-animation-delay: 0.3s, 1.3s;
    -o-animation-delay: 0.3s, 1.3s;
    animation-delay: 0.3s, 1.3s;
    -webkit-animation-fill-mode: both, initial;
    -moz-animation-fill-mode: both, initial;
    -o-animation-fill-mode: both, initial;
    animation-fill-mode: both, initial;
  }
}
.swiper-wrapper .swiper-slide-active .ceremonia_imagen::before .ceremonia_boton a.btn {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_titulo h1 {
  -webkit-animation-name: growW, zoomfont;
  -moz-animation-name: growW, zoomfont;
  -o-animation-name: growW, zoomfont;
  animation-name: growW, zoomfont;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1s, 1.7s;
  -moz-animation-delay: 1s, 1.7s;
  -o-animation-delay: 1s, 1.7s;
  animation-delay: 1s, 1.7s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h3 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto p {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto::before {
  -webkit-animation: fadeInLeftShort 0.8s 1 normal both;
  -moz-animation: fadeInLeftShort 0.8s 1 normal both;
  -o-animation: fadeInLeftShort 0.8s 1 normal both;
  animation: fadeInLeftShort 0.8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fiesta_imagen {
  -webkit-animation: pan3 7s 1 normal both;
  -moz-animation: pan3 7s 1 normal both;
  -o-animation: pan3 7s 1 normal both;
  animation: pan3 7s 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 .fiesta_marco {
  -webkit-animation: fadeInLeft 1s 1 normal both;
  -moz-animation: fadeInLeft 1s 1 normal both;
  -o-animation: fadeInLeft 1s 1 normal both;
  animation: fadeInLeft 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 .fiesta_marco::before {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .fiesta_titulo h2 {
  -webkit-animation: growLeft 1.6s 1 normal both;
  -moz-animation: growLeft 1.6s 1 normal both;
  -o-animation: growLeft 1.6s 1 normal both;
  animation: growLeft 1.6s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto h3 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto p {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .fiesta_boton a.btn {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper .swiper-slide-active .hashtag_marco {
  -webkit-animation: marco 1s 1 normal both;
  -moz-animation: marco 1s 1 normal both;
  -o-animation: marco 1s 1 normal both;
  animation: marco 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_marco::before {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .hashtag_imagen {
  -webkit-animation-name: pan3, zoomOffhash;
  -moz-animation-name: pan3, zoomOffhash;
  -o-animation-name: pan3, zoomOffhash;
  animation-name: pan3, zoomOffhash;
  -webkit-animation-duration: 1.5s, 0.6s;
  -moz-animation-duration: 1.5s, 0.6s;
  -o-animation-duration: 1.5s, 0.6s;
  animation-duration: 1.5s, 0.6s;
  -webkit-animation-delay: 0s, 1.5s;
  -moz-animation-delay: 0s, 1.5s;
  -o-animation-delay: 0s, 1.5s;
  animation-delay: 0s, 1.5s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .hashtag_imagen {
    -webkit-animation-name: pan3, zoomOffhash_largecel;
    -moz-animation-name: pan3, zoomOffhash_largecel;
    -o-animation-name: pan3, zoomOffhash_largecel;
    animation-name: pan3, zoomOffhash_largecel;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .hashtag_imagen {
    -webkit-animation-name: pan3, zoomOffhash_dkt;
    -moz-animation-name: pan3, zoomOffhash_dkt;
    -o-animation-name: pan3, zoomOffhash_dkt;
    animation-name: pan3, zoomOffhash_dkt;
  }
}
.swiper-wrapper .swiper-slide-active .hashtag_titulo h2 {
  -webkit-animation-name: growW, lala;
  -moz-animation-name: growW, lala;
  -o-animation-name: growW, lala;
  animation-name: growW, lala;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 0.6s, 1.6s;
  -moz-animation-delay: 0.6s, 1.6s;
  -o-animation-delay: 0.6s, 1.6s;
  animation-delay: 0.6s, 1.6s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto p {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .hashtag_boton a.btn {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .playlist_imagen {
  -webkit-animation: growH55 1s 1 normal both;
  -moz-animation: growH55 1s 1 normal both;
  -o-animation: growH55 1s 1 normal both;
  animation: growH55 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .playlist_imagen::before {
  -webkit-animation-name: growH55, zoomOff;
  -moz-animation-name: growH55, zoomOff;
  -o-animation-name: growH55, zoomOff;
  animation-name: growH55, zoomOff;
  -webkit-animation-duration: 0.8s, 0.6s;
  -moz-animation-duration: 0.8s, 0.6s;
  -o-animation-duration: 0.8s, 0.6s;
  animation-duration: 0.8s, 0.6s;
  -webkit-animation-delay: 0.5s, 1.5s;
  -moz-animation-delay: 0.5s, 1.5s;
  -o-animation-delay: 0.5s, 1.5s;
  animation-delay: 0.5s, 1.5s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .playlist_imagen::before {
    -webkit-animation-name: growH55, zoomOfflargecel;
    -moz-animation-name: growH55, zoomOfflargecel;
    -o-animation-name: growH55, zoomOfflargecel;
    animation-name: growH55, zoomOfflargecel;
  }
}
.swiper-wrapper .swiper-slide-active .playlist_imagen::after {
  -webkit-animation: fadeInUpShort 0.5s 1 normal both;
  -moz-animation: fadeInUpShort 0.5s 1 normal both;
  -o-animation: fadeInUpShort 0.5s 1 normal both;
  animation: fadeInUpShort 0.5s 1 normal both;
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.swiper-wrapper .swiper-slide-active .playlist_titulo h1 {
  -webkit-animation-name: growW, zoomfont;
  -moz-animation-name: growW, zoomfont;
  -o-animation-name: growW, zoomfont;
  animation-name: growW, zoomfont;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1s, 1.5s;
  -moz-animation-delay: 1s, 1.5s;
  -o-animation-delay: 1s, 1.5s;
  animation-delay: 1s, 1.5s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .playlist_texto p {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active a.btn {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .regalo_panel {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_marco {
  -webkit-animation: growH85W84 1s 1 normal both;
  -moz-animation: growH85W84 1s 1 normal both;
  -o-animation: growH85W84 1s 1 normal both;
  animation: growH85W84 1s 1 normal both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .regalo_marco {
    -webkit-animation: growH30W87 1s 1 normal both;
    -moz-animation: growH30W87 1s 1 normal both;
    -o-animation: growH30W87 1s 1 normal both;
    animation: growH30W87 1s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .regalo_marco::before {
  -webkit-animation: fadeInDownShort 0.7s 1 normal both;
  -moz-animation: fadeInDownShort 0.7s 1 normal both;
  -o-animation: fadeInDownShort 0.7s 1 normal both;
  animation: fadeInDownShort 0.7s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .regalo_marco::after {
  -webkit-animation: fadeInLeftShort 0.7s 1 normal both;
  -moz-animation: fadeInLeftShort 0.7s 1 normal both;
  -o-animation: fadeInLeftShort 0.7s 1 normal both;
  animation: fadeInLeftShort 0.7s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto h1 {
  -webkit-animation-name: fadeInDownShort, zoomfont;
  -moz-animation-name: fadeInDownShort, zoomfont;
  -o-animation-name: fadeInDownShort, zoomfont;
  animation-name: fadeInDownShort, zoomfont;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1.4s, 2.3s;
  -moz-animation-delay: 1.4s, 2.3s;
  -o-animation-delay: 1.4s, 2.3s;
  animation-delay: 1.4s, 2.3s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .regalo_texto h2 {
  -webkit-animation-name: fadeIn, zoomfont;
  -moz-animation-name: fadeIn, zoomfont;
  -o-animation-name: fadeIn, zoomfont;
  animation-name: fadeIn, zoomfont;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1.4s, 2.3s;
  -moz-animation-delay: 1.4s, 2.3s;
  -o-animation-delay: 1.4s, 2.3s;
  animation-delay: 1.4s, 2.3s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .regalo_texto p {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto a.btn_primario {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_panel {
  -webkit-animation: growH92 1s 1 normal both;
  -moz-animation: growH92 1s 1 normal both;
  -o-animation: growH92 1s 1 normal both;
  animation: growH92 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_imagen {
  -webkit-animation: growH60 1s 1 normal both;
  -moz-animation: growH60 1s 1 normal both;
  -o-animation: growH60 1s 1 normal both;
  animation: growH60 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 .confirmacion_imagen::before {
  -webkit-animation-name: growH60, zoomOff;
  -moz-animation-name: growH60, zoomOff;
  -o-animation-name: growH60, zoomOff;
  animation-name: growH60, zoomOff;
  -webkit-animation-duration: 0.8s, 0.6s;
  -moz-animation-duration: 0.8s, 0.6s;
  -o-animation-duration: 0.8s, 0.6s;
  animation-duration: 0.8s, 0.6s;
  -webkit-animation-delay: 1s, 1.5s;
  -moz-animation-delay: 1s, 1.5s;
  -o-animation-delay: 1s, 1.5s;
  animation-delay: 1s, 1.5s;
  -webkit-animation-fill-mode: both, both;
  -moz-animation-fill-mode: both, both;
  -o-animation-fill-mode: both, both;
  animation-fill-mode: both, both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .confirmacion_imagen::before {
    -webkit-animation-name: growH60, zoomOfflargecel;
    -moz-animation-name: growH60, zoomOfflargecel;
    -o-animation-name: growH60, zoomOfflargecel;
    animation-name: growH60, zoomOfflargecel;
  }
}
.swiper-wrapper .swiper-slide-active .confirmacion_contenedor::before {
  -webkit-animation: fadeInUpShort 0.5s 1 normal both;
  -moz-animation: fadeInUpShort 0.5s 1 normal both;
  -o-animation: fadeInUpShort 0.5s 1 normal both;
  animation: fadeInUpShort 0.5s 1 normal both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_panel::before {
  -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 .confirmacion_titulo h1 {
  -webkit-animation-name: growW, lala;
  -moz-animation-name: growW, lala;
  -o-animation-name: growW, lala;
  animation-name: growW, lala;
  -webkit-animation-duration: 1.2s, 0.3s;
  -moz-animation-duration: 1.2s, 0.3s;
  -o-animation-duration: 1.2s, 0.3s;
  animation-duration: 1.2s, 0.3s;
  -webkit-animation-delay: 1.2s, 2s;
  -moz-animation-delay: 1.2s, 2s;
  -o-animation-delay: 1.2s, 2s;
  animation-delay: 1.2s, 2s;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto p {
  -webkit-animation: fadeInDownShort 0.6s 1 normal both;
  -moz-animation: fadeInDownShort 0.6s 1 normal both;
  -o-animation: fadeInDownShort 0.6s 1 normal both;
  animation: fadeInDownShort 0.6s 1 normal both;
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_boton a.btn_primario {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: flipInX 1s 1 normal both;
  -moz-animation: flipInX 1s 1 normal both;
  -o-animation: flipInX 1s 1 normal both;
  animation: flipInX 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contenedor_logo 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;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .pdf_boton {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .icon-volver {
  -webkit-animation: flipInY 1s 1 normal both;
  -moz-animation: flipInY 1s 1 normal both;
  -o-animation: flipInY 1s 1 normal both;
  animation: flipInY 1s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.contenedor_tituloform h1 {
  -webkit-animation: fadeInUpShort 0.8s 1 normal both;
  -moz-animation: fadeInUpShort 0.8s 1 normal both;
  -o-animation: fadeInUpShort 0.8s 1 normal both;
  animation: fadeInUpShort 0.8s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.contenedor_tituloform h3 {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.contenedor_tituloform h4 {
  -webkit-animation: fadeInDownShort 0.8s 1 normal both;
  -moz-animation: fadeInDownShort 0.8s 1 normal both;
  -o-animation: fadeInDownShort 0.8s 1 normal both;
  animation: fadeInDownShort 0.8s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.logo_contenedor {
  -webkit-animation: fadeIn 0.8s 1 normal both;
  -moz-animation: fadeIn 0.8s 1 normal both;
  -o-animation: fadeIn 0.8s 1 normal both;
  animation: fadeIn 0.8s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-moz-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-moz-keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-moz-keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-webkit-keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-moz-keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-webkit-keyframes growW {
  from {
    width: 0;
  }
  to {
    width: 105%;
  }
}
@-moz-keyframes growW {
  from {
    width: 0;
  }
  to {
    width: 105%;
  }
}
@keyframes growW {
  from {
    width: 0;
  }
  to {
    width: 105%;
  }
}
@-webkit-keyframes growH {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 100vh;
  }
}
@-moz-keyframes growH {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 100vh;
  }
}
@keyframes growH {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes growH80 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 80vh;
    background-position: center 0;
  }
}
@-moz-keyframes growH80 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 80vh;
    background-position: center 0;
  }
}
@keyframes growH80 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 80vh;
    background-position: center 0;
  }
}
@-webkit-keyframes growH70 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 70vh;
    background-position: center 0;
  }
}
@-moz-keyframes growH70 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 70vh;
    background-position: center 0;
  }
}
@keyframes growH70 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 70vh;
    background-position: center 0;
  }
}
@-webkit-keyframes growH60 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 60vh;
    background-position: center 0;
  }
}
@-moz-keyframes growH60 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 60vh;
    background-position: center 0;
  }
}
@keyframes growH60 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 60vh;
    background-position: center 0;
  }
}
@-webkit-keyframes growH55 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 55vh;
    background-position: center 0;
  }
}
@-moz-keyframes growH55 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 55vh;
    background-position: center 0;
  }
}
@keyframes growH55 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: center -10vh;
  }
  100% {
    height: 55vh;
    background-position: center 0;
  }
}
@-webkit-keyframes growH92 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 92vh;
  }
}
@-moz-keyframes growH92 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 92vh;
  }
}
@keyframes growH92 {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  100% {
    height: 92vh;
  }
}
@-webkit-keyframes growH85W84 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 0;
    height: 85vh;
  }
  100% {
    width: 84vw;
    height: 85vh;
  }
}
@-moz-keyframes growH85W84 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 0;
    height: 85vh;
  }
  100% {
    width: 84vw;
    height: 85vh;
  }
}
@keyframes growH85W84 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 0;
    height: 85vh;
  }
  100% {
    width: 84vw;
    height: 85vh;
  }
}
@-webkit-keyframes growH30W87 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    width: 0;
    height: 86vh;
  }
  100% {
    width: 30vw;
    height: 86vh;
  }
}
@-moz-keyframes growH30W87 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    width: 0;
    height: 86vh;
  }
  100% {
    width: 30vw;
    height: 86vh;
  }
}
@keyframes growH30W87 {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: ease-in-out;
  }
  50% {
    width: 0;
    height: 86vh;
  }
  100% {
    width: 30vw;
    height: 86vh;
  }
}
@-webkit-keyframes growW80 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 80vw;
    background-position: 0 center;
  }
}
@-moz-keyframes growW80 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 80vw;
    background-position: 0 center;
  }
}
@keyframes growW80 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 80vw;
    background-position: 0 center;
  }
}
@-webkit-keyframes growW56 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 56vw;
    background-position: 0 center;
  }
}
@-moz-keyframes growW56 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 56vw;
    background-position: 0 center;
  }
}
@keyframes growW56 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 56vw;
    background-position: 0 center;
  }
}
@-webkit-keyframes growW61 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 61vw;
    background-position: 0 center;
  }
}
@-moz-keyframes growW61 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 61vw;
    background-position: 0 center;
  }
}
@keyframes growW61 {
  0% {
    width: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    width: 61vw;
    background-position: 0 center;
  }
}
@-webkit-keyframes growW27 {
  0% {
    width: 0;
    animation-timing-function: ease-in-out;
    background-position: -10vw top;
  }
  100% {
    width: 27vw;
    background-position: 0 top;
  }
}
@-moz-keyframes growW27 {
  0% {
    width: 0;
    animation-timing-function: ease-in-out;
    background-position: -10vw top;
  }
  100% {
    width: 27vw;
    background-position: 0 top;
  }
}
@keyframes growW27 {
  0% {
    width: 0;
    animation-timing-function: ease-in-out;
    background-position: -10vw top;
  }
  100% {
    width: 27vw;
    background-position: 0 top;
  }
}
@-webkit-keyframes marco {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes marco {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes marco {
  0% {
    width: 0;
    height: 0;
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@-moz-keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@-webkit-keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@-moz-keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@keyframes translateLeft {
  0% {
    transform: translateX(80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0);
    background-position: 0 center;
  }
}
@-webkit-keyframes translateRight {
  0% {
    transform: translateX(-80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0vw);
    background-position: 0 center;
  }
}
@-moz-keyframes translateRight {
  0% {
    transform: translateX(-80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0vw);
    background-position: 0 center;
  }
}
@keyframes translateRight {
  0% {
    transform: translateX(-80vw);
    animation-timing-function: cubic-bezier(0.95, -0.03, 0, 0.38);
    background-position: 10vw center;
  }
  100% {
    transform: translateX(0vw);
    background-position: 0 center;
  }
}
@-webkit-keyframes zoomOff {
  0% {
    background-size: 120%;
    background-position: top;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: 103%;
    background-position: top;
  }
}
@-moz-keyframes zoomOff {
  0% {
    background-size: 120%;
    background-position: top;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: 103%;
    background-position: top;
  }
}
@keyframes zoomOff {
  0% {
    background-size: 120%;
    background-position: top;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: 103%;
    background-position: top;
  }
}
@-webkit-keyframes zoomOff_h {
  0% {
    background-size: auto 125%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 115%;
  }
}
@-moz-keyframes zoomOff_h {
  0% {
    background-size: auto 125%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 115%;
  }
}
@keyframes zoomOff_h {
  0% {
    background-size: auto 125%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 115%;
  }
}
@-webkit-keyframes zoomOfflargecel {
  0% {
    background-size: 130%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
    background-position: top;
  }
  100% {
    background-size: 115%;
    background-position: top;
  }
}
@-moz-keyframes zoomOfflargecel {
  0% {
    background-size: 130%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
    background-position: top;
  }
  100% {
    background-size: 115%;
    background-position: top;
  }
}
@keyframes zoomOfflargecel {
  0% {
    background-size: 130%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
    background-position: top;
  }
  100% {
    background-size: 115%;
    background-position: top;
  }
}
@-webkit-keyframes zoomOffhash {
  0% {
    background-size: auto 185%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 165%;
  }
}
@-moz-keyframes zoomOffhash {
  0% {
    background-size: auto 185%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 165%;
  }
}
@keyframes zoomOffhash {
  0% {
    background-size: auto 185%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 165%;
  }
}
@-webkit-keyframes zoomOffhash_largecel {
  0% {
    background-size: auto 195%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 175%;
  }
}
@-moz-keyframes zoomOffhash_largecel {
  0% {
    background-size: auto 195%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 175%;
  }
}
@keyframes zoomOffhash_largecel {
  0% {
    background-size: auto 195%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 175%;
  }
}
@-webkit-keyframes zoomOffhash_dkt {
  0% {
    background-size: auto 165%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 153%;
  }
}
@-moz-keyframes zoomOffhash_dkt {
  0% {
    background-size: auto 165%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 153%;
  }
}
@keyframes zoomOffhash_dkt {
  0% {
    background-size: auto 165%;
    animation-timing-function: cubic-bezier(0.78, -0.02, 1, 0.34);
  }
  100% {
    background-size: auto 153%;
  }
}
@-webkit-keyframes fadeoff {
  0% {
    background-position: left -20px;
    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 fadeoff {
  0% {
    background-position: left -20px;
    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 fadeoff {
  0% {
    background-position: left -20px;
    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 fadeoff1 {
  0% {
    background-position: right -20px;
    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 -20px;
    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 -20px;
    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 latido {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.05);
    transform: scale3d(1.3, 1.3, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes latido {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.05);
    transform: scale3d(1.3, 1.3, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes latido {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.05);
    transform: scale3d(1.3, 1.3, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lala {
  0% {
    transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(-5deg);
  }
}
@-moz-keyframes lala {
  0% {
    transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(-5deg);
  }
}
@keyframes lala {
  0% {
    transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(-5deg);
  }
}
@-webkit-keyframes zoomfont {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomfont {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomfont {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes zoom-shape {
  100% {
    height: 12vh;
  }
}
@-moz-keyframes zoom-shape {
  100% {
    height: 12vh;
  }
}
@keyframes zoom-shape {
  100% {
    height: 12vh;
  }
}
.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;
}
@media (min-width: 600px) {
  .loader,
.loader:before,
.loader:after {
    width: 24px;
    height: 24px;
  }
}

.loader {
  color: #fcd2d3;
  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: 24px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .loader {
    left: 17vw;
  }
}

.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%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 5.1 4.9 l 5.2 0.1 c 0.1 0 0.1 0.1 0 0.2 L 8.3 7.2 L 10 9 C 9.6 9.2 9.2 9.6 9 10 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 -0.1 0 -0.2 -0.1 -0.2 -0.2 L 5 13.7 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 -5.2 -0.1 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 0.1 0 0.2 0.1 0.2 0.2 L 19 10.3 Z%22%20%2F%3E%3C%2Fsvg%3E"), 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%22black%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%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 17.3 6.9 v 1 v 6.2 c 0 0 0 0 0 0 c 0 1.2 -1.1 2.2 -2.5 2.2 c -1.4 0 -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 9.6 9.2 v 7.2 c 0 0 0 0 0 0.1 c 0 0.1 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 V 6.9 Z%22%20%2F%3E%3C%2Fsvg%3E"), 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%22black%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%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 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 V 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"), 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%22black%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-play {
  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%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 17.5 12.3 L 9.3 17 c -0.2 0.1 -0.4 0 -0.4 -0.2 V 7.4 c 0 -0.2 0.2 -0.3 0.4 -0.2 l 8.1 4.7 C 17.6 11.9 17.6 12.2 17.5 12.3 Z%22%20%2F%3E%3C%2Fsvg%3E"), 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%22black%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 17.5 12.3 L 9.3 17 c -0.2 0.1 -0.4 0 -0.4 -0.2 V 7.4 c 0 -0.2 0.2 -0.3 0.4 -0.2 l 8.1 4.7 C 17.6 11.9 17.6 12.2 17.5 12.3 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-avanzar {
  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(252, 210, 211)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 17.7 13.1 l -7.2 6.6 c -0.7 0.6 -1.7 0.6 -2.3 0 c -0.3 -0.3 -0.5 -0.7 -0.5 -1.1 s 0.2 -0.8 0.5 -1.1 l 5.9 -5.4 l -6 -5.4 C 7.8 6.3 7.6 5.9 7.6 5.4 c 0 -0.4 0.2 -0.8 0.5 -1.1 c 0.7 -0.6 1.7 -0.6 2.3 0 l 7.2 6.6 c 0.3 0.3 0.5 0.7 0.5 1.1 C 18.2 12.4 18 12.8 17.7 13.1 Z%22%20%2F%3E%3C%2Fsvg%3E"), 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%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 17.7 13.1 l -7.2 6.6 c -0.7 0.6 -1.7 0.6 -2.3 0 c -0.3 -0.3 -0.5 -0.7 -0.5 -1.1 s 0.2 -0.8 0.5 -1.1 l 5.9 -5.4 l -6 -5.4 C 7.8 6.3 7.6 5.9 7.6 5.4 c 0 -0.4 0.2 -0.8 0.5 -1.1 c 0.7 -0.6 1.7 -0.6 2.3 0 l 7.2 6.6 c 0.3 0.3 0.5 0.7 0.5 1.1 C 18.2 12.4 18 12.8 17.7 13.1 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%22black%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 24 c 6.6 0 12 -5.4 12 -12 S 18.6 0 12 0 S 0 5.4 0 12 S 5.4 24 12 24 Z M 6.3 10.9 l 7.2 -6.6 c 0.7 -0.6 1.7 -0.6 2.3 0 c 0.3 0.3 0.5 0.7 0.5 1.1 s -0.2 0.8 -0.5 1.1 l -5.9 5.4 l 6 5.4 c 0.3 0.4 0.5 0.8 0.5 1.3 c 0 0.4 -0.2 0.8 -0.5 1.1 c -0.7 0.6 -1.7 0.6 -2.3 0 l -7.2 -6.6 c -0.3 -0.3 -0.5 -0.7 -0.5 -1.1 C 5.8 11.6 6 11.2 6.3 10.9 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;
  font-size: 1em;
  color: white;
}

.atcb-link:hover, .atcb-link:active, .atcb-link:focus {
  color: white;
}

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

.atcb-list {
  width: 35vw;
  background-color: #f7afaf;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 900;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 15vw;
  }
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}

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

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 1em;
  color: white;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: #fcd2d3;
  color: #1a1a1a;
}

/* INTRO */
div#intro {
  background: #f7afaf;
}
div#intro .intro_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/grafito_cliente0.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor {
    background: url(../images/grafito_cliente0_tblp.jpg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor {
    width: 35vw;
  }
}
div#intro .intro_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
div#intro .intro_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  div#intro .intro_bg::before {
    background-size: 40vw;
    background-position: 70vw -8vh;
  }
}
@media (min-width: 900px) {
  div#intro .intro_bg::before {
    background-size: 25%;
    background-position: 110% -10%;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_bg::before {
    background-size: 17%;
    background-position: 76% -2%;
  }
}
div#intro .intro_botonera {
  width: 90vw;
  margin-top: 10vh;
}
@media (min-width: 600px) {
  div#intro .intro_botonera {
    width: 60vw;
  }
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_botonera {
    width: 95vw;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera {
    width: 23vw;
  }
}
div#intro .intro_botonera .boton_intro {
  width: 84vw;
  height: 10vh;
  color: #1a1a1a;
  background-color: #fcd2d3;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 75px;
  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;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -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_botonera .boton_intro {
    font-size: 1em;
    padding-left: 85px;
    width: 88vw;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_intro {
    width: 60vw;
    padding-left: 105px;
    font-size: 1.1em;
    line-height: 1.1em;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_intro {
    width: 22vw;
  }
}
div#intro .intro_botonera .boton_intro::before, div#intro .intro_botonera .boton_intro::after {
  content: "";
  position: absolute;
  height: 10vh;
  width: 10vw;
  background: url(../images/borde-intro.svg) no-repeat;
}
div#intro .intro_botonera .boton_swipe::before, div#intro .intro_botonera .boton_swipe::after {
  content: "";
  position: absolute;
  height: 10vh;
  width: 10vw;
  background: url(../images/borde-intro-ng.svg) no-repeat;
}
div#intro .intro_botonera .boton_intro::before, div#intro .intro_botonera .boton_swipe::before {
  left: -3vw;
}
@media (min-width: 900px) {
  div#intro .intro_botonera .boton_intro::before, div#intro .intro_botonera .boton_swipe::before {
    left: -1.5vw;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_intro::before, div#intro .intro_botonera .boton_swipe::before {
    width: 5vw;
    left: -0.7vw;
  }
}
div#intro .intro_botonera .boton_intro::after, div#intro .intro_botonera .boton_swipe::after {
  right: -6vw;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_intro::after, div#intro .intro_botonera .boton_swipe::after {
    right: -7vw;
  }
}
@media (min-width: 900px) {
  div#intro .intro_botonera .boton_intro::after, div#intro .intro_botonera .boton_swipe::after {
    right: -9vw;
  }
}
div#intro .intro_botonera .boton_intro:hover {
  background-color: #f7afaf;
}
div#intro .intro_botonera .boton_intro:focus, div#intro .intro_botonera .boton_intro:visited {
  background-color: black;
}
div#intro .intro_botonera .boton_swipe {
  height: 10vh;
  width: 84vw;
  color: white;
  text-align: center;
  background-color: #1a1a1a;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_botonera .boton_swipe {
    width: 88vw;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_swipe {
    width: 60vw;
    padding-left: 20px;
    font-size: 1.1em;
    line-height: 1.1m;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_swipe {
    width: 22vw;
  }
}
div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
  background-size: 55px, 55px, contain;
  background-position: 1.5vh center, 1.5vh center, center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
    background-position: 2vh center, 2vh center, center;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
    background-size: 75px, 75px, contain;
    background-position: 1vh center, 1vh center, center;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
    background-size: 65px, 65px, contain;
    background-position: 1.5vh center, 1.5vh center, center;
  }
}
div#intro .intro_botonera .icono_swipe {
  height: 13vh;
  margin-top: 5vh;
  margin-right: 15vw;
  background-image: url(../images/swipe-bl.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .icono_swipe {
    height: 10vh;
    margin-right: 10vw;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .icono_swipe {
    display: none;
  }
}

/* PORTADA */
div#portada .portada_contenedor {
  width: 100vw;
  height: 100vh;
  background: white;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor {
    width: 35vw;
  }
}
div#portada .portada_contenedor .portada_imagen {
  position: absolute;
  z-index: 100;
  top: 20vh;
  right: 0;
  width: 84vw;
  height: 80vh;
  background-color: white;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_imagen {
    width: 30vw;
    right: auto;
    margin-left: 5vw;
  }
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_imagen {
    top: 17vh;
  }
}
div#portada .portada_contenedor .portada_imagen::before {
  position: absolute;
  content: "";
  z-index: 101;
  top: 0;
  right: 0;
  width: 84vw;
  height: 80vh;
  background: url(../images/grafito_cliente1.jpg) no-repeat;
  background-size: 120%;
  background-position: center;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_imagen::before {
    background: url(../images/grafito_cliente1_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_imagen::before {
    width: 30vw;
    right: auto;
  }
}
div#portada .portada_contenedor .portada_panel {
  position: absolute;
  z-index: 100;
  width: 85vw;
  height: 100vh;
  background-color: #fcd2d3;
  background-image: url(../images/puntos-bl.svg), url(../images/pincelada-coral.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, 35vw -10vh;
  background-size: 70%, 120%;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel {
    width: 30vw;
  }
}
div#portada .portada_contenedor .portada_panel::before {
  position: absolute;
  content: "";
  width: 20vw;
  height: 10vh;
  background: url(../images/corazon-ng.svg) no-repeat;
  background-size: contain;
  right: -10vw;
  top: 5vh;
}
@media (min-width: 900px) {
  div#portada .portada_contenedor .portada_panel::before {
    width: 10vw;
    right: -6vw;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel::before {
    right: -8vw;
  }
}
div#portada .portada_contenedor .portada_hoja {
  position: absolute;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: 40vh;
  background: url(../images/pincelada-camel.svg) no-repeat;
  background-size: cover;
  background-position: -15vw 5vh;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_hoja {
    width: 18vw;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_hoja {
    width: 25vw;
    height: 30vh;
    background-position: top;
    left: 0;
  }
}
div#portada .portada_contenedor .portada_hoja::before {
  position: absolute;
  content: "";
  width: 40vw;
  height: 40vh;
  background: url(../images/hojach-bl.svg) no-repeat;
  background-size: contain;
  background-position: -2vw 5vh;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_hoja::before {
    width: 30vw;
    background-position: -2vw 12vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_hoja::before {
    width: 14vw;
    height: 50vh;
    background-position: 10% 20%;
    left: 0;
  }
}
div#portada .portada_contenedor .portada_texto {
  position: absolute;
  z-index: 103;
  top: 12vh;
  left: 10vw;
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_texto {
    top: 8vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_texto {
    left: 10vw;
    top: 12vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_texto {
    left: 3vw;
    top: 10vh;
  }
}
div#portada .portada_contenedor .portada_texto h1 {
  font-size: 5em;
  line-height: 0.9em;
  color: #1a1a1a;
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
  white-space: nowrap;
  overflow: hidden;
  padding-top: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_texto h1 {
    font-size: 5.5em;
    padding-top: 4vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_texto h1 {
    font-size: 9em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_texto h1 {
    font-size: 7.5em;
  }
}
div#portada .portada_contenedor .portada_texto h2 {
  font-size: 3em;
  color: #1a1a1a;
  padding-left: 13vw;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  margin-top: -3.8vh;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_texto h2 {
    font-size: 5em;
  }
}
@media (min-width: 900px) {
  div#portada .portada_contenedor .portada_texto h2 {
    padding-left: 10vh;
    margin-top: -5vh;
  }
}
div#portada .portada_contenedor .icon-avanzar {
  position: absolute;
  right: 5vw;
  top: 55vh;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 101;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .icon-avanzar {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .icon-avanzar {
    right: auto;
    margin-left: 31vw;
  }
}

/* HISTORIA */
div#historia {
  width: 100vw;
  height: 100vh;
}
div#historia .historia_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/grafito_cliente2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor {
    width: 35vw;
  }
}
div#historia .historia_contenedor .historia_panel {
  width: 80vw;
  height: 65vh;
  background: white no-repeat;
  border: 10px solid #fcd2d3;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel {
    background-size: 80px;
    background-position: 90% 90%;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_panel {
    width: 28vw;
  }
}
div#historia .historia_contenedor .historia_panel::before {
  position: absolute;
  content: "";
  background: url(../images/borde-panelrosa.svg) no-repeat center bottom;
  background-size: contain;
  width: 77vw;
  height: 10vh;
  bottom: -3vh;
  left: 0;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel::before {
    height: 3vh;
    background-repeat: repeat-x;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_panel::before {
    width: 28vw;
  }
}
div#historia .historia_contenedor .historia_marco {
  position: absolute;
  left: 16vw;
  width: 84vw;
  height: 85vh;
  border: 2px solid #e3be91;
  border-right: none;
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_marco {
    left: 5vw;
    width: 27vw;
  }
}
div#historia .historia_contenedor .historia_marco::before {
  position: absolute;
  content: "";
  top: -2vh;
  left: -15vw;
  width: 60vw;
  height: 20vh;
  background: url(../images/puntos-camel.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_marco::before {
    height: 19vh;
    bottom: 5vh;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_marco::before {
    width: 20vw;
    height: 25vh;
    left: -5vw;
  }
}
div#historia .historia_contenedor .historia_marco::after {
  position: absolute;
  content: "";
  bottom: -12vh;
  right: 0;
  width: 40vw;
  height: 35vh;
  background: url(../images/hojagr-coral.svg) no-repeat;
  background-size: contain;
  background-position: 5vw;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_marco::after {
    height: 34vh;
    width: 32vw;
    bottom: -10vh;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_marco::after {
    width: 14vw;
  }
}
div#historia .historia_contenedor .historia_texto {
  position: absolute;
  width: 68vw;
  height: 60vh;
  text-align: center;
  padding-left: 2vw;
  padding-bottom: 5vh;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_texto {
    width: 40vh;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_texto {
    width: 17vw;
    padding-left: 0;
  }
}
div#historia .historia_contenedor .historia_texto .historia_titulo {
  margin-bottom: 3vh;
}
div#historia .historia_contenedor .historia_texto .historia_titulo h1 {
  font-size: 3.2em;
  line-height: 0.75em;
  text-align: center;
  color: #e3be91;
  padding-top: 3vh;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_texto .historia_titulo h1 {
    font-size: 5em;
  }
}
div#historia .historia_contenedor .historia_texto .historia_titulo h1 span {
  font-size: 1.5em;
}
div#historia .historia_contenedor .historia_texto p {
  color: #1a1a1a;
  padding: 0 1vh 0 4vw;
  line-height: 1.4em;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_texto p {
    padding: 0 3vh 0 6vw;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_texto p {
    padding: 0 1vh 0 1vw;
  }
}

/* FECHA */
div#fecha .fecha_contenedor {
  width: 100vw;
  height: 100vh;
  background: #fcd2d3 url(../images/bg-puntosrosa.svg) repeat;
  background-size: 30%;
  text-align: left;
  padding: 10vh 10vw;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor {
    background-size: 20%;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor {
    width: 35vw;
    padding: 10vh 3vw;
  }
}
div#fecha .fecha_contenedor .fecha_imagen {
  width: 80vw;
  height: 70vh;
  background-color: white;
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_imagen {
    width: 29vw;
  }
}
div#fecha .fecha_contenedor .fecha_imagen::before {
  content: "";
  position: absolute;
  width: 80vw;
  height: 70vh;
  background: url(../images/grafito_cliente3.jpg) no-repeat;
  background-size: 105% auto;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_imagen::before {
    background: url(../images/grafito_cliente3_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_imagen::before {
    width: 29vw;
  }
}
div#fecha .fecha_contenedor .fecha_imagen::after {
  content: "";
  position: absolute;
  width: 35vw;
  height: 35vw;
  top: 0;
  left: 0;
  background: url(../images/flor.svg) no-repeat 1vw;
  background-position: -3vw -3vh;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_imagen::after {
    height: 20vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_imagen::after {
    width: 10vw;
    left: 0;
    background-position: -1vw -3vh;
  }
}
div#fecha .fecha_contenedor .fecha_texto {
  position: absolute;
  right: 6vw;
  top: 65vh;
  text-align: left;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_texto {
    top: 68vh;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_texto {
    top: 62vh;
    right: 8vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_texto {
    top: 62vh;
    right: 2vw;
  }
}
div#fecha .fecha_contenedor .fecha_texto h2 {
  font-size: 11em;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_texto h2 {
    font-size: 20em;
  }
}
@media (min-width: 900px) {
  div#fecha .fecha_contenedor .fecha_texto h2 {
    font-size: 18em;
  }
}
div#fecha .fecha_contenedor .fecha_boton {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
}
div#fecha .fecha_contenedor .fecha_boton .btn {
  width: 35vw;
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_boton .btn {
    width: 15vw;
  }
}
div#fecha .fecha_contenedor .fecha_boton h1 {
  font-size: 3.2em;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_boton h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_boton h1 {
    font-size: 6em;
  }
}
@media (min-width: 900px) {
  div#fecha .fecha_contenedor .fecha_boton h1 {
    font-size: 5em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .addtocalendar a {
    margin-block-end: 0;
  }
}

/* CONTADOR */
div#contador .contador_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/grafito_cliente2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor {
    width: 35vw;
  }
}
div#contador .contador_contenedor .contador_marco {
  width: 100%;
  height: 100%;
  border: solid 1px #e3be91;
  padding: 35px;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_marco {
    padding: 100px;
  }
}
div#contador .contador_contenedor .contador_marco::before {
  position: absolute;
  content: "";
  background: url(../images/puntos-coral.svg) no-repeat left bottom;
  background-size: contain;
  background-position-x: -10vw;
  width: 62vw;
  height: 25vh;
  top: -5vh;
  left: 0;
  transform: rotateZ(-25deg);
  z-index: 101;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_marco::before {
    left: -5vw;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_marco::before {
    width: 29vw;
    left: 0;
    top: 0;
  }
}
div#contador .contador_contenedor .contador_texto {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 10px solid #fcd2d3;
  padding-top: 5vh;
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto {
    padding: 11vh 0;
  }
}
div#contador .contador_contenedor .contador_texto .contador_titulo {
  margin-bottom: 4vh;
}
div#contador .contador_contenedor .contador_texto .contador_titulo h2 {
  width: auto;
  font-size: 4em;
  color: #e3be91;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto .contador_titulo h2 {
    font-size: 7em;
  }
}
@media (min-width: 900px) {
  div#contador .contador_contenedor .contador_texto .contador_titulo h2 {
    font-size: 5em;
  }
}
div#contador .contador_contenedor .contador_texto h3 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
  color: white;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h3 {
    font-size: 4em;
    line-height: 1.2em;
  }
}
@media (min-width: 900px) {
  div#contador .contador_contenedor .contador_texto h3 {
    font-size: 2em;
    line-height: 1.1em;
  }
}
div#contador .contador_contenedor .contador_texto h3 span {
  font-size: 1.4em;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h3 span {
    font-size: 1.2em;
  }
}
@media (min-width: 900px) {
  div#contador .contador_contenedor .contador_texto h3 span {
    font-size: 1.3em;
  }
}
div#contador .contador_contenedor .contador_texto::after {
  position: absolute;
  content: "";
  background: url(../images/borde-panelrosa.svg) no-repeat center bottom;
  background-size: contain;
  width: 62vw;
  height: 10vh;
  bottom: -3vh;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto::after {
    width: 66vw;
    height: 10vh;
    background-repeat: repeat-x;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto::after {
    width: 21.4vw;
    height: 3vh;
  }
}
div#contador .contador_contenedor .contador_numeros {
  width: 70vw;
  height: 55vh;
  margin-bottom: 3vh;
  margin-top: -5vh;
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_numeros {
    width: 15vw;
  }
}
div#contador .contador_contenedor .contador {
  margin: 1vh 0;
  padding-top: 1vh;
  font-family: zooja-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8em;
  color: #f7afaf;
  text-align: center;
  line-height: 0.9em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador {
    font-size: 3em;
  }
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador {
    font-size: 4em;
  }
}
@media (min-width: 900px) {
  div#contador .contador_contenedor .contador {
    font-size: 3em;
  }
}
div#contador .contador_contenedor .contador span {
  font-size: 0.4em;
  font-family: basic-sans, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #e3be91;
  margin-top: -2vh;
}

/* CEREMONIA */
div#ceremonia .ceremonia_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #fcd2d3;
  background-image: url(../images/puntos-coral.svg), url(../images/pincelada-coral.svg), url(../images/pincelada-camel2.svg);
  background-repeat: no-repeat;
  background-size: 50%, 100%, 100%;
  background-position: 40vw -10vh, -20vw -10vh, 60vw 70vh;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor {
    background-size: 30%, 90%, 78%;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor {
    width: 35vw;
    background-size: 15%, 65%, 50%;
    background-position: 40vw -10vh, -10vw -20vh, 50vw 60vh;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_imagen {
  width: 80vw;
  height: 65vh;
  margin-top: 10vh;
  background-color: white;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_imagen {
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_imagen {
    width: 29vw;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_imagen::before {
  content: "";
  position: absolute;
  right: 0;
  width: 80vw;
  height: 65vh;
  background: url(../images/grafito_cliente4.jpg) no-repeat;
  background-size: 105% auto;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_imagen::before {
    background: url(../images/grafito_cliente4_tblp.jpg) no-repeat;
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_imagen::before {
    background-size: 100% auto;
    width: 29vw;
    right: 0;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_titulo {
  position: absolute;
  width: 40vw;
  height: auto;
  left: 6vw;
  top: 5vh;
  -webkit-transform: rotateZ(-8deg);
  -ms-transform: rotateZ(-8deg);
  transform: rotateZ(-8deg);
}
@media (min-width: 900px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_titulo {
    left: 13vw;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_titulo {
    left: 4vw;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_titulo h1 {
  font-size: 3.6em;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_titulo h1 {
    font-size: 6em;
  }
}
@media (min-width: 900px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_titulo h1 {
    font-size: 5em;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto {
  width: 80vw;
  margin-top: 3vh;
  text-align: left;
  padding-right: 5vw;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto {
    width: 27vw;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto h3 {
  font-size: 3em;
  line-height: 1em;
  color: #1a1a1a;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto h3 {
    font-size: 5em;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto p {
  color: #1a1a1a;
}
div#ceremonia .ceremonia_contenedor .ceremonia_texto::before {
  content: "";
  position: absolute;
  bottom: 0vh;
  left: 0vw;
  width: 40vw;
  height: 70vw;
  background: url(../images/hojach-bl2.svg) no-repeat;
  background-position: -20vw 5vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto::before {
    width: 30vw;
    height: 50vh;
    background-position: -10vw 10vh;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_texto::before {
    width: 15vw;
    left: 0;
    background-position: -6vw 15vh;
  }
}
div#ceremonia .ceremonia_contenedor .ceremonia_boton .btn {
  width: 35vw;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremonia_contenedor .ceremonia_boton .btn {
    width: 15vw;
  }
}

/* FIESTA */
div#fiesta .fiesta_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #e3be91;
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor {
    width: 70vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_imagen {
  width: 80vw;
  height: 65vh;
  background: url(../images/grafito_cliente5.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_imagen {
    background: url(../images/grafito_cliente5_tblp.jpg) no-repeat;
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_imagen {
    width: 56vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_titulo {
  position: absolute;
  top: 58vh;
  right: 11vw;
  z-index: 101;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_titulo {
    top: 65vh;
    right: 15vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_titulo {
    right: 30vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_titulo h2 {
  font-size: 4em;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_titulo h2 {
    font-size: 6em;
  }
}
div#fiesta .fiesta_contenedor .fiesta_marco {
  position: absolute;
  width: 87vw;
  height: 86vh;
  border: 2.5px solid #1a1a1a;
  border-left: 0;
  margin: 7vh 0;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_marco {
    width: 61vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_texto {
  width: 70vw;
  margin-bottom: 4vh;
  padding: 0 10vw;
}
div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_texto h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 0.5vh;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_texto h3 {
    font-size: 2em;
  }
}
div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_boton {
  margin-left: 10vw;
}
div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_boton .btn {
  width: 45vw;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_boton .btn {
    width: 35vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_marco .fiesta_boton .btn {
    width: 15vw;
  }
}
div#fiesta .fiesta_contenedor .fiesta_marco::before {
  content: "";
  position: absolute;
  width: 25vw;
  height: 15vh;
  top: 3vh;
  right: -10vw;
  background: url(../images/puntos-coral.svg) no-repeat;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_contenedor .fiesta_marco::before {
    width: 20vw;
    right: -8vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_contenedor .fiesta_marco::before {
    width: 10vw;
    right: -3vw;
  }
}

/* HASHTAG */
div#hashtag .hashtag_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #f7afaf;
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor {
    width: 35vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_imagen {
  width: 100vw;
  height: 68vh;
  background-image: url(../images/grafito_cliente6.jpg);
  background-size: cover;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_imagen {
    height: 73vh;
    background: url(../images/grafito_cliente6_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_imagen {
    width: 35vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_base {
  width: 100vw;
  height: 43vh;
  background-color: #f7afaf;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_base {
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_base {
    width: 35vw;
    height: 40vh;
  }
}
div#hashtag .hashtag_contenedor .hashtag_base::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 10vh;
  bottom: 30vh;
  background: url(../images/pincelada-rs.svg) no-repeat center top;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_base::before {
    height: 5vh;
    background-repeat: repeat-x;
    top: 60vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_base::before {
    width: 35vw;
    top: 62vh;
  }
}
div#hashtag .hashtag_contenedor .hashtag_titulo {
  position: absolute;
  bottom: 19vh;
  z-index: 101;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_titulo {
    bottom: 20vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_titulo {
    bottom: 17vh;
  }
}
div#hashtag .hashtag_contenedor .hashtag_titulo h2 {
  font-size: 4.4em;
  color: #1a1a1a;
  margin-bottom: 2vh;
  padding-top: 2vh;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg);
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_titulo h2 {
    font-size: 6.5em;
  }
}
@media (min-width: 900px) {
  div#hashtag .hashtag_contenedor .hashtag_titulo h2 {
    font-size: 5em;
  }
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco {
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco {
    background-size: 55%;
  }
}
@media (min-width: 900px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco {
    background-size: 40%;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco {
    width: 35vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_texto {
  width: 100%;
  text-align: center;
  padding: 3vh 3vw;
  margin-bottom: 5vh;
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_texto p {
  color: #1a1a1a;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_texto {
    padding-bottom: 5vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_texto {
    width: 70%;
    margin-top: 1vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_texto {
    margin-top: 1vh;
    padding: 3vh 3vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_boton {
  width: 100%;
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_boton .btn {
  width: 55vw;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco .hashtag_boton .btn {
    width: 15vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco::before {
  content: "";
  position: absolute;
  top: -10vh;
  left: 0;
  width: 60vw;
  height: 40vh;
  background: url(../images/flores.svg) no-repeat;
  background-position-x: -5vw;
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_contenedor_marco .hashtag_marco::before {
    width: 15vw;
    left: 0;
    top: -7vh;
  }
}

/* regalo */
div#regalo .regalo_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/grafito_cliente2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor {
    width: 35vw;
  }
}
div#regalo .regalo_contenedor .regalo_panel {
  width: 80vw;
  height: 70vh;
  background: white no-repeat;
  border: 10px solid #fcd2d3;
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel {
    width: 28vw;
  }
}
div#regalo .regalo_contenedor .regalo_panel::after {
  position: absolute;
  content: "";
  background: url(../images/borde-panelrosa.svg) no-repeat center bottom;
  background-size: contain;
  width: 80vw;
  height: 10vh;
  bottom: -3vh;
  left: -10px;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel::after {
    height: 3vh;
    background-repeat: repeat-x;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel::after {
    width: 28vw;
  }
}
div#regalo .regalo_contenedor .regalo_marco {
  position: absolute;
  right: 0;
  left: 16vw;
  width: 84vw;
  height: 85vh;
  border: 2.5px solid #e3be91;
  border-right: none;
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_marco {
    width: 27vw;
    left: 5vw;
  }
}
div#regalo .regalo_contenedor .regalo_marco::before {
  position: absolute;
  content: "";
  top: -5vh;
  right: 0;
  width: 60vw;
  height: 20vh;
  background: url(../images/puntos-camel.svg) no-repeat;
  background-size: 100%;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_marco::before {
    width: 45vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_marco::before {
    width: 20vw;
    height: 25vh;
    left: -5vw;
  }
}
div#regalo .regalo_contenedor .regalo_marco::after {
  position: absolute;
  content: "";
  bottom: -12vh;
  left: -17vw;
  width: 40vw;
  height: 35vh;
  background: url(../images/hojach-coral.svg) no-repeat;
  background-size: 75%;
  background-position: -2vw 3vh;
  z-index: 101;
}
@media (min-width: 900px) {
  div#regalo .regalo_contenedor .regalo_marco::after {
    width: 25vw;
    height: 50vh;
    background-position: 5vw 8vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_marco::after {
    width: 15vw;
    height: 50vh;
    background-position: 0 8vh;
    left: -5vw;
    bottom: -14vh;
  }
}
div#regalo .regalo_contenedor .regalo_texto {
  position: absolute;
  width: 68vw;
  height: 60vh;
  text-align: center;
  padding-left: 3vw;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto {
    width: 40vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_texto {
    width: 17vw;
    padding-left: 0;
  }
}
div#regalo .regalo_contenedor .regalo_texto .regalo_titulo {
  margin-bottom: 5vh;
  -webkit-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg);
}
div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h1 {
  font-size: 3em;
  line-height: 0.7em;
  color: #e3be91;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h1 {
    font-size: 5.5em;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h1 {
    font-size: 4em;
  }
}
div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h2 {
  font-size: 2.8em;
  line-height: 1.1em;
  color: #e3be91;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_texto .regalo_titulo h2 {
    font-size: 3.5em;
  }
}
div#regalo .regalo_contenedor .regalo_texto p {
  color: #1a1a1a;
}
div#regalo .regalo_contenedor div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
}
div#regalo .regalo_contenedor .btn {
  width: 55vw;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .btn {
    width: 40vw;
  }
}
@media (min-width: 900px) {
  div#regalo .regalo_contenedor .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .btn {
    width: 25vw;
  }
}

/* CONFIRMACION */
div#confirmacion .confirmacion_contenedor {
  width: 100vw;
  height: 100vh;
  background: #e3be91 url(../images/bg-puntoscamel.svg) repeat;
  background-size: 30%;
}
@media (min-width: 900px) {
  div#confirmacion .confirmacion_contenedor {
    background-size: 15%;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor {
    width: 35vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_imagen {
  position: absolute;
  top: 12vh;
  right: 0;
  width: 85vw;
  height: 60vh;
  background-color: white;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  z-index: 101;
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_imagen {
    width: 30vw;
    right: 0vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_imagen .confirmacion_boton {
  z-index: 101;
}
div#confirmacion .confirmacion_contenedor .confirmacion_imagen .confirmacion_boton .btn {
  width: 75vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_imagen .confirmacion_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_imagen .confirmacion_boton .btn {
    width: 25vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_imagen::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 85vw;
  height: 60vh;
  background: url(../images/grafito_cliente8.jpg) no-repeat;
  background-size: cover;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  z-index: 101;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_imagen::before {
    background: url(../images/grafito_cliente8_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_imagen::before {
    width: 30vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_panel {
  position: absolute;
  z-index: 100;
  width: 90vw;
  height: 92vh;
  background: #fcd2d3 url(../images/pincelada-coral.svg) no-repeat;
  background-position: 35vw -7vh;
  background-size: 110%;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_panel {
    width: 30vw;
    background-size: 100%;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_titulo {
  position: absolute;
  z-index: 103;
  top: 5vh;
  left: 10vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_titulo {
    left: 9vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_titulo {
    left: 2vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_titulo h1 {
  font-size: 4.5em;
  line-height: 0.9em;
  color: #1a1a1a;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  white-space: nowrap;
  overflow: hidden;
  padding-top: 2vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_titulo h1 {
    font-size: 7em;
  }
}
@media (min-width: 900px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_titulo h1 {
    font-size: 6em;
    padding-top: 3vh;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto {
  height: 20vh;
  padding: 0 10vw 0 15vw;
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto p {
  color: #1a1a1a;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    padding: 0 15vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    padding: 0 7vw 0 5vw;
  }
}
div#confirmacion .confirmacion_contenedor::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 40vw;
  height: 20vh;
  background: url(../images/flor2.svg) no-repeat;
  background-position: 12vw 4vh;
  background-size: 80%;
  z-index: 101;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor::before {
    width: 32vw;
    height: 30vh;
    bottom: -10vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor::before {
    height: 28vh;
    width: 15vw;
    bottom: 0;
    right: -4vw;
    background-position: right 6vh;
  }
}

/* LOGO */
div#logo .logo_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #fcd2d3;
  background-image: url(../images/puntos-bl.svg), url(../images/pincelada-coral.svg), url(../images/pincelada-camel2.svg);
  background-repeat: no-repeat;
  background-size: 70%, 100%, 70%;
  background-position: -10vw 8vh, 10vw -20vh, 30vw 84vh;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor {
    background-size: 60%, 85%, 70%;
    background-position: -5vw 8vh, 22vw -20vh, 30vw 76vh;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor {
    width: 35vw;
    background-size: 40%, 65%, 65%;
    background-position: 0vw 8vh, 15vw -10vh, 15vw 76vh;
  }
}
div#logo .logo_contenedor .contenedor_logo {
  color: #1a1a1a;
  text-align: center;
}
div#logo .logo_contenedor .contenedor_logo .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 .contenedor_logo .logo {
    width: 36vw;
  }
}
@media (min-width: 900px) {
  div#logo .logo_contenedor .contenedor_logo .logo {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .contenedor_logo .logo {
    width: 15vw;
  }
}
div#logo .logo_contenedor .contenedor_logo .icon-volver {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20vh;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .contenedor_logo .icon-volver {
    width: 50px;
    height: 50px;
  }
}
div#logo .logo_contenedor .contenedor_logo p > a, div#logo .logo_contenedor .contenedor_logo p > a:hover {
  color: white;
  text-decoration: none;
  font-size: 0.95em;
}
div#logo .logo_contenedor .contenedor_logo .pdf_boton {
  margin-top: 10px;
}
div#logo .logo_contenedor .contenedor_logo .pdf_boton .btn {
  width: 45vw;
  margin-top: 5vh;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .contenedor_logo .pdf_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .contenedor_logo .pdf_boton .btn {
    width: 15vw;
  }
}

/* REGALO */
div#playlist .playlist_contenedor {
  width: 100vw;
  height: 100vh;
  padding: 12vh 12vw 8vh 12vw;
  background: url(../images/bg-puntoscamel.svg) repeat;
  background-size: 30%;
}
@media (min-width: 900px) {
  div#playlist .playlist_contenedor {
    background-size: 15%;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_contenedor {
    width: 35vw;
    padding: 12vh 8vw 8vh 8vw;
  }
}
div#playlist .playlist_contenedor .playlist_titulo {
  position: absolute;
  top: 6vh;
  z-index: 101;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .playlist_contenedor .playlist_titulo {
    top: 9vh;
  }
}
div#playlist .playlist_contenedor .playlist_titulo h1 {
  font-size: 4.4em;
  color: #1a1a1a;
  padding: 5px 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 1vw;
}
@media (min-width: 600px) {
  div#playlist .playlist_contenedor .playlist_titulo h1 {
    font-size: 7.5em;
  }
}
div#playlist .playlist_contenedor .playlist_imagen {
  width: 70vw;
  height: 70vh;
  background-color: white;
}
@media (min-width: 1200px) {
  div#playlist .playlist_contenedor .playlist_imagen {
    width: 25vw;
  }
}
div#playlist .playlist_contenedor .playlist_imagen::before {
  position: absolute;
  content: "";
  width: 70vw;
  height: 70vh;
  background: url(../images/grafito_cliente7.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  div#playlist .playlist_contenedor .playlist_imagen::before {
    background: url(../images/grafito_cliente7_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_contenedor .playlist_imagen::before {
    width: 25vw;
  }
}
div#playlist .playlist_contenedor .playlist_imagen::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 45vh;
  margin-top: 12vh;
  margin-left: -3vw;
  background: url(../images/pincelada-bl.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  div#playlist .playlist_contenedor .playlist_imagen::after {
    margin-left: -2vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_contenedor .playlist_imagen::after {
    width: 3vw;
    margin-left: -0.5vw;
  }
}
div#playlist .playlist_contenedor .playlist_texto {
  text-align: center;
  margin-top: 3vh;
}
div#playlist .playlist_contenedor .btn {
  width: 55vw;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#playlist .playlist_contenedor .btn {
    width: 40vw;
  }
}
@media (min-width: 900px) {
  div#playlist .playlist_contenedor .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_contenedor .btn {
    width: 15vw;
  }
}

body#form {
  background-color: #fcd2d3;
}

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

.contenedor_tituloform {
  margin-top: 7vh;
  margin-bottom: 3vh;
  padding: 0 5vw;
}
.contenedor_tituloform h1 {
  font-size: 4em;
}
.contenedor_tituloform h3 {
  font-size: 3.5em;
  margin-top: -2vh;
}
.contenedor_tituloform h4 {
  font-size: 1.3em;
}

.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: #1a1a1a !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: #e3be91 !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: #1a1a1a !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: 1px solid #f7afaf !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: 1px solid #f7afaf !important;
}

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

html .cog-checkable .el-radio {
  border: #f7afaf 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 #e3be91 !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 #e3be91 !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: #e3be91 !important;
  color: #1a1a1a !important;
}

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

html .cog-section__inner--background {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

html .cog-section__inner--background.is-alternate {
  background: transparent !important;
  border: 1px solid #f7afaf !important;
}

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

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #1a1a1a !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: #1a1a1a !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: #1a1a1a;
  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);
}

/* COVID */
.swiper-wrapper .swiper-slide-active .covid_marco {
  -webkit-animation: marco 1s 1 normal both;
  -moz-animation: marco 1s 1 normal both;
  -o-animation: marco 1s 1 normal both;
  animation: marco 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .covid_titulo h1 {
  -webkit-animation: growW 1s 1 normal both;
  -moz-animation: growW 1s 1 normal both;
  -o-animation: growW 1s 1 normal both;
  animation: growW 1s 1 normal both;
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .covid_titulo h2 {
  -webkit-animation: growW 1s 1 normal both;
  -moz-animation: growW 1s 1 normal both;
  -o-animation: growW 1s 1 normal both;
  animation: growW 1s 1 normal both;
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.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 p#vacuna {
  -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 p#vacuna {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#manos {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#distancia {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#vaso {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#sintomas {
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

div#covid .covid_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #fcd2d3;
  padding: 30px;
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor {
    width: 35vw;
  }
}
div#covid .covid_contenedor .covid_titulo {
  padding-right: 5vw;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_titulo {
    bottom: 16vh;
    padding-right: 0;
  }
}
div#covid .covid_contenedor .covid_titulo h1 {
  font-size: 2.5em;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 2vh;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_titulo h1 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_titulo h1 {
    font-size: 4em;
  }
}
div#covid .covid_contenedor .covid_titulo h2 {
  font-size: 3em;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_titulo h2 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_titulo h2 {
    font-size: 3.5em;
  }
}
div#covid .covid_contenedor .covid_marco {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
div#covid .covid_contenedor .covid_marco .covid_texto {
  width: 100%;
  text-align: center;
  padding: 0 7vw 3vh 10vw;
  margin-top: 3vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto {
    width: 90%;
    padding: 0 7vw 3vh 7vw;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_marco .covid_texto {
    margin-top: 5vh;
    padding: 0 0 4vh 2vw;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p {
  width: 65vw;
  min-height: 9vh;
  padding-left: 23vw;
  background-size: 15vw;
  background-repeat: no-repeat;
  background-position: center left;
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p {
    width: 75vw;
    background-size: 12vw;
    min-height: 11vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p {
    width: 24vw;
    background-size: 3.2vw;
    padding-left: 6vw;
    margin-bottom: 0.8vh;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#vacuna {
  background-image: url(../images/covid-vacuna.svg);
  min-height: 9vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#vacuna {
    min-height: 10vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#vacuna {
    min-height: 9vh;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#tapaboca {
  background-image: url(../images/covid-tapaboca.svg);
  min-height: 8vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#tapaboca {
    min-height: 7.5vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#tapaboca {
    min-height: 6vh;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#manos {
  background-image: url(../images/covid-manos.svg);
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#manos {
    background-size: 7vw;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#manos {
    background-size: 3.5vw;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#distancia {
  background-image: url(../images/covid-distancia.svg);
  min-height: 8vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#distancia {
    min-height: 9vh;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#vaso {
  background-image: url(../images/covid-vaso.svg);
  background-size: 12vw;
  min-height: 10vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#vaso {
    background-size: 10vw;
    min-height: 11vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_marco .covid_texto p#vaso {
    background-size: 2.7vw;
  }
}
div#covid .covid_contenedor .covid_marco .covid_texto p#sintomas {
  background-image: url(../images/covid-sintomas.svg);
}

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

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

/* Body */
@media (min-width: 1200px) {
  body {
    background-color: #fdf2e7;
  }
}

/*Carrusel*/
.swiper-container {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  .swiper-container {
    width: 35vw;
  }
}

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

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