@import url("https://use.typekit.net/qwy3sag.css");
body {
  margin: 0;
  padding: 0;
}

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

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

.contenedor_w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.abs {
  position: absolute;
}

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

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

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

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

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

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

.texto_centrado {
  text-align: center;
}

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

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

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

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

/*TEXT*/
@font-face {
  font-family: "BrushSignature";
  src: url("../fonts/BrushSignature.ttf");
}
h1, h2 {
  font-family: "BrushSignature", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #44596a;
}

h3, h4, h5 {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #44596a;
}

p, a {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #44596a;
}

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

h1 {
  font-size: 3.4em;
  line-height: 0.8em;
  margin-bottom: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  h1 {
    font-size: 4em;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 5.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5.5em;
  }
}

h2 {
  font-size: 2.8em;
  line-height: 1.1em;
  margin-bottom: 2vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  h2 {
    font-size: 2.6em;
  }
}
@media (min-width: 600px) {
  h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.2em;
  }
}

h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 10px;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 600px) and (min-height: 700px) {
  h4 {
    font-size: 1.7em;
  }
}
@media (min-width: 600px) {
  h4 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.8em;
  }
}

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

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

/*BOTONES*/
.btn {
  width: 50vw;
  min-height: 4vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6vh;
  margin-top: 2vh;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) and (min-height: 700px) {
  .btn {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    min-height: 2vh;
    width: 50vw;
    padding: 0.8vh;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 18vw;
    font-size: 1.2em;
  }
}

.btn:focus {
  outline: none;
}

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

.btn_primario:hover {
  background-color: #7894aa;
}

