@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700");
@import url("https://use.typekit.net/hmr8dbl.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, #eeeceb 50%, #dedbda 100%);
  background-image: -o- radial-gradient(circle, #eeeceb 50%, #dedbda 100%);
  background-image: radial-gradient(circle, #eeeceb 50%, #dedbda 100%);
  background-color: #eeeceb;
}

.gr2 {
  background-image: -webkit- radial-gradient(circle, #fcf3ee 50%, #f7e8de 100%);
  background-image: -o- radial-gradient(circle, #fcf3ee 50%, #f7e8de 100%);
  background-image: radial-gradient(circle, #fcf3ee 50%, #f7e8de 100%);
  background-color: #f9efe8;
}

/*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 {
  font-family: cinque-donne-pro, serif;
  font-weight: 400;
  font-style: normal;
}

h3, h4, h5, p, a, .contador {
  font-family: rooney-sans, sans-serif;
  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: 1em;
}
@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;
  line-height: 2.3em;
}
@media (min-width: 600px) {
  h4 {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 3.2em;
  }
}

h5 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
  color: #a39a95;
}
@media (min-width: 600px) {
  h5 {
    font-size: 1.8em;
  }
}

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

/*BOTONES*/
.btn {
  width: 40vw;
  min-height: 5vh;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  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;
    padding: 1.5vh 2vw;
    min-height: 4vh;
  }
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    min-height: 2vh;
    width: 25vw;
    padding: 0.8vh;
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 10vw;
    padding: 1vh 2vw;
  }
}

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

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

.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 .mascara3 {
  -webkit-animation: fadeoff 8s 1 normal both;
  -moz-animation: fadeoff 8s 1 normal both;
  -o-animation: fadeoff 8s 1 normal both;
  animation: fadeoff 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 .intro_icono {
  -webkit-animation: zoomIn 1s 1 normal both;
  -moz-animation: zoomIn 1s 1 normal both;
  -o-animation: zoomIn 1s 1 normal both;
  animation: zoomIn 1s 1 normal both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper .swiper-slide-active .intro_texto {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .intro_texto p {
  -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 .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-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.swiper-wrapper .swiper-slide-active .portada_panel 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;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.swiper-wrapper .swiper-slide-active .portada_panel h3 {
  -webkit-animation: fadeIn 1s 1 normal both;
  -moz-animation: fadeIn 1s 1 normal both;
  -o-animation: fadeIn 1s 1 normal both;
  animation: fadeIn 1s 1 normal both;
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.swiper-wrapper .swiper-slide-active .portada_panel h4 {
  -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: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.swiper-wrapper .swiper-slide-active .portada_panel::before {
  -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: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.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 .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 .galeria_mancha {
  -webkit-animation: zoomInL 5s 1 normal both;
  -moz-animation: zoomInL 5s 1 normal both;
  -o-animation: zoomInL 5s 1 normal both;
  animation: zoomInL 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_planta {
  -webkit-animation: zoomInR 5s 1 normal both;
  -moz-animation: zoomInR 5s 1 normal both;
  -o-animation: zoomInR 5s 1 normal both;
  animation: zoomInR 5s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .galeria_marco {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_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 .fecha_panel::before {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper .swiper-slide-active .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: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.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 h2, .swiper-wrapper .swiper-slide-active .fiesta_texto 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;
  -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: 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 h4, .swiper-wrapper .swiper-slide-active .fiesta_texto h4 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.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_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_primario {
  -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_primario {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.swiper-wrapper .swiper-slide-active .regalo_contenedor::after {
  -webkit-animation: zoomOutL 8s 1 normal both;
  -moz-animation: zoomOutL 8s 1 normal both;
  -o-animation: zoomOutL 8s 1 normal both;
  animation: zoomOutL 8s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_contenedor::before {
  -webkit-animation: zoomOutR 8s 1 normal both;
  -moz-animation: zoomOutR 8s 1 normal both;
  -o-animation: zoomOutR 8s 1 normal both;
  animation: zoomOutR 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_contenedor::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;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_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 .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: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen1 {
    -webkit-animation: pan1dkt 8s 1 normal both;
    -moz-animation: pan1dkt 8s 1 normal both;
    -o-animation: pan1dkt 8s 1 normal both;
    animation: pan1dkt 8s 1 normal both;
  }
}
.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: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen2 {
    -webkit-animation: pan2dkt 8s 1 normal both;
    -moz-animation: pan2dkt 8s 1 normal both;
    -o-animation: pan2dkt 8s 1 normal both;
    animation: pan2dkt 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: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen3 {
    -webkit-animation: pan1dkt 8s 1 normal both;
    -moz-animation: pan1dkt 8s 1 normal both;
    -o-animation: pan1dkt 8s 1 normal both;
    animation: pan1dkt 8s 1 normal both;
  }
}
.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: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen4 {
    -webkit-animation: pan2dkt 8s 1 normal both;
    -moz-animation: pan2dkt 8s 1 normal both;
    -o-animation: pan2dkt 8s 1 normal both;
    animation: pan2dkt 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: 1200px) {
  .mySwiperh .swiper-slide-active .galeria_imagen5 {
    -webkit-animation: pan1dkt 8s 1 normal both;
    -moz-animation: pan1dkt 8s 1 normal both;
    -o-animation: pan1dkt 8s 1 normal both;
    animation: pan1dkt 8s 1 normal both;
  }
}

@-webkit-keyframes 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 pan1largecel {
  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: 125%;
  }
}
@-moz-keyframes pan1largecel {
  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: 125%;
  }
}
@keyframes pan1largecel {
  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: 125%;
  }
}
@-webkit-keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 112%;
  }
}
@-moz-keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 112%;
  }
}
@keyframes pan1dkt {
  0% {
    background-position: 20% 10%;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 112%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-moz-keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@keyframes pan2 {
  0% {
    background-position: center;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 130%;
  }
}
@-webkit-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 135%;
  }
}
@-moz-keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 135%;
  }
}
@keyframes pan2largecel {
  0% {
    background-position: center;
    background-size: 125%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 135%;
  }
}
@-webkit-keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 125%;
  }
}
@-moz-keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 125%;
  }
}
@keyframes pan2dkt {
  0% {
    background-position: 10% 15%;
    background-size: 112%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 125%;
  }
}
@-webkit-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff {
  0% {
    background-position: left -5px;
    background-size: 150%;
    opacity: 0.4;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.25;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes fadeoff1 {
  0% {
    background-position: right -5px;
    background-size: 150%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes 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 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: #e7b8b0;
  font-size: 8px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  top: 32vh;
  left: 50vw;
}
@media (min-width: 600px) {
  .loader {
    top: 40vh;
    height: 1.3vh;
  }
}
@media (min-width: 1200px) {
  .loader {
    top: 40vh;
    left: 17.5vw;
  }
}

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

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

.loader:after {
  left: 3.5em;
}

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

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

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

.icon-play {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 17.5 12.3 L 9.3 17 c -0.2 0.1 -0.4 0 -0.4 -0.2 V 7.4 c 0 -0.2 0.2 -0.3 0.4 -0.2 l 8.1 4.7 C 17.6 11.9 17.6 12.2 17.5 12.3 Z%22%20%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(170, 162, 158)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 17.5 12.3 L 9.3 17 c -0.2 0.1 -0.4 0 -0.4 -0.2 V 7.4 c 0 -0.2 0.2 -0.3 0.4 -0.2 l 8.1 4.7 C 17.6 11.9 17.6 12.2 17.5 12.3 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-avanzar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(231, 184, 176)%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(231, 184, 176)%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: 1em;
  color: white;
}

.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: #e7b8b088 solid 1px;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 20vw;
  }
}

.atcb-list:last-child {
  padding-bottom: 6vh;
}

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

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

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

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

.atcb-item-link:hover {
  color: White;
}

/* INTRO */
div#intro {
  width: 100vw;
  height: 100vh;
  padding: 35px;
}
@media (min-width: 600px) {
  div#intro {
    padding: 90px;
  }
}
@media (min-width: 1200px) {
  div#intro {
    width: 35vw !important;
    padding: 80px;
  }
}
div#intro .intro_botonera {
  width: 100%;
  height: 100%;
  z-index: 10;
}
div#intro .intro_botonera .intro_modulo {
  align-items: center;
  margin-top: 4vh;
}
div#intro .intro_botonera .intro_modulo .intro_icono {
  margin-right: 4vw;
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .intro_modulo .intro_icono {
    margin-right: 2vw;
  }
}
div#intro .intro_botonera .intro_modulo .intro_icono .icon-full, div#intro .intro_botonera .intro_modulo .intro_icono .icon-music, div#intro .intro_botonera .intro_modulo .intro_icono .icon-pause, div#intro .intro_botonera .intro_modulo .intro_icono .icon-swipe {
  width: 80px;
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .intro_modulo .intro_icono .icon-full, div#intro .intro_botonera .intro_modulo .intro_icono .icon-music, div#intro .intro_botonera .intro_modulo .intro_icono .icon-pause, div#intro .intro_botonera .intro_modulo .intro_icono .icon-swipe {
    width: 100px;
    height: 120px;
  }
}
div#intro .intro_botonera .intro_modulo .intro_icono .icon-full {
  background-image: url(../images/fullscreen_bg.gif);
  background-size: 90%;
}
div#intro .intro_botonera .intro_modulo .intro_icono .icon-music {
  background-image: url(../images/musica_bg.gif);
  background-size: 115%;
}
div#intro .intro_botonera .intro_modulo .intro_icono .icon-pause {
  background-image: url(../images/pausa_bg.gif);
  background-size: 95%;
}
div#intro .intro_botonera .intro_modulo .intro_icono .icon-swipe {
  background-image: url(../images/swipe_bg.gif);
  background-size: 125%;
}
div#intro .intro_botonera .intro_modulo .intro_texto {
  padding-left: 6vw;
  border-left: solid 1px #a39a95;
  color: #a39a95;
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .intro_modulo .intro_texto {
    padding-left: 3vw;
  }
}

