@import url("https://use.typekit.net/fnr8rnk.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*/
h1, h2 {
  font-family: spumante, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #963c46;
}

h3, h4, h5 {
  font-family: looking-flowers-caps, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #963c46;
}

p, a, .contador span {
  font-family: nunito-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #963c46;
}

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

h1 {
  font-size: 3.4em;
  line-height: 0.8em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  h1 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5em;
  }
}

h2 {
  font-size: 3em;
  line-height: 0.8em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4em;
  }
}

h3 {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 0.6em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h3 {
    font-size: 3.1em;
    line-height: 0.6;
  }
}
@media (min-width: 600px) {
  h3 {
    font-size: 3.8em;
    line-height: 0.8em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 3.4em;
    line-height: 0.7;
  }
}

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

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 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}
@media (max-width: 600px) and (min-height: 700px) {
  p {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  p {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-block-end: 0em;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.1em;
    line-height: 1.6em;
  }
}

/*BOTONES*/
.btn {
  width: 65vw;
  min-height: 5vh;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.3vh 2vw 0.7vh;
  margin-top: 3vh;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5em;
  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;
  border-radius: 100px;
  -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: 1em;
  }
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    min-height: 2vh;
    width: 50vw;
    padding: 0.8vh;
    font-size: 1.1em;
    padding-top: 1vh;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 18vw;
    padding-bottom: 0.6vh;
  }
}

.btn:focus {
  outline: none;
}

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

.btn_primario:hover {
  background-color: #963c46;
}

