@import url("https://use.typekit.net/nks7uie.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*/
.gr1 {
  background-image: -webkit- radial-gradient(circle, #ddd1f1 50%, #efe9f8 100%);
  background-image: -o- radial-gradient(circle, #ddd1f1 50%, #efe9f8 100%);
  background-image: radial-gradient(circle, #ddd1f1 50%, #efe9f8 100%);
  background-color: #ddd1f1;
}

/*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, h2, .contador {
  font-family: looking-flowers-script, sans-serif;
  font-weight: 400;
}

h3, h4, p, a, .contador span {
  font-family: looking-flowers-caps, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 3.6em;
  line-height: 0.8em;
}
@media (min-width: 600px) {
  h1 {
    font-size: 5em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5.5em;
  }
}

h2 {
  font-size: 3.4em;
  line-height: 0.8em;
}
@media (min-width: 600px) {
  h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4.8em;
  }
}

h3 {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 0.8;
}
@media (min-width: 600px) {
  h3 {
    font-size: 3.5em;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 3.4em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 3.4em;
  }
}

h4 {
  font-size: 2.3em;
  font-weight: 400;
  line-height: 0.6;
}
@media (min-width: 600px) {
  h4 {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 3.2em;
  }
}

h5 {
  font-size: 2em;
  font-weight: 400;
  line-height: 0.6;
}
@media (min-width: 600px) {
  h5 {
    font-size: 3em;
  }
}
@media (min-width: 900px) {
  h5 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 2.5em;
  }
}

p {
  font-size: 2em;
  line-height: 0.7em;
  font-weight: 300;
}
@media (max-width: 600px) and (min-height: 700px) {
  p {
    font-size: 2.3em;
  }
}
@media (min-width: 600px) {
  p {
    font-size: 2.6em;
    line-height: 0.9em;
    margin-block-end: 0em;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 2.4em;
    line-height: 0.9em;
  }
}

a.btn {
  font-size: 2em;
  line-height: 0.7em;
}
@media (max-width: 600px) and (min-height: 700px) {
  a.btn {
    font-size: 2.5em;
  }
}
@media (min-width: 600px) {
  a.btn {
    font-size: 2.5em;
  }
}
@media (min-width: 900px) {
  a.btn {
    font-size: 2.4em;
  }
}

/*BOTONES*/
.btn {
  width: 40vw;
  min-height: 5vh;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 0.7em;
  text-decoration: none;
  text-align: center;
  padding: 1vh 2vw;
  margin-top: 3vh;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (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: 0.8vh;
    font-size: 1.1em;
  }
}
@media (min-width: 900px) {
  .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 20vw;
  }
}

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

.btn_primario:hover {
  background-color: #dca1cd9d;
}

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

.btn_secundario:hover {
  background-color: #2c2c2c5d;
}

.swiper-wrapper .swiper-slide-active h1, .swiper-wrapper .swiper-slide-active h2 {
  -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 h3 {
  -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 h4, .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active a.btn_primario, .swiper-wrapper .swiper-slide-active a.btn_secundario {
  -webkit-animation: flipInX 1.5s 1 normal both;
  -moz-animation: flipInX 1.5s 1 normal both;
  -o-animation: flipInX 1.5s 1 normal both;
  animation: flipInX 1.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .mascara2 {
  -webkit-animation: fadeoff2 8s 1 normal both;
  -moz-animation: fadeoff2 8s 1 normal both;
  -o-animation: fadeoff2 8s 1 normal both;
  animation: fadeoff2 8s 1 normal both;
}
@media (min-width: 900px) {
  .swiper-wrapper .swiper-slide-active .mascara2 {
    -webkit-animation: fadeoff2tbtl 8s 1 normal both;
    -moz-animation: fadeoff2tbtl 8s 1 normal both;
    -o-animation: fadeoff2tbtl 8s 1 normal both;
    animation: fadeoff2tbtl 8s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .mascara3 {
  -webkit-animation: fadeoff1 8s 1 normal both;
  -moz-animation: fadeoff1 8s 1 normal both;
  -o-animation: fadeoff1 8s 1 normal both;
  animation: fadeoff1 8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .mascara4 {
  -webkit-animation: fadeoff1 8s 1 normal both;
  -moz-animation: fadeoff1 8s 1 normal both;
  -o-animation: fadeoff1 8s 1 normal both;
  animation: fadeoff1 8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-full, .swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation: fadeInLeftShort 1s 1 normal both;
  -moz-animation: fadeInLeftShort 1s 1 normal both;
  -o-animation: fadeInLeftShort 1s 1 normal both;
  animation: fadeInLeftShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation: fadeInRightShort 1s 1 normal both;
  -moz-animation: fadeInRightShort 1s 1 normal both;
  -o-animation: fadeInRightShort 1s 1 normal both;
  animation: fadeInRightShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-full {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .boton_swipe {
  -webkit-animation: fadeInDownShort 1.5s 1 normal both;
  -moz-animation: fadeInDownShort 1.5s 1 normal both;
  -o-animation: fadeInDownShort 1.5s 1 normal both;
  animation: fadeInDownShort 1.5s 1 normal both;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInUpShort 2s infinite normal both;
  -moz-animation: fadeInUpShort 2s infinite normal both;
  -o-animation: fadeInUpShort 2s infinite normal both;
  animation: fadeInUpShort 2s infinite normal both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .mascara2 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .portada_ramos {
  -webkit-animation: zoomIn 5s 1 normal both;
  -moz-animation: zoomIn 5s 1 normal both;
  -o-animation: zoomIn 5s 1 normal both;
  animation: zoomIn 5s 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 {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .portada_panel h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_panel h3 {
  -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: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_panel h4 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_panel::after {
  -webkit-animation: fadeIn 1.5s 1 normal both;
  -moz-animation: fadeIn 1.5s 1 normal both;
  -o-animation: fadeIn 1.5s 1 normal both;
  animation: fadeIn 1.5s 1 normal both;
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  -o-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.swiper-wrapper .swiper-slide-active .icon-avanzar {
  -webkit-animation: fadeInDown 2s infinite normal both;
  -moz-animation: fadeInDown 2s infinite normal both;
  -o-animation: fadeInDown 2s infinite normal both;
  animation: fadeInDown 2s infinite normal both;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.swiper-wrapper .swiper-slide-active .mascara2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .historia_panel {
  -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 .historia_contenedor::before {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_contenedor::after {
  -webkit-animation: zoomInR 5s 1 normal both;
  -moz-animation: zoomInR 5s 1 normal both;
  -o-animation: zoomInR 5s 1 normal both;
  animation: zoomInR 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .historia_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .historia_texto p {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .galeria1 .galeria_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 .galeria_puntos {
  -webkit-animation: zoomIn 3s 1 normal both;
  -moz-animation: zoomIn 3s 1 normal both;
  -o-animation: zoomIn 3s 1 normal both;
  animation: zoomIn 3s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_mancha {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_planta {
  -webkit-animation: zoomInU 5s 1 normal both;
  -moz-animation: zoomInU 5s 1 normal both;
  -o-animation: zoomInU 5s 1 normal both;
  animation: zoomInU 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_marco {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_puntos {
  -webkit-animation: zoomIn 6s 1 normal both;
  -moz-animation: zoomIn 6s 1 normal both;
  -o-animation: zoomIn 6s 1 normal both;
  animation: zoomIn 6s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_panel {
  -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 .fecha_panel::before {
  -webkit-animation: zoomIn 2s 1 normal both;
  -moz-animation: zoomIn 2s 1 normal both;
  -o-animation: zoomIn 2s 1 normal both;
  animation: zoomIn 2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_panel::after {
  -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 .fecha_texto h3 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .fecha_texto h4 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .fecha_boton span.addtocalendar {
  -webkit-animation: flipInX 1.5s 1 normal both;
  -moz-animation: flipInX 1.5s 1 normal both;
  -o-animation: flipInX 1.5s 1 normal both;
  animation: flipInX 1.5s 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_contenedor::before {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_contenedor::after {
  -webkit-animation: zoomInR 5s 1 normal both;
  -moz-animation: zoomInR 5s 1 normal both;
  -o-animation: zoomInR 5s 1 normal both;
  animation: zoomInR 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #days, .swiper-wrapper .swiper-slide-active .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_numeros #hours, .swiper-wrapper .swiper-slide-active .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_numeros #days {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #hours {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #min {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #seg {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h1#faltan {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h3 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h1 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .ceremoniafiesta_contenedor::before {
  -webkit-animation: zoomInD 5s 1 normal both;
  -moz-animation: zoomInD 5s 1 normal both;
  -o-animation: zoomInD 5s 1 normal both;
  animation: zoomInD 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .ceremonia_imagen, .swiper-wrapper .swiper-slide-active .fiesta_imagen {
  -webkit-animation: fadeInUpShort 1.5s 1 normal both;
  -moz-animation: fadeInUpShort 1.5s 1 normal both;
  -o-animation: fadeInUpShort 1.5s 1 normal both;
  animation: fadeInUpShort 1.5s 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_texto h1, .swiper-wrapper .swiper-slide-active .fiesta_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h3, .swiper-wrapper .swiper-slide-active .fiesta_texto h3 {
  -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_texto p, .swiper-wrapper .swiper-slide-active .fiesta_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_boton a.btn_primario, .swiper-wrapper .swiper-slide-active .fiesta_boton a.btn_primario {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .hashtag_puntos {
  -webkit-animation: zoomInRD 10s 1 normal both;
  -moz-animation: zoomInRD 10s 1 normal both;
  -o-animation: zoomInRD 10s 1 normal both;
  animation: zoomInRD 10s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .hashtag_contenedor::before {
  -webkit-animation: zoomInRD 8s 1 normal both;
  -moz-animation: zoomInRD 8s 1 normal both;
  -o-animation: zoomInRD 8s 1 normal both;
  animation: zoomInRD 8s 1 normal both;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto h2, .swiper-wrapper .swiper-slide-active .playlist_texto h2 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto p, .swiper-wrapper .swiper-slide-active .playlist_texto p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto h2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto p {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto .hashtag_boton a.btn_secundario {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .playlist_texto h2 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .playlist_texto p {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .playlist_texto .playlist_boton a.btn_secundario {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.swiper-wrapper .swiper-slide-active .mascara2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .regalo_contenedor::after {
  -webkit-animation: zoomInL 8s 1 normal both;
  -moz-animation: zoomInL 8s 1 normal both;
  -o-animation: zoomInL 8s 1 normal both;
  animation: zoomInL 8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_contenedor::before {
  -webkit-animation: zoomInR 8s 1 normal both;
  -moz-animation: zoomInR 8s 1 normal both;
  -o-animation: zoomInR 8s 1 normal both;
  animation: zoomInR 8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_panel {
  -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 .regalo_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto p {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto a.btn_primario {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_puntos {
  -webkit-animation: zoomIn 5s 1 normal both;
  -moz-animation: zoomIn 5s 1 normal both;
  -o-animation: zoomIn 5s 1 normal both;
  animation: zoomIn 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_contenedor::after {
  -webkit-animation: fadeInDownShort 1.5s 1 normal both;
  -moz-animation: fadeInDownShort 1.5s 1 normal both;
  -o-animation: fadeInDownShort 1.5s 1 normal both;
  animation: fadeInDownShort 1.5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto h1 {
  -webkit-animation: fadeInUpShort 1.5s 1 normal both;
  -moz-animation: fadeInUpShort 1.5s 1 normal both;
  -o-animation: fadeInUpShort 1.5s 1 normal both;
  animation: fadeInUpShort 1.5s 1 normal both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto p {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_boton a.btn_primario {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contenedor_logo p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .pdf_boton {
  -webkit-animation: flipInX 1.5s 1 normal both;
  -moz-animation: flipInX 1.5s 1 normal both;
  -o-animation: flipInX 1.5s 1 normal both;
  animation: flipInX 1.5s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .icon-volver {
  -webkit-animation: flipInY 1.5s 1 normal both;
  -moz-animation: flipInY 1.5s 1 normal both;
  -o-animation: flipInY 1.5s 1 normal both;
  animation: flipInY 1.5s 1 normal both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

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

@-webkit-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-moz-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-webkit-keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-moz-keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1tblp {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan1largecel {
  0% {
    background-position: 25% 50%;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 145%;
  }
}
@-moz-keyframes pan1largecel {
  0% {
    background-position: 25% 50%;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 145%;
  }
}
@keyframes pan1largecel {
  0% {
    background-position: 25% 50%;
    background-size: 160%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 145%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-moz-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-webkit-keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-moz-keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@keyframes pan2tblp {
  0% {
    background-position: 10% 15%;
    background-size: 108%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-webkit-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 145%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@-moz-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 145%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 145%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 155%;
  }
}
@-webkit-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.6;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.6;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.6;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeoff2 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff2 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff2 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeoff2tbtl {
  0% {
    background-position: right -5px;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 85%;
  }
}
@-moz-keyframes fadeoff2tbtl {
  0% {
    background-position: right -5px;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 85%;
  }
}
@keyframes fadeoff2tbtl {
  0% {
    background-position: right -5px;
    background-size: 100%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 85%;
  }
}
@-webkit-keyframes zoomInL {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInL {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInL {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInR {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInR {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInR {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(500px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(0, -500px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInRD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInRD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInRD {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(800px, -800px, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomInU {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(200px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-moz-keyframes zoomInU {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(200px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@keyframes zoomInU {
  from {
    opacity: 0;
    transform: scale3d(0.01, 0.01, 0.01) translate3d(200px, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@-webkit-keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@keyframes zoomOutL {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
@keyframes zoomOutR {
  from {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(110px, 0, 0);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0.8, 0.8, 0.8) translate3d(150px, 0, 0);
    animation-timing-function: ease-out;
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

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

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

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

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.icon-full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%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"), url(../images/bg1.jpg);
}

.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"), url(../images/bg1.jpg);
}

.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"), url(../images/bg1.jpg);
}

.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"), url(../images/bg1.jpg);
}

.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(220, 161, 205)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M24,12c0-6.6-5.4-12-12-12S0,5.4,0,12s5.4,12,12,12S24,18.6,24,12z M10.9,17.7l-6.6-7.2c-0.6-0.7-0.6-1.7,0-2.3  C4.6,7.9,5,7.7,5.4,7.7s0.8,0.2,1.1,0.5l5.4,5.9l5.4-6c0.4-0.3,0.8-0.5,1.3-0.5c0.4,0,0.8,0.2,1.1,0.5c0.6,0.7,0.6,1.7,0,2.3  l-6.6,7.2c-0.3,0.3-0.7,0.5-1.1,0.5C11.6,18.2,11.2,18,10.9,17.7z%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%22M10.9,17.7l-6.6-7.2c-0.6-0.7-0.6-1.7,0-2.3C4.6,7.9,5,7.7,5.4,7.7s0.8,0.2,1.1,0.5l5.4,5.9l5.4-6  c0.4-0.3,0.8-0.5,1.3-0.5c0.4,0,0.8,0.2,1.1,0.5c0.6,0.7,0.6,1.7,0,2.3l-6.6,7.2c-0.3,0.3-0.7,0.5-1.1,0.5  C11.6,18.2,11.2,18,10.9,17.7z%22%20%2F%3E%3C%2Fsvg%3E");
}

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

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

.addtocalendar {
  position: relative;
  display: inline-block;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 0.9em;
  color: white;
}
@media (max-width: 600px) and (min-height: 700px) {
  .atcb-link {
    font-size: 2.5em;
  }
}
@media (min-width: 600px) {
  .atcb-link {
    font-size: 2.5em;
  }
}
@media (min-width: 600px) {
  .atcb-link {
    font-size: 2em;
  }
}

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

.atcb-list {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: 50vw;
  z-index: 900;
  border: #ddd1f1 solid 1px;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 30vw;
    left: 0;
  }
}
@media (min-width: 900px) {
  .atcb-list {
    width: 20vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 10vw;
  }
}

.atcb-list {
  padding: 40px 10px 5px 10px;
  background-color: White;
  line-height: 1.2em;
}
@media (min-width: 600px) {
  .atcb-list {
    padding: 70px 10px 10px 10px;
  }
}

.atcb-item {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: White;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .atcb-item {
    padding: 8px 0;
  }
}

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

.atcb-item:last-child {
  margin-bottom: 5vh;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
  font-size: 1.9em;
  color: #2c2c2c;
}
@media (min-width: 600px) {
  .atcb-item-link {
    font-size: 2.2em;
  }
}
@media (min-width: 900px) {
  .atcb-item-link {
    font-size: 2em;
  }
}

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

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

/* INTRO */
div#intro .intro_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #ddd1f1;
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor {
    width: 35vw;
    background-size: 100%;
  }
}
div#intro .intro_contenedor .intro_botonera {
  width: 100vw;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera {
    width: 20vw;
  }
}
div#intro .intro_contenedor .intro_botonera p {
  font-size: 2.1em;
  line-height: 0.7em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_contenedor .intro_botonera p {
    font-size: 2.5em;
  }
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera p {
    font-size: 2.2em;
  }
}
div#intro .intro_contenedor .intro_botonera .boton_intro {
  min-width: 50vw;
  min-height: 12vh;
  color: White;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 60px;
  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;
  border-radius: 100px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_contenedor .intro_botonera .boton_intro {
    min-height: 10vh;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .boton_intro {
    min-width: 20vw;
  }
}
div#intro .intro_contenedor .intro_botonera .boton_intro:hover {
  background-color: #dca1cd;
}
div#intro .intro_contenedor .intro_botonera .boton_intro:focus, div#intro .intro_contenedor .intro_botonera .boton_intro:visited {
  background-color: black;
}
div#intro .intro_contenedor .intro_botonera .boton_swipe {
  min-width: 50vw;
  min-height: 11vh;
  color: #2c2c2c;
  text-align: center;
  padding: 15px;
  margin: 15px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .boton_swipe {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .boton_swipe {
    min-width: 20vw;
  }
}
div#intro .intro_contenedor .intro_botonera .icon-full, div#intro .intro_contenedor .intro_botonera .icon-musicon, div#intro .intro_contenedor .intro_botonera .icon-musicoff, div#intro .intro_contenedor .intro_botonera .icon-play {
  background-size: 48px, 48px, 100%;
  background-position: 1vh center, 1vh center, center;
  background-repeat: no-repeat;
}
div#intro .intro_contenedor .intro_botonera .icono_swipe {
  height: 12vh;
  margin-top: 5vh;
  background-image: url(../images/swipe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_contenedor .intro_botonera .icono_swipe {
    height: 10vh;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_contenedor .intro_botonera .icono_swipe {
    display: none;
  }
}

/* PORTADA */
div#portada {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#portada {
    width: 35vw;
  }
}
div#portada .portada_contenedor {
  width: 100%;
  height: 100%;
  background: url(../images/bg1.jpg);
  background-size: cover;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor {
    background: url(../images/bg1.jpg) repeat;
    background-size: 45%;
  }
}
div#portada .portada_contenedor .portada_ramos {
  width: 120vw;
  height: 100vh;
  overflow: hidden;
  background: url(../images/portada-ramos.png) no-repeat;
  background-size: 120%;
  background-position: center;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_ramos {
    background-size: 85%;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_ramos {
    width: 80vw;
    background-size: 50%;
    background-position: 50%;
  }
}
div#portada .portada_contenedor .portada_panel {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  background-color: White;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel {
    width: 450px;
    height: 450px;
    border-radius: 400px;
  }
}
div#portada .portada_contenedor .portada_panel h1 {
  font-size: 5.5em;
  color: #2c2c2c;
  text-align: center;
  padding-right: 5vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel h1 {
    font-size: 6.5em;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h1 {
    font-size: 7.5em;
    padding-right: 2vw;
  }
}
div#portada .portada_contenedor .portada_panel h3 {
  font-size: 2.5em;
  font-weight: 300;
  color: #2c2c2c;
  text-align: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel h3 {
    font-size: 3em;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h3 {
    font-size: 3.5em;
  }
}
div#portada .portada_contenedor .portada_panel h4 {
  font-size: 3.2em;
  font-weight: 400;
  color: #dca1cd;
  text-align: center;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h4 {
    font-size: 4.4em;
  }
}
div#portada .portada_contenedor .icon-avanzar {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 45vw;
  bottom: 4vh;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .icon-avanzar {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .icon-avanzar {
    right: 16vw;
  }
}

/* HISTORIA */
div#historia {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#historia {
    width: 35vw;
  }
}
div#historia .historia_contenedor {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: url(../images/bg1.jpg);
  background-size: cover;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor {
    padding: 30px;
    background: url(../images/bg1.jpg) repeat;
    background-size: 45%;
  }
}
div#historia .historia_contenedor .mascara2 {
  top: 0;
  left: 0;
}
div#historia .historia_contenedor .historia_panel {
  width: 100%;
  height: 100%;
  background: White;
  color: #2c2c2c;
}
div#historia .historia_contenedor .historia_panel .historia_texto {
  width: 60vw;
  height: 60vh;
  text-align: center;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel .historia_texto {
    width: 40vh;
  }
}
div#historia .historia_contenedor .historia_panel .historia_texto h1 {
  font-size: 3.2em;
  margin-bottom: 3vh;
  margin-top: 4vh;
  line-height: 0.9em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .historia_contenedor .historia_panel .historia_texto h1 {
    font-size: 3.6em;
  }
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel .historia_texto h1 {
    font-size: 5em;
  }
}
@media (min-width: 900px) {
  div#historia .historia_contenedor .historia_panel .historia_texto h1 {
    font-size: 4em;
  }
}
div#historia .historia_contenedor::before {
  content: "";
  position: absolute;
  top: 2vh;
  left: 0;
  width: 75vw;
  height: 28vh;
  background: url(../images/historia-flores1.png) no-repeat;
  background-size: contain;
  background-position: -18vw 0;
  z-index: 101;
}
@media (min-width: 900px) {
  div#historia .historia_contenedor::before {
    width: 40vw;
    background-position: -4.5vw 0;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor::before {
    height: 25vh;
    background-position: -3vw 0;
    width: 25vw;
  }
}
div#historia .historia_contenedor::after {
  content: "";
  position: absolute;
  bottom: 2vh;
  right: 0;
  width: 80vw;
  height: 30vh;
  background: url(../images/historia-flores2.png) no-repeat;
  background-size: contain;
  background-position: 18vw bottom;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor::after {
    width: 60vw;
  }
}
@media (min-width: 900px) {
  div#historia .historia_contenedor::after {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor::after {
    height: 20vh;
    width: 25vw;
    background-position: 8vw bottom;
  }
}

/* FECHA */
div#fecha {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#fecha {
    width: 35vw;
  }
}
div#fecha .fecha_puntos {
  width: 100vw;
  height: 100vh;
  background: url(../images/puntos.svg) no-repeat;
  background-position: 0vw 30vh;
  background-size: 100%;
}
@media (min-width: 600px) {
  div#fecha .fecha_puntos {
    background-size: 90%;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_puntos {
    background-size: 20%;
    background-position: 39vw 50vh;
  }
}
div#fecha .fecha_contenedor {
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  div#fecha .fecha_contenedor {
    background-size: 40%;
    background-position: 25vw 50vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor {
    background-size: 20%;
    background-position: 39vw 50vh;
  }
}
div#fecha .fecha_contenedor .fecha_panel {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  margin-top: 5vh;
  background: url(../images/bg1.jpg) center;
  background-size: cover;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_panel {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel {
    width: 450px;
    height: 450px;
    border-radius: 400px;
  }
}
div#fecha .fecha_contenedor .fecha_panel h3 {
  font-size: 5em;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: White;
  text-align: center;
  margin-top: 3vh;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel h3 {
    font-size: 7.5em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel h3 {
    font-size: 7em;
  }
}
div#fecha .fecha_contenedor .fecha_panel h3 span {
  font-weight: 700;
}
div#fecha .fecha_contenedor .fecha_panel h4 {
  font-size: 3.5em;
  letter-spacing: 0.04em;
  color: White;
  text-align: center;
  margin-top: 1vh;
  padding-top: 1vh;
  border-top: solid 1px White;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel h4 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel h4 {
    font-size: 4.8em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel .btn {
    width: 10vw;
  }
}
div#fecha .fecha_contenedor .fecha_panel::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(../images/galeria-tinta.png) no-repeat center;
  background-size: 110%;
  background-position: center;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel::before {
    background-size: 80%;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel::before {
    background-size: 30%;
  }
}
div#fecha .fecha_contenedor .fecha_panel::after {
  position: absolute;
  content: "";
  top: -8vh;
  width: 84vw;
  height: 20vh;
  background: url(../images/fecha-flores.png) no-repeat center;
  background-size: contain;
  background-position: top;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .addtocalendar a {
    margin-block-end: 0;
  }
}

/* CONTADOR */
div#contador .contador_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #ddd1f1;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor {
    background-size: 150%;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor {
    width: 35vw;
  }
}
div#contador .contador_contenedor .contador_texto {
  color: #2c2c2c;
  font-weight: 400;
}
div#contador .contador_contenedor .contador_texto h1 {
  font-size: 3.5em;
  margin-bottom: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador_texto h1 {
    font-size: 4.2em;
  }
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h1 {
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto h1 {
    font-size: 5em;
  }
}
div#contador .contador_contenedor .contador_texto h3 {
  font-size: 2em;
  margin-top: 1vh;
  margin-bottom: -2vh;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto h3 {
    font-size: 1.3em;
  }
}
div#contador .contador_contenedor .contador_numeros {
  width: 70vw;
  height: 60vh;
}
div#contador .contador_contenedor .contador {
  width: 25vw;
  height: 40vh;
  margin: 0.6vh 0;
  padding-top: 1.5vh;
  background: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center;
  font-size: 2.8em;
  color: white;
  text-align: center;
  line-height: 0.7em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador {
    font-size: 3.5em;
  }
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador {
    width: 20vw;
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador {
    width: 10vw;
    font-size: 3.5em;
  }
}
div#contador .contador_contenedor .contador span {
  font-size: 0.6em;
  color: White;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador span {
    font-size: 0.7em;
    margin-top: 1vh;
  }
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador span {
    font-size: 0.6em;
  }
}
div#contador .contador_contenedor::before {
  content: "";
  position: absolute;
  top: 1vh;
  left: 0;
  width: 60vw;
  height: 20vh;
  background: url(../images/contador-flores1.png) no-repeat;
  background-size: contain;
  background-position: -17vw 0;
  z-index: 101;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor::before {
    width: 40vw;
    height: 20vh;
    background-position: -10vw 0;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor::before {
    width: 40vw;
    height: 18vh;
    background-position: -2vw 0;
  }
}
div#contador .contador_contenedor::after {
  content: "";
  position: absolute;
  bottom: 2vh;
  right: 0;
  width: 60vw;
  height: 18vh;
  background: url(../images/contador-flores2.png) no-repeat;
  background-size: contain;
  background-position: 15vw bottom;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor::after {
    width: 52vw;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor::after {
    width: 20vw;
    height: 18vh;
    background-position: 10vh bottom;
  }
}

/* CEREMONIA - FIESTA */
div#ceremonia .ceremoniafiesta_contenedor {
  width: 100vw;
  height: 100vh;
  padding: 16vh 10vw 7vh;
  background: url(../images/bg1.jpg);
  background-size: cover;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor {
    background-size: 45%;
    width: 35vw;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_imagen {
  width: 25vw;
  height: 12vh;
  background: url(../images/ceremonia-iglesia.svg) no-repeat center;
  background-size: contain;
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_texto {
  width: 100%;
  color: #2c2c2c;
  margin-top: 3vh;
  text-align: center;
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_texto h2 {
  font-size: 2.5em;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .ceremonia_texto h2 {
    font-size: 3.2em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_imagen {
  width: 25vw;
  height: 10vh;
  background: url(../images/ceremonia-fiesta.svg) no-repeat center;
  background-size: contain;
  margin-top: 5vh;
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto {
  width: 100%;
  color: White;
  margin-top: 16vh;
  text-align: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto {
    margin-top: 5vh;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h1 {
  font-size: 4em;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h1 {
    font-size: 5em;
  }
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h1 {
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h1 {
    font-size: 5em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h3 {
  font-size: 3.1em;
  margin-top: 3vh;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h3 {
    font-size: 4em;
  }
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h3 {
    font-size: 4em;
  }
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto p {
    font-size: 2.6em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_boton .btn, div#ceremonia .ceremoniafiesta_contenedor .fiesta_boton .btn {
  margin-top: 5vh;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor .ceremonia_boton .btn, div#ceremonia .ceremoniafiesta_contenedor .fiesta_boton .btn {
    width: 15vw;
  }
}
div#ceremonia .ceremoniafiesta_contenedor::before {
  position: absolute;
  top: 0;
  content: "";
  width: 120vw;
  height: 40vh;
  overflow: hidden;
  background-image: url(../images/ceremonia-flores.png);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 0 -15vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor::before {
    background-size: 90%;
    background-position: 10vw -18vh;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor::before {
    height: 40vh;
    background-size: 38%;
    background-position: 39vw -28vh;
  }
}

/* HASHTAG */
div#hashtag .hashtag_contenedor {
  width: 100vw;
  height: 100vh;
  text-align: left;
  padding-top: 28vh;
  padding-bottom: 10vh;
  justify-content: space-between;
  background-color: white;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor {
    padding-bottom: 15vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor {
    padding-top: 35vh;
    padding-bottom: 15vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor {
    width: 35vw;
    padding-top: 35vh;
    padding-bottom: 20vh;
  }
}
div#hashtag .hashtag_contenedor .hashtag_puntos {
  width: 100vw;
  height: 50vh;
  background: url(../images/puntos.svg) no-repeat;
  background-position: 5vw -25vh;
  background-size: 100%;
  top: 0;
  left: -10vw;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_puntos {
    background-position: -1vw -25vh;
    background-size: 80%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_puntos {
    background-position: 30vw -35vh;
    background-size: 30%;
  }
}
div#hashtag .hashtag_contenedor .playlist_texto {
  margin-top: 5vh;
}
div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
  width: 100vw;
  padding: 0 20vw 0 10vw;
  color: #2c2c2c;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    padding: 0 30vw 0 15vw;
  }
}
@media (min-width: 900px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    padding: 0 40vw 0 15vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    width: 35vw;
    padding: 0 15vw 0 5vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto h2, div#hashtag .hashtag_contenedor .playlist_texto h2 {
  font-size: 2.8em;
  margin-bottom: 2vh;
  color: #dca1cd;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto h2, div#hashtag .hashtag_contenedor .playlist_texto h2 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto h2, div#hashtag .hashtag_contenedor .playlist_texto h2 {
    font-size: 3.4em;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .hashtag_texto .playlist_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .playlist_boton .btn {
  width: 64vw;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .hashtag_texto .playlist_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .playlist_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .hashtag_texto .playlist_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .hashtag_boton .btn, div#hashtag .hashtag_contenedor .playlist_texto .playlist_boton .btn {
    width: 15vw;
  }
}
div#hashtag .hashtag_contenedor .playlist_texto {
  padding: 0 8vw 0 10vw;
}
div#hashtag .hashtag_contenedor::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100vw;
  height: 48vh;
  background: url(../images/hashtag-flores.png) no-repeat;
  background-size: 130%;
  background-position: 8vw -15vh;
  z-index: 101;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor::before {
    background-size: 110%;
    background-position: 3vw -18vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor::before {
    right: 0;
    width: 30vw;
    height: 55vh;
    background-size: 120%;
    background-position: 2vw -12vh;
  }
}

/* REGALO */
div#regalo {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#regalo {
    width: 35vw;
  }
}
div#regalo .regalo_contenedor {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: url(../images/bg1.jpg);
  background-size: cover;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor {
    padding: 30px;
    background-size: 45%;
  }
}
div#regalo .regalo_contenedor .mascara2 {
  top: 0;
  left: 0;
}
div#regalo .regalo_contenedor .regalo_panel {
  width: 100%;
  height: 100%;
  background: White;
  color: #2c2c2c;
}
div#regalo .regalo_contenedor .regalo_panel .regalo_texto {
  width: 75vw;
  height: 80vh;
  text-align: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto {
    width: 70vw;
  }
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto {
    width: 40vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto {
    width: 60vh;
  }
}
div#regalo .regalo_contenedor .regalo_panel .regalo_texto .regalo_titulo h1 {
  font-size: 3.2em;
  margin-bottom: 3vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .regalo_titulo h1 {
    font-size: 4em;
  }
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .regalo_titulo h1 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .regalo_titulo h1 {
    font-size: 5em;
  }
}
div#regalo .regalo_contenedor .regalo_panel .regalo_texto div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  box-sizing: border-box;
}
div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
  width: 65vw;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
    width: 18vw;
  }
}
div#regalo .regalo_contenedor::before {
  content: "";
  position: absolute;
  top: 2vh;
  right: 0;
  width: 70vw;
  height: 25vh;
  background: url(../images/regalo-flores1.png) no-repeat;
  background-size: 100%;
  background-position: 20vw top;
  z-index: 101;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor::before {
    height: 25vh;
    right: 0;
    background-size: 75%;
    background-position: 30vw top;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor::before {
    width: 23vw;
    height: 30vh;
    background-position: 10vw top;
  }
}
div#regalo .regalo_contenedor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  height: 20vh;
  background: url(../images/regalo-flores2.png) no-repeat;
  background-size: 100%;
  background-position: -10vw top;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor::after {
    width: 70vw;
    height: 25vh;
    bottom: 2vh;
    background-position: -10vw 0;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor::after {
    width: 20vw;
    height: 20vh;
    background-position: -2vw 0;
  }
}

/* CONFIRMACION */
div#confirmacion .confirmacion_contenedor {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/bg1.jpg);
  background-position: center -80vh;
  background-size: cover;
  background-color: #f3ecf4;
  background-repeat: no-repeat;
  background-color: #ddd1f1;
  padding-top: 40vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor {
    background-size: cover;
    background-position: center -105vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor {
    width: 35vw;
    background-size: 100%;
    background-position: 0 -95vh;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_puntos {
  width: 100vw;
  height: 50vh;
  background: url(../images/puntos.svg) no-repeat;
  background-position: center -10vh;
  background-size: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_puntos {
    background-position: center -2vh;
    background-size: 70%;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_puntos {
    width: 35vw;
    background-size: 25%;
    background-position: center 2vh;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto {
  color: #2c2c2c;
  padding: 0 12vw;
  margin-top: -10vh;
  text-align: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    margin-top: -15vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    margin-top: -5vh;
    padding: 0 20vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    padding: 0 5vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
  font-size: 3.2em;
  margin-bottom: 3vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
    font-size: 4.2em;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
    font-size: 4em;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_boton {
  padding: 0 12vw;
  text-align: center;
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton {
    padding: 0 5vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
  width: 65vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
    width: 15vw;
  }
}
div#confirmacion .confirmacion_contenedor::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 45vh;
  top: 4vh;
  background: url(../images/confirmacion-flores.png) no-repeat;
  background-size: 150%;
  background-position: center;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor::after {
    height: 50vh;
    background-size: 120%;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor::after {
    width: 35vw;
    height: 45vh;
    background-size: 115%;
    top: 10vh;
  }
}

/* LOGO */
div#logo .logo_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #ddd1f1;
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor {
    width: 35vw;
  }
}
div#logo .logo_contenedor .logo {
  width: 55vw;
  height: 10vh;
  background: url(../images/logo_az_andoinvitando.svg) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .logo {
    width: 36vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .logo {
    width: 15vw;
  }
}
div#logo .logo_contenedor .contenedor_logo p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #2c2c2c;
  text-align: center;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .contenedor_logo p {
    font-size: 1.1em;
  }
}
div#logo .logo_contenedor p > a, div#logo .logo_contenedor p > a:hover {
  color: #2c2c2c;
  text-decoration: none;
  font-size: 0.95em;
}
div#logo .logo_contenedor .pdf_boton {
  margin-top: 10px;
}
div#logo .logo_contenedor .pdf_boton .btn {
  width: 45vw;
}
@media (min-width: 600px) {
  div#logo .logo_contenedor .pdf_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .pdf_boton .btn {
    width: 15vw;
  }
}
div#logo .logo_contenedor .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 .icon-volver {
    width: 60px;
    height: 60px;
  }
}

/* GALERIA */
div#galeria {
  background-color: white;
}

@media (min-width: 1200px) {
  div#galeria .swiper-slide {
    width: 35vw;
  }
}

div#galeria .galeria_puntos {
  width: 100vw;
  height: 100vh;
  background: url(../images/puntos.svg);
  background-position: -20vh center;
  background-size: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 600px) {
  div#galeria .galeria_puntos {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria_puntos {
    background-size: 25%;
  }
}
div#galeria .galeria_contenedor_fondo {
  width: 100vw;
  height: 100vh;
  padding: 40px;
}
@media (min-width: 600px) {
  div#galeria .galeria_contenedor_fondo {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria_contenedor_fondo {
    padding: 110px 350px;
  }
}
div#galeria .galeria_contenedor_fondo .galeria_fondo {
  width: 100%;
  height: 100%;
  background-color: white;
}
div#galeria .galeria1 .galeria_contenedor, div#galeria .galeria2 .galeria_contenedor, div#galeria .galeria3 .galeria_contenedor, div#galeria .galeria4 .galeria_contenedor, div#galeria .galeria5 .galeria_contenedor, div#galeria .galeria6 .galeria_contenedor, div#galeria .galeria7 .galeria_contenedor {
  width: 100vw;
  height: 100vh;
  padding: 40px;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor, div#galeria .galeria2 .galeria_contenedor, div#galeria .galeria3 .galeria_contenedor, div#galeria .galeria4 .galeria_contenedor, div#galeria .galeria5 .galeria_contenedor, div#galeria .galeria6 .galeria_contenedor, div#galeria .galeria7 .galeria_contenedor {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  div#galeria .galeria1 .galeria_contenedor, div#galeria .galeria2 .galeria_contenedor, div#galeria .galeria3 .galeria_contenedor, div#galeria .galeria4 .galeria_contenedor, div#galeria .galeria5 .galeria_contenedor, div#galeria .galeria6 .galeria_contenedor, div#galeria .galeria7 .galeria_contenedor {
    width: 35vw;
    padding: 80px 55px;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen1, div#galeria .galeria2 .galeria_contenedor .galeria_imagen1, div#galeria .galeria3 .galeria_contenedor .galeria_imagen1, div#galeria .galeria4 .galeria_contenedor .galeria_imagen1, div#galeria .galeria5 .galeria_contenedor .galeria_imagen1, div#galeria .galeria6 .galeria_contenedor .galeria_imagen1, div#galeria .galeria7 .galeria_contenedor .galeria_imagen1 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente1.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen1, div#galeria .galeria2 .galeria_contenedor .galeria_imagen1, div#galeria .galeria3 .galeria_contenedor .galeria_imagen1, div#galeria .galeria4 .galeria_contenedor .galeria_imagen1, div#galeria .galeria5 .galeria_contenedor .galeria_imagen1, div#galeria .galeria6 .galeria_contenedor .galeria_imagen1, div#galeria .galeria7 .galeria_contenedor .galeria_imagen1 {
    background: url(../images/grecia_cliente1_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen2, div#galeria .galeria2 .galeria_contenedor .galeria_imagen2, div#galeria .galeria3 .galeria_contenedor .galeria_imagen2, div#galeria .galeria4 .galeria_contenedor .galeria_imagen2, div#galeria .galeria5 .galeria_contenedor .galeria_imagen2, div#galeria .galeria6 .galeria_contenedor .galeria_imagen2, div#galeria .galeria7 .galeria_contenedor .galeria_imagen2 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente2.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen2, div#galeria .galeria2 .galeria_contenedor .galeria_imagen2, div#galeria .galeria3 .galeria_contenedor .galeria_imagen2, div#galeria .galeria4 .galeria_contenedor .galeria_imagen2, div#galeria .galeria5 .galeria_contenedor .galeria_imagen2, div#galeria .galeria6 .galeria_contenedor .galeria_imagen2, div#galeria .galeria7 .galeria_contenedor .galeria_imagen2 {
    background: url(../images/grecia_cliente2_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen3, div#galeria .galeria2 .galeria_contenedor .galeria_imagen3, div#galeria .galeria3 .galeria_contenedor .galeria_imagen3, div#galeria .galeria4 .galeria_contenedor .galeria_imagen3, div#galeria .galeria5 .galeria_contenedor .galeria_imagen3, div#galeria .galeria6 .galeria_contenedor .galeria_imagen3, div#galeria .galeria7 .galeria_contenedor .galeria_imagen3 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente3.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen3, div#galeria .galeria2 .galeria_contenedor .galeria_imagen3, div#galeria .galeria3 .galeria_contenedor .galeria_imagen3, div#galeria .galeria4 .galeria_contenedor .galeria_imagen3, div#galeria .galeria5 .galeria_contenedor .galeria_imagen3, div#galeria .galeria6 .galeria_contenedor .galeria_imagen3, div#galeria .galeria7 .galeria_contenedor .galeria_imagen3 {
    background: url(../images/grecia_cliente3_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen4, div#galeria .galeria2 .galeria_contenedor .galeria_imagen4, div#galeria .galeria3 .galeria_contenedor .galeria_imagen4, div#galeria .galeria4 .galeria_contenedor .galeria_imagen4, div#galeria .galeria5 .galeria_contenedor .galeria_imagen4, div#galeria .galeria6 .galeria_contenedor .galeria_imagen4, div#galeria .galeria7 .galeria_contenedor .galeria_imagen4 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente4.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen4, div#galeria .galeria2 .galeria_contenedor .galeria_imagen4, div#galeria .galeria3 .galeria_contenedor .galeria_imagen4, div#galeria .galeria4 .galeria_contenedor .galeria_imagen4, div#galeria .galeria5 .galeria_contenedor .galeria_imagen4, div#galeria .galeria6 .galeria_contenedor .galeria_imagen4, div#galeria .galeria7 .galeria_contenedor .galeria_imagen4 {
    background: url(../images/grecia_cliente4_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen5, div#galeria .galeria2 .galeria_contenedor .galeria_imagen5, div#galeria .galeria3 .galeria_contenedor .galeria_imagen5, div#galeria .galeria4 .galeria_contenedor .galeria_imagen5, div#galeria .galeria5 .galeria_contenedor .galeria_imagen5, div#galeria .galeria6 .galeria_contenedor .galeria_imagen5, div#galeria .galeria7 .galeria_contenedor .galeria_imagen5 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente5.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen5, div#galeria .galeria2 .galeria_contenedor .galeria_imagen5, div#galeria .galeria3 .galeria_contenedor .galeria_imagen5, div#galeria .galeria4 .galeria_contenedor .galeria_imagen5, div#galeria .galeria5 .galeria_contenedor .galeria_imagen5, div#galeria .galeria6 .galeria_contenedor .galeria_imagen5, div#galeria .galeria7 .galeria_contenedor .galeria_imagen5 {
    background: url(../images/grecia_cliente5_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen6, div#galeria .galeria2 .galeria_contenedor .galeria_imagen6, div#galeria .galeria3 .galeria_contenedor .galeria_imagen6, div#galeria .galeria4 .galeria_contenedor .galeria_imagen6, div#galeria .galeria5 .galeria_contenedor .galeria_imagen6, div#galeria .galeria6 .galeria_contenedor .galeria_imagen6, div#galeria .galeria7 .galeria_contenedor .galeria_imagen6 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente6.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen6, div#galeria .galeria2 .galeria_contenedor .galeria_imagen6, div#galeria .galeria3 .galeria_contenedor .galeria_imagen6, div#galeria .galeria4 .galeria_contenedor .galeria_imagen6, div#galeria .galeria5 .galeria_contenedor .galeria_imagen6, div#galeria .galeria6 .galeria_contenedor .galeria_imagen6, div#galeria .galeria7 .galeria_contenedor .galeria_imagen6 {
    background: url(../images/grecia_cliente6_tblp.jpg) no-repeat;
  }
}
div#galeria .galeria1 .galeria_contenedor .galeria_imagen7, div#galeria .galeria2 .galeria_contenedor .galeria_imagen7, div#galeria .galeria3 .galeria_contenedor .galeria_imagen7, div#galeria .galeria4 .galeria_contenedor .galeria_imagen7, div#galeria .galeria5 .galeria_contenedor .galeria_imagen7, div#galeria .galeria6 .galeria_contenedor .galeria_imagen7, div#galeria .galeria7 .galeria_contenedor .galeria_imagen7 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente7.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #2c2c2c;
}
@media (min-width: 600px) {
  div#galeria .galeria1 .galeria_contenedor .galeria_imagen7, div#galeria .galeria2 .galeria_contenedor .galeria_imagen7, div#galeria .galeria3 .galeria_contenedor .galeria_imagen7, div#galeria .galeria4 .galeria_contenedor .galeria_imagen7, div#galeria .galeria5 .galeria_contenedor .galeria_imagen7, div#galeria .galeria6 .galeria_contenedor .galeria_imagen7, div#galeria .galeria7 .galeria_contenedor .galeria_imagen7 {
    background: url(../images/grecia_cliente7_tblp.jpg) no-repeat;
  }
}
div#galeria .mySwiperh .galeria_marco {
  position: absolute;
  width: 77%;
  height: 87%;
  z-index: 101;
}
div#galeria .mySwiperh .galeria_planta {
  position: absolute;
  bottom: -5vh;
  right: 0;
  width: 35vw;
  height: 40vh;
  background: url(../images/galeria-flores1.png) no-repeat;
  background-size: 100%;
  background-position: 7vw top;
  z-index: 102;
}
@media (min-width: 600px) {
  div#galeria .mySwiperh .galeria_planta {
    width: 30vw;
    height: 45vh;
    background-position: 5vw top;
  }
}
@media (min-width: 1200px) {
  div#galeria .mySwiperh .galeria_planta {
    bottom: 0;
    width: 10vw;
    height: 35vh;
    background-position: right top;
  }
}
div#galeria .swiper-button-next, div#galeria .swiper-button-prev {
  --swiper-navigation-color: black !important;
  -webkit-tap-highlight-color: transparent;
}
div#galeria .swiper-button-next {
  padding-left: 2vw;
}
@media (min-width: 600px) {
  div#galeria .swiper-button-next {
    padding-left: 0;
  }
}
div#galeria .swiper-button-prev {
  padding-right: 2vw;
}
@media (min-width: 600px) {
  div#galeria .swiper-button-prev {
    padding-right: 0;
  }
}

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

.cognito {
  padding: 0 10px;
}

.cognito .c-forms-form h2 {
  line-height: 1.6em !important;
}

.contenedor_tituloform {
  margin-top: 7vh;
}
.contenedor_tituloform h1 {
  color: #2c2c2c;
  font-size: 4.5em;
}
.contenedor_tituloform h4 {
  color: #2c2c2c;
  font-size: 2.3em !important;
  font-weight: 300;
  margin-top: 1vh;
}

html .cog-form__container {
  padding: 0 3vw !important;
  margin-bottom: 3vh !important;
}

html .cog-wrapper, :root:root:root:root:root .cog-wrapper, html .cog-label, :root:root:root:root:root .cog-label {
  color: #2c2c2c !important;
}

html .cog-cognito--styled .cog-button--primary, :root:root:root:root:root .cog-cognito--styled .cog-button--primary {
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  border-radius: 0 !important;
}

html .cog-cognito--styled .cog-button--secondary, :root:root:root:root:root .cog-cognito--styled .cog-button--secondary {
  min-width: 55px;
  background: White !important;
  border: solid 1px #2c2c2c !important;
  border-radius: 0 !important;
  color: #2c2c2c !important;
  font-family: "Open Sans", Helvetica, sans-serif !important;
}

:root:root:root:root .cog-cognito--styled em {
  font-style: italic !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
}

:root:root:root:root:root .cog-cognito--styled h2, :root:root:root:root:root .cog-cognito--styled h4 {
  color: #2c2c2c !important;
}

:root:root:root:root:root .cog-cognito--styled h4 {
  font-size: 1em !important;
}

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

html .cog-cognito--styled .cog-heading, :root:root:root:root:root .cog-cognito--styled .cog-heading {
  display: none !important;
}

html .cog-label, :root:root:root:root:root .cog-label {
  font-weight: 600;
}

html .cog-input.is-read-only, :root:root:root:root:root .cog-input.is-read-only {
  font-weight: 600;
  font-size: 1.2em;
}

.cognito.c-sml .c-forms-heading .c-forms-form-title {
  display: none !important;
  color: #ddd1f1 !important;
}

.c-forms-form-body {
  margin-top: 3vh !important;
}

.cognito .c-forms-form .c-add-item {
  color: #2c2c2c !important;
  background-color: White !important;
  border-color: #2c2c2c !important;
}

.cognito .c-html em {
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-size: 0.6em !important;
  font-weight: 600 !important;
}

/* COVID */
.swiper-wrapper .swiper-slide-active .covid_contenedor::before {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .covid_contenedor::after {
  -webkit-animation: zoomInR 5s 1 normal both;
  -moz-animation: zoomInR 5s 1 normal both;
  -o-animation: zoomInR 5s 1 normal both;
  animation: zoomInR 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .covid_texto h1 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .covid_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 .covid_texto p#tapaboca, .swiper-wrapper .swiper-slide-active .covid_texto p#manos, .swiper-wrapper .swiper-slide-active .covid_texto p#distancia, .swiper-wrapper .swiper-slide-active .covid_texto p#vaso, .swiper-wrapper .swiper-slide-active .covid_texto p#sintomas, .swiper-wrapper .swiper-slide-active .covid_texto p#vacuna {
  -webkit-animation: 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: White;
  background-image: url(../images/contador-marco.svg) no-repeat;
  background-size: 180%;
  background-position: center;
  padding: 8vh 10vw;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor {
    background-size: 150%;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor {
    width: 35vw;
    padding: 8vh 5vw;
  }
}
div#covid .covid_contenedor .covid_texto {
  margin-top: 4vh;
  color: #2c2c2c;
  font-weight: 400;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor .covid_texto {
    width: 25vw;
  }
}
div#covid .covid_contenedor .covid_texto h1 {
  font-size: 3.2em;
  margin-bottom: 1vh;
  color: #dca1cd;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto h1 {
    font-size: 5em;
  }
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_texto h1 {
    font-size: 3.8em;
  }
}
div#covid .covid_contenedor .covid_texto h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto h3 {
    font-size: 2.6em;
  }
}
div#covid .covid_contenedor::before {
  content: "";
  position: absolute;
  top: 0vh;
  left: 0;
  width: 60vw;
  height: 18vh;
  background: url(../images/contador-flores1.png) no-repeat;
  background-size: contain;
  background-position: -20vw 0;
  z-index: 101;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor::before {
    background-position: -10vw 0;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor::before {
    width: 18vw;
    height: 22vh;
    background-position: -5vw 0;
  }
}
div#covid .covid_contenedor::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  height: 18vh;
  background: url(../images/contador-flores2.png) no-repeat;
  background-size: contain;
  background-position: 20vw 3vh;
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor::after {
    width: 18vw;
    height: 17vh;
    background-position: 5vw bottom;
  }
}
div#covid .covid_items {
  width: 100%;
  text-align: center;
  margin-top: 3vh;
}
div#covid .covid_items p {
  font-size: 1.8em;
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: center left;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_items p {
    font-size: 2.4em;
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 1vh;
  }
}
div#covid .covid_items p#vacuna {
  background-image: url(../images/covid-vacuna.png);
}
div#covid .covid_items p#tapaboca {
  background-image: url(../images/covid-tapaboca.png);
  min-height: 6vh;
}
div#covid .covid_items p#manos {
  background-image: url(../images/covid-manos.png);
}
div#covid .covid_items p#distancia {
  background-image: url(../images/covid-distancia.png);
}
div#covid .covid_items p#vaso {
  background-image: url(../images/covid-vaso.png);
}
div#covid .covid_items p#sintomas {
  background-image: url(../images/covid-sintomas.png);
}

@media (min-width: 1200px) {
  body {
    background-color: #bc95c4;
  }
}

/* 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: #ddd1f1;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 900px) {
  .girardispositivo {
    display: flex;
  }
}
@media (max-height: 400px) {
  .girardispositivo {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .girardispositivo {
    display: none;
  }
}

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

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

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

.mascara2, .mascara3, .mascara4 {
  width: 100vw;
  height: 100vh;
  background-size: contain;
}
@media (min-width: 1200px) {
  .mascara2, .mascara3, .mascara4 {
    width: 35vw;
  }
}

.mascara2 {
  background: url(../images/mascara2.png) no-repeat;
}

.mascara3 {
  background: url(../images/mascara3.png) no-repeat;
}

.mascara4 {
  background: url(../images/mascara4.png) no-repeat;
}

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