/* PORTADA */
div#portada {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#portada {
    width: 35vw;
  }
}
div#portada .portada_contenedor {
  width: 100%;
  height: 100%;
}
div#portada .portada_contenedor .portada_ramos {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url(../images/portada-ramos.png) no-repeat;
  background-size: 165%;
  background-position: 30%;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_ramos {
    background-size: 105%;
  }
}
@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: 84vw;
  height: 70vh;
  background: url(../images/portada-panel.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel {
    height: 30vw;
    background-size: contain;
  }
}
div#portada .portada_contenedor .portada_panel h1:first-child {
  font-size: 3.5em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel h1:first-child {
    font-size: 4.5em;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h1:first-child {
    font-size: 5.5em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel h1:first-child {
    font-size: 4.5em;
  }
}
div#portada .portada_contenedor .portada_panel h1:nth-child(3) {
  margin-bottom: 1vh;
}
div#portada .portada_contenedor .portada_panel h1, div#portada .portada_contenedor .portada_panel h2 {
  font-size: 3.2em;
  color: #a39a95;
  text-align: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel h1, div#portada .portada_contenedor .portada_panel h2 {
    font-size: 4em;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h1, div#portada .portada_contenedor .portada_panel h2 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel h1, div#portada .portada_contenedor .portada_panel h2 {
    font-size: 4em;
  }
}
div#portada .portada_contenedor .portada_panel h3 {
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 300;
  color: #a39a95;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 2.5vh 0;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel h3 {
    font-size: 1.4em;
    margin: 3vh 0;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel h3 {
    font-size: 1.5em;
  }
}
div#portada .portada_contenedor .portada_panel h4 {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #a39a95;
  text-align: center;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel h4 {
    font-size: 2.5em;
  }
}
div#portada .portada_contenedor .portada_panel::before {
  position: absolute;
  content: "";
  width: 85vw;
  height: 70vh;
  background: url(../images/portada-marco.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_panel::before {
    width: 88vw;
    left: -2vw;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel::before {
    height: 64vh;
    top: -1vh;
  }
}
div#portada .portada_contenedor .portada_panel::after {
  position: absolute;
  content: "";
  top: 1vh;
  width: 100vw;
  height: 75vh;
  background: url(../images/portada-flores.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_panel::after {
    height: 70vh;
    top: 1.5vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_panel::after {
    width: 50vw;
    height: 65vh;
    top: 0;
  }
}
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: 15vw;
  }
}