.swiper-wrapper .swiper-slide-active h2, .swiper-wrapper .swiper-slide-active .contador_texto h1 {
  -webkit-animation: fadeInUpShort 1.5s 1 both;
  -moz-animation: fadeInUpShort 1.5s 1 both;
  -o-animation: fadeInUpShort 1.5s 1 both;
  animation: fadeInUpShort 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active h3 {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active h4, .swiper-wrapper .swiper-slide-active h6 {
  -webkit-animation: fadeInUpShort 1.5s 1 both;
  -moz-animation: fadeInUpShort 1.5s 1 both;
  -o-animation: fadeInUpShort 1.5s 1 both;
  animation: fadeInUpShort 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active h5, .swiper-wrapper .swiper-slide-active p, .swiper-wrapper .swiper-slide-active .contador_texto h4 {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active a.btn_primario, .swiper-wrapper .swiper-slide-active a.btn_secundario {
  -webkit-animation: flipInX 1.5s 1 both;
  -moz-animation: flipInX 1.5s 1 both;
  -o-animation: flipInX 1.5s 1 both;
  animation: flipInX 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active .mascara2 {
  -webkit-animation: fadeoff 8s 1 both;
  -moz-animation: fadeoff 8s 1 both;
  -o-animation: fadeoff 8s 1 both;
  animation: fadeoff 8s 1 both;
}
.swiper-wrapper .swiper-slide-active .mascara3 {
  -webkit-animation: fadeoff 8s 1 both;
  -moz-animation: fadeoff 8s 1 both;
  -o-animation: fadeoff 8s 1 both;
  animation: fadeoff 8s 1 both;
}
.swiper-wrapper .swiper-slide-active .mascara4 {
  -webkit-animation: fadeoff1 8s 1 both;
  -moz-animation: fadeoff1 8s 1 both;
  -o-animation: fadeoff1 8s 1 both;
  animation: fadeoff1 8s 1 both;
}
.swiper-wrapper .swiper-slide-active .mascara5 {
  -webkit-animation: fadeoff2 8s 1 both;
  -moz-animation: fadeoff2 8s 1 both;
  -o-animation: fadeoff2 8s 1 both;
  animation: fadeoff2 8s 1 both;
}
.swiper-wrapper .swiper-slide-active .icon-full, .swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation: fadeInLeftShort 1s 1 both;
  -moz-animation: fadeInLeftShort 1s 1 both;
  -o-animation: fadeInLeftShort 1s 1 both;
  animation: fadeInLeftShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation: fadeInRightShort 1s 1 both;
  -moz-animation: fadeInRightShort 1s 1 both;
  -o-animation: fadeInRightShort 1s 1 both;
  animation: fadeInRightShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .icon-full {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .icon-musicon, .swiper-wrapper .swiper-slide-active .icon-musicoff {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .icon-play {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .boton_swipe {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInRightShort 2s infinite both;
  -moz-animation: fadeInRightShort 2s infinite both;
  -o-animation: fadeInRightShort 2s infinite both;
  animation: fadeInRightShort 2s infinite both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .portada_contenedor {
  -webkit-animation: fadeIn 1s 1 both;
  -moz-animation: fadeIn 1s 1 both;
  -o-animation: fadeIn 1s 1 both;
  animation: fadeIn 1s 1 both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_imagen {
  -webkit-animation: pan2 8s 1 both;
  -moz-animation: pan2 8s 1 both;
  -o-animation: pan2 8s 1 both;
  animation: pan2 8s 1 both;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .portada_imagen {
    -webkit-animation: pan1_largecel 8s 1 both;
    -moz-animation: pan1_largecel 8s 1 both;
    -o-animation: pan1_largecel 8s 1 both;
    animation: pan1_largecel 8s 1 both;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .portada_imagen {
    -webkit-animation: pan1dkt 8s 1 both;
    -moz-animation: pan1dkt 8s 1 both;
    -o-animation: pan1dkt 8s 1 both;
    animation: pan1dkt 8s 1 both;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
  }
}
.swiper-wrapper .swiper-slide-active #portada.mascara5 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.swiper-wrapper .swiper-slide-active .portada_banda {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.swiper-wrapper .swiper-slide-active .portada_texto h1 {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.swiper-wrapper .swiper-slide-active .portada_mariposas {
  -webkit-animation: fadeInUpShort 1.5s 1 both;
  -moz-animation: fadeInUpShort 1.5s 1 both;
  -o-animation: fadeInUpShort 1.5s 1 both;
  animation: fadeInUpShort 1.5s 1 both;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.swiper-wrapper .swiper-slide-active .historia_texto .historia_titulo h1, .swiper-wrapper .swiper-slide-active .historia_texto h2 {
  -webkit-animation: fadeInUpShort 1.2s 1 both;
  -moz-animation: fadeInUpShort 1.2s 1 both;
  -o-animation: fadeInUpShort 1.2s 1 both;
  animation: fadeInUpShort 1.2s 1 both;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-wrapper .swiper-slide-active .historia_texto p {
  -webkit-animation: fadeInDownShort 1.2s 1 both;
  -moz-animation: fadeInDownShort 1.2s 1 both;
  -o-animation: fadeInDownShort 1.2s 1 both;
  animation: fadeInDownShort 1.2s 1 both;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-wrapper .swiper-slide-active .fecha_imagen {
  -webkit-animation: pan3 7s 1 both;
  -moz-animation: pan3 7s 1 both;
  -o-animation: pan3 7s 1 both;
  animation: pan3 7s 1 both;
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .fecha_imagen {
    -webkit-animation: pan3dkt 8s 1 both;
    -moz-animation: pan3dkt 8s 1 both;
    -o-animation: pan3dkt 8s 1 both;
    animation: pan3dkt 8s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .fecha_texto h2 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .fecha_texto h3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .fecha_texto h4 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .fecha_boton span.addtocalendar {
  -webkit-animation: flipInX 1.5s 1 both;
  -moz-animation: flipInX 1.5s 1 both;
  -o-animation: flipInX 1.5s 1 both;
  animation: flipInX 1.5s 1 both;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #days, .swiper-wrapper .swiper-slide-active .contador_numeros #min {
  -webkit-animation: fadeInLeftShort 1s 1 both;
  -moz-animation: fadeInLeftShort 1s 1 both;
  -o-animation: fadeInLeftShort 1s 1 both;
  animation: fadeInLeftShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contador_numeros #seg {
  -webkit-animation: fadeInRightShort 1s 1 both;
  -moz-animation: fadeInRightShort 1s 1 both;
  -o-animation: fadeInRightShort 1s 1 both;
  animation: fadeInRightShort 1s 1 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.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #min {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .contador_numeros #seg {
  -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_texto h1#faltan {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h4 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .contador_texto h1 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper .swiper-slide-active .banda {
  -webkit-animation: growUp 1s 1 both;
  -moz-animation: growUp 1s 1 both;
  -o-animation: growUp 1s 1 both;
  animation: growUp 1s 1 both;
}
@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide-active .banda {
    -webkit-animation: growUp_dkt 1s 1 both;
    -moz-animation: growUp_dkt 1s 1 both;
    -o-animation: growUp_dkt 1s 1 both;
    animation: growUp_dkt 1s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .banda2 {
  -webkit-animation: fadeIn 1s 1 both;
  -moz-animation: fadeIn 1s 1 both;
  -o-animation: fadeIn 1s 1 both;
  animation: fadeIn 1s 1 both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_imagen {
  -webkit-animation: pan1 7s 1 both;
  -moz-animation: pan1 7s 1 both;
  -o-animation: pan1 7s 1 both;
  animation: pan1 7s 1 both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (min-width: 600px) {
  .swiper-wrapper .swiper-slide-active .ceremonia_imagen {
    -webkit-animation: pan1dkt 8s 1 both;
    -moz-animation: pan1dkt 8s 1 both;
    -o-animation: pan1dkt 8s 1 both;
    animation: pan1dkt 8s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .fiesta_imagen {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto h4 {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_texto p {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto h2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto h3 {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .fiesta_texto p {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .ceremonia_boton a.btn_primario, .swiper-wrapper .swiper-slide-active .fiesta_boton a.btn_primario {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper .swiper-slide-active .hashtag_imagen, .swiper-wrapper .swiper-slide-active .playlist_imagen, .swiper-wrapper .swiper-slide-active .dresscode_imagen {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .hashtag_imagen, .swiper-wrapper .swiper-slide-active .playlist_imagen, .swiper-wrapper .swiper-slide-active .dresscode_imagen {
    -webkit-animation: pan2_largecel 7s 1 both;
    -moz-animation: pan2_largecel 7s 1 both;
    -o-animation: pan2_largecel 7s 1 both;
    animation: pan2_largecel 7s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .hashtag_texto h2, .swiper-wrapper .swiper-slide-active .playlist_texto h2, .swiper-wrapper .swiper-slide-active .dresscode_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, .swiper-wrapper .swiper-slide-active .playlist_texto p, .swiper-wrapper .swiper-slide-active .dresscode_texto p {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .hashtag_boton a.btn_primario, .swiper-wrapper .swiper-slide-active .playlist_boton a.btn_primario, .swiper-wrapper .swiper-slide-active .dresscode_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 .regalo_texto p {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.swiper-wrapper .swiper-slide-active .regalo_texto 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 .confirmacion_banda {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .confirmacion_titulo h2 {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .confirmacion_imagen {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .confirmacion_imagen {
    -webkit-animation: pan2_largecel 7s 1 both;
    -moz-animation: pan2_largecel 7s 1 both;
    -o-animation: pan2_largecel 7s 1 both;
    animation: pan2_largecel 7s 1 both;
  }
}
.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: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_logo p {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active .icon-volver {
  -webkit-animation: flipInY 1s 1 both;
  -moz-animation: flipInY 1s 1 both;
  -o-animation: flipInY 1s 1 both;
  animation: flipInY 1s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

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

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

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

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.icon-full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22white%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 12 0 C 5.4 0 0 5.4 0 12 s 5.4 12 12 12 s 12 -5.4 12 -12 S 18.6 0 12 0 Z M 5.1 4.9 l 5.2 0.1 c 0.1 0 0.1 0.1 0 0.2 L 8.3 7.2 L 10 9 C 9.6 9.2 9.2 9.6 9 10 L 7.2 8.3 l -2 2 c -0.1 0.1 -0.2 0.1 -0.2 0 L 4.9 5.1 C 4.9 5 5 4.8 5.1 4.9 Z M 10.4 19.1 l -5.2 0.1 c -0.1 0 -0.2 -0.1 -0.2 -0.2 L 5 13.7 c 0 -0.1 0.1 -0.1 0.2 0 l 2 2 L 9 14 c 0.3 0.4 0.7 0.8 1.1 1.1 l -1.7 1.7 l 2 2 C 10.5 18.9 10.5 19.1 10.4 19.1 Z M 18.9 19.1 l -5.2 -0.1 c -0.1 0 -0.1 -0.1 0 -0.2 l 2.1 -2.1 L 13.9 15 c 0.4 -0.3 0.8 -0.7 1.1 -1.1 l 1.8 1.8 l 2 -2 c 0.1 -0.1 0.2 -0.1 0.2 0 l 0.1 5.2 C 19.1 19 19 19.1 18.9 19.1 Z M 19 10.3 c 0 0.1 -0.1 0.1 -0.2 0 l -2 -2 L 15 10.1 c -0.3 -0.4 -0.6 -0.8 -1.1 -1.1 l 1.8 -1.8 l -2.1 -2.1 c -0.1 -0.1 -0.1 -0.2 0 -0.2 l 5.2 -0.1 c 0.1 0 0.2 0.1 0.2 0.2 L 19 10.3 Z%22%20%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(150, 60, 70)%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(150, 60, 70)%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(150, 60, 70)%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 11.1 16.9 c 0 0.1 -0.1 0.2 -0.2 0.2 H 8.3 c -0.1 0 -0.2 -0.1 -0.2 -0.2 V 7.1 C 8.1 7 8.2 7 8.3 7 H 11 c 0.1 0 0.2 0.1 0.2 0.2 L 11.1 16.9 L 11.1 16.9 Z M 15.9 16.9 c 0 0.1 -0.1 0.2 -0.2 0.2 H 13 c -0.1 0 -0.2 -0.1 -0.2 -0.2 V 7.1 C 12.9 7 12.9 7 13 7 h 2.7 c 0.1 0 0.2 0.1 0.2 0.2 V 16.9 Z%22%20%2F%3E%3C%2Fsvg%3E");
}

.icon-volver {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22rgb(150, 60, 70)%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 {
  margin-top: 10vh;
}
@media (min-width: 600px) {
  div#intro .intro_botonera {
    margin-top: 20vh;
  }
}
div#intro .intro_botonera .boton_intro {
  width: 70vw;
  height: 6vh;
  color: white;
  background-color: #da4353;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 75px;
  border-radius: 100px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.1em;
  line-height: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_botonera .boton_intro {
    font-size: 1.1em;
    min-width: 68vw;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_intro {
    width: 60vw;
    height: 8vh;
    padding-left: 110px;
    font-size: 1.5em;
    line-height: 1.3em;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_intro {
    width: 15vw;
    font-size: 1.2em;
    line-height: 1.1em;
  }
}
div#intro .intro_botonera .boton_intro:hover {
  background-color: #da4353;
}
div#intro .intro_botonera .boton_intro:focus, div#intro .intro_botonera .boton_intro:visited {
  background-color: black;
}
div#intro .intro_botonera .boton_swipe {
  text-align: center;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#intro .intro_botonera .boton_swipe {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_swipe {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_swipe {
    width: 20vw;
  }
}
div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
  background-size: 55px;
  background-position: 1vh center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .icon-full, div#intro .intro_botonera .icon-musicon, div#intro .intro_botonera .icon-musicoff, div#intro .intro_botonera .icon-play {
    background-size: 80px;
  }
}
div#intro .intro_botonera .icono_swipe {
  width: 20vw;
  height: 12vh;
  margin-top: 3vh;
  margin-right: 5vw;
  background-image: url(../images/swipe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .icono_swipe {
    height: 10vh;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .icono_swipe {
    display: none;
  }
}

/* PORTADA */
div#portada {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1200px) {
  div#portada {
    width: 35vw !important;
  }
}
div#portada .portada_contenedor {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor {
    width: 35vw !important;
  }
}
div#portada .portada_contenedor .portada_imagen {
  width: 70vw;
  height: 70vh;
  background: url(../images/fantasy_cliente1.jpg) no-repeat;
  background-size: cover;
  border: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
  top: 20vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_imagen {
    width: 75vw;
    height: 68vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_imagen {
    height: 67vh;
    background: url(../images/fantasy_cliente1_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_imagen {
    width: 28vw;
  }
}
div#portada .portada_contenedor .portada_banda {
  width: 70vw;
  height: 14vh;
  background: url(../images/cinta.svg) no-repeat;
  background-size: contain;
  top: 13vh;
  background-position: right;
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_banda {
    width: 65vw;
    top: 12vh;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_banda {
    width: 23vw;
    height: 14vh;
  }
}
div#portada .portada_contenedor .portada_banda .portada_texto {
  text-align: center;
  margin-top: 2.5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_banda .portada_texto {
    margin-top: 2vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_banda .portada_texto {
    margin-top: 2vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_banda .portada_texto {
    margin-top: 1.2vh;
  }
}
div#portada .portada_contenedor .portada_banda .portada_texto h1 {
  overflow: hidden;
  white-space: nowrap;
  padding: 1.8vh;
  color: white;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_banda .portada_texto h1 {
    padding: 2.5vh;
  }
}
@media (min-width: 600px) {
  div#portada .portada_contenedor .portada_banda .portada_texto h1 {
    padding: 2.5vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_banda .portada_texto h1 {
    padding: 3vh;
    font-size: 5em;
  }
}
div#portada .portada_contenedor .portada_mariposas {
  position: absolute;
  width: 25vw;
  height: 20vh;
  bottom: 10vh;
  right: 3vw;
  background-image: url(../images/portada-mariposas.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .portada_contenedor .portada_mariposas {
    height: 16vh;
  }
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .portada_mariposas {
    width: 8vw;
    right: 0;
  }
}
div#portada .portada_contenedor .icon-avanzar {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5vw;
  top: 50vh;
}
@media (min-width: 1200px) {
  div#portada .portada_contenedor .icon-avanzar {
    width: 55px;
    height: 55px;
    right: 2vw;
  }
}

/* HISTORIA */
div#historia {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#historia {
    width: 35vw !important;
  }
}
div#historia .historia_texto {
  width: 60vw;
  height: 75vh;
}
@media (min-width: 600px) {
  div#historia .historia_texto {
    width: 40vh;
  }
}
div#historia .historia_texto h2 {
  margin-top: 4vh;
  margin-bottom: 0;
}
div#historia .historia_texto p {
  line-height: 1.4em;
}
div#historia .historia_texto .historia_titulo h1 {
  overflow: hidden;
  white-space: nowrap;
  padding-top: 3vh;
  margin-right: 5vw;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  margin-bottom: 5vh;
  margin-right: 3vw;
}
@media (min-width: 1200px) {
  div#historia .historia_texto .historia_titulo h1 {
    margin-right: 0;
  }
}

/* FECHA */
div#fecha {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#fecha {
    width: 35vw !important;
  }
}
div#fecha .banda {
  width: 80vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px) {
  div#fecha .banda {
    width: 30vw;
  }
}
div#fecha .banda2 {
  width: 20vw;
  height: 100vh;
  border-left: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
  right: 0vw;
  z-index: 10;
}
@media (min-width: 1200px) {
  div#fecha .banda2 {
    width: 5vw;
  }
}
div#fecha .fecha_imagen {
  width: 80vw;
  height: 50vh;
  background: url(../images/fantasy_cliente2.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  div#fecha .fecha_imagen {
    height: 55vh;
    background: url(../images/fantasy_cliente2_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_imagen {
    width: 30vw;
    height: 50vh;
  }
}
div#fecha .fecha_texto {
  width: 70vw;
  margin-top: 10vh;
  text-align: right;
  padding-left: 5vw;
  align-items: flex-end;
}
div#fecha .fecha_texto h3 {
  margin-bottom: 1vh;
  padding-right: 3vw;
}
div#fecha .fecha_texto h4 {
  padding-right: 3vw;
}
@media (min-width: 600px) {
  div#fecha .fecha_texto {
    margin-top: 10vh;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_texto {
    width: 25vw;
  }
  div#fecha .fecha_texto h3 {
    margin-bottom: 1vh;
    padding-right: 0vw;
  }
  div#fecha .fecha_texto h4 {
    padding-right: 0vw;
  }
}
div#fecha .fecha_boton .btn {
  width: 40vw;
}
@media (min-width: 600px) {
  div#fecha .fecha_boton .btn {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#fecha .fecha_boton .btn {
    width: 13vw;
  }
}

/* CONTADOR */
div#contador {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#contador {
    width: 35vw !important;
  }
}
div#contador .contador_texto {
  margin-top: 8vh;
}
div#contador .contador_texto h1 {
  margin-bottom: 0;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_texto h1 {
    margin-bottom: 2vh;
  }
}
div#contador .contador_numeros {
  width: 70vw;
  height: 60vh;
  margin-bottom: 5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador_numeros {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  div#contador .contador_numeros {
    width: 10vw;
  }
}
div#contador .contador {
  width: 50vw;
  height: 12vh;
  margin: 1vh 0;
  background: url(../images/cinta2.svg) no-repeat center;
  background-size: contain;
  font-family: looking-flowers-script, sans-serif;
  font-weight: 400;
  font-size: 2.8em;
  color: white;
  text-align: center;
  line-height: 0.7em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador {
    margin: 0;
  }
}
@media (min-width: 600px) {
  div#contador .contador {
    font-size: 3.8em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador {
    font-size: 3.5em;
    width: 20vw;
  }
}
div#contador .contador span {
  font-size: 0.4em;
  color: white;
}
@media (min-width: 600px) {
  div#contador .contador span {
    font-size: 0.4em;
  }
}
div#contador h3 {
  margin-bottom: -2vh;
  margin-left: 3vw;
}
@media (min-width: 1200px) {
  div#contador h1 {
    font-size: 4em;
  }
}