.swiper-wrapper .swiper-slide-active h1 {
  -webkit-animation: fadeInDownShort 1.2s 1 normal both;
  -moz-animation: fadeInDownShort 1.2s 1 normal both;
  -o-animation: fadeInDownShort 1.2s 1 normal both;
  animation: fadeInDownShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h2 {
  -webkit-animation: fadeInDownShort 1.2s 1 normal both;
  -moz-animation: fadeInDownShort 1.2s 1 normal both;
  -o-animation: fadeInDownShort 1.2s 1 normal both;
  animation: fadeInDownShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h3 {
  -webkit-animation: fadeInUpShort 1.2s 1 normal both;
  -moz-animation: fadeInUpShort 1.2s 1 normal both;
  -o-animation: fadeInUpShort 1.2s 1 normal both;
  animation: fadeInUpShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h4, .swiper-wrapper .swiper-slide-active h6, .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUpShort 1.2s 1 normal both;
  -moz-animation: fadeInUpShort 1.2s 1 normal both;
  -o-animation: fadeInUpShort 1.2s 1 normal both;
  animation: fadeInUpShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active h5, .swiper-wrapper .swiper-slide-active .contador_texto h4 {
  -webkit-animation: fadeInDownShort 1.2s 1 normal both;
  -moz-animation: fadeInDownShort 1.2s 1 normal both;
  -o-animation: fadeInDownShort 1.2s 1 normal both;
  animation: fadeInDownShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active a.btn_primario, .swiper-wrapper .swiper-slide-active a.btn_secundario {
  -webkit-animation: fadeInDownShort 1.2s 1 normal both;
  -moz-animation: fadeInDownShort 1.2s 1 normal both;
  -o-animation: fadeInDownShort 1.2s 1 normal both;
  animation: fadeInDownShort 1.2s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .mascara3, .swiper-wrapper .swiper-slide-active .mascara2, .swiper-wrapper .swiper-slide-active .mascara6 {
  -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;
}
@media (min-width: 600px) {
  .swiper-wrapper .swiper-slide-active .mascara3, .swiper-wrapper .swiper-slide-active .mascara2, .swiper-wrapper .swiper-slide-active .mascara6 {
    -webkit-animation: fadeoff_tblp 8s 1 normal both;
    -moz-animation: fadeoff_tblp 8s 1 normal both;
    -o-animation: fadeoff_tblp 8s 1 normal both;
    animation: fadeoff_tblp 8s 1 normal both;
  }
}
.swiper-wrapper .swiper-slide-active .mascara4, .swiper-wrapper .swiper-slide-active .mascara1 {
  -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 .mascara5 {
  -webkit-animation: fadeoff2 8s 1 normal both;
  -moz-animation: fadeoff2 8s 1 normal both;
  -o-animation: fadeoff2 8s 1 normal both;
  animation: fadeoff2 8s 1 normal both;
}
.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_imagen {
  -webkit-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_texto {
  -webkit-animation: scale-in-hor-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: scale-in-hor-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: scale-in-hor-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: scale-in-hor-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_titulo h1 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .historia_titulo h1 {
  -webkit-animation: fadeInDownShort 1.8s 1 normal both;
  -moz-animation: fadeInDownShort 1.8s 1 normal both;
  -o-animation: fadeInDownShort 1.8s 1 normal both;
  animation: fadeInDownShort 1.8s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .historia_texto {
  -webkit-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .historia_texto p {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fecha_imagen {
  -webkit-animation: rotate-in-2-tl-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: rotate-in-2-tl-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: rotate-in-2-tl-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: rotate-in-2-tl-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_panel {
  -webkit-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_texto {
  -webkit-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .fecha_texto h2, .swiper-wrapper .swiper-slide-active .fecha_texto h4, .swiper-wrapper .swiper-slide-active .fecha_texto p {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fecha_texto .fecha_boton span.addtocalendar {
  -webkit-animation: fadeInDownShort 1.5s 1 normal both;
  -moz-animation: fadeInDownShort 1.5s 1 normal both;
  -o-animation: fadeInDownShort 1.5s 1 normal both;
  animation: fadeInDownShort 1.5s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .contador_texto {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #days, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #min, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contador_texto .contador_numeros #seg {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fiesta_imagen, .swiper-wrapper .swiper-slide-active .ceremonia_imagen {
  -webkit-animation: rotate-in-2-tr-ccw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: rotate-in-2-tr-ccw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: rotate-in-2-tr-ccw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: rotate-in-2-tr-ccw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .fiesta_panel {
  -webkit-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto {
  -webkit-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: growUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto h2, .swiper-wrapper .swiper-slide-active .fiesta_texto h4, .swiper-wrapper .swiper-slide-active .fiesta_texto p {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto .fiesta_boton .btn {
  -webkit-animation: fadeInDownShort 1.5s 1 normal both;
  -moz-animation: fadeInDownShort 1.5s 1 normal both;
  -o-animation: fadeInDownShort 1.5s 1 normal both;
  animation: fadeInDownShort 1.5s 1 normal both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .hashplay_panel, .swiper-wrapper .swiper-slide-active .hashplay_contenedor {
  -webkit-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: scale-in-hor-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .hashplay_texto h2, .swiper-wrapper .swiper-slide-active .hashplay_texto p, .swiper-wrapper .swiper-slide-active .hashplay_texto .btn {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .hashtag_imagen, .swiper-wrapper .swiper-slide-active .playlist_imagen, .swiper-wrapper .swiper-slide-active .dresscode_imagen {
  -webkit-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto, .swiper-wrapper .swiper-slide-active .playlist_texto, .swiper-wrapper .swiper-slide-active .dresscode_texto {
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: fadeInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: fadeInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: fadeInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .hashtag_texto h2, .swiper-wrapper .swiper-slide-active .hashtag_texto p, .swiper-wrapper .swiper-slide-active .playlist_texto h2, .swiper-wrapper .swiper-slide-active .playlist_texto p, .swiper-wrapper .swiper-slide-active .dresscode_texto h2, .swiper-wrapper .swiper-slide-active .dresscode_texto p {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .hashtag_boton a.btn_primario, .swiper-wrapper .swiper-slide-active .playlist_boton a.btn_primario {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .regalo_panel {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_texto {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .regalo_texto h2, .swiper-wrapper .swiper-slide-active .regalo_texto h3, .swiper-wrapper .swiper-slide-active .regalo_texto p, .swiper-wrapper .swiper-slide-active .regalo_texto .btn {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_imagen {
  -webkit-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -moz-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  -o-animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
  animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_panel {
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto {
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -moz-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  -o-animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
  animation: fadeInLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) normal both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto h2, .swiper-wrapper .swiper-slide-active .confirmacion_texto p {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_texto .confirmacion_boton a.btn_primario {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: fadeInUpShort 1s 1 normal both;
  -moz-animation: fadeInUpShort 1s 1 normal both;
  -o-animation: fadeInUpShort 1s 1 normal both;
  animation: fadeInUpShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .contenedor_logo p {
  -webkit-animation: fadeInDownShort 1s 1 normal both;
  -moz-animation: fadeInDownShort 1s 1 normal both;
  -o-animation: fadeInDownShort 1s 1 normal both;
  animation: fadeInDownShort 1s 1 normal both;
}
.swiper-wrapper .swiper-slide-active .icon-volver {
  -webkit-animation: 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;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
@media (max-width: 600px) and (min-height: 700px) {
  .loader,
.loader:before,
.loader:after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 600px) {
  .loader,
.loader:before,
.loader:after {
    width: 20px;
    height: 20px;
  }
}

.loader {
  color: #8da5b7;
  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 (max-width: 600px) and (min-height: 700px) {
  .loader {
    font-size: 10px;
  }
}
@media (min-width: 600px) {
  .loader {
    top: 40vh;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .loader {
    left: 17.5vw;
  }
}

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

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

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.icon-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(141, 165, 183)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 24 c 6.6 0 12 -5.4 12 -12 S 18.6 0 12 0 S 0 5.4 0 12 S 5.4 24 12 24 Z M 6.3 10.9 l 7.2 -6.6 c 0.7 -0.6 1.7 -0.6 2.3 0 c 0.3 0.3 0.5 0.7 0.5 1.1 s -0.2 0.8 -0.5 1.1 l -5.9 5.4 l 6 5.4 c 0.3 0.4 0.5 0.8 0.5 1.3 c 0 0.4 -0.2 0.8 -0.5 1.1 c -0.7 0.6 -1.7 0.6 -2.3 0 l -7.2 -6.6 c -0.3 -0.3 -0.5 -0.7 -0.5 -1.1 C 5.8 11.6 6 11.2 6.3 10.9 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

/* INTRO */
div#intro {
  width: 100vw;
  height: 100vh;
  padding: 30px;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#intro {
    width: 35vw !important;
  }
}
div#intro .intro_botonera {
  width: 80vw;
  height: 80vh;
  z-index: 10;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#intro .intro_botonera {
    margin-top: 12vh;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera {
    width: 60vw;
    margin-top: 15vh;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera {
    width: 26vw;
  }
}
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: 100px;
  }
}
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 #7894aa;
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .intro_modulo .intro_texto {
    padding-left: 3vw;
  }
}

/* PORTADA */
.portada_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (max-height: 700px) {
  .portada_contenedor {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .portada_contenedor {
    width: 35vw !important;
  }
}
.portada_contenedor .portada_texto {
  width: 60vw;
  height: 60vh;
  background-color: #d5e6ea;
  left: 0;
  top: 20vh;
}
@media (min-width: 1200px) {
  .portada_contenedor .portada_texto {
    width: 20vw;
  }
}
.portada_contenedor .portada_imagen {
  width: 80vw;
  height: 70vh;
  transform: rotate(3deg);
  background: url(../images/serena_cliente1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border: solid white 10px;
  bottom: -2vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  .portada_contenedor .portada_imagen {
    bottom: -3vh;
  }
}
@media (min-width: 600px) {
  .portada_contenedor .portada_imagen {
    width: 70vw;
    bottom: -3vh;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  .portada_contenedor .portada_imagen {
    width: 25vw;
  }
}
.portada_contenedor .portada_titulo {
  text-align: center;
  z-index: 10;
  margin-top: 16vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  .portada_contenedor .portada_titulo {
    margin-top: 15vh;
  }
}
.portada_contenedor .portada_titulo h1 {
  font-size: 5em;
}
@media (max-width: 600px) and (max-height: 700px) {
  .portada_contenedor .portada_titulo h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 600px) {
  .portada_contenedor .portada_titulo h1 {
    font-size: 6.5em;
  }
}
@media (min-width: 1200px) {
  .portada_contenedor .portada_titulo h1 {
    font-size: 5.5em;
  }
}

/* HISTORIA */
div#historia {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: end;
}
@media (min-width: 1200px) {
  div#historia {
    width: 35vw !important;
  }
}
div#historia .historia_texto {
  width: 76vw;
  height: auto;
  background-color: #d5e6ea;
  text-align: left;
  box-sizing: border-box;
  padding: 8vh 14vw;
  margin-top: 4vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#historia .historia_texto {
    width: 85vw;
    padding: 10vh 16vw 8vh 14vw;
  }
}
@media (min-width: 600px) {
  div#historia .historia_texto {
    width: 60vh;
    padding: 10vh 16vw 8vh 10vw;
  }
}
@media (min-width: 1200px) {
  div#historia .historia_texto {
    width: 30vw;
    padding: 10vh 5vw 8vh 5vw;
  }
}
div#historia .historia_texto .historia_titulo {
  margin-top: -11vh;
  margin-bottom: 3vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#historia .historia_texto .historia_titulo {
    margin-top: -12vh;
  }
}

/* FECHA */
div#fecha {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#fecha {
    width: 35vw !important;
  }
}
div#fecha .mascara5 {
  background-position: center;
}
@media (min-width: 600px) {
  div#fecha .mascara5 {
    background-position: top;
  }
}
div#fecha .fecha_imagen {
  width: 72vw;
  height: 52vh;
  background: url(../images/serena_cliente2.jpg) no-repeat;
  background-size: cover;
  border: solid white 10px;
  top: -3vh;
  right: 10vw;
  transform: rotate(3deg);
}
@media (min-width: 600px) {
  div#fecha .fecha_imagen {
    width: 60vw;
    height: 55vh;
    top: -4vh;
    right: 18vw;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_imagen {
    width: 20vw;
    height: 58vh;
    right: 5vw;
  }
}
div#fecha .fecha_panel {
  width: 80vw;
  height: 66vh;
  background-color: #d5e6ea;
  text-align: left;
  box-sizing: border-box;
  top: 25vh;
  right: 0;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  div#fecha .fecha_panel {
    margin-top: 10vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_panel {
    width: 25vw;
  }
}
div#fecha .fecha_texto {
  top: 60vh;
  right: 18vw;
}
@media (min-width: 600px) {
  div#fecha .fecha_texto {
    top: 64vh;
    right: 35vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_texto {
    right: 10vw;
  }
}
div#fecha .fecha_texto h3 {
  margin-bottom: 1vh;
}
div#fecha .fecha_texto h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
div#fecha .fecha_texto h4.hora {
  font-size: 1.3em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#fecha .fecha_texto h4.hora {
    font-size: 1.4em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_texto h4.hora {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_texto h4.hora {
    font-size: 1.6em;
  }
}
@media (min-width: 600px) {
  div#fecha .fecha_texto .fecha_boton .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_texto .fecha_boton .btn {
    width: 13vw;
  }
}

/* CONTADOR */
div#contador {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#contador {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  div#contador {
    width: 35vw !important;
  }
}
div#contador .contador_texto {
  width: 65vw;
  height: 65vh;
  background-color: #d5e6ea;
  box-sizing: border-box;
  padding: 10vh 10vw;
  margin-top: 8vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#contador .contador_texto {
    height: 70vh;
  }
}
@media (min-width: 600px) {
  div#contador .contador_texto {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_texto {
    width: 15vw;
  }
}
div#contador .contador_texto .contador_titulo {
  margin-top: -14vh;
  margin-bottom: 3vh;
}
div#contador .contador_numeros {
  width: 70vw;
  height: 50vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#contador .contador_numeros {
    height: 53vh;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_numeros {
    width: 10vw;
  }
}
div#contador .contador {
  width: 40vw;
  height: 10vh;
  margin: 1vh 0;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-size: 3.2em;
  color: white;
  text-align: center;
  line-height: 0.7em;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#contador .contador {
    font-size: 3em;
    margin: 2vh 0;
  }
}
@media (min-width: 600px) {
  div#contador .contador {
    font-size: 4.8em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador {
    font-size: 3.5em;
    width: 20vw;
  }
}
div#contador .contador span {
  font-family: "BrushSignature", sans-serif;
  font-size: 0.6em;
  color: #44596a;
}
@media (min-width: 600px) {
  div#contador .contador span {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador span {
    font-size: 0.6em;
  }
}

/* FIESTA */
div#fiesta {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#fiesta {
    background-position: top;
  }
}
@media (min-width: 600px) {
  div#fiesta {
    background-position: top;
  }
}
@media (min-width: 1200px) {
  div#fiesta {
    width: 35vw !important;
  }
}
div#fiesta .mascara5 {
  background-position: center;
}
@media (min-width: 600px) {
  div#fiesta .mascara5 {
    background-position: top;
  }
}
div#fiesta .fiesta_imagen {
  width: 72vw;
  height: 52vh;
  background: url(../images/serena_cliente3.jpg) no-repeat;
  background-size: cover;
  border: solid white 10px;
  border-top: 0;
  top: -2vh;
  right: 11vw;
  transform: rotate(-3deg);
}
@media (max-width: 600px) and (max-height: 700px) {
  div#fiesta .fiesta_imagen {
    top: -3vh;
  }
}
@media (min-width: 600px) {
  div#fiesta .fiesta_imagen {
    width: 60vw;
    height: 55vh;
    top: -5vh;
    right: 20vw;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_imagen {
    width: 20vw;
    height: 58vh;
    right: 8vw;
  }
}
div#fiesta .fiesta_panel {
  width: 85vw;
  height: 66vh;
  background-color: #d5e6ea;
  text-align: left;
  box-sizing: border-box;
  padding: 8vh 8vw 10vh 15vw;
  top: 25vh;
  left: 0;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_panel {
    width: 80vw;
    margin-top: 10vh;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_panel {
    width: 27vw;
  }
}
div#fiesta .fiesta_texto {
  top: 60vh;
  left: 16vw;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_texto {
    top: 64vh;
    left: 20vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_texto {
    left: 7vw;
  }
}
div#fiesta .fiesta_texto .fiesta_boton h3 {
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_texto .fiesta_boton .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_texto .fiesta_boton .btn {
    width: 13vw;
  }
}

