@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Meddon&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hepta+Slab:300,400,500&display=swap");
@import url('href="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: #EBE3D7;
}
.bg_color1 h1, .bg_color1 h2, .bg_color1 h3, .bg_color1 h4, .bg_color1 p {
  color: #363636;
}

.bg_color1_alpha {
  background-color: rgba(235, 227, 215, 0.9);
}
.bg_color1_alpha h1, .bg_color1_alpha h2, .bg_color1_alpha h3, .bg_color1_alpha h4, .bg_color1_alpha p {
  color: #363636;
}

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

.bg_color2_alpha {
  background-color: rgba(162, 216, 203, 0.6);
}
.bg_color2_alpha h1, .bg_color2_alpha h2, .bg_color2_alpha h3, .bg_color2_alpha h4, .bg_color2_alpha p {
  color: #363636;
}

.bg_imagen0 {
  background: url(../images/primavera_bg_00.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .bg_imagen0 {
    background: url(../images/primavera_bg_00_dkt.jpg) no-repeat;
    background-size: cover;
  }
}

.bg_imagen1 {
  background: url(../images/primavera1.png) no-repeat;
  background-size: 100% auto;
  color: #363636;
}

.bg_imagen2 {
  background: url(../images/primavera2.png) no-repeat;
  background-size: 100% auto;
}

.bg_imagen3 {
  background: url(../images/primavera3.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 600px) and (min-height: 700px) {
  .bg_imagen3 {
    background-size: 120% auto;
    background-position: center top;
  }
}

.bg_imagen4 {
  background: url(../images/primavera4.png) no-repeat;
  background-size: 100% auto;
}

.bg_imagen5 {
  background: url(../images/primavera5.png) no-repeat;
  background-size: 100% auto;
}

.bg_imagen6 {
  background: url(../images/primavera6.png) no-repeat;
  background-size: 100% auto;
}

.bg_imagen7 {
  background: url(../images/primavera7.png) no-repeat;
  background-size: 100% auto;
}

.bg_imagen8 {
  background: url(../images/primavera8.png) no-repeat;
  background-size: 100% auto;
}

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

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

.bg_imagen_cliente3 {
  background: url(../images/primavera_cliente3.jpg) no-repeat;
  background-size: cover;
}

.bg_imagen_cliente4 {
  background-image: url(../images/primavera_cliente4.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bg_imagen_cliente5 {
  background: url(../images/primavera_cliente5.jpg) no-repeat;
  background-size: 100% auto;
}

.bg_imagen_cliente6 {
  background: url(../images/primavera_cliente6.jpg) no-repeat;
  background-size: 100% auto;
}

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

.contenedor_w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.abs {
  position: absolute;
}

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

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

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

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

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

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

.texto_centrado {
  text-align: center;
}

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

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

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

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

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

h4, h5, h6, p, a {
  font-family: "Hepta Slab", serif;
  font-weight: 400;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h1 {
    font-size: 2em;
    line-height: 1.4em;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.8em;
  }
}

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

h3 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}
@media (min-width: 600px) {
  h3 {
    font-size: 2em;
  }
}
@media (min-width: 900px) {
  h3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.4em;
  margin-bottom: 0.6em;
}
@media (max-width: 600px) and (min-height: 700px) {
  h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 600px) {
  h4 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.6em;
  }
}

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

h6 {
  font-size: 1.05em;
  margin-bottom: 1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  h6 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  h6 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.3em;
  }
}

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

a {
  font-size: 0.85em;
}
@media (min-width: 600px) {
  a {
    font-size: 1.1em;
  }
}

.bold {
  font-weight: 500;
}

/*BOTONES*/
.btn {
  width: 50vw;
  min-height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 0.75rem;
  font-size: 0.9em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  -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 {
    padding: 0.8rem 0.75rem;
    min-height: 5vh;
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  .btn {
    height: auto;
    width: 40vw;
    font-size: 1em;
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 15vw;
    padding: 0 0.7rem;
  }
}

.btn_primario, .btn_primario:visited {
  background-color: #FAF9F6;
  color: #363636;
}

.btn_primario:hover {
  background-color: #A29C93;
  color: #FAF9F6;
}

.btn_secundario, .btn_secundario:visited {
  background-color: #A29C93;
  color: #FAF9F6;
}

.btn_secundario:hover {
  background-color: #D6DAB1;
  color: #363636;
}

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

.mt1 {
  margin-top: 1vh;
}

.mt2 {
  margin-top: 2vh;
}

.mb2 {
  margin-bottom: 2vh;
}

.mt3 {
  margin-top: 3vh;
}

.mb3 {
  margin-bottom: 3vh;
}

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

.mt15 {
  margin-top: 15vh;
}

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

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

.pt50 {
  padding-top: 50vh;
}

.swiper-wrapper .swiper-slide-active h1, .swiper-wrapper .swiper-slide-active h2, .swiper-wrapper .swiper-slide-active h3 {
  -webkit-animation: flipInX 1.2s 1 both;
  -moz-animation: flipInX 1.2s 1 both;
  -o-animation: flipInX 1.2s 1 both;
  animation: flipInX 1.2s 1 both;
}
.swiper-wrapper .swiper-slide-active h4, .swiper-wrapper .swiper-slide-active h5, .swiper-wrapper .swiper-slide-active h6, .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active a.btn_primario, .swiper-wrapper .swiper-slide-active a.btn_secundario {
  -webkit-animation: flipInY 1.5s 1 both;
  -moz-animation: flipInY 1.5s 1 both;
  -o-animation: flipInY 1.5s 1 both;
  animation: flipInY 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active .fs_icon, .swiper-wrapper .swiper-slide-active .play_icon, .swiper-wrapper .swiper-slide-active .pause_icon, .swiper-wrapper .swiper-slide-active .music_icon {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .fs_icon {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .music_icon, .swiper-wrapper .swiper-slide-active .pause_icon {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .play_icon {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .boton_swipe {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-wrapper .swiper-slide-active .icono_swipe {
  -webkit-animation: fadeInRightShort 2s infinite both;
  -moz-animation: fadeInRightShort 2s infinite both;
  -o-animation: fadeInRightShort 2s infinite both;
  animation: fadeInRightShort 2s infinite both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente1 {
  -webkit-animation: pan1 8s 1 both;
  -moz-animation: pan1 8s 1 both;
  -o-animation: pan1 8s 1 both;
  animation: pan1 8s 1 both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_portada_banda {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.swiper-wrapper .swiper-slide-active .contenedor_portada_banda h3 {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_portada_flores {
  -webkit-animation: fadeInUpShort 1.5s 1 both;
  -moz-animation: fadeInUpShort 1.5s 1 both;
  -o-animation: fadeInUpShort 1.5s 1 both;
  animation: fadeInUpShort 1.5s 1 both;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.swiper-wrapper .swiper-slide-active .arrow {
  -webkit-animation: fadeInLeft 2s infinite both;
  -moz-animation: fadeInLeft 2s infinite both;
  -o-animation: fadeInLeft 2s infinite both;
  animation: fadeInLeft 2s infinite both;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.swiper-wrapper .swiper-slide-active .contenedor_historia {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_historia h1 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-wrapper .swiper-slide-active .contenedor_historia p {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper .swiper-slide-active .contenedor_historia_flores {
  -webkit-animation: fadeInUpShort 1.5s 1 both;
  -moz-animation: fadeInUpShort 1.5s 1 both;
  -o-animation: fadeInUpShort 1.5s 1 both;
  animation: fadeInUpShort 1.5s 1 both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #days, .swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #min {
  -webkit-animation: fadeInLeftShort 1s 1 both;
  -moz-animation: fadeInLeftShort 1s 1 both;
  -o-animation: fadeInLeftShort 1s 1 both;
  animation: fadeInLeftShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #hours, .swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #seg {
  -webkit-animation: fadeInRightShort 1s 1 both;
  -moz-animation: fadeInRightShort 1s 1 both;
  -o-animation: fadeInRightShort 1s 1 both;
  animation: fadeInRightShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #days {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #hours {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #min {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador_numeros #seg {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador h1#faltan {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador h5 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_contador h1 {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.swiper-wrapper .swiper-slide-active .contenedor_cuando_flores {
  -webkit-animation: fadeInDownShort 1.5s 1 both;
  -moz-animation: fadeInDownShort 1.5s 1 both;
  -o-animation: fadeInDownShort 1.5s 1 both;
  animation: fadeInDownShort 1.5s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_cuando_fecha h4 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_cuando_fecha h5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente2 {
  -webkit-animation: pan3 7s 1 both;
  -moz-animation: pan3 7s 1 both;
  -o-animation: pan3 7s 1 both;
  animation: pan3 7s 1 both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_cuando_liso {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .addtocalendar {
  -webkit-animation: flipInY 1.5s 1 both;
  -moz-animation: flipInY 1.5s 1 both;
  -o-animation: flipInY 1.5s 1 both;
  animation: flipInY 1.5s 1 both;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente3 {
  -webkit-animation: pan1 7s 1 both;
  -moz-animation: pan1 7s 1 both;
  -o-animation: pan1 7s 1 both;
  animation: pan1 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .bg_imagen_cliente3 {
    -webkit-animation: pan1_large 7s 1 both;
    -moz-animation: pan1_large 7s 1 both;
    -o-animation: pan1_large 7s 1 both;
    animation: pan1_large 7s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente6 {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
@media (max-width: 600px) and (min-height: 700px) {
  .swiper-wrapper .swiper-slide-active .bg_imagen_cliente6 {
    -webkit-animation: pan1_large 7s 1 both;
    -moz-animation: pan1_large 7s 1 both;
    -o-animation: pan1_large 7s 1 both;
    animation: pan1_large 7s 1 both;
  }
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar {
  -webkit-animation: fadeIn 1s 1 both;
  -moz-animation: fadeIn 1s 1 both;
  -o-animation: fadeIn 1s 1 both;
  animation: fadeIn 1s 1 both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar h1 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar h6 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar p {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar a.btn_secundario {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_flor {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente4 {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_hashtag_banda {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_hashtag_banda h3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_hashtag_texto p {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .contenedor_hashtag_texto a.btn_primario {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.swiper-wrapper .swiper-slide-active .contenedor_alojamiento {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_alojamiento h1 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_alojamiento p {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_alojamiento_flores {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active div.contenedor_alojamiento p {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_alojamiento a.btn_secundario {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.swiper-wrapper .swiper-slide-active .contenedor_playlist {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_playlist h2 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_playlist p {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_playlist_flores {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active div.contenedor_playlist p {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_playlist a.btn_secundario {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.swiper-wrapper .swiper-slide-active .contenedor_regalo {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_regalo h2 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_regalo p {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_regalo_flores {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-wrapper .swiper-slide-active div.contenedor_regalo p {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_regalo a.btn_secundario {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.swiper-wrapper .swiper-slide-active .bg_imagen_cliente5 {
  -webkit-animation: pan2 7s 1 both;
  -moz-animation: pan2 7s 1 both;
  -o-animation: pan2 7s 1 both;
  animation: pan2 7s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_confirmacion_flores {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .contenedor_confirmacion_texto {
  -webkit-animation: fadeIn 1s 1 both;
  -moz-animation: fadeIn 1s 1 both;
  -o-animation: fadeIn 1s 1 both;
  animation: fadeIn 1s 1 both;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.swiper-wrapper .swiper-slide-active .contenedor_confirmacion_texto h2 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.swiper-wrapper .swiper-slide-active .contenedor_confirmacion_texto p {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.swiper-wrapper .swiper-slide-active .contenedor_confirmacion_texto a.btn_secundario {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.swiper-wrapper .swiper-slide-active .logo {
  -webkit-animation: flipInX 1s 1 both;
  -moz-animation: flipInX 1s 1 both;
  -o-animation: flipInX 1s 1 both;
  animation: flipInX 1s 1 both;
}
.swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.swiper-wrapper .swiper-slide-active a.btn_primario {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.swiper-wrapper .swiper-slide-active .top_icon {
  -webkit-animation: flipInY 1s 1 both;
  -moz-animation: flipInY 1s 1 both;
  -o-animation: flipInY 1s 1 both;
  animation: flipInY 1s 1 both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.contenedor_tituloform h1 {
  -webkit-animation: flipInX 1.2s 1 both;
  -moz-animation: flipInX 1.2s 1 both;
  -o-animation: flipInX 1.2s 1 both;
  animation: flipInX 1.2s 1 both;
}
.contenedor_tituloform h4 {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
}

@-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%;
  }
}
@-moz-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 pan1_large {
  0% {
    background-position: -20px;
    background-size: 140%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 122%;
  }
}
@-moz-keyframes pan1_large {
  0% {
    background-position: -20px;
    background-size: 140%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 122%;
  }
}
@keyframes pan1_large {
  0% {
    background-position: -20px;
    background-size: 140%;
    opacity: 0;
    animation-timing-function: ease-in-out;
    @media (min-width: 1200px) {
      background-position: top;
    }
  }
  15% {
    opacity: 1;
  }
  100% {
    background-position: top;
    background-size: 122%;
  }
}
@-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%;
  }
}
@-moz-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 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%;
  }
}
@-moz-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 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);
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

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

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

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

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: 50vw;
  z-index: 900;
}
@media (min-width: 600px) {
  .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: #363636;
}

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

/* INTRO */
@media (min-width: 1200px) {
  div#intro {
    width: 35vw !important;
  }
}
div#intro .intro_botonera {
  margin-top: 10vh;
}
div#intro .intro_botonera .boton_intro {
  min-width: 65vw;
  min-height: 6vh;
  background-color: #EBE3D7;
  padding: 15px;
  border-radius: 0;
  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) {
  div#intro .intro_botonera .boton_intro {
    min-width: 15vw;
  }
}
div#intro .intro_botonera .boton_intro:hover {
  background-color: #D6DAB1;
}
div#intro .intro_botonera .boton_intro:focus, div#intro .intro_botonera .boton_intro:visited {
  background-color: #EBE3D7;
}
div#intro .intro_botonera .boton_swipe {
  height: 10vh;
  color: #EBE3D7;
  font-size: 1em;
  text-align: center;
  padding: 15px;
  border-radius: 0;
  margin: 15px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 600px) {
  div#intro .intro_botonera .boton_swipe {
    padding-left: 20px;
  }
}
@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: 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
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;
  margin-top: 5vh;
  margin-right: 15vw;
  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 */
@media (min-width: 1200px) {
  div#portada {
    width: 35vw !important;
  }
}
div#portada .arrow {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 55vh;
  right: 5vw;
  z-index: 120;
}
@media (min-width: 600px) {
  div#portada .arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  div#portada .arrow {
    width: 40px;
    height: 40px;
    right: 1vw;
  }
}
div#portada .contenedor_portada_foto {
  width: 70vw;
  height: 67vh;
  margin-top: 15vh;
  border: solid 6px #EBE3D7;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada_foto {
    height: 57vh;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada_foto {
    border: solid 8px #EBE3D7;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada_foto {
    width: 25vw !important;
  }
}
div#portada .contenedor_portada_banda {
  width: 90vw;
  height: 20vh;
  top: 14vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada_banda {
    top: 20vh;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada_banda {
    width: 68vw;
  }
}
@media (min-width: 900px) {
  div#portada .contenedor_portada_banda {
    width: 40vw;
    height: 25vh;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada_banda {
    width: 24vw;
    height: 25vh;
  }
}
div#portada .contenedor_portada_banda h3 {
  font-size: 1.3em;
  margin-top: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada_banda h3 {
    font-size: 1.5em;
    margin-top: -2vh;
  }
}
@media (min-width: 900px) {
  div#portada .contenedor_portada_banda h3 {
    margin-top: -2vh;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada_banda h3 {
    margin-top: -5vh;
  }
}
div#portada .contenedor_portada_flores {
  width: 60vw;
  height: 20vh;
  top: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#portada .contenedor_portada_flores {
    margin-top: 8vh;
  }
}
@media (min-width: 600px) {
  div#portada .contenedor_portada_flores {
    width: 48vw;
  }
}
@media (min-width: 900px) {
  div#portada .contenedor_portada_flores {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div#portada .contenedor_portada_flores {
    width: 15vw;
  }
}

/* HISTORIA */
@media (min-width: 1200px) {
  div#historia {
    width: 35vw !important;
  }
}
div#historia .contenedor_historia {
  width: 70vw;
  height: 75vh;
  padding: 12vh 8vw 10vh 8vw;
  margin-top: 10vh;
}
@media (min-width: 1200px) {
  div#historia .contenedor_historia {
    width: 25vw !important;
    padding: 12vh 5vw 10vh 5vw;
  }
}
div#historia .contenedor_historia_flores {
  width: 50vw;
  height: 20vh;
  top: 8vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#historia .contenedor_historia_flores {
    top: 12vh;
  }
}
@media (min-width: 1200px) {
  div#historia .contenedor_historia_flores {
    width: 18vw;
  }
}

/* CONTADOR */
@media (min-width: 1200px) {
  div#contador {
    width: 35vw !important;
  }
}
div#contador .contenedor_contador {
  width: 100vw;
  height: 80vh;
}
div#contador .contenedor_contador h1, div#contador .contenedor_contador h5 {
  color: #FAF9F6;
}
div#contador .contenedor_contador_numeros {
  width: 70vw;
  height: 55vh;
  margin-bottom: 3vh;
}
@media (min-width: 1200px) {
  div#contador .contenedor_contador_numeros {
    width: 20vw;
  }
}
div#contador .contador {
  width: 70vw;
  height: 15vh;
  margin: 1vh 0;
  background-color: #D6DAB1;
  font-family: "Hepta Slab", serif;
  font-weight: 400;
  font-size: 1.9em;
  color: #FAF9F6;
  text-align: center;
  line-height: 0.9em;
}
@media (min-width: 600px) {
  div#contador .contador {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  div#contador .contador {
    width: 20vw !important;
  }
}
div#contador .contador span {
  font-family: "Meddon", cursive;
  font-weight: 100;
  font-size: 0.7em;
  color: #363636;
}

/* FECHA */
@media (min-width: 1200px) {
  div#cuando {
    width: 35vw !important;
  }
}
div#cuando .contenedor_cuando_flores {
  height: 25vh;
  width: 100vw;
}
@media (min-width: 600px) {
  div#cuando .contenedor_cuando_flores {
    width: 80vw;
  }
}
@media (min-width: 900px) {
  div#cuando .contenedor_cuando_flores {
    width: 30vw;
  }
}
div#cuando .contenedor_cuando_fecha {
  width: 100vw;
  height: 20vh;
  margin-bottom: 1vh;
}
@media (min-width: 1200px) {
  div#cuando .contenedor_cuando_fecha {
    width: 35vw !important;
  }
}
div#cuando .contenedor_cuando_fecha h4, div#cuando .contenedor_cuando_fecha h5 {
  color: #FAF9F6;
}
div#cuando .contenedor_cuando_foto {
  height: 43vh;
  width: 100vw;
  border-top: solid 2vh #D6DAB1;
}
@media (min-width: 1200px) {
  div#cuando .contenedor_cuando_foto {
    width: 35vw !important;
  }
}
div#cuando a.btn {
  bottom: 4vh;
}
div#cuando .contenedor_cuando_liso {
  width: 100vw;
  height: 10vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  div#cuando .contenedor_cuando_liso {
    width: 35vw !important;
  }
}

/* CEREMONIA / FIESTA */
@media (min-width: 1200px) {
  div#donde, div#donde2 {
    width: 35vw !important;
  }
}
div#donde .contenedor_donde_foto, div#donde2 .contenedor_donde_foto {
  width: 100vw;
  height: 46vh;
  border-bottom: solid 2vh #D6DAB1;
}
@media (min-width: 1200px) {
  div#donde .contenedor_donde_foto, div#donde2 .contenedor_donde_foto {
    width: 35vw !important;
  }
}
div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
  width: 20vw;
  height: 13vh;
  margin-bottom: 1vh;
  margin-top: -6vh;
}
@media (min-width: 600px) {
  div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
    width: 5vw;
    height: 12vh;
    margin-bottom: 0;
    margin-top: 1vh;
  }
}
div#donde .contenedor_donde_lugar, div#donde2 .contenedor_donde_lugar {
  padding: 0 5vw 7vh 5vw;
  width: 100vw;
  height: 42.5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#donde .contenedor_donde_lugar, div#donde2 .contenedor_donde_lugar {
    padding: 0 5vw 10vh 5vw;
  }
}
@media (min-width: 1200px) {
  div#donde .contenedor_donde_lugar, div#donde2 .contenedor_donde_lugar {
    width: 35vw !important;
  }
}
div#donde a.btn, div#donde2 a.btn {
  bottom: 0;
}

