@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush&display=swap");
@import url("https://use.typekit.net/scp8pyn.css");
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*/
/*IMAGENES CLIENTE*/
/*FONDOS*/
.bg_color1 {
  background-color: #faf4e8;
}
.bg_color1 h1, .bg_color1 h2, .bg_color1 h3, .bg_color1 h4, .bg_color1 p {
  color: #969595;
}

.bg_color1_alpha {
  background-color: rgba(255, 249, 235, 0.5);
}

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

.bg_imagen1 {
  background-image: url(../images/marmol.jpg);
  background-size: cover;
}

.bg_imagen_cliente1 {
  background-image: url(../images/glam_cliente1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .bg_imagen_cliente1 {
    background-image: url(../images/glam_cliente1_tblp.jpg);
  }
}

.bg_imagen_cliente2 {
  background-image: url(../images/glam_cliente2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_imagen_cliente3 {
  height: 45vh;
  width: 95%;
  border-left: solid 15px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 5%;
  border-image-repeat: round;
  background-image: url(../images/glam_cliente3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 30px;
}
@media (min-width: 600px) {
  .bg_imagen_cliente3 {
    width: 97%;
    border-left: solid 20px;
    padding-right: 50px;
  }
}
.bg_imagen_cliente3 .marco_bl {
  height: 45vh;
  width: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.bg_imagen_cliente4 {
  background-image: url(../images/glam_cliente4.jpg);
  background-size: 100%, cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .bg_imagen_cliente4 {
    background-image: url(../images/glam_cliente4_tblp.jpg);
  }
}

.bg_imagen_cliente5 {
  background: url(../images/glam_cliente5.jpg), white;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.bg_imagen_cliente6 {
  background-image: url(../images/glam_cliente6.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .bg_imagen_cliente6 {
    background-image: url(../images/glam_cliente6_tblp.jpg);
  }
}

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

/*BORDES*/
.border_glt {
  border: solid 10px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 3%;
  border-image-repeat: round;
}
@media (min-width: 600px) {
  .border_glt {
    border: solid 16px;
    border-image-source: url(../images/glitter.jpg);
    border-image-slice: 4%;
    border-image-repeat: round;
  }
}

.border_bl {
  border: solid 1px rgba(255, 255, 255, 0.5);
}

div#cuando .border_bl {
  border: 1px solid white;
}

.border_cb {
  border: solid 1.5px;
  border-image: linear-gradient(to right, #955d5d 0%, #eca497 11%, #b06f71 22%, #d89d9d 31%, #fac4bc 43%, #efc3c4 57%, #a8696a 68%, #efac9f 81%, #955d5d 100%);
  border-image: -webkit-gradient(left top, right top, color-stop(0%, #955d5d), color-stop(11%, #eca497), color-stop(22%, #b06f71), color-stop(31%, #d89d9d), color-stop(43%, #fac4bc), color-stop(57%, #efc3c4), color-stop(68%, #a8696a), color-stop(81%, #efac9f), color-stop(100%, #955d5d));
  border-image: -moz-linear-gradient(left, #955d5d 0%, #eca497 11%, #b06f71 22%, #d89d9d 31%, #fac4bc 43%, #efc3c4 57%, #a8696a 68%, #efac9f 81%, #955d5d 100%);
  border-image: -o-linear-gradient(left, #955d5d 0%, #eca497 11%, #b06f71 22%, #d89d9d 31%, #fac4bc 43%, #efc3c4 57%, #a8696a 68%, #efac9f 81%, #955d5d 100%);
  border-image: -ms-linear-gradient(left, #955d5d 0%, #eca497 11%, #b06f71 22%, #d89d9d 31%, #fac4bc 43%, #efc3c4 57%, #a8696a 68%, #efac9f 81%, #955d5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#955d5d", endColorstr="#955d5d", GradientType=1 );
  border-image-slice: 1%;
  border-image-repeat: stretch;
}

.btop {
  border-top: solid 1px #969595;
}

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

.contenedor_w100 {
  width: 100%;
}

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

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

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

.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;
    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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

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

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

/*TEXT*/
h1, h2 {
  font-family: "Alex Brush", cursive;
  font-weight: 100;
}

h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
}

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

h1 {
  font-size: 3.5em;
  line-height: 1em;
}
@media (min-width: 600px) {
  h1 {
    font-size: 5.4em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5em;
  }
}

h2 {
  font-size: 2.6em;
  line-height: 1em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h2 {
    font-size: 3em;
  }
}
@media (min-width: 600px) {
  h2 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.2em;
  }
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h3 {
    font-size: 1.7em;
  }
}
@media (min-width: 600px) {
  h3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.3em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 600px) {
  h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.6em;
  }
}

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

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

.bold {
  font-weight: 500;
}

/*BOTONES*/
.btn {
  width: 60vw;
  height: auto;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3rem 0.75rem;
  font-size: 0.9em;
  line-height: 1.5em;
  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 (max-width: 600px) and (min-height: 700px) {
  .btn {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 20vw;
  }
}

.btn_primario, .btn_primario:visited {
  border: solid 1px #969595;
  background-color: #969595;
  color: white;
}

.btn_primario:hover {
  border: solid 1px #969595;
  background-color: transparent;
  color: #969595;
}

.btn_secundario, .btn_secundario:visited {
  border: solid 1px #969595;
  background-color: #969595;
  color: white;
}

.btn_secundario:hover {
  border: solid 1px #faf4e8;
  background-color: #faf4e8;
  color: #969595;
}

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

.mt1 {
  margin-top: 1vh;
}

.mt2 {
  margin-top: 2vh;
}

.mb2 {
  margin-bottom: 2vh;
}

.mt4 {
  margin-top: 4vh;
}

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

.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: 10vh 10vw;
}

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

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

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

.pt50 {
  padding-top: 50vh;
}

.owl-item.active h1 {
  -webkit-animation: flipInX 1.2s 1 both;
  animation: flipInX 1.2s 1 both;
}
.owl-item.active h2 {
  -webkit-animation: flipInX 1.2s 1 both;
  animation: flipInX 1.2s 1 both;
}
.owl-item.active h3, .owl-item.active h4, .owl-item.active h5, .owl-item.active p {
  -webkit-animation: fadeInRightShort 1.5s 1 both;
  animation: fadeInRightShort 1.5s 1 both;
}
.owl-item.active .separador {
  -webkit-animation: growLeft 1s 1 both;
  animation: growLeft 1s 1 both;
}
.owl-item.active a.btn_primario, .owl-item.active a.btn_secundario {
  -webkit-animation: flipInY 1.5s 1 both;
  animation: flipInY 1.5s 1 both;
}
.owl-item.active div#intro P {
  -webkit-animation: none 0s 1 both;
  animation: none 0s 1 both;
}
.owl-item.active div#intro .fs_icon, .owl-item.active div#intro .play_icon, .owl-item.active div#intro .pause_icon, .owl-item.active div#intro .music_icon {
  -webkit-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
}
.owl-item.active div#intro .fs_icon {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active div#intro .music_icon, .owl-item.active div#intro .pause_icon {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.owl-item.active div#intro .boton_swipe {
  -webkit-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.owl-item.active div#intro .icono_swipe {
  -webkit-animation: fadeInRightShort 2s infinite both;
  animation: fadeInRightShort 2s infinite both;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.owl-item.active div#portada .bg_imagen_cliente1 {
  -webkit-animation: pan1 8s 1 both;
  animation: pan1 8s 1 both;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#portada .bg_imagen_cliente1 {
    -webkit-animation: pan1largecel 8s 1 both;
    animation: pan1largecel 8s 1 both;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
}
@media (min-width: 1200px) {
  .owl-item.active div#portada .bg_imagen_cliente1 {
    -webkit-animation: pan1dkt 8s 1 both;
    animation: pan1dkt 8s 1 both;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
}
.owl-item.active div#portada .contenedor_portada_alpha, .owl-item.active div#portada .contenedor_portada {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.owl-item.active div#portada .contenedor_portada_alpha {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.owl-item.active div#portada .contenedor_portada {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.owl-item.active div#portada h1 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.owl-item.active div#portada h3 {
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
}
.owl-item.active div#portada .arrow span {
  -webkit-animation: animateArrow 2s infinite both;
  animation: animateArrow 2s infinite both;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.owl-item.active div#portada .arrow span:nth-child(2) {
  -webkit-animation-delay: 6.8s;
  animation-delay: 6.8s;
}
.owl-item.active div#portada .arrow span:nth-child(3) {
  -webkit-animation-delay: 6.6s;
  animation-delay: 6.6s;
}
.owl-item.active div#historia .bg_imagen_cliente2 {
  -webkit-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#historia .bg_imagen_cliente2 {
    -webkit-animation: pan2largecel 8s 1 both;
    animation: pan2largecel 8s 1 both;
  }
}
.owl-item.active div#historia .banda_historia_alpha, .owl-item.active div#historia .banda_historia {
  -webkit-animation: fadeInUp 1.5s 1 both;
  animation: fadeInUp 1.5s 1 both;
}
.owl-item.active div#historia .banda_historia_alpha {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.owl-item.active div#historia .banda_historia {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.owl-item.active div#historia h2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#historia p {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.owl-item.active div#cuando .bg_imagen_cliente3 {
  -webkit-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#cuando .bg_imagen_cliente3 {
    -webkit-animation: pan2largecel 8s 1 both;
    animation: pan2largecel 8s 1 both;
  }
}
.owl-item.active div#cuando h2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.owl-item.active div#cuando .separador {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.owl-item.active div#cuando h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.owl-item.active div#cuando h4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.owl-item.active div#cuando a.btn_primario {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#contador .contador_numeros #days, .owl-item.active div#contador .contador_numeros #min {
  -webkit-animation: fadeInLeftShort 1s 1 both;
  animation: fadeInLeftShort 1s 1 both;
}
.owl-item.active div#contador .contador_numeros #hours, .owl-item.active div#contador .contador_numeros #seg {
  -webkit-animation: fadeInRightShort 1s 1 both;
  animation: fadeInRightShort 1s 1 both;
}
.owl-item.active div#contador .contador_numeros #days {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active div#contador .contador_numeros #hours {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.owl-item.active div#contador .contador_numeros #min {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.owl-item.active div#contador .contador_numeros #seg {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.owl-item.active div#contador .contador_texto h1#faltan {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.owl-item.active div#contador .contador_texto h4 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.owl-item.active div#contador .contador_texto h1 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.owl-item.active div#donde.bg_imagen_cliente4 {
  -webkit-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#donde.bg_imagen_cliente4 {
    -webkit-animation: pan2largecel 8s 1 both;
    animation: pan2largecel 8s 1 both;
  }
}
.owl-item.active div#donde .contenedor_donde_alpha, .owl-item.active div#donde .contenedor_donde {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.owl-item.active div#donde .contenedor_donde_alpha {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.owl-item.active div#donde .contenedor_donde {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.owl-item.active div#donde h2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#donde .separador {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.owl-item.active div#donde h3 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.owl-item.active div#donde p {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.owl-item.active div#donde a.btn_primario {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.owl-item.active div#hashtag .bg_imagen_cliente5 {
  -webkit-animation: pan1 7s 1 both;
  animation: pan1 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#hashtag .bg_imagen_cliente5 {
    -webkit-animation: pan1largecel 8s 1 both;
    animation: pan1largecel 8s 1 both;
  }
}
.owl-item.active div#hashtag .contenedor_hashtag {
  -webkit-animation: flipInY 1s 1 both;
  animation: flipInY 1s 1 both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.owl-item.active div#hashtag a.btn_primario {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.owl-item.active div#hashtag p.texto_centrado {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#regalo .contenedor_regalo_alpha, .owl-item.active div#regalo .contenedor_regalo {
  -webkit-animation: fadeInDown 1s 1 both;
  animation: fadeInDown 1s 1 both;
}
.owl-item.active div#regalo .contenedor_regalo {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.owl-item.active div#regalo h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.owl-item.active div#regalo .separador {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.owl-item.active div#regalo h4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#regalo div.contenedor_regalo p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#regalo a.btn_primario {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.owl-item.active div#playlist.bg_imagen_cliente7 {
  -webkit-animation: pan3 7s 1 both;
  animation: pan3 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#playlist.bg_imagen_cliente7 {
    -webkit-animation: pan3largecel 8s 1 both;
    animation: pan3largecel 8s 1 both;
  }
}
.owl-item.active div#playlist .contenedor_playlist_alpha, .owl-item.active div#playlist .contenedor_playlist {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.owl-item.active div#playlist .contenedor_playlist_alpha {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.owl-item.active div#playlist .contenedor_playlist {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.owl-item.active div#playlist h2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#playlist .separador {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.owl-item.active div#playlist h3 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.owl-item.active div#playlist p {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.owl-item.active div#playlist a.btn_primario {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.owl-item.active div#confirmacion .bg_imagen_cliente6 {
  -webkit-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .owl-item.active div#confirmacion .bg_imagen_cliente6 {
    -webkit-animation: pan2largecel 8s 1 both;
    animation: pan2largecel 8s 1 both;
  }
}
.owl-item.active div#confirmacion h2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.owl-item.active div#confirmacion .separador {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.owl-item.active div#confirmacion p.texto_centrado {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.owl-item.active div#confirmacion a.btn_secundario {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.owl-item.active div#logo .logo {
  -webkit-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
}
.owl-item.active div#logo p {
  -webkit-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.owl-item.active div#logo a.btn_secundario {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.owl-item.active div#logo .top_icon {
  -webkit-animation: flipInY 1.2s 1 both;
  animation: flipInY 1.2s 1 both;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes pan1 {
  0% {
    background-position: -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@keyframes pan1 {
  0% {
    background-position: -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan1largecel {
  0% {
    background-position: -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 128%;
  }
}
@keyframes pan1largecel {
  0% {
    background-position: -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 128%;
  }
}
@-webkit-keyframes pan1dkt {
  0% {
    background-position: -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 110%;
  }
}
@keyframes pan1dkt {
  0% {
    background-position: -20px;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 110%;
  }
}
@-webkit-keyframes pan2 {
  0% {
    background-position: left -20px;
    background-size: 120%;
    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: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 105%;
  }
}
@-webkit-keyframes pan2largecel {
  0% {
    background-position: left -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 128%;
  }
}
@keyframes pan2largecel {
  0% {
    background-position: left -20px;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center top;
    background-size: 128%;
  }
}
@-webkit-keyframes pan3 {
  0% {
    background-position: top;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@keyframes pan3 {
  0% {
    background-position: top;
    background-size: 105%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 120%;
  }
}
@-webkit-keyframes pan3largecel {
  0% {
    background-position: top;
    background-size: 128%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 135%;
  }
}
@keyframes pan3largecel {
  0% {
    background-position: top;
    background-size: 128%;
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 135%;
  }
}
@-webkit-keyframes pan4 {
  0% {
    background-position: center;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 105%;
  }
}
@keyframes pan4 {
  0% {
    background-position: center;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 105%;
  }
}
@-webkit-keyframes pan4largecel {
  0% {
    background-position: center;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 128%;
  }
}
@keyframes pan4largecel {
  0% {
    background-position: center;
    background-size: 135%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: center;
    background-size: 128%;
  }
}
@-webkit-keyframes pan4_dkt {
  0% {
    background-position: center;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 109%;
  }
}
@keyframes pan4_dkt {
  0% {
    background-position: center;
    background-size: 120%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: center;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 109%;
  }
}
@-webkit-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);
  }
}
@keyframes animateArrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -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: #969595;
  font-size: 10px;
  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: 35vh;
  left: 47.5vw;
}
@media (min-width: 600px) {
  .loader {
    top: 40vh;
  }
}
@media (min-width: 1200px) {
  .loader {
    left: 17vw;
  }
}

.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;
  }
}
/**
 * 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;
  bottom: 100%;
  left: 0;
  width: 60vw;
  z-index: 900;
  border: #969595 solid 1px;
}
@media (min-width: 600px) {
  .atcb-list {
    width: 40vw;
  }
}
@media (min-width: 900px) {
  .atcb-list {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .atcb-list {
    width: 20vw;
  }
}

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

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

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

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

/* INTRO */
div#intro .intro_botonera {
  margin-top: 10vh;
}
div#intro .intro_botonera .boton_intro {
  width: 70vw;
  min-height: 6vh;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 40px;
  margin: 15px 0;
  position: relative;
  padding-left: 65px;
  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: 600px) {
  div#intro .intro_botonera .boton_intro {
    width: 60vw;
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_intro {
    width: 20vw;
  }
}
div#intro .intro_botonera .boton_intro:hover {
  background-color: white;
}
div#intro .intro_botonera .boton_intro:focus, div#intro .intro_botonera .boton_intro:visited {
  background-color: rgba(255, 255, 255, 0.6);
}
div#intro .intro_botonera .boton_swipe {
  height: 10vh;
  color: #969595;
  text-align: center;
  padding: 0 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  div#intro .intro_botonera .boton_swipe {
    min-width: 15vw;
  }
}
div#intro .intro_botonera .music_icon, div#intro .intro_botonera .pause_icon, div#intro .intro_botonera .fs_icon, div#intro .intro_botonera .play_icon {
  background-size: 55px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .music_icon, div#intro .intro_botonera .pause_icon, div#intro .intro_botonera .fs_icon, div#intro .intro_botonera .play_icon {
    background-size: 80px;
  }
}
div#intro .intro_botonera .music_icon {
  background-image: url(../images/music.svg);
}
div#intro .intro_botonera .pause_icon {
  background-image: url(../images/pause.svg);
}
div#intro .intro_botonera .fs_icon {
  background-image: url(../images/fit-screen.svg);
}
div#intro .intro_botonera .play_icon {
  background-image: url(../images/play.svg);
}
div#intro .intro_botonera .icono_swipe {
  height: 11vh;
  width: 20vw;
  margin-top: 5vh;
  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 .arrow {
  position: absolute;
  top: 50vh;
  right: 15vw;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  div#portada .arrow {
    right: 8vw;
  }
}
div#portada .arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: -10px;
}
@media (min-width: 900px) {
  div#portada #portada_base.bg_color1 {
    padding-bottom: 10vh;
  }
}
@media (min-width: 1200px) {
  div#portada #portada_base.bg_color1 {
    padding-bottom: 10vh;
  }
}
div#portada .contenedor_portada {
  width: 55vw;
  height: 22vh;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada {
    width: 60vw;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada {
    width: 15vw;
    height: 27vh;
  }
}
div#portada .contenedor_portada h1 {
  font-size: 3.4em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada h1 {
    font-size: 3.8em;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada h1 {
    font-size: 4.2em;
  }
}
div#portada .contenedor_portada_alpha {
  width: 55vw;
  height: 25vh;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada_alpha {
    width: 60vw;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada_alpha {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada_alpha {
    width: 15vw;
    height: 30vh;
  }
}

/* HISTORIA */
div#historia .contenedor_historia {
  width: 100%;
  height: 20vh;
  bottom: 0px;
  padding: 3vh 7vw;
  height: 30vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .contenedor_historia {
    height: 32vh;
  }
}
@media (min-width: 1200px) {
  div#historia .contenedor_historia {
    padding: 5vh 5vw;
  }
}
div#historia .banda_historia, div#historia .banda_historia_alpha {
  width: 100vw;
  position: absolute;
  align-items: center;
}
@media (min-width: 1200px) {
  div#historia .banda_historia, div#historia .banda_historia_alpha {
    width: 35vw;
  }
}
div#historia .banda_historia {
  height: 10vh;
  bottom: 0;
}
div#historia .banda_historia_alpha {
  height: 13vh;
  top: 53vh;
}