/* CEREMONIA */
div#ceremonia {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
div#ceremonia .banda {
  width: 80vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}
div#ceremonia .banda2 {
  width: 20vw;
  height: 100vh;
  border-left: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
  right: 0vw;
  z-index: 10;
}
div#ceremonia .ceremonia_imagen {
  width: 80vw;
  height: 50vh;
  background: url(../images/fantasy_cliente3.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_imagen {
    background: url(../images/fantasy_cliente3_tblp.jpg) no-repeat;
  }
}
div#ceremonia .ceremonia_texto {
  width: 70vw;
  margin-top: 6vh;
  text-align: right;
  padding-left: 5vw;
}
div#ceremonia .ceremonia_texto h4 {
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#ceremonia .ceremonia_texto {
    margin-top: 10vh;
  }
}

/* FIESTA */
div#fiesta {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#fiesta {
    width: 35vw !important;
  }
}
div#fiesta .banda {
  width: 70vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
}
@media (min-width: 1200px) {
  div#fiesta .banda {
    width: 30vw;
  }
}
div#fiesta .banda2 {
  width: 20vw;
  height: 100vh;
  border-right: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
  left: 0vw;
  z-index: 10;
}
@media (min-width: 900px) {
  div#fiesta .banda2 {
    width: 5vw;
  }
}
div#fiesta .fiesta_imagen {
  width: 80vw;
  height: 50vh;
  background: url(../images/fantasy_cliente3.jpg) no-repeat;
  background-size: 100% auto;
  margin-left: 20vw;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_imagen {
    height: 55vh;
    background: url(../images/fantasy_cliente3_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_imagen {
    width: 30vw;
    height: 50vh;
    margin-left: 5vw;
  }
}
div#fiesta .fiesta_texto {
  width: 75vw;
  margin-top: 10vh;
  margin-left: 20vw;
  text-align: left;
  padding-left: 8vw;
}
div#fiesta .fiesta_texto h3 {
  margin-bottom: 1vh;
  padding-left: 5vw;
}
div#fiesta .fiesta_texto p {
  padding-left: 5vw;
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_texto {
    width: 25vw;
    margin-left: 5vw;
    padding: 0 5vw 0 3vw;
  }
  div#fiesta .fiesta_texto h3 {
    padding-left: 2vw;
  }
  div#fiesta .fiesta_texto p {
    padding-left: 2vw;
  }
}
div#fiesta .fiesta_boton {
  padding-left: 3vw;
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_boton {
    padding-left: 1vw;
  }
}
div#fiesta .fiesta_boton .btn {
  width: 40vw;
}
@media (min-width: 600px) {
  div#fiesta .fiesta_boton .btn {
    width: 30vw;
  }
}
@media (min-width: 900px) {
  div#fiesta .fiesta_boton .btn {
    width: 18vw;
  }
}
@media (min-width: 1200px) {
  div#fiesta .fiesta_boton .btn {
    width: 13vw;
  }
}