@media (min-width: 1200px) {
  div#alojamiento {
    width: 35vw !important;
  }
}
div#alojamiento .contenedor_alojamiento {
  width: 75vw;
  height: 80vh;
  padding: 5vh 5vw 5vh 5vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#alojamiento .contenedor_alojamiento {
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  div#alojamiento .contenedor_alojamiento {
    width: 25vw !important;
    padding: 5vh 3vw 5vh 3vw;
  }
}
div#alojamiento .contenedor_alojamiento p {
  padding: 0 5vw;
}
@media (min-width: 1200px) {
  div#alojamiento .contenedor_alojamiento p {
    padding: 0;
  }
}
div#alojamiento .contenedor_alojamiento_flores {
  width: 20vw;
  height: 12vh;
}
@media (min-width: 600px) {
  div#alojamiento .contenedor_alojamiento_flores {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  div#alojamiento .contenedor_alojamiento_flores {
    width: 5vw;
    height: 11vh;
  }
}

@media (min-width: 1200px) {
  div#playlist {
    width: 35vw !important;
  }
}
div#playlist .contenedor_playlist {
  width: 75vw;
  height: 80vh;
  padding: 5vh 10vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .contenedor_playlist {
    height: 70vh;
    padding: 5vh 8vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .contenedor_playlist {
    width: 25vw !important;
    padding: 5vh 5vw;
  }
}
div#playlist .contenedor_playlist h2 {
  margin-bottom: 5vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .contenedor_playlist h2 {
    margin-bottom: 3vh;
  }
}
@media (min-width: 1200px) {
  div#playlist .contenedor_playlist h2 {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  div#playlist .contenedor_playlist p {
    padding: 0;
  }
}
div#playlist .contenedor_playlist_flores {
  width: 20vw;
  height: 12vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#playlist .contenedor_playlist_flores {
    margin-bottom: -2vh;
  }
}
@media (min-width: 600px) {
  div#playlist .contenedor_playlist_flores {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  div#playlist .contenedor_playlist_flores {
    width: 5vw;
    height: 11vh;
  }
}