/* FECHA */
div#cuando .texto_fecha {
  margin-top: 10vh;
  margin-bottom: 5vh;
  padding-left: 10vw;
}
@media (min-width: 1200px) {
  div#cuando .texto_fecha {
    padding-left: 3vw;
  }
}
div#cuando .separador {
  width: 20vw;
  height: 1vh;
  border-top: 1px solid #969595;
  margin: 2vh 0;
}

/* CONTADOR */
div#contador {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#contador {
    width: 35vw;
  }
}
div#contador .contador_texto {
  margin-top: 4vh;
}
div#contador .contador_numeros {
  width: 70vw;
  height: 55vh;
  margin-bottom: 3vh;
}
div#contador .contador {
  width: 50vw;
  height: 15vh;
  margin: 1vh 0;
  background-color: #faf4e8;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size: 1.9em;
  color: #969595;
  text-align: center;
  line-height: 0.9em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador {
    font-size: 2.2em;
  }
}
@media (min-width: 600px) {
  div#contador .contador {
    font-size: 3em;
    width: 35vw;
  }
}
@media (min-width: 1200px) {
  div#contador .contador {
    width: 12vw;
  }
}
div#contador .contador span {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 100;
  font-size: 0.6em;
  color: #969595;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#contador .contador span {
    font-size: 0.5;
  }
}
@media (min-width: 600px) {
  div#contador .contador span {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador span {
    font-size: 0.4em;
  }
}
div#contador h3 {
  margin-bottom: -2vh;
  margin-left: 3vw;
}