/* hashtag */
div#hashtag {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#hashtag {
    width: 35vw !important;
  }
}
div#hashtag .hashtag_imagen {
  width: 75vw;
  height: 55vh;
  top: 6vh;
  transform: rotate(3deg);
  background: url(../images/serena_cliente4.jpg) no-repeat;
  background-size: cover;
  border: solid white 10px;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_imagen {
    width: 55vw;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_imagen {
    width: 20vw;
  }
}
div#hashtag .mascara2 {
  top: auto;
  left: auto;
  width: 100vw;
  height: 70vh;
  background: url(../images/mascara2.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  div#hashtag .mascara2 {
    background-position: bottom;
    background-size: 100% 100%;
    height: 75vh;
  }
}
div#hashtag .hashtag_texto {
  width: 80vw;
  height: 75vh;
  background-color: #d5e6ea;
  justify-content: flex-end;
  align-items: left;
  box-sizing: border-box;
  padding: 8vh 12vw;
  left: 0;
  top: 15vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#hashtag .hashtag_texto {
    padding: 8vh 10vw 8vh 12vw;
  }
}
@media (min-width: 600px) {
  div#hashtag .hashtag_texto {
    padding: 8vh 10vw 8vh 20vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_texto {
    width: 26vw;
    padding: 8vh 5vw 8vh 8vw;
  }
}

