@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css?family=Delius+Unicase:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush&display=swap");
body {
  margin: 0;
  padding: 0;
}

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

/*MEDIA QUERYS*/
/*PREFIXES*/
/*COLORES*/
/*IMAGENES*/
/* CELULAR */
/* TABLET PORTRAIT */
/* TABLET LANDSCAPE */
/*IMAGENES CLIENTE*/
/*FONDOS*/
.bg_color1 {
  background-color: black;
}
.bg_color1 h1, .bg_color1 h2, .bg_color1 h3, .bg_color1 h4, .bg_color1 p {
  color: white;
}

.bg_color2 {
  background-color: white;
}
.bg_color2 h1, .bg_color2 h2, .bg_color2 h3, .bg_color2 h4, .bg_color2 p {
  color: black;
}

.bg_color3 {
  background-color: #fbd9db;
}
.bg_color3 h1, .bg_color3 h2, .bg_color3 h3, .bg_color3 h4, .bg_color3 p {
  color: black;
}

.bg_color4 {
  background-color: #f4a2bf;
}
.bg_color4 h1, .bg_color4 h2, .bg_color4 h3, .bg_color4 h4, .bg_color4 p {
  color: black;
}

.bg_color5 {
  background-color: #f5a9ad;
}
.bg_color5 h1, .bg_color5 h2, .bg_color5 h3, .bg_color5 h4, .bg_color5 p {
  color: black;
}