/* HASHTAG */
div#hashtag {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#hashtag {
    width: 35vw !important;
  }
}
div#hashtag .hashtag_imagen {
  top: auto;
  left: auto;
  width: 100vw;
  height: 50vh;
  margin-top: 8vh;
  background: url(../images/fantasy_cliente7.jpg) no-repeat;
  background-size: 100% auto;
  border-bottom: solid 5px;
  border-top: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_imagen {
    background: url(../images/fantasy_cliente7_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_imagen {
    width: 35vw;
    margin-top: 10vh;
  }
}
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 {
  box-sizing: border-box;
  padding: 3vh 12vw 6vh;
  height: 42vh;
}
@media (min-width: 600px) {
  div#hashtag .hashtag_texto {
    padding: 5vh 25vw 8vh;
  }
  div#hashtag .hashtag_texto h2 {
    font-size: 4em;
  }
  div#hashtag .hashtag_texto p {
    margin-top: 3vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .hashtag_texto {
    padding: 5vh 8vw;
  }
  div#hashtag .hashtag_texto h2 {
    font-size: 3.6em;
  }
  div#hashtag .hashtag_texto p {
    margin-top: 1vh;
  }
}

/* REGALO */
div#regalo {
  width: 100vw;
  height: 100vh;
  padding: 17vh 13vw 10vh;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  div#regalo {
    padding: 17vh 20vw 10vh;
  }
}
@media (min-width: 1200px) {
  div#regalo {
    padding: 17vh 8vw 10vh;
    width: 35vw !important;
  }
}
div#regalo .regalo_texto {
  width: 100%;
  height: 100%;
  text-align: center;
}
div#regalo .regalo_texto h2 {
  font-size: 3.1em;
  margin-bottom: 3vh;
}
@media (min-width: 600px) {
  div#regalo .regalo_texto h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1200px) {
  div#regalo .regalo_texto h2 {
    font-size: 3.5em;
  }
}
div#regalo .regalo_texto p {
  margin-bottom: 2vh;
}
div#regalo div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  box-sizing: border-box;
}
div#regalo .btn {
  width: 65vw;
  margin-top: 2vh;
}
@media (min-width: 600px) {
  div#regalo .btn {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .btn {
    width: 20vw;
  }
}