/* hashplay */
div#hashplay {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#hashplay {
    width: 35vw !important;
  }
}
div#hashplay .hashplay_panel {
  width: 85vw;
  height: 85vh;
  background-color: #d5e6ea;
  right: 0;
}
@media (min-width: 600px) {
  div#hashplay .hashplay_panel {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  div#hashplay .hashplay_panel {
    width: 30vw;
  }
}
div#hashplay .hashplay_contenedor {
  width: 85vw;
  height: 85vh;
  justify-content: space-evenly;
  align-items: flex-start;
  right: 0;
  padding: 0 14vw 0 12vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#hashplay .hashplay_contenedor {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  div#hashplay .hashplay_contenedor {
    width: 30vw;
    padding: 0 5vw;
  }
}
div#hashplay .hashplay_texto {
  text-align: left;
  z-index: 10;
}
div#hashplay .hashplay_texto h3 {
  margin-bottom: 2vh;
}
div#hashplay .hashplay_texto h2 {
  font-size: 2.6em;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#hashplay .hashplay_texto h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 600px) and (max-height: 700px) {
  div#hashplay .hashplay_texto {
    margin-top: 3vh;
  }
}
div#hashplay .hashplay_boton .btn {
  width: 60vw;
}
@media (min-width: 600px) {
  div#hashplay .hashplay_boton .btn {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#hashplay .hashplay_boton .btn {
    width: 16vw;
  }
}