/* DONDE */
div#donde .base_donde {
  width: 100vw;
  height: 45vh;
  bottom: 0;
}
@media (min-width: 1200px) {
  div#donde .base_donde {
    width: 35vw;
  }
}
div#donde .contenedor_donde {
  width: 100%;
  height: 50vh;
  background-color: #faf4e8;
  bottom: 0;
  padding: 8vh 10vw 5vh 10vw;
}
@media (min-width: 1200px) {
  div#donde .contenedor_donde {
    padding: 8vh 3vw 5vh 3vw;
  }
}
div#donde .contenedor_donde_alpha {
  width: 100%;
  height: 53vh;
  background-color: rgba(255, 249, 235, 0.5);
  bottom: 0;
}
div#donde .separador {
  width: 20vw;
  height: 1vh;
  border-top: 1px solid #969595;
  margin: 2vh 0;
}

/* HASHTAG */
div#hashtag .contenedor_hashtag_base {
  width: 100vw;
  height: 25vh;
  background-color: white;
  bottom: 0;
  border-left: solid 10px;
  border-right: solid 10px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 3%;
  border-image-repeat: round;
  padding: 0 8vw;
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_base {
    border-left: solid 16px;
    border-right: solid 16px;
    border-image-slice: 4%;
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_base {
    width: 35vw;
    padding: 0 9vw;
  }
}
div#hashtag .contenedor_hashtag_base .btn_primario:hover {
  background-color: white;
}
div#hashtag .contenedor_hashtag {
  width: 60vw;
  padding: 1vh 1vw;
  text-align: center;
  bottom: 25vh;
  box-sizing: border-box;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .contenedor_hashtag {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag {
    width: 20vw;
  }
}
div#hashtag .contenedor_hashtag h4 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .contenedor_hashtag h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag h4 {
    font-size: 1.4em;
  }
}