/* HISTORIA */
div#historia {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#historia {
    width: 35vw;
  }
}
div#historia .historia_contenedor {
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor {
    padding: 60px;
  }
}
div#historia .historia_contenedor .historia_panel {
  width: 100%;
  height: 100%;
  background: White;
  color: #a39a95;
}
div#historia .historia_contenedor .historia_panel .historia_texto {
  width: 60vw;
  height: 60vh;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel .historia_texto {
    width: 40vh;
  }
}
div#historia .historia_contenedor .historia_panel .historia_texto .historia_titulo h1 {
  font-size: 2.9em;
  line-height: 1.1em;
  white-space: nowrap;
  margin-bottom: 3vh;
  margin-top: 4vh;
}
@media (min-width: 600px) {
  div#historia .historia_contenedor .historia_panel .historia_texto .historia_titulo h1 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_contenedor .historia_panel .historia_texto .historia_titulo h1 {
    font-size: 3.5em;
  }
}
div#historia .historia_contenedor::before {
  content: "";
  position: absolute;
  top: 2vh;
  left: 0;
  width: 75vw;
  height: 35vh;
  background: url(../images/historia-flores1.png) no-repeat;
  background-size: contain;
  background-position: -8vw 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: 45vh;
    background-position: -3vw 0;
    width: 25vw;
  }
}
div#historia .historia_contenedor::after {
  content: "";
  position: absolute;
  bottom: 2vh;
  right: 0;
  width: 75vw;
  height: 35vh;
  background: url(../images/historia-flores2.png) no-repeat;
  background-size: contain;
  background-position: 8vw 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: 45vh;
    width: 25vw;
    background-position: 3vw bottom;
  }
}