/* REGALO */
div#regalo {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#regalo {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  div#regalo {
    padding: 17vh 8vw 10vh 8vw;
    width: 35vw !important;
  }
}
div#regalo .mascara3 {
  top: 0;
}
div#regalo .regalo_panel {
  width: 75vw;
  height: 75vh;
  background-color: #d5e6ea;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#regalo .regalo_panel {
    height: 80vh;
  }
}
@media (min-width: 600px) {
  div#regalo .regalo_panel {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_panel {
    width: 24vw;
  }
}
div#regalo .regalo_texto {
  width: 75vw;
  height: 75vh;
  text-align: center;
  padding: 5vh 6vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#regalo .regalo_texto {
    width: 65vw;
    padding: 8vh 10vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_texto {
    width: 24vw;
    padding: 8vh 2vw;
  }
}
div#regalo .regalo_texto h2 {
  margin-bottom: 3vh;
}
@media (min-width: 1200px) {
  div#regalo .regalo_texto h2 {
    font-size: 3.5em;
  }
}
div#regalo .regalo_texto h3 {
  text-transform: uppercase;
}
div#regalo .regalo_texto p {
  margin-bottom: 2vh;
  padding: 0 2vw;
}
div#regalo .regalo_texto .btn {
  width: 60vw;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_texto .btn {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_texto .btn {
    width: 17vw;
  }
}
div#regalo div#datosregalo {
  height: 0;
  overflow: hidden;
  transition: height 1s;
  box-sizing: border-box;
}