/* CONFIRMACION */
div#confirmacion {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg7.jpg) no-repeat;
  background-size: cover;
  padding: 10vh 0;
}
@media (min-width: 1200px) {
  div#confirmacion {
    width: 35vw !important;
  }
}
div#confirmacion .confirmacion_banda {
  width: 75vw;
  height: 15vh;
  top: 7vh;
  z-index: 2;
  background: url(../images/cinta.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_banda {
    width: 70vw;
    top: 11vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_banda {
    width: 55vw;
    height: 15vh;
    top: 9vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_banda {
    width: 20vw;
    height: 14vh;
  }
}
div#confirmacion .confirmacion_banda .confirmacion_titulo {
  padding: 3vh 2vh;
  text-align: center;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_banda .confirmacion_titulo {
    padding: 4vh 2vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_banda .confirmacion_titulo {
    padding: 3vh 3vh;
  }
}
div#confirmacion .confirmacion_banda .confirmacion_titulo h2 {
  font-size: 2.8em;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_banda .confirmacion_titulo h2 {
    padding-top: 2.6vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_banda .confirmacion_titulo h2 {
    font-size: 4em;
    padding-top: 1.8vh;
  }
}
div#confirmacion .confirmacion_imagen {
  width: 75vw;
  height: 50vh;
  margin-top: 7vh;
  margin-bottom: 5vh;
  background: url(../images/fantasy_cliente6.jpg) no-repeat;
  background-size: cover;
  border: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .confirmacion_imagen {
    height: 45vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_imagen {
    background: url(../images/fantasy_cliente6_tblp.jpg) no-repeat;
    height: 48vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_imagen {
    width: 30vw;
    height: 50vh;
  }
}
div#confirmacion .confirmacion_texto {
  width: 70vw;
  text-align: center;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_texto {
    width: 60vw;
    margin-top: 1vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_texto {
    width: 20vw;
    margin-top: 1vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_boton {
    width: 15vw;
  }
}
div#confirmacion .confirmacion_boton .btn {
  width: 55vw;
}
@media (min-width: 600px) {
  div#confirmacion .confirmacion_boton .btn {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .confirmacion_boton .btn {
    width: 15vw;
  }
}

/* LOGO */
div#logo {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
@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: -20vh;
}
@media (min-width: 600px) {
  div#logo .icon-volver {
    width: 50px;
    height: 50px;
  }
}
div#logo p, div#logo a {
  color: #963c46;
  text-decoration: none;
}
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;
  }
}