/* FECHA */
div#fecha {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#fecha {
    width: 35vw;
  }
}
div#fecha .fecha_contenedor {
  width: 100%;
  height: 100%;
  background-image: url(../images/manchas.png);
  background-repeat: repeat-y;
  background-size: 60%;
  background-position: 15vw 50vh;
}
@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: 80vw;
  height: 70vh;
  margin-top: 5vh;
  background: url(../images/fecha-panel.svg) no-repeat center;
  background-size: contain;
  background-position: center;
}
div#fecha .fecha_contenedor .fecha_panel h3 {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: 2px;
  color: #a39a95;
  text-align: center;
  margin-top: 3vh;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel h3 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel h3 {
    font-size: 4em;
  }
}
div#fecha .fecha_contenedor .fecha_panel h3 span {
  font-weight: 700;
}
div#fecha .fecha_contenedor .fecha_panel h4 {
  font-size: 2.3em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #a39a95;
  text-align: center;
  margin-top: 2vh;
  padding-top: 2vh;
  border-top: solid 1px #a39a95;
  margin-bottom: 2vh;
  line-height: 1em;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel h4 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel h4 {
    font-size: 2.5em;
  }
}
@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: 88vw;
  height: 80vh;
  top: -5vh;
  left: -5vw;
  background: url(../images/fecha-marco.svg) no-repeat center;
  background-size: contain;
  background-position: center;
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .fecha_panel::before {
    width: 82vw;
    height: 74vh;
    top: -2vh;
    left: -1vw;
  }
}
div#fecha .fecha_contenedor .fecha_panel::after {
  position: absolute;
  content: "";
  top: -3vh;
  width: 84vw;
  height: 20vh;
  background: url(../images/fecha-flores.png) no-repeat center;
  background-size: contain;
  background-position: top;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_contenedor .fecha_panel::after {
    top: 4vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_contenedor .fecha_panel::after {
    width: 25vw;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_contenedor .addtocalendar a {
    margin-block-end: 0;
  }
}

/* CONTADOR */
div#contador .contador_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/contador-marco.svg) no-repeat;
  background-size: 180%;
  background-position: center;
  background-color: white;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor {
    background-size: 150%;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor {
    width: 35vw;
  }
}
div#contador .contador_contenedor .contador_texto {
  margin-top: 4vh;
  color: #a39a95;
  font-weight: 400;
}
div#contador .contador_contenedor .contador_texto h1 {
  font-size: 3.2em;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador_texto h1 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador_texto h1 {
    font-size: 3.8em;
  }
}
div#contador .contador_contenedor .contador_texto h3 {
  font-size: 1.3em;
  letter-spacing: 0.1em;
}
@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: 55vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_contenedor .contador_numeros {
    height: 50vh;
  }
}
div#contador .contador_contenedor .contador {
  width: 25vw;
  margin: 1vh 0;
  padding: 1vh 1vw;
  background-color: #e7b8b036;
  font-size: 2.5em;
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 0.7em;
  color: #e7b8b0;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador {
    width: 20vw;
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor .contador {
    width: 10vw;
    font-size: 2.5em;
  }
}
div#contador .contador_contenedor .contador span {
  font-size: 0.4em;
  font-weight: 100;
  color: #e7b8b0;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  div#contador .contador_contenedor .contador span {
    font-size: 0.4em;
  }
}
div#contador .contador_contenedor::before {
  content: "";
  position: absolute;
  top: 2vh;
  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: 900px) {
  div#contador .contador_contenedor::before {
    width: 40vw;
    height: 22vh;
    background-position: -5vw 0;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor::before {
    width: 20vw;
    height: 22vh;
  }
}
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: 20vw bottom;
}
@media (min-width: 900px) {
  div#contador .contador_contenedor::after {
    width: 40vw;
    height: 22vh;
    background-position: 10vw bottom;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_contenedor::after {
    width: 17vw;
    height: 22vh;
    background-position: right bottom;
  }
}