.bg_imagen_cliente1 {
  background: url(../images/park_cliente1.jpg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 600px) and (min-height: 700px) {
  .bg_imagen_cliente1 {
    background-size: 118% auto;
    background-position-x: center;
  }
}
@media (min-width: 600px) {
  .bg_imagen_cliente1 {
    background: url(../images/park_cliente1_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

.bg_imagen_cliente2 {
  background: url(../images/park_cliente2.jpg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 600px) and (min-height: 700px) {
  .bg_imagen_cliente2 {
    background-position-y: 5vh;
  }
}
@media (min-width: 600px) {
  .bg_imagen_cliente2 {
    background: url(../images/park_cliente2_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

.bg_imagen_cliente3 {
  background: url(../images/park_cliente3.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .bg_imagen_cliente3 {
    background: url(../images/park_cliente3_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

.bg_imagen_cliente4 {
  background: url(../images/park_cliente4.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .bg_imagen_cliente4 {
    background: url(../images/park_cliente4_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

.bg_imagen_cliente5 {
  background: url(../images/park_cliente5.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .bg_imagen_cliente5 {
    background: url(../images/park_cliente5_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

.bg_imagen_cliente6 {
  background: url(../images/park_cliente6.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .bg_imagen_cliente6 {
    background: url(../images/park_cliente6_tblp.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: -10vh;
  }
}

.bg_imagen_cliente7 {
  background: url(../images/park_cliente7.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 600px) {
  .bg_imagen_cliente7 {
    background: url(../images/park_cliente7_tblp.jpg) no-repeat;
    background-size: 100% auto;
  }
}

/*CONTENEDORES*/
.contenedor100 {
  width: 100%;
  height: 100%;
}

.contenedor60 {
  width: 60%;
  height: 60%;
}

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

/* HIDDEN */
.hid {
  overflow: hidden;
}

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

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

.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;
}
@media (min-width: 1200px) {
  .alt100 {
    width: 35vw;
  }
}

.alt125 {
  width: 100vw;
  height: 125vh;
}
@media (min-width: 1200px) {
  .alt125 {
    width: 35vw;
  }
}

.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;
}

.aliself_center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.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;
}

/*TEXT*/
h1 {
  font-family: "Pacifico", cursive;
  font-weight: 100;
  margin-bottom: 2vh;
}

h2, h3, h4, a.btn {
  font-family: "Delius Unicase", cursive;
  font-weight: 400;
}

h5, p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2em;
  line-height: 1em;
}
@media (min-width: 600px) {
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2.1em;
  line-height: 1em;
}
@media (min-width: 600px) {
  h2 {
    font-size: 3em;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.8em;
  }
}

h3 {
  font-size: 1.4em;
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
@media (min-width: 600px) {
  h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 900px) {
  h4 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.6em;
  }
}

h5 {
  font-size: 1em;
}
@media (min-width: 600px) {
  h5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.2em;
  }
}

p {
  font-size: 0.9em;
  line-height: 1.4em;
}
@media (max-width: 600px) and (min-height: 700px) {
  p {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.1em;
  }
}

.bold {
  font-weight: 500;
}

/*BOTONES*/
.btn {
  width: 60vw;
  height: auto;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3rem 0.75rem;
  font-size: 0.9em;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  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 (min-width: 600px) {
  .btn {
    height: auto;
    width: 40vw;
  }
}
@media (min-width: 900px) {
  .btn {
    height: auto;
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 20vw;
  }
}

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

.btn_primario:hover {
  background-color: black;
  color: white;
}

.btn_secundario, .btn_secundario:visited {
  background-color: #fbd9db;
  color: black;
}

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

.btn_terciario, .btn_terciario:visited {
  background-color: #fbd9db;
  color: black;
}

.btn_terciario:hover {
  background-color: #f5a9ad;
  color: black;
}

/*MÁRGENES*/
.mt-2 {
  margin-top: -2vh;
}

.mt1 {
  margin-top: 1vh;
}

.mt2 {
  margin-top: 2vh;
}

.mb2 {
  margin-bottom: 2vh;
}

.mt5 {
  margin-top: 5vh;
}

@media (min-width: 600px) {
  div.contenedor_fs.mt5 {
    margin-top: 2.5vh;
  }
}

.mb5 {
  margin-bottom: 5vh;
}

.mr5 {
  margin-right: 5vw;
}

.mt8 {
  margin-top: 8vh;
}

.mt-10 {
  margin-top: -10vh;
}
@media (min-width: 900px) {
  .mt-10 {
    margin-top: -15vh;
  }
}
@media (min-width: 1200px) {
  .mt-10 {
    margin-top: -20vh;
  }
}

.mt10 {
  margin-top: 10vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.ml10 {
  margin-left: 10vw;
}

.mr10 {
  margin-right: 10vh;
}

.m15 {
  margin: 15vh 15vw;
}

.ml15 {
  margin-left: 15vw;
}

.mr15 {
  margin-right: 15vw;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.mt25 {
  margin-top: 25vh;
}

.mb25 {
  margin-bottom: 25vh;
}

.m30 {
  margin: 30vh 30vw;
}

.mt30 {
  margin-top: 30vh;
}

.mt40 {
  margin-top: 40vh;
}

.mt50 {
  margin-top: 50vh;
}

.mt60 {
  margin-top: 60vh;
}

.mt65 {
  margin-top: 63vh;
}

.pt2 {
  padding-top: 2vh;
}

.pt5 {
  padding-top: 5vh;
}

.pl5 {
  padding-left: 5vw;
}
@media (min-width: 600px) {
  .pl5 {
    padding-left: 15vw;
  }
}

.pr5 {
  padding-right: 5vw;
}
@media (min-width: 600px) {
  .pr5 {
    padding-right: 15vw;
  }
}

.pb5 {
  padding-bottom: 5vh;
}

.pt8 {
  padding-top: 8vw;
}

.p10 {
  padding: 10px;
}

.pl10 {
  padding-left: 10vw;
}

.pr10 {
  padding-right: 10vw;
}

.pt10 {
  padding-top: 10vh;
}

.pb10 {
  padding-bottom: 10vh;
}

.p20 {
  padding: 20px;
}
@media (min-width: 600px) {
  .p20 {
    padding: 40px;
  }
}

.pt20 {
  padding-top: 20vh;
}

.pb20 {
  padding-bottom: 20vh;
}

.pl20 {
  padding-left: 20vw;
}

.pr20 {
  padding-right: 20vw;
}

.p30 {
  padding: 30px;
}
@media (min-width: 600px) {
  .p30 {
    padding: 50px;
  }
}

.pt50 {
  padding-top: 50vh;
}

@-webkit-keyframes growLeft {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20vw;
  }
}
@-moz-keyframes growLeft {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20vw;
  }
}
@keyframes growLeft {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 20vw;
  }
}
@-webkit-keyframes animateArrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@-moz-keyframes animateArrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@keyframes animateArrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.swiper-wrapper .swiper-slide-active h1, .swiper-wrapper .swiper-slide-active h2 {
  -webkit-animation: flipInX 0.8s 1 both;
  -moz-animation: flipInX 0.8s 1 both;
  -o-animation: flipInX 0.8s 1 both;
  animation: flipInX 0.8s 1 both;
}
.swiper-wrapper .swiper-slide-active h3 {
  -webkit-animation: flipInY 0.8s 1 both;
  -moz-animation: flipInY 0.8s 1 both;
  -o-animation: flipInY 0.8s 1 both;
  animation: flipInY 0.8s 1 both;
}
.swiper-wrapper .swiper-slide-active p, .swiper-wrapper .swiper-slide-active h4 {
  -webkit-animation: bounceIn 1s 1 both;
  -moz-animation: bounceIn 1s 1 both;
  -o-animation: bounceIn 1s 1 both;
  animation: bounceIn 1s 1 both;
}
.swiper-wrapper .swiper-slide-active a.boton_primario {
  -webkit-animation: flipInX 0.8s 1 both;
  -moz-animation: flipInX 0.8s 1 both;
  -o-animation: flipInX 0.8s 1 both;
  animation: flipInX 0.8s 1 both;
}
.swiper-wrapper div#intro.swiper-slide-active .fs_icon, .swiper-wrapper div#intro.swiper-slide-active .play_icon, .swiper-wrapper div#intro.swiper-slide-active .pause_icon, .swiper-wrapper div#intro.swiper-slide-active .music_icon {
  -webkit-animation: bounceIn 1s 1 both;
  -moz-animation: bounceIn 1s 1 both;
  -o-animation: bounceIn 1s 1 both;
  animation: bounceIn 1s 1 both;
}
.swiper-wrapper div#intro.swiper-slide-active .fs_icon {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper div#intro.swiper-slide-active .music_icon, .swiper-wrapper div#intro.swiper-slide-active .pause_icon {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper div#intro.swiper-slide-active .play_icon {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper div#intro.swiper-slide-active .boton_swipe {
  -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: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper div#intro.swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInUpShort 2s infinite both;
  -moz-animation: fadeInUpShort 2s infinite both;
  -o-animation: fadeInUpShort 2s infinite both;
  animation: fadeInUpShort 2s infinite both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper div#portada.swiper-slide-active .circulop2 {
  -webkit-animation: bounceInDown 1s 1 both;
  -moz-animation: bounceInDown 1s 1 both;
  -o-animation: bounceInDown 1s 1 both;
  animation: bounceInDown 1s 1 both;
}
.swiper-wrapper div#portada.swiper-slide-active .circulop {
  -webkit-animation: bounceInDown 1s 1 both;
  -moz-animation: bounceInDown 1s 1 both;
  -o-animation: bounceInDown 1s 1 both;
  animation: bounceInDown 1s 1 both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper div#portada.swiper-slide-active h1 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper div#portada.swiper-slide-active h2 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper div#portada.swiper-slide-active .arrow {
  -webkit-animation: fadeInDown 1.2s infinite both;
  -moz-animation: fadeInDown 1.2s infinite both;
  -o-animation: fadeInDown 1.2s infinite both;
  animation: fadeInDown 1.2s infinite both;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper div#historia.swiper-slide-active h3 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper div#historia.swiper-slide-active h1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper div#historia.swiper-slide-active p {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#cuando.swiper-slide-active .circuloc {
  -webkit-animation: bounceInLeft 1s 1 both;
  -moz-animation: bounceInLeft 1s 1 both;
  -o-animation: bounceInLeft 1s 1 both;
  animation: bounceInLeft 1s 1 both;
}
.swiper-wrapper div#cuando.swiper-slide-active h1 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#cuando.swiper-slide-active h2 {
  -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: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper div#cuando.swiper-slide-active h3 {
  -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: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper div#cuando.swiper-slide-active .btn_primario {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador {
  -webkit-animation: bounceInDown 1s 1 both;
  -moz-animation: bounceInDown 1s 1 both;
  -o-animation: bounceInDown 1s 1 both;
  animation: bounceInDown 1s 1 both;
}
.swiper-wrapper div#contador.swiper-slide-active h1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #days, .swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #min, .swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #hours, .swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #seg {
  -webkit-animation: bounceIn 0.8s 1 both;
  -moz-animation: bounceIn 0.8s 1 both;
  -o-animation: bounceIn 0.8s 1 both;
  animation: bounceIn 0.8s 1 both;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #days {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #hours {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #min {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper div#contador.swiper-slide-active .contenedor_contador_numeros #seg {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.swiper-wrapper div#donde.swiper-slide-active h1 {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper div#donde.swiper-slide-active h3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper div#donde.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#donde.swiper-slide-active .btn_secundario {
  -webkit-animation: bounceInRight 1s 1 both;
  -moz-animation: bounceInRight 1s 1 both;
  -o-animation: bounceInRight 1s 1 both;
  animation: bounceInRight 1s 1 both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#hashtag.swiper-slide-active h3 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper div#hashtag.swiper-slide-active h1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper div#hashtag.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#hashtag.swiper-slide-active .btn_secundario {
  -webkit-animation: bounceInLeft 1s 1 both;
  -moz-animation: bounceInLeft 1s 1 both;
  -o-animation: bounceInLeft 1s 1 both;
  animation: bounceInLeft 1s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper div#playlist.swiper-slide-active .circulopl {
  -webkit-animation: bounceInLeft 1s 1 both;
  -moz-animation: bounceInLeft 1s 1 both;
  -o-animation: bounceInLeft 1s 1 both;
  animation: bounceInLeft 1s 1 both;
}
.swiper-wrapper div#playlist.swiper-slide-active h1 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#playlist.swiper-slide-active h3 {
  -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: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper div#playlist.swiper-slide-active .btn_primario {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper div#playlist.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper div#regalo.swiper-slide-active h3 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper div#regalo.swiper-slide-active h4 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#regalo.swiper-slide-active h1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper div#regalo.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper div#regalo.swiper-slide-active a.btn_primario {
  -webkit-animation: bounceIn 1s 1 both;
  -moz-animation: bounceIn 1s 1 both;
  -o-animation: bounceIn 1s 1 both;
  animation: bounceIn 1s 1 both;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper div#confirmacion.swiper-slide-active h1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper div#confirmacion.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper div#confirmacion.swiper-slide-active a.btn_primario {
  -webkit-animation: bounceIn 1s 1 both;
  -moz-animation: bounceIn 1s 1 both;
  -o-animation: bounceIn 1s 1 both;
  animation: bounceIn 1s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper div#logo.swiper-slide-active img.logo {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-wrapper div#logo.swiper-slide-active p {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper div#logo.swiper-slide-active .top_icon {
  -webkit-animation: bounceIn 1s 1 both;
  -moz-animation: bounceIn 1s 1 both;
  -o-animation: bounceIn 1s 1 both;
  animation: bounceIn 1s 1 both;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

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

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

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 4vh;
  right: 0;
  width: 45vw;
  z-index: 900;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 33vw;
  }
}
@media (min-width: 900px) {
  .atcb-list {
    width: 20vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 10vw;
  }
}

.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: black;
  letter-spacing: 0.1em;
  text-align: right;
}

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

/*Intro*/
#intro .bgi_1 {
  width: 101vw;
  min-height: 30vh;
  background: url(../images/svg/bgi_1.svg) no-repeat bottom right;
  background-size: contain;
  bottom: 0;
}
@media (min-width: 600px) {
  #intro .bgi_1 {
    background-image: url(../images/svg/bgi_1_tblp.svg);
  }
}
@media (min-width: 900px) {
  #intro .bgi_1 {
    background-image: url(../images/svg/bgi_1_tbll.svg);
  }
}
@media (min-width: 1200px) {
  #intro .bgi_1 {
    width: 36vw;
  }
}
#intro .intro_botonera {
  width: 100%;
}
#intro .intro_botonera .boton_intro {
  min-width: 50vw;
  min-height: 6vh;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  border-radius: 40px;
  margin: 15px;
  position: relative;
  padding-left: 75px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1200px) {
  #intro .intro_botonera .boton_intro {
    min-width: 20vw;
  }
}
#intro .intro_botonera .boton_intro:hover {
  background-color: white;
}
#intro .intro_botonera .boton_intro:focus, #intro .intro_botonera .boton_intro:visited {
  background-color: rgba(255, 255, 255, 0.3);
}
#intro .intro_botonera .boton_swipe {
  min-width: 50vw;
  min-height: 11vh;
  color: black;
  text-align: center;
  padding: 15px;
  margin: 15px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 600px) {
  #intro .intro_botonera .boton_swipe {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  #intro .intro_botonera .boton_swipe {
    min-width: 20vw;
  }
}
#intro .intro_botonera .music_icon, #intro .intro_botonera .pause_icon, #intro .intro_botonera .fs_icon, #intro .intro_botonera .play_icon {
  background-size: 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