/* PLAYLIST */
div#playlist .base_playlist {
  width: 100vw;
  height: 100vh;
  bottom: 0;
}
@media (min-width: 1200px) {
  div#playlist .base_playlist {
    width: 35vw;
  }
}
div#playlist .contenedor_playlist {
  width: 100%;
  height: 74vh;
  background-color: #faf4e8;
  bottom: 0;
  padding: 10vh 10vw 5vh 10vw;
}
@media (min-width: 600px) {
  div#playlist .contenedor_playlist {
    padding: 10vh 13vw 5vh 13vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .contenedor_playlist {
    padding: 8vh 4vw 5vh 4vw;
  }
}
div#playlist .contenedor_playlist_alpha {
  width: 100%;
  height: 77vh;
  background-color: rgba(255, 249, 235, 0.5);
  bottom: 0;
}
div#playlist .separador {
  width: 20vw;
  height: 1vh;
  border-top: 1px solid #969595;
  margin: 2vh 0;
}

/* COVID */
.owl-item.active div#covid .contenedor_covid_alpha, .owl-item.active div#covid .contenedor_covid {
  -webkit-animation: fadeInDown 1s 1 both;
  animation: fadeInDown 1s 1 both;
}
.owl-item.active div#covid .contenedor_covid {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.owl-item.active div#covid h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.owl-item.active div#covid .separador {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.owl-item.active div#covid h3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.owl-item.active div#covid .covid_texto p#tapaboca, .owl-item.active div#covid .covid_texto p#manos, .owl-item.active div#covid .covid_texto p#distancia, .owl-item.active div#covid .covid_texto p#vaso, .owl-item.active div#covid .covid_texto p#sintomas, .owl-item.active div#covid .covid_texto p#vacuna {
  -webkit-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.owl-item.active div#covid .covid_texto p#vacuna {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.owl-item.active div#covid .covid_texto p#tapaboca {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.owl-item.active div#covid .covid_texto p#manos {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.owl-item.active div#covid .covid_texto p#distancia {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.owl-item.active div#covid .covid_texto p#vaso {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.owl-item.active div#covid .covid_texto p#sintomas {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