/* CEREMONIA - FIESTA */
div#ceremonia .ceremoniafiesta_contenedor {
  width: 100vw;
  height: 100vh;
  padding: 16vh 10vw 7vh;
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor {
    width: 35vw;
    padding: 16vh 5vw 7vh;
  }
}
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: #a39a95;
  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.5em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_texto h3 {
  font-size: 1.4em;
  font-weight: 100;
  margin: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .ceremonia_texto h3 {
    font-size: 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: #a39a95;
  margin-top: 3vh;
  text-align: center;
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h2 {
  font-size: 2.5em;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h2 {
    font-size: 3.5em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h3 {
  font-size: 1.3em;
  font-weight: 100;
  margin: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h3 {
    font-size: 2em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto h4 {
  font-size: 1.3em;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #aaa29e;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 2.5vh;
  text-transform: uppercase;
  line-height: 1.2;
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto p.fiesta {
  margin-bottom: 3vh;
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h2 {
  font-size: 2.8em;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h2 {
    font-size: 3em;
  }
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h2 {
    font-size: 3.5em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h4 {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #aaa29e;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 2.5vh;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h4 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor .fiesta_texto.solo h4 {
    font-size: 1.8em;
  }
}
div#ceremonia .ceremoniafiesta_contenedor .ceremonia_boton .btn, div#ceremonia .ceremoniafiesta_contenedor .fiesta_boton .btn {
  margin-top: 2vh;
}
div#ceremonia .ceremoniafiesta_contenedor::before {
  position: absolute;
  top: 0;
  content: "";
  width: 120vw;
  height: 30vh;
  overflow: hidden;
  background-image: url(../images/ceremonia-flores.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -20vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#ceremonia .ceremoniafiesta_contenedor::before {
    background-position: center -10vh;
  }
}
@media (min-width: 600px) {
  div#ceremonia .ceremoniafiesta_contenedor::before {
    background-size: 70%;
  }
}
@media (min-width: 1200px) {
  div#ceremonia .ceremoniafiesta_contenedor::before {
    height: 35vh;
    background-size: 25%;
    background-position: center -20vh;
  }
}

/* HASHTAG */
div#hashtag .hashtag_contenedor {
  width: 100vw;
  height: 100vh;
  text-align: left;
  padding-top: 30vh;
  padding-bottom: 12vh;
  justify-content: space-between;
  background-color: white;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor {
    padding-top: 35vh;
    padding-bottom: 15vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor {
    padding-top: 30vh;
    padding-bottom: 15vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor {
    width: 35vw;
    padding-top: 35vh;
    padding-bottom: 12vh;
  }
}
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 22vw 0 10vw;
  color: #a39a95;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    padding: 0 20vw 0 15vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor .hashtag_texto, div#hashtag .hashtag_contenedor .playlist_texto {
    width: 35vw;
    padding: 0 10vw 0 5vw;
  }
}
div#hashtag .hashtag_contenedor .hashtag_texto h2, div#hashtag .hashtag_contenedor .playlist_texto h2 {
  font-size: 2.8em;
  margin-bottom: 1vh;
}
@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: 2.8em;
  }
}
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: 65vw;
}
@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: 18vw;
  }
}
div#hashtag .hashtag_contenedor.solo {
  padding-top: 60vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .hashtag_contenedor.solo {
    padding-top: 50vh;
  }
}
div#hashtag .hashtag_contenedor::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100vw;
  height: 80vh;
  background: url(../images/hashtag-flores.png) no-repeat;
  background-size: 130%;
  background-position: -10vw -8vh;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_contenedor::before {
    background-size: 130%;
    background-position: -10vw -18vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_contenedor::before {
    right: 0;
    width: 30vw;
    height: 100vh;
    background-size: 120%;
    background-position: -5vw -8vh;
  }
}