/* HASHTAG */
div#playlist {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#playlist {
    width: 35vw !important;
  }
}
div#playlist .playlist_imagen {
  top: auto;
  left: auto;
  width: 100vw;
  height: 45vh;
  background: url(../images/fantasy_cliente5.jpg) no-repeat;
  background-size: 100% auto;
  border-bottom: solid 5px;
  border-top: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
}
@media (min-width: 600px) {
  div#playlist .playlist_imagen {
    background: url(../images/fantasy_cliente5_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_imagen {
    width: 35vw;
  }
}
div#playlist .playlist_texto {
  width: 100%;
  padding: 12vh 8vw 5vh;
  height: 47vh;
  box-sizing: border-box;
}
div#playlist .playlist_texto h2 {
  font-size: 3.1em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  div#playlist .playlist_texto {
    padding: 10vh 15vw 3vh;
  }
  div#playlist .playlist_texto h2 {
    font-size: 4em;
  }
  div#playlist .playlist_texto p {
    margin-top: 3vh;
  }
}
@media (min-width: 1200px) {
  div#playlist .playlist_texto {
    padding: 10vh 8vw 3vh;
  }
  div#playlist .playlist_texto h2 {
    font-size: 3.6em;
  }
}

/* HASHTAG */
div#dresscode {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#dresscode {
    width: 35vw !important;
  }
}
div#dresscode .dresscode_imagen {
  top: auto;
  left: auto;
  width: 100vw;
  height: 45vh;
  background: url(../images/fantasy_cliente4.jpg) no-repeat;
  background-size: 100% auto;
  border-bottom: solid 5px;
  border-top: solid 5px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 1%;
}
@media (min-width: 600px) {
  div#dresscode .dresscode_imagen {
    background: url(../images/fantasy_cliente4_tblp.jpg) no-repeat;
  }
}
@media (min-width: 1200px) {
  div#dresscode .dresscode_imagen {
    width: 35vw;
    margin-bottom: 10vh;
  }
}
div#dresscode .dresscode_texto {
  width: 100%;
  padding: 12vh 8vw 5vh;
  height: 47vh;
  box-sizing: border-box;
}
div#dresscode .dresscode_texto h2 {
  font-size: 3.1em;
  margin-bottom: 2vh;
}
@media (min-width: 600px) {
  div#dresscode .dresscode_texto {
    padding: 15vh 25vw 5vh;
  }
  div#dresscode .dresscode_texto h2 {
    font-size: 4em;
  }
  div#dresscode .dresscode_texto p {
    margin-top: 3vh;
  }
}
@media (min-width: 1200px) {
  div#dresscode .dresscode_texto {
    padding: 15vh 5vw 5vh;
  }
  div#dresscode .dresscode_texto h2 {
    font-size: 3.6em;
  }
}

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

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