#intro .intro_botonera .music_icon {
  background-image: url(../images/svg/music.svg);
}
#intro .intro_botonera .pause_icon {
  background-image: url(../images/svg/pause.svg);
}
#intro .intro_botonera .fs_icon {
  background-image: url(../images/svg/fit-screen.svg);
}
#intro .intro_botonera .play_icon {
  background-image: url(../images/svg/play.svg);
}
#intro .icono_swipe {
  height: 12vh;
  margin-top: 5vh;
  background-image: url(../images/svg/swipe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #intro .icono_swipe {
    height: 10vh;
  }
}
@media (min-width: 1200px) {
  #intro .icono_swipe {
    display: none;
  }
}

/*portada*/
div#portada .circulop {
  height: 190px;
  width: 190px;
  border-radius: 100%;
  background-color: #fbd9db;
  z-index: 110;
  top: 10vh;
  left: 8vw;
  padding: 5vh 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#portada .circulop {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  div#portada .circulop {
    padding: 2vh 2vw;
    left: 2.5vw;
    top: 6vh;
  }
}
div#portada .circulop h1 {
  margin-bottom: 0.5vh;
}
div#portada .circulop2 {
  height: 190px;
  width: 190px;
  border-radius: 100%;
  background-color: black;
  z-index: 109;
  top: 9vh;
  left: 11vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#portada .circulop2 {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  div#portada .circulop2 {
    left: 3.5vw;
    top: 5vh;
  }
}
div#portada .bgp_1 {
  width: 100vw;
  min-height: 50vh;
  background: url(../images/svg/bgp_1.svg) no-repeat top right;
  background-size: contain;
  z-index: 100;
}
@media (min-width: 600px) {
  div#portada .bgp_1 {
    background-image: url(../images/svg/bgp_1_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#portada .bgp_1 {
    width: 35vw;
    min-height: 60vh;
    top: -5vh;
  }
}
div#portada .bgp_2 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgp_2.svg) no-repeat bottom;
  left: -0.5vw;
  background-size: contain;
  bottom: 25vh;
  z-index: 100;
}
@media (min-width: 1200px) {
  div#portada .bgp_2 {
    width: 35vw;
    min-height: 50vh;
    left: 0;
    bottom: 24vh;
  }
}
div#portada .bgp_2aph {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgp_2aph.svg) no-repeat bottom;
  left: -0.5vw;
  background-size: contain;
  bottom: 25vh;
  z-index: 90;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  div#portada .bgp_2aph {
    width: 35vw;
    min-height: 50vh;
    left: 0;
    bottom: 24vh;
  }
}
div#portada .arrow {
  position: absolute;
  bottom: 30vh;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/arrow.svg);
  background-size: contain;
  z-index: 120;
}
@media (min-width: 600px) {
  div#portada .arrow {
    width: 60px;
    height: 60px;
    bottom: 32vh;
  }
}
@media (min-width: 900px) {
  div#portada .arrow {
    width: 50px;
    height: 50px;
    bottom: 30vh;
  }
}