/* CONFIRMACION */
div#confirmacion {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#confirmacion {
    width: 35vw !important;
  }
}
div#confirmacion .confirmacion_imagen {
  width: 75vw;
  height: 55vh;
  top: -2vh;
  margin-left: 4vw;
  transform: rotate(-3deg);
  background: url(../images/serena_cliente5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border: solid white 10px;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#confirmacion .confirmacion_imagen {
    top: -3vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_imagen {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_imagen {
    margin-left: 3vw;
    width: 20vw;
  }
}
div#confirmacion .confirmacion_panel {
  width: 85vw;
  height: 65vh;
  background-color: #d5e6ea;
  left: 0;
  top: 30vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_panel {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_panel {
    width: 27vw;
  }
}
div#confirmacion .confirmacion_texto {
  width: 85vw;
  height: 65vh;
  left: 0;
  top: 30vh;
  padding: 0 6vw 8vh 18vw;
  justify-content: flex-end;
  align-content: flex-start;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_texto {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_texto {
    padding: 0 5vw 8vh;
    width: 27vw;
  }
}
div#confirmacion .confirmacion_texto p {
  margin-bottom: 6vh;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_texto p {
    margin-bottom: 8vh;
  }
}
div#confirmacion .confirmacion_texto .confirmacion_boton {
  width: 60vw;
  z-index: 5;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_texto .confirmacion_boton {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_texto .confirmacion_boton {
    width: 20vw;
  }
}
div#confirmacion .confirmacion_texto .confirmacion_boton .btn {
  width: 60vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_texto .confirmacion_boton .btn {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_texto .confirmacion_boton .btn {
    width: 16vw;
  }
}

/* LOGO */
div#logo {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#logo {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  div#logo {
    width: 35vw !important;
  }
}
div#logo .logo {
  width: 55vw;
  height: 10vh;
  background: url(../images/logo_az_andoinvitando.svg) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#logo .logo {
    width: 36vw;
  }
}
@media (min-width: 900px) {
  div#logo .logo {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo {
    width: 15vw;
  }
}
div#logo .icon-volver {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 28vh;
}
@media (min-width: 600px) {
  div#logo .icon-volver {
    width: 60px;
    height: 60px;
  }
}
div#logo .pdf_boton {
  margin-top: 10px;
}
div#logo .pdf_boton .btn {
  width: 40vw;
}
@media (min-width: 600px) {
  div#logo .pdf_boton .btn {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#logo .pdf_boton .btn {
    width: 10vw;
  }
}

/* playlist */
div#playlist {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#playlist {
    width: 35vw !important;
  }
}
div#playlist .playlist_imagen {
  width: 75vw;
  height: 55vh;
  top: 6vh;
  transform: rotate(3deg);
  background: url(../images/serena_cliente4.jpg) no-repeat;
  background-size: cover;
  border: solid white 10px;
}
@media (min-width: 600px) {
  div#playlist .playlist_imagen {
    width: 55vw;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_imagen {
    width: 20vw;
  }
}
div#playlist .mascara2 {
  top: auto;
  left: auto;
  width: 100vw;
  height: 70vh;
  background: url(../images/mascara2.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  div#playlist .mascara2 {
    background-position: bottom;
    background-size: 100% 100%;
    height: 75vh;
  }
}
div#playlist .playlist_texto {
  width: 80vw;
  height: 75vh;
  background-color: #d5e6ea;
  justify-content: flex-end;
  align-items: left;
  box-sizing: border-box;
  padding: 8vh 12vw;
  left: 0;
  top: 15vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#playlist .playlist_texto {
    padding: 8vh 10vw 8vh 12vw;
  }
}
@media (min-width: 600px) {
  div#playlist .playlist_texto {
    padding: 8vh 10vw 8vh 20vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_texto {
    width: 26vw;
    padding: 8vh 5vw 8vh 8vw;
  }
}