.atcb-list {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 40vw;
  z-index: 900;
  border: #963c46 solid 1px;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 13vw;
  }
}

.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: #963c46;
}

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

/* COVID */
.swiper-wrapper .swiper-slide-active .covid_texto h2 {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca, .swiper-wrapper .swiper-slide-active .covid_texto p#manos, .swiper-wrapper .swiper-slide-active .covid_texto p#distancia, .swiper-wrapper .swiper-slide-active .covid_texto p#vaso, .swiper-wrapper .swiper-slide-active .covid_texto p#sintomas, .swiper-wrapper .swiper-slide-active .covid_texto p#vacuna {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#vacuna {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#manos {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#distancia {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#vaso {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#sintomas {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

div#covid {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 130%;
  background-position-y: -10vh;
  background-position-x: -10vw;
}
@media (min-width: 600px) {
  div#covid {
    background-size: 100%;
    background-position-x: 0;
  }
}
@media (min-width: 1200px) {
  div#covid {
    width: 35vw !important;
  }
}
div#covid .covid_texto {
  width: 75vw;
  height: 75vh;
}
@media (min-width: 600px) {
  div#covid .covid_texto {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_texto {
    width: 22vw;
  }
}
div#covid .covid_texto .covid_titulo {
  padding-top: 1vh;
  margin-bottom: 1vh;
  margin-top: 5vh;
  text-align: center;
}
div#covid .covid_items {
  width: 100%;
  text-align: center;
  margin-top: 1vh;
}
div#covid .covid_items p {
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center left;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_items p {
    background-size: 13%;
    padding-left: 18%;
    margin-bottom: 1.2vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_items p {
    background-size: 13%;
    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);
}

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

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