/* REGALO */
div#regalo {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#regalo {
    width: 35vw;
  }
}
div#regalo .regalo_contenedor {
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor {
    padding: 60px;
  }
}
div#regalo .regalo_contenedor .regalo_panel {
  width: 100%;
  height: 100%;
  background: White;
  color: #a39a95;
}
div#regalo .regalo_contenedor .regalo_panel .regalo_texto {
  width: 75vw;
  height: 80vh;
  text-align: center;
}
@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: 5vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .regalo_titulo h1 {
    font-size: 4em;
  }
}
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: 60vw;
  margin-top: 5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
    width: 68vw;
  }
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor .regalo_panel .regalo_texto .btn {
    width: 18vw;
  }
}
div#regalo .regalo_contenedor::before {
  content: "";
  position: absolute;
  top: 0vh;
  right: -5vh;
  width: 100vw;
  height: 35vh;
  background: url(../images/regalo-flores1.png) no-repeat;
  background-size: 100%;
  background-position: right top;
  z-index: 101;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor::before {
    right: -10vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor::before {
    right: -3vw;
    width: 30vw;
    height: 35vh;
  }
}
div#regalo .regalo_contenedor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: 100vw;
  height: 30vh;
  background: url(../images/regalo-flores2.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
@media (min-width: 600px) {
  div#regalo .regalo_contenedor::after {
    width: 90vw;
    height: 35vh;
    left: -10vw;
    bottom: -8vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_contenedor::after {
    width: 30vw;
    height: 40vh;
    left: -3vw;
  }
}

/* CONFIRMACION */
div#confirmacion .confirmacion_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/contador-marco.svg) no-repeat;
  background-size: 140%;
  background-position: -32vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor {
    background-size: 110%;
    background-position: -12vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor {
    width: 35vw;
    background-position: -5vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto {
  color: #a39a95;
  padding: 0 12vw;
  margin-top: -3vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    margin-top: 0;
    padding: 0 30vw 0 12vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto {
    margin-top: 0;
    padding: 0 10vw 0 5vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
  font-size: 3em;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto h1 {
    font-size: 4em;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_texto p {
  padding-right: 7vw;
  margin-bottom: 4vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_texto p {
    padding-right: 2vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_boton {
  padding: 0 12vw;
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton {
    padding: 0 5vw;
  }
}
div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
  margin-top: -1vh;
  width: 60vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
    width: 68vw;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
    width: 45vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor .confirmacion_boton .btn {
    width: 18vw;
  }
}
div#confirmacion .confirmacion_contenedor::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 35vh;
  bottom: 0;
  background: url(../images/confirmacion-flores.png) no-repeat;
  background-size: 110%;
  background-position: 0 top;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_contenedor::before {
    height: 35vh;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_contenedor::before {
    width: 30vw;
    height: 35vh;
    background-size: 100%;
    background-position: right top;
    right: 0;
    bottom: -2vh;
  }
}

/* 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: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .covid_texto h3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.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: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#manos {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#distancia {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#vaso {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#sintomas {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

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: #a39a95;
  font-weight: 400;
}
div#covid .covid_contenedor .covid_texto h1 {
  font-size: 3.2em;
  margin-bottom: 1vh;
}
@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: 1.3em;
  letter-spacing: 0.1em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  div#covid .covid_contenedor .covid_texto h3 {
    font-size: 2em;
  }
}
@media (min-width: 900px) {
  div#covid .covid_contenedor .covid_texto h3 {
    font-size: 1.3em;
  }
}
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: 1200px) {
  div#covid .covid_contenedor::before {
    width: 18vw;
    height: 22vh;
    background-position: -5vw 0;
  }
}
div#covid .covid_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: 20vw bottom;
}
@media (min-width: 900px) {
  div#covid .covid_contenedor::after {
    width: 40vw;
    height: 22vh;
    background-position: 10vw bottom;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_contenedor::after {
    width: 18vw;
    height: 22vh;
    background-position: 3vw bottom;
  }
}
div#covid .covid_items {
  width: 100%;
  text-align: center;
  margin-top: 3vh;
}
div#covid .covid_items p {
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 18%;
  background-repeat: no-repeat;
  background-position: center left;
  color: #e7b8b0;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_items p {
    background-size: 8%;
    padding-left: 12%;
    margin-bottom: 1.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);
}

/* LOGO */
div#logo .logo_contenedor {
  width: 100vw;
  height: 100vh;
  background-color: #f7e8de;
}
@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: 900px) {
  div#logo .logo_contenedor .logo {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo_contenedor .logo {
    width: 15vw;
  }
}
div#logo .logo_contenedor .contenedor_logo p {
  color: #a39a95;
  text-align: center;
}
div#logo .logo_contenedor p > a, div#logo .logo_contenedor p > a:hover {
  color: #a39a95;
  text-decoration: none;
  font-size: 0.95em;
}
div#logo .logo_contenedor .pdf_boton {
  margin-top: 10px;
}
div#logo .logo_contenedor .pdf_boton .btn {
  width: 40vw;
}
@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: 25vw;
  }
}
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 */
@media (min-width: 1200px) {
  div#galeria .swiper-slide {
    width: 35vw;
  }
}

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 {
  width: 100vw;
  height: 100vh;
  padding: 40px;
  background-color: white;
}
@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 {
    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 {
    width: 35vw;
  }
}
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 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente1.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #e6c081;
}
@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 {
    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 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente2.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #e6c081;
}
@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 {
    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 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente3.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #e6c081;
}
@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 {
    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 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente4.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #e6c081;
}
@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 {
    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 {
  width: 100%;
  height: 100%;
  background: url(../images/grecia_cliente5.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #e6c081;
}
@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 {
    background: url(../images/grecia_cliente5_tblp.jpg) no-repeat;
  }
}
div#galeria .swiper-h .galeria_marco {
  position: absolute;
  width: 77%;
  height: 87%;
  z-index: 101;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#galeria .swiper-h .galeria_marco {
    top: 3vh;
    left: 11vw;
    position: absolute;
    width: 77%;
    height: 92%;
  }
}
div#galeria .swiper-h .galeria_marco::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e6c081;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 101;
}
@media (min-width: 600px) {
  div#galeria .swiper-h .galeria_marco::before {
    width: 110%;
    height: 102%;
    left: -4vw;
    top: -1vh;
  }
}
@media (min-width: 1200px) {
  div#galeria .swiper-h .galeria_marco::before {
    width: 105%;
    height: 105%;
    left: 0vw;
    top: -1vh;
  }
}
div#galeria .swiper-h .galeria_mancha {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 30vh;
  background: url(../images/manchas.png) no-repeat;
  background-size: 100%;
  background-position: -30vw -10vh;
  z-index: 102;
}
@media (min-width: 600px) {
  div#galeria .swiper-h .galeria_mancha {
    width: 20vw;
    height: 20vh;
    background-position: 0 -5vh;
    background-size: 70%;
  }
}
div#galeria .swiper-h .galeria_planta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  height: 20vh;
  background: url(../images/galeria-flores1.svg) no-repeat;
  background-size: 80%;
  background-position: 20vw top;
  z-index: 102;
}
@media (min-width: 600px) {
  div#galeria .swiper-h .galeria_planta {
    width: 45vw;
    height: 22vh;
  }
}
@media (min-width: 1200px) {
  div#galeria .swiper-h .galeria_planta {
    bottom: 0;
    width: 20vw;
    height: 20vh;
    background-position: right top;
  }
}
div#galeria .swiper-button-next, div#galeria .swiper-button-prev {
  --swiper-navigation-color: #e6c081 !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: #eeeceb;
  color: #a39a95;
}

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