/*historia*/
div#historia .bgh_1 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgh_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#historia .bgh_1 {
    background-image: url(../images/svg/bgh_1_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#historia .bgh_1 {
    width: 35vw;
    left: 0;
    top: -5vh;
  }
}
div#historia .bgh_1aph {
  width: 101vw;
  min-height: 65vh;
  background: url(../images/svg/bgh_1aph.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
}
@media (min-width: 600px) {
  div#historia .bgh_1aph {
    background-image: url(../images/svg/bgh_1aph_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#historia .bgh_1aph {
    width: 35vw;
    left: 0;
    top: -5vh;
  }
}
div#historia .bgh_2 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgh_2.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
}
@media (min-width: 1200px) {
  div#historia .bgh_2 {
    width: 35vw;
    left: 0;
  }
}
div#historia .bgh_3 {
  width: 75vw;
  height: 20vh;
  margin-top: 6vh;
  background: url(../images/svg/bgh_3.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  div#historia .bgh_3 {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  div#historia .bgh_3 {
    margin-top: 8vh;
    width: 12vw;
    height: 20vh;
  }
}
div#historia .contenido_historia {
  box-sizing: border-box;
  padding: 10vh 10vw;
}
@media (min-width: 1200px) {
  div#historia .contenido_historia {
    padding: 10vh 5vw 0 5vw;
  }
}