@media (min-width: 1200px) {
  div#covid {
    width: 35vw;
  }
}
div#covid .contenedor_covid {
  width: 100%;
  height: 100%;
  background-color: #faf4e8;
  padding: 8vh 5vw;
}
@media (min-width: 600px) {
  div#covid .contenedor_covid {
    padding: 15vh 10vw;
  }
}
@media (min-width: 1200px) {
  div#covid .contenedor_covid {
    padding: 15vh 5vw;
  }
}
div#covid .contenedor_covid_alpha {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 249, 235, 0.5);
}
div#covid .separador {
  width: 20vw;
  height: 1vh;
  border-top: 1px solid #969595;
  margin: 2vh 0;
}
div#covid h3 {
  margin-bottom: 5vh;
}
div#covid .covid_texto {
  width: 100%;
  text-align: center;
  margin-top: 3vh;
}
div#covid .covid_texto p {
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 20%;
  background-position: left center;
  background-repeat: no-repeat;
  color: #969595;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_texto p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 900px) {
  div#covid .covid_texto p {
    background-size: 8%;
    padding-left: 12%;
    margin-bottom: 1.2vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_texto p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 1vh;
  }
}
div#covid .covid_texto p#vacuna {
  background-image: url(../images/covid-vacuna.png);
}
div#covid .covid_texto p#tapaboca {
  background-image: url(../images/covid-tapaboca.png);
  min-height: 6vh;
}
div#covid .covid_texto p#manos {
  background-image: url(../images/covid-manos.png);
}
div#covid .covid_texto p#distancia {
  background-image: url(../images/covid-distancia.png);
}
div#covid .covid_texto p#vaso {
  background-image: url(../images/covid-vaso.png);
}
div#covid .covid_texto p#sintomas {
  background-image: url(../images/covid-sintomas.png);
}