/* HASHTAG */
@media (min-width: 1200px) {
  div#hashtag {
    width: 35vw !important;
  }
}
div#hashtag .contenedor_hashtag_foto {
  width: 70vw;
  height: 50vh;
  border: solid 6px #D6DAB1;
  margin-top: 9vh;
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_foto {
    height: 60vh;
    margin-top: 4vh;
    border: solid 8px #D6DAB1;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_foto {
    width: 20vw !important;
  }
}
div#hashtag .contenedor_hashtag_texto {
  width: 70vw;
  height: 22vh;
  padding: 3vh 8vw 0 5vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .contenedor_hashtag_texto {
    height: 20vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_texto {
    height: 18vh;
    padding: 3vh 10vw 0 10vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_texto {
    width: 20vw !important;
    padding: 3vh 2vw 0 2vw;
  }
}
div#hashtag .contenedor_hashtag_texto a.btn {
  bottom: 0;
  left: 10vw;
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_texto a.btn {
    left: 15vw;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_texto a.btn {
    left: 2.5vw;
  }
}
div#hashtag .contenedor_hashtag_banda {
  width: 90vw;
  height: 20vh;
  top: 6vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .contenedor_hashtag_banda {
    top: 10vh;
  }
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_banda {
    width: 68vw;
    top: 3vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_banda {
    width: 24vw;
    height: 25vh;
  }
}
div#hashtag .contenedor_hashtag_banda h3 {
  margin-top: 2vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#hashtag .contenedor_hashtag_banda h3 {
    margin-top: -3vh;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_banda h3 {
    margin-top: -5vh;
  }
}