/*cuando*/
div#cuando .circuloc {
  height: 260px;
  width: 260px;
  border-radius: 100%;
  background-color: #fbd9db;
  z-index: 110;
  top: 10vh;
  left: -15vw;
  padding: 5vh 5vw 5vh 15vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#cuando .circuloc {
    height: 420px;
    width: 420px;
    top: 5vh;
    left: -10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1200px) {
  div#cuando .circuloc {
    height: 350px;
    width: 350px;
    left: -2vw;
    padding-left: 5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
div#cuando .circuloc h3 {
  letter-spacing: 0.1em;
}
div#cuando .bgc_1 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgc_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#cuando .bgc_1 {
    background-image: url(../images/svg/bgc_1_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#cuando .bgc_1 {
    width: 35vw;
    left: 0;
    top: -10vh;
  }
}
div#cuando .bgc_2 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgc_2.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
}
@media (min-width: 1200px) {
  div#cuando .bgc_2 {
    width: 35vw;
    left: 0;
  }
}
div#cuando .bgc_2aph {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgc_2aph.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
  bottom: 24vh;
}
@media (min-width: 1200px) {
  div#cuando .bgc_2aph {
    width: 35vw;
    left: 0;
  }
}
div#cuando .btn {
  width: 44vw;
  padding-right: 7vw;
  text-align: right;
  margin-top: 0.3em;
  border-top-left-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#cuando .btn {
    width: 32vw;
    height: 4vh;
    padding-right: 5vw;
    padding-top: 0.7vh;
    margin-top: 1em;
  }
}
@media (min-width: 1200px) {
  div#cuando .btn {
    width: 12vw;
    margin-right: 2vw;
    padding-right: 3vw;
  }
}