.contenedor_tituloform {
  margin-top: 7vh;
  margin-bottom: 3vh;
  padding: 0 5vw;
}
.contenedor_tituloform h1 {
  font-size: 3.5em;
}
@media (min-width: 600px) {
  .contenedor_tituloform h1 {
    font-size: 5em;
  }
}
.contenedor_tituloform h3 {
  font-size: 3em;
}
@media (max-width: 600px) and (min-height: 700px) {
  .contenedor_tituloform h3 {
    font-size: 3.3em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h3 {
    font-size: 4em;
  }
}

.contenedor_cognito {
  padding: 0 12vw;
}
@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: #963c46 !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: #da4353 !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: nunito-sans, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #963c46 !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 #da4353 !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 #da4353 !important;
}

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

html .cog-checkable .el-radio {
  border: #963c46 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 #da4353 !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: nunito-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 #da4353 !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: #da4353 !important;
  color: white !important;
}

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

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

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

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

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #963c46 !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: #963c46 !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: 1em;
  font-style: normal;
  color: #963c46;
  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;
  margin-bottom: 5vh;
}
.contenedor_logo .logo_az {
  background-image: url(../images/logo_az_andoinvitando.svg);
}
.contenedor_logo .logo_bl {
  background-image: url(../images/logo_bl_andoinvitando.svg);
}

@-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: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-moz-keyframes pan1_largecel {
  0% {
    background-position: 10% 50%;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@keyframes pan1_largecel {
  0% {
    background-position: 10% 50%;
    background-size: 130%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 115%;
  }
}
@-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: -20px -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: -20px -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: -20px -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 growUp {
  from {
    width: 0;
  }
  to {
    width: 80vw;
  }
}
@-moz-keyframes growUp {
  from {
    width: 0;
  }
  to {
    width: 80vw;
  }
}
@keyframes growUp {
  from {
    width: 0;
  }
  to {
    width: 80vw;
  }
}
@-webkit-keyframes growUp_dkt {
  from {
    width: 0;
  }
  to {
    width: 30vw;
  }
}
@-moz-keyframes growUp_dkt {
  from {
    width: 0;
  }
  to {
    width: 30vw;
  }
}
@keyframes growUp_dkt {
  from {
    width: 0;
  }
  to {
    width: 30vw;
  }
}
@-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 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: 105%;
  }
}
@-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: 105%;
  }
}
@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: 105%;
  }
}
@-webkit-keyframes fadeoff2 {
  0% {
    background-position: left -1px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center 0;
    background-size: 100%;
  }
}
@-moz-keyframes fadeoff2 {
  0% {
    background-position: left -1px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center 0;
    background-size: 100%;
  }
}
@keyframes fadeoff2 {
  0% {
    background-position: left -1px;
    background-size: 115%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    background-position: center 0;
    background-size: 100%;
  }
}
body {
  background-color: #e9ddde;
}

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

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

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

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

.mascara2 {
  background: url(../images/mascara2.png) no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  .mascara2 {
    background: url(../images/mascara2_lc.png);
  }
}

.mascara3 {
  background: url(../images/mascara3.png) no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  .mascara3 {
    background: url(../images/mascara3_lc.png);
  }
}

.mascara4 {
  background: url(../images/mascara4.png) no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  .mascara4 {
    background: url(../images/mascara4_lc.png);
  }
}

.mascara5 {
  background: url(../images/mascara5.png) no-repeat;
}
@media (max-width: 600px) and (min-height: 700px) {
  .mascara5 {
    background: url(../images/mascara5_lc.png);
  }
}

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