/* REGALO */
@media (min-width: 1200px) {
  div#regalo {
    width: 35vw !important;
  }
}
div#regalo .contenedor_regalo {
  width: 80vw;
  height: 85vh;
  padding: 5vh 5vw;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .contenedor_regalo {
    width: 82vw;
    height: 84vh;
    padding: 5vh 5vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo {
    width: 25vw !important;
    padding: 5vh 5vw;
  }
}
div#regalo .contenedor_regalo h2 {
  margin-bottom: 3vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .contenedor_regalo h2 {
    margin-bottom: 3vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo h2 {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo p {
    padding: 0;
  }
}
div#regalo .contenedor_regalo_flores {
  width: 20vw;
  height: 12vh;
  margin-bottom: -1vh;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#regalo .contenedor_regalo_flores {
    height: 10vh;
  }
}
@media (min-width: 600px) {
  div#regalo .contenedor_regalo_flores {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo_flores {
    width: 5vw;
    height: 11vh;
  }
}
div#regalo a.btn {
  width: 60vw;
}
@media (min-width: 1200px) {
  div#regalo a.btn {
    padding: 0.3rem 0.7rem 0 0.7rem !important;
  }
}
div#regalo div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  padding-top: 3vh;
  box-sizing: border-box;
}

/* CONFIRMACION */
@media (min-width: 1200px) {
  div#confirmacion {
    width: 35vw !important;
  }
}
div#confirmacion .contenedor_confirmacion_flores {
  width: 30vw;
  height: 15vh;
  top: 1vh;
  z-index: 100;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .contenedor_confirmacion_flores {
    top: 4vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_flores {
    width: 20vw;
    top: 3vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenedor_confirmacion_flores {
    width: 10vw;
    top: 1vh;
  }
}
div#confirmacion .contenedor_confirmacion_foto {
  width: 100vw;
  height: 40vh;
  border-top: solid 2vh #D6DAB1;
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_foto {
    height: 48vh;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenedor_confirmacion_foto {
    width: 35vw !important;
  }
}
div#confirmacion .contenedor_confirmacion_texto {
  width: 100vw;
  height: 40vh;
  padding: 6vh 11vw 0;
}
@media (max-width: 600px) and (min-height: 700px) {
  div#confirmacion .contenedor_confirmacion_texto {
    height: 35vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_texto {
    height: 30vh;
    padding: 6vh 10vw 0 10vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenedor_confirmacion_texto {
    width: 35vw !important;
    padding: 4vh 5vw 0 5vw;
  }
}
div#confirmacion a.btn {
  bottom: 0;
  width: 70vw;
}
@media (min-width: 1200px) {
  div#confirmacion a.btn {
    width: 20vw;
  }
}