/* CONTADOR */
div#contador .bgcr_1 {
  width: 101vw;
  min-height: 30vh;
  background: #f5a9ad url(../images/svg/bgcr_1.svg) no-repeat center;
  background-size: contain;
  left: -0.5vw;
}
@media (min-width: 1200px) {
  div#contador .bgcr_1 {
    width: 35vw;
    background-size: contain;
    left: 0;
  }
}
div#contador .contenedor_contador {
  width: 50vw;
  height: 85vh;
  padding: 10vh 0;
  border-radius: 1000px;
  z-index: 100;
}
div#contador .contenedor_contador h1 {
  font-size: 2.5em;
}
@media (min-width: 600px) {
  div#contador .contenedor_contador {
    width: 40vw;
  }
  div#contador .contenedor_contador h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contenedor_contador {
    width: 15vw;
  }
}
div#contador .contenedor_contador_numeros {
  width: 70vw;
  height: 55vh;
  margin-bottom: 3vh;
}
div#contador .contenedor_contador_numeros div#seg {
  border-bottom: none;
}
@media (min-width: 1200px) {
  div#contador .contenedor_contador_numeros {
    width: 15vw;
  }
}
div#contador .contador {
  width: 30vw;
  height: 15vh;
  margin: 1vh 0;
  border-bottom: dotted white 2px;
  font-family: "Delius Unicase", cursive;
  font-weight: normal;
  font-size: 2em;
  color: white;
  text-align: center;
  line-height: 0.9em;
  padding: 1vh 0 2vh 0;
}
@media (min-width: 600px) {
  div#contador .contador {
    width: 25vw;
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador {
    width: 10vw;
  }
}
div#contador .contador span {
  font-family: "Delius Unicase", cursive;
  font-weight: 400;
  font-size: 0.5em;
  color: white;
}

/*donde*/
div#donde .bgd_1 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgd_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#donde .bgd_1 {
    background-image: url(../images/svg/bgd_1_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#donde .bgd_1 {
    top: 0;
    width: 35vw;
    left: 0;
  }
}
div#donde .bgd_2 {
  width: 101vw;
  min-height: 30vh;
  background: url(../images/svg/bgd_2.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
}
@media (min-width: 1200px) {
  div#donde .bgd_2 {
    width: 35.1vw;
    left: -0.1vw;
  }
}
div#donde .bgd_2aph {
  width: 101vw;
  min-height: 30vh;
  background: url(../images/svg/bgd_2aph.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
  bottom: 24vh;
}
@media (min-width: 1200px) {
  div#donde .bgd_2aph {
    bottom: 20vh;
    width: 35vw;
  }
}
div#donde .bgd_3 {
  width: 24vw;
  height: 20vh;
  margin-top: 6vh;
  background: url(../images/svg/bgd_3.svg) no-repeat right;
  background-size: contain;
  align-self: right;
}
@media (min-width: 600px) {
  div#donde .bgd_3 {
    margin-top: 5vh;
  }
}
@media (min-width: 1200px) {
  div#donde .bgd_3 {
    margin-top: 3vh;
  }
}
div#donde .contenido_donde {
  width: 78vw;
  padding: 10vh 16vw 10vh 10vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#donde .contenido_donde {
    padding: 10vh 10vw 10vh 15vw;
  }
}
@media (min-width: 1200px) {
  div#donde .contenido_donde {
    padding: 8vh 4vw 0 4vw;
    width: 28vw;
  }
}
div#donde .btn {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: 13vh;
  right: -10vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 101;
}
@media (min-width: 600px) {
  div#donde .btn {
    width: 150px;
    height: 150px;
    padding: 5vh 3vw 3vh 3vw;
    top: 10vh;
  }
}
@media (min-width: 1200px) {
  div#donde .btn {
    top: 8vh;
    padding: 5vh 2vw;
  }
}

/*hashtag*/
div#hashtag .bgha_1 {
  width: 101vw;
  min-height: 70vh;
  background: url(../images/svg/bgha_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#hashtag .bgha_1 {
    background-image: url(../images/svg/bgha_1_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#hashtag .bgha_1 {
    width: 35vw;
    left: 0;
    top: 0;
  }
}
div#hashtag .bgha_1aph {
  width: 101vw;
  min-height: 75vh;
  background: url(../images/svg/bgha_1aph.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
  top: 0;
}
@media (min-width: 600px) {
  div#hashtag .bgha_1aph {
    background-image: url(../images/svg/bgha_1aph_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#hashtag .bgha_1aph {
    top: 0;
    width: 35vw;
    left: 0;
  }
}
div#hashtag .bgha_2 {
  width: 101vw;
  min-height: 30vh;
  background: url(../images/svg/bgha_2.svg) no-repeat bottom left;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
}
@media (min-width: 1200px) {
  div#hashtag .bgha_2 {
    width: 35vw;
    left: 0;
    min-height: 40vh;
  }
}
div#hashtag .contenido_hashtag {
  width: 60vw;
  height: 50vh;
  padding: 10vh 10vw;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