/**
 * 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 {
  width: 50vw;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 900;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 20vw;
  }
}

.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: #7894aa;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: rgba(231, 231, 231, 0.5);
  color: white;
}

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

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

.contenedor_tituloform {
  margin-top: 8vh;
  margin-bottom: 1vh;
  padding: 0 5vw;
}
.contenedor_tituloform h1 {
  font-size: 3.8em;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  .contenedor_tituloform h1 {
    font-size: 3.4em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h1 {
    font-size: 4em;
  }
}
.contenedor_tituloform h2 {
  font-size: 2.8em;
}
@media (max-width: 600px) and (max-height: 700px) {
  .contenedor_tituloform h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  .contenedor_tituloform h2 {
    font-size: 3em;
  }
}
.contenedor_tituloform h3 {
  font-size: 1.2em;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .contenedor_tituloform h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .contenedor_tituloform h3 {
    font-size: 1.3em;
  }
}

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

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

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

html .cog-page-progress--steps a::before {
  border: none !important;
  background-color: #44596a !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: #7894aa !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: source-sans-pro, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #44596a !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 #8da5b7 !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 #8da5b7 !important;
}

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

html .cog-checkable .el-radio {
  border: #7894aa 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 #8da5b7 !important;
}

div input.el-input__inner[placeholder=Otros] {
  color: #44596a !important;
  height: 4vh !important;
  width: 95% !important;
  font-size: 17.6px !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: source-sans-pro, 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 #8da5b7 !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: #8da5b7 !important;
  color: white !important;
}

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

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

html .cog-section__inner--background.is-alternate {
  background-color: rgba(204, 204, 204, 0.3) !important;
  border: none !important;
}

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

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #44596a !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: #44596a !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.9em;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .contenedor_logo p {
    font-size: 1.1em;
  }
}
.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);
}

/* dresscode */
div#dresscode {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#dresscode {
    width: 35vw !important;
  }
}
div#dresscode .dresscode_imagen {
  width: 75vw;
  height: 55vh;
  top: 6vh;
  transform: rotate(3deg);
  background: url(../images/serena_cliente4.jpg) no-repeat;
  background-size: cover;
  border: solid white 10px;
}
@media (min-width: 600px) {
  div#dresscode .dresscode_imagen {
    width: 55vw;
    border: solid white 15px;
  }
}
@media (min-width: 1200px) {
  div#dresscode .dresscode_imagen {
    width: 20vw;
  }
}
div#dresscode .mascara2 {
  top: auto;
  left: auto;
  width: 100vw;
  height: 70vh;
  background: url(../images/mascara2.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  div#dresscode .mascara2 {
    background-position: bottom;
    background-size: 100% 100%;
    height: 75vh;
  }
}
div#dresscode .dresscode_texto {
  width: 80vw;
  height: 75vh;
  text-align: center;
  background-color: #d5e6ea;
  justify-content: flex-end;
  align-items: left;
  box-sizing: border-box;
  padding: 8vh 12vw;
  left: 0;
  top: 15vh;
}
@media (max-width: 600px) and (max-height: 700px) {
  div#dresscode .dresscode_texto {
    padding: 8vh 10vw 8vh 12vw;
  }
}
@media (min-width: 600px) {
  div#dresscode .dresscode_texto {
    padding: 8vh 10vw 8vh 20vw;
  }
}
@media (min-width: 1200px) {
  div#dresscode .dresscode_texto {
    width: 26vw;
    padding: 8vh 5vw 8vh 8vw;
  }
}