/* REGALO */
@media (min-width: 1200px) {
  div#regalo {
    width: 35vw;
  }
}
div#regalo .contenedor_regalo {
  width: 100%;
  height: 70vh;
  background-color: #faf4e8;
  padding: 15vh 10vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .contenedor_regalo {
    padding: 15vh 9vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo {
    padding: 15vh 4vw;
  }
}
div#regalo .contenedor_regalo_alpha {
  width: 100%;
  height: 73vh;
  background-color: rgba(255, 249, 235, 0.5);
}
div#regalo div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  padding-top: 2vh;
  box-sizing: border-box;
}
div#regalo .separador {
  width: 20vw;
  height: 1vh;
  border-top: 1px solid #969595;
  margin: 2vh 0;
}

/* CONFIRMACION */
div#confirmacion .contenedor_confirmacion_base {
  width: 100vw;
  height: 30vh;
  background-color: white;
  border-left: solid 10px;
  border-right: solid 10px;
  border-image-source: url(../images/glitter.jpg);
  border-image-slice: 3%;
  border-image-repeat: round;
  bottom: 0;
  padding: 0 12vw;
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_base {
    border-left: solid 16px;
    border-right: solid 16px;
    border-image-slice: 4%;
    padding: 0 10vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenedor_confirmacion_base {
    width: 35vw;
    padding: 0 8vw;
  }
}
div#confirmacion .contenedor_confirmacion {
  text-align: center;
  bottom: 30vh;
}