@media (min-width: 600px) {
  div#hashtag .contenido_hashtag {
    padding-right: 15vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenido_hashtag {
    padding: 8vh 4vw 0 0;
    width: 16vw;
  }
}
div#hashtag p#hash {
  position: absolute;
  z-index: 120;
}
div#hashtag .btn {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  top: 17vh;
  left: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.5em;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  div#hashtag .btn {
    height: 250px;
    width: 250px;
    left: 10vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .btn {
    font-size: 1.8em;
    top: 8vh;
    left: 3vw;
    padding: 6vh 3vw;
  }
}

div#playlist .circulopl {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  background-color: #f5a9ad;
  z-index: 110;
  top: 45vh;
  left: -10vw;
  padding: 5vh 12vw 5vh 15vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .circulopl {
    top: 55vh;
  }
}
@media (min-width: 600px) {
  div#playlist .circulopl {
    height: 420px;
    width: 420px;
    top: 50vh;
    left: -10vw;
    padding: 5vh 6vw 5vh 5vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .circulopl {
    left: -2.5vw;
    height: 380px;
    width: 380px;
  }
}
div#playlist .circulopl h1 {
  margin-bottom: 0;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .circulopl h1 {
    font-size: 2.3em;
  }
}
div#playlist .circulopl h3 {
  font-size: 1.6em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .circulopl h3 {
    font-size: 1.8em;
  }
}
div#playlist .circulopl a {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  div#playlist .circulopl a {
    font-size: 0.9em;
  }
}
div#playlist .bgpl_1 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgpl_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#playlist .bgpl_1 {
    top: -5vh;
  }
}
@media (min-width: 1200px) {
  div#playlist .bgpl_1 {
    top: -2vh;
    width: 35vw;
    left: 0;
  }
}
div#playlist .bgpl_2 {
  width: 101vw;
  min-height: 38vh;
  background: url(../images/svg/bgpl_2.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
}
@media (min-width: 600px) {
  div#playlist .bgpl_2 {
    bottom: 15vh;
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  div#playlist .bgpl_2 {
    background-position: top;
    background-size: 100%;
    min-height: 25vh;
    bottom: 24vh;
    width: 35vw;
    left: 0;
  }
}
div#playlist .bgpl_2 .contenido_playlist {
  padding: 30vh 10vw 10vh 10vw;
  text-align: right;
}
@media (min-width: 600px) {
  div#playlist .bgpl_2 .contenido_playlist {
    padding: 28vh 10vw 8vh 10vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .bgpl_2 .contenido_playlist {
    padding: 20vh 4vw 10vh 15vw;
  }
}
div#playlist .bgpl_2aph {
  width: 101vw;
  min-height: 38vh;
  background: url(../images/svg/bgpl_2aph.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
  bottom: 24vh;
}
@media (min-width: 600px) {
  div#playlist .bgpl_2aph {
    background-size: 100%;
    background-position: top;
    bottom: 22vh;
  }
}
@media (min-width: 1200px) {
  div#playlist .bgpl_2aph {
    background-position: top;
    background-size: 100%;
    bottom: 20vh;
    width: 35vw;
    left: 0;
  }
}
div#playlist .btn {
  width: 44vw;
  padding-left: 4vw;
  text-align: center;
  margin-top: 0.8vh;
  letter-spacing: 0.15em;
  border-top-left-radius: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#playlist .btn {
    width: 35vw;
    height: 4vh;
    padding-left: 3vw;
    padding-top: 0.7vh;
    margin-top: 1em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  div#playlist .btn {
    width: 14vw;
    padding-left: 0;
  }
}

/*trivia*/
div#trivia .bgt_1 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgt_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 900px) {
  div#trivia .bgt_1 {
    background-image: url(../images/svg/bgt_1_tbll.svg);
    background-position: bottom;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  div#trivia .bgt_1 {
    width: 120vw;
  }
}
div#trivia .contenedor_trivia {
  width: 100%;
  height: auto;
  padding: 15vh 15vw;
  margin-top: 10vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div#trivia .contenedor_trivia h1 {
  font-size: 2.5em;
}
@media (min-width: 600px) {
  div#trivia .contenedor_trivia h1 {
    font-size: 3em;
  }
}
div#trivia .contenedor_trivia h2 {
  font-size: 1.9em;
}
div#trivia .contenedor_trivia .btn {
  margin-top: 2vh;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
div#trivia .bgt_1aph {
  width: 101vw;
  min-height: 45vh;
  background: url(../images/svg/bgt_1aph.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  top: 2vh;
  z-index: 99;
  opacity: 0.3;
}
@media (min-width: 900px) {
  div#trivia .bgt_1aph {
    background-image: url(../images/svg/bgt_1aph_tbll.svg);
    background-position: bottom;
    top: 0;
  }
}
@media (min-width: 1200px) {
  div#trivia .bgt_1aph {
    background-size: 100%;
  }
}
div#trivia .bgt_2 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgt_2.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 0;
  bottom: 0vh;
}
@media (min-width: 900px) {
  div#trivia .bgt_2 {
    background-image: url(../images/svg/bgt_2_tbll.svg);
  }
}
@media (min-width: 1200px) {
  div#trivia .bgt_2 {
    width: 80vw;
  }
}