/*LOGO*/
div#logo .logo {
  width: 55vw;
  height: 10vh;
  background: url(../images/logo_bl_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-image: url(../images/top.svg);
  margin-top: 10vh;
}
@media (min-width: 600px) {
  div#logo .top_icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  div#logo .top_icon {
    width: 40px;
    height: 40px;
  }
}
div#logo p, div#logo a:link, div#logo a:hover, div#logo a:visited {
  color: #FAF9F6;
  text-decoration: none;
}
div#logo a.pdf_boton:link, div#logo a.pdf_boton:hover, div#logo a.pdf_boton:visited {
  color: #363636 !important;
  background-color: #D6DAB1;
  text-decoration: none;
}

/* COVID */
.swiper-wrapper .swiper-slide-active .covid_texto {
  -webkit-animation: fadeInDownShort 1s 1 both;
  -moz-animation: fadeInDownShort 1s 1 both;
  -o-animation: fadeInDownShort 1s 1 both;
  animation: fadeInDownShort 1s 1 both;
}
.swiper-wrapper .swiper-slide-active .covid_texto h2 {
  -webkit-animation: flipInX 1.2s 1 both;
  -moz-animation: flipInX 1.2s 1 both;
  -o-animation: flipInX 1.2s 1 both;
  animation: flipInX 1.2s 1 both;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-wrapper .swiper-slide-active .covid_texto h5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-wrapper .swiper-slide-active .covid_texto p#tapaboca, .swiper-wrapper .swiper-slide-active .covid_texto p#manos, .swiper-wrapper .swiper-slide-active .covid_texto p#distancia, .swiper-wrapper .swiper-slide-active .covid_texto p#vaso, .swiper-wrapper .swiper-slide-active .covid_texto p#sintomas, .swiper-wrapper .swiper-slide-active .covid_texto p#vacuna {
  -webkit-animation: fadeInUpShort 1s 1 both;
  -moz-animation: fadeInUpShort 1s 1 both;
  -o-animation: fadeInUpShort 1s 1 both;
  animation: fadeInUpShort 1s 1 both;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

div#covid {
  width: 100vw;
  height: 100vh;
  background: url(../images/primavera_bg_00.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  div#covid {
    width: 35vw !important;
  }
}
div#covid .covid_texto {
  width: 85vw;
  height: 82vh;
  padding: 0 7vw 5vh 7vw;
  box-sizing: border-box;
  border-bottom: solid 2vh #D6DAB1;
}
@media (min-width: 600px) {
  div#covid .covid_texto {
    width: 40vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_texto {
    width: 25vw !important;
    padding: 0 3vw 5vh 3vw;
  }
}
div#covid .covid_texto .covid_titulo {
  padding-top: 1vh;
  margin-bottom: 3vh;
  margin-top: 5vh;
}
div#covid .covid_items {
  width: 100%;
  text-align: center;
  padding-left: 5vw;
}
@media (min-width: 1200px) {
  div#covid .covid_items {
    padding-left: 1vw;
  }
}
div#covid .covid_items p {
  width: auto;
  min-height: 8vh;
  padding-left: 27%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center left;
  color: #363636;
  text-align: left;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#covid .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 2vh;
  }
}
@media (min-width: 1200px) {
  div#covid .covid_items p {
    background-size: 15%;
    padding-left: 20%;
    margin-bottom: 1vh;
  }
}
div#covid .covid_items p#vacuna {
  background-image: url(../images/covid-vacuna.png);
}
div#covid .covid_items p#tapaboca {
  background-image: url(../images/covid-tapaboca.png);
  min-height: 6vh;
}
div#covid .covid_items p#manos {
  background-image: url(../images/covid-manos.png);
}
div#covid .covid_items p#distancia {
  background-image: url(../images/covid-distancia.png);
}
div#covid .covid_items p#vaso {
  background-image: url(../images/covid-vaso.png);
}
div#covid .covid_items p#sintomas {
  background-image: url(../images/covid-sintomas.png);
}

#form {
  background-color: #EBE3D7;
}

.contenedor_gral {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}

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

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

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

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

html .cog-page-progress--steps a::before {
  border: none !important;
  background-color: #A29C93 !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: #363636 !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: #363636 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .cog-cognito--styled .is-checked .el-radio__inner::after {
  box-shadow: inset 0 0 0 0.75em #363636 !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: 25px !important;
  border: solid 1px #363636 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
@media (min-width: 600px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 4.5vh !important;
  }
}
@media (min-width: 900px) {
  html .cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-button--secondary {
    height: 6.5vh !important;
  }
}

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

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

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

html .cog-cognito--styled h3 {
  font-size: 1.4em !important;
  color: #363636 !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: #363636 !important;
  -webkit-tap-highlight-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

.contenedor_logo {
  margin-top: 5vh;
}
.contenedor_logo p {
  font-size: 0.8em;
  color: #363636;
  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: #A29C93;
}

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

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

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

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

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