/* LOGO */
div#logo .logo {
  width: 55vw;
  height: 10vh;
  background: url(../images/logo_az_andoinvitando.svg) center bottom no-repeat;
  background-size: contain;
  margin: 10vh 0 1vh 0;
}
@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: 14vw;
  }
}
div#logo .top_icon {
  width: 40px;
  height: 40px;
  background: url(../images/top.svg) no-repeat;
  margin-top: 10vh;
}
@media (min-width: 600px) {
  div#logo .top_icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  div#logo .top_icon {
    width: 50px;
    height: 50px;
  }
}
div#logo p > a, div#logo p > a:hover {
  color: #969595;
  text-decoration: none;
}
div#logo p.pdf_boton > a, div#logo p.pdf_boton > a:hover {
  color: white !important;
  text-decoration: none;
}

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

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

.contenedor_tituloform {
  margin-top: 7vh;
  margin-bottom: 3vh;
  padding: 0 5vw;
  color: #969595;
}
.contenedor_tituloform h1 {
  font-size: 3em;
}
@media (max-width: 600px) and (min-height: 700px) {
  .contenedor_tituloform h1 {
    font-size: 4em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h1 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  .contenedor_tituloform h1 {
    font-size: 4em;
  }
}
.contenedor_tituloform h3 {
  font-size: 1.3em;
  margin: 0.5vh 0 1.5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  .contenedor_tituloform h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .contenedor_tituloform h3 {
    font-size: 1.6em;
  }
}
.contenedor_tituloform h4 {
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 600px) and (min-height: 700px) {
  .contenedor_tituloform h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 600px) {
  .contenedor_tituloform h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .contenedor_tituloform h4 {
    font-size: 1.4em;
  }
}

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

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

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

html .cog-page-progress--steps a::before {
  border: none !important;
  background-color: #bebebe !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: #969595 !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: "raleway", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #969595 !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-wrapper, html .cog-label, html .cog-cognito--styled h6 {
    padding: 0 2vw !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: 0 !important;
  border: 1px solid white !important;
  height: 6.5vh !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled .el-input__inner {
    height: 5.5vh !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled .el-input__inner {
    height: 5vh !important;
  }
}

html .cog-cognito--styled .el-input__inner:focus {
  border: 1px solid #969595 !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: 0 !important;
}

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

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

html .cog-checkable .el-radio {
  border: #bebebe solid 1px !important;
  border-radius: 0 !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 #969595 !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: "raleway", 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: 0 !important;
  border: solid 1px #969595 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
@media (max-width: 600px) and (min-height: 700px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 5.5vh !important;
  }
}
@media (min-width: 600px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 5vh !important;
  }
}

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

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

html .cog-section__inner--background {
  background-color: #faf4e8 !important;
  border: 1px solid #bebebe !important;
}

html .cog-section__inner--background.is-alternate {
  background: transparent !important;
  border: 1px solid #bebebe !important;
}

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

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #969595 !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: #969595 !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: 0 !important;
}
@media (min-width: 600px) {
  html .cog-section__inner {
    border-radius: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

body {
  background-color: #cccccc;
}

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

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

/* CARRUSEL */
@media (min-width: 1200px) {
  section#glam {
    width: 35vw;
  }
}

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