/*regalo*/
div#regalo .bgr_1 {
  width: 101vw;
  min-height: 50vh;
  background: url(../images/svg/bgr_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: -8vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .bgr_1 {
    background-size: 160%;
    top: -10vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .bgr_1 {
    width: 35vw;
    left: 0;
  }
}
div#regalo .contenedor_regalo {
  width: 100%;
  height: auto;
  padding: 15vh 15vw;
  margin-top: 10vh;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo {
    padding: 15vh 5vw;
  }
}
div#regalo .contenedor_regalo h4 {
  margin-top: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .contenedor_regalo h4 {
    margin-top: 2vh;
  }
}
div#regalo div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
}
div#regalo .btn {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

/*confirmacion*/
div#confirmacion .bgco_1 {
  width: 101vw;
  min-height: 40vh;
  background: url(../images/svg/bgco_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 1200px) {
  div#confirmacion .bgco_1 {
    width: 35vw;
    left: 0;
  }
}
div#confirmacion .bgco_2 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgco_2.svg) no-repeat bottom left;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  bottom: 25vh;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 600px) {
  div#confirmacion .bgco_2 {
    background-image: url(../images/svg/bgco_2_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#confirmacion .bgco_2 {
    width: 35vw;
    left: 0;
  }
}
div#confirmacion .bgco_2aph {
  width: 101vw;
  min-height: 65vh;
  background: url(../images/svg/bgco_2aph.svg) no-repeat bottom;
  background-size: contain;
  left: -0.5vw;
  z-index: 90;
  opacity: 0.5;
  bottom: 23vh;
}
@media (min-width: 600px) {
  div#confirmacion .bgco_2aph {
    background-image: url(../images/svg/bgco_2aph_tblp.svg);
  }
}
@media (min-width: 1200px) {
  div#confirmacion .bgco_2aph {
    background-position: left 22vh;
    width: 35vw;
    left: 0;
    bottom: 28vh;
  }
}
div#confirmacion .bgco_3 {
  width: 75vw;
  height: 20vh;
  margin-bottom: 6vh;
  background: url(../images/svg/bgh_3.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  div#confirmacion .bgco_3 {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .bgco_3 {
    margin-bottom: 8vh;
    width: 15vw;
  }
}
div#confirmacion .contenido_confirmacion {
  margin: 0 10vw 15vh 10vw;
}
@media (min-width: 600px) {
  div#confirmacion .contenido_confirmacion {
    margin-right: 15vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenido_confirmacion {
    margin: 0 4vw 15vh 4vw;
  }
}
div#confirmacion .btn {
  width: 70vw;
  margin-top: 3vh;
  text-align: left;
  border-top-left-radius: 1000px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#confirmacion .btn {
    height: 4vh;
    padding-top: 0.7vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .btn {
    width: 19vw;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
  }
}

/*logo*/
div#logo .bgl_1 {
  width: 101vw;
  min-height: 60vh;
  background: url(../images/svg/bgl_1.svg) no-repeat;
  background-size: contain;
  left: -0.5vw;
  z-index: 100;
  top: 0;
}
@media (min-width: 600px) {
  div#logo .bgl_1 {
    top: -10vh;
  }
}
@media (min-width: 1200px) {
  div#logo .bgl_1 {
    width: 35vw;
    left: 0;
  }
}
div#logo .logo {
  width: 50vw;
  height: auto;
  margin-top: 25vh;
}
@media (min-width: 600px) {
  div#logo .logo {
    width: 36vw;
  }
}
@media (min-width: 1200px) {
  div#logo .logo {
    width: 12vw;
  }
}
div#logo .btn {
  width: 50vw;
  text-align: center;
  border-radius: 1000px;
  margin-top: 6vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  div#logo .btn {
    padding-top: 0.8vh;
    height: 4vh;
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#logo .btn {
    width: 15vw;
  }
}
div#logo .top_icon {
  width: 40px;
  height: 40px;
  background: url(../images/svg/top.svg) no-repeat;
  margin-top: 8vh;
}
@media (min-width: 600px) {
  div#logo .top_icon {
    width: 60px;
    height: 60px;
  }
}
div#logo p > a, div#logo p > a:hover {
  color: black;
  text-decoration: none;
}

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

.cognito {
  padding: 0 10px;
}

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

.contenedor_tituloform {
  margin-top: 7vh;
}
.contenedor_tituloform h4 {
  margin-top: 2vh;
}

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

html .cog-wrapper, :root:root:root:root:root .cog-wrapper, html .cog-label, :root:root:root:root:root .cog-label {
  color: black !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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