@-webkit-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-moz-keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1 {
  0% {
    background-position: 10% 50%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan1_largecel {
  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: 123%;
  }
}
@-moz-keyframes pan1_largecel {
  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: 123%;
  }
}
@keyframes pan1_largecel {
  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: 123%;
  }
}
@-webkit-keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-moz-keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1dkt {
  0% {
    background-position: 10% 10%;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@-moz-keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan2_largecel {
  0% {
    background-position: left -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 125%;
  }
}
@-moz-keyframes pan2_largecel {
  0% {
    background-position: left -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 125%;
  }
}
@keyframes pan2_largecel {
  0% {
    background-position: left -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 125%;
  }
}
@-webkit-keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-moz-keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@keyframes pan3 {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-webkit-keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-moz-keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@keyframes pan3dkt {
  0% {
    background-position: 10% 10%;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-webkit-keyframes growLeft {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes growLeft {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes growLeft {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes fromBottom {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    transform: rotate(3deg);
  }
}
@-moz-keyframes fromBottom {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes fromBottom {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    transform: rotate(3deg);
  }
}
@-webkit-keyframes fromLeft {
  0% {
    left: -100vh;
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    left: revert-layer;
  }
}
@-moz-keyframes fromLeft {
  0% {
    left: -100vh;
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    left: revert-layer;
  }
}
@keyframes fromLeft {
  0% {
    left: -100vh;
    animation-timing-function: cubic-bezier(0.02, 0.62, 0.45, 0.99);
  }
  100% {
    left: revert-layer;
  }
}
@-webkit-keyframes fadeoff {
  0% {
    background-position: left -1px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@-moz-keyframes fadeoff {
  0% {
    background-position: left -1px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@keyframes fadeoff {
  0% {
    background-position: left -1px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@-webkit-keyframes fadeoff_tblp {
  0% {
    background-position: left -200px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center center;
    background-size: 100%;
  }
}
@-moz-keyframes fadeoff_tblp {
  0% {
    background-position: left -200px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center center;
    background-size: 100%;
  }
}
@keyframes fadeoff_tblp {
  0% {
    background-position: left -200px;
    background-size: 120%;
    opacity: 1;
    animation-timing-function: ease-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center center;
    background-size: 100%;
  }
}
@-webkit-keyframes fadeoff1 {
  0% {
    background-position: right -1px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@-moz-keyframes fadeoff1 {
  0% {
    background-position: right -1px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@keyframes fadeoff1 {
  0% {
    background-position: right -1px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center top;
    background-size: 100%;
  }
}
@-webkit-keyframes fadeoff2 {
  0% {
    background-position: left -50px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: top -20px;
    background-size: 100%;
  }
}
@-moz-keyframes fadeoff2 {
  0% {
    background-position: left -50px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: top -20px;
    background-size: 100%;
  }
}
@keyframes fadeoff2 {
  0% {
    background-position: left -50px;
    background-size: 115%;
    opacity: 1;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: top -20px;
    background-size: 100%;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-8 18:0:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-2-tr-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2024-11-8 18:9:14
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes growUp {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes growUp {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2024-11-8 18:18:33
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 20:24:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 20:27:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2024-11-11 17:57:57
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-2-tl-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-2-tl-cw {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes rotate-in-2-tl-cw {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 18:9:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-2-tr-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-2-tr-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes rotate-in-2-tr-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 18:17:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-2-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-2-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@keyframes rotate-in-2-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 18:30:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-11 18:32:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-2-bck-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-2-bck-cw {
  0% {
    -webkit-transform: translateZ(200px) rotate(-30deg);
    transform: translateZ(200px) rotate(-30deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotate(3deg);
    transform: translateZ(0) rotate(3deg);
  }
}
@keyframes rotate-in-2-bck-cw {
  0% {
    -webkit-transform: translateZ(200px) rotate(-30deg);
    transform: translateZ(200px) rotate(-30deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotate(3deg);
    transform: translateZ(0) rotate(3deg);
  }
}
body {
  background-color: #c1d0d3;
}

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

.girardispositivo {
  display: none;
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-height: 400px) {
  .girardispositivo {
    display: flex;
  }
}
@media (min-width: 900px) {
  .girardispositivo {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .girardispositivo {
    display: none;
  }
}
.girardispositivo h4 {
  font-size: 1.6em;
}

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

.swiper-slide {
  background-size: cover;
}
@media (min-width: 1200px) {
  .swiper-slide {
    width: 35vw !important;
  }
}

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

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

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

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

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

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

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

/* MUSIC ON/OFF */
.boton_musica {
  z-index: 100;
  right: 3vw;
  bottom: 3vh;
  display: none;
}
.boton_musica .icon-music, .boton_musica .icon-pause {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: white;
  border-radius: 100px;
  opacity: 80%;
}
@media (max-width: 600px) and (max-height: 700px) {
  .boton_musica .icon-music, .boton_musica .icon-pause {
    width: 60px;
    height: 60px;
  }
}
.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 */