.contenedor_tituloform {
  margin-top: 7vh;
  margin-bottom: 3vh;
  padding: 0 5vw;
}
.contenedor_tituloform h1 {
  font-size: 3.2em;
  line-height: 1.1em;
}
.contenedor_tituloform h3 {
  font-size: 3.5em;
  margin-top: -2vh;
}
.contenedor_tituloform h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2vh;
}

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

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

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

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

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

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

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

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

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

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

html .cog-cognito--styled .el-input__inner:focus {
  border: 1px solid #e7b8b0 !important;
}

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

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

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

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

html .cog-input .el-textarea__inner:focus {
  border: 1px solid #e7b8b0 !important;
}

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

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

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

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

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

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

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

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

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

html .cog-cognito--styled .cog-button--primary {
  background-color: #e7b8b0 !important;
  color: White !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #c5c4c3;
}

/*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;
  }
}

/* MUSIC ON/OFF */
.boton_musica {
  z-index: 100;
  right: 3vw;
  bottom: 3vh;
  display: none;
}
.boton_musica .icon-music, .boton_musica .icon-pause {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: white;
  border-radius: 100px;
  opacity: 80%;
}
@media (max-width: 600px) and (min-height: 700px) {
  .boton_musica .icon-music, .boton_musica .icon-pause {
    width: 80px;
    height: 80px;
  }
}
.boton_musica .icon-music {
  background-image: url(../images/musica_gral.png);
}
.boton_musica .icon-pause {
  background-image: url(../images/pausa_gral.png);
}

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