@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Meddon&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Hepta+Slab:300,400,500&amp;display=swap");
body {
  margin: 0;
  padding: 0;
}

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

/*MEDIA QUERYS*/
/*PREFIXES*/
/*COLORES*/
/*IMAGENES*/
/*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;
}

.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);
  }
}
@media (min-width: 900px) {
  .bg_imagen_cliente1 {
    background-image: url(../images/primavera_cliente1_tbll.jpg);
  }
}

.bg_imagen_cliente2 {
  background: url(../images/primavera_cliente2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .bg_imagen_cliente2 {
    background-image: url(../images/primavera_cliente2_tbll.jpg);
  }
}

.bg_imagen_cliente3 {
  background: url(../images/primavera_cliente3.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .bg_imagen_cliente3 {
    background-image: url(../images/primavera_cliente3_tbll.jpg);
  }
}
@media (min-width: 1200px) {
  .bg_imagen_cliente3 {
    background-image: url(../images/primavera_cliente3_dkt.jpg);
  }
}

.bg_imagen_cliente4 {
  background-image: url(../images/primavera_cliente4.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .bg_imagen_cliente4 {
    background-image: url(../images/primavera_cliente4_tbll.jpg);
  }
}
@media (min-width: 1200px) {
  .bg_imagen_cliente4 {
    background-image: url(../images/primavera_cliente4_dkt.jpg);
  }
}

.bg_imagen_cliente5 {
  background: url(../images/primavera_cliente5.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 900px) {
  .bg_imagen_cliente5 {
    background-image: url(../images/primavera_cliente5_tbll.jpg);
  }
}
@media (min-width: 1200px) {
  .bg_imagen_cliente5 {
    background-image: url(../images/primavera_cliente5_dkt.jpg);
  }
}

.bg_imagen_cliente6 {
  background: url(../images/primavera_cliente6.jpg) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 900px) {
  .bg_imagen_cliente6 {
    background-image: url(../images/primavera_cliente6_tbll.jpg);
  }
}
@media (min-width: 1200px) {
  .bg_imagen_cliente6 {
    background-image: url(../images/primavera_cliente6_dkt.jpg);
  }
}

/*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: 1em;
  margin-bottom: 0.2em;
}
@media (min-width: 600px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.8em;
  }
}

h2 {
  font-size: 1.5em;
  line-height: 1em;
}
@media (min-width: 600px) {
  h2 {
    font-size: 2em;
  }
}
@media (min-width: 900px) {
  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 (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 (min-width: 600px) {
  h5 {
    font-size: 1.6em;
  }
}
@media (min-width: 900px) {
  h5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.3em;
  }
}

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

p {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  p {
    font-size: 1.1em;
    line-height: 1.5em;
  }
}
@media (min-width: 900px) {
  p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
@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: inline-block;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 0.75rem;
  font-size: 0.8em;
  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 (min-width: 600px) {
  .btn {
    height: auto;
    width: 40vw;
    font-size: 1.1em;
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 900px) {
  .btn {
    height: auto;
    font-size: 0.9em;
    width: 40vw;
    padding: 0.6rem 0.7rem 0 0.7rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    height: auto;
    width: 20vw;
    padding: 0.6rem 0.7rem 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;
}

@-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 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);
  }
}
.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 .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;
}
.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;
}
.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;
}
.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-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-wrapper .swiper-slide-active .contenedor_donde_lugar a.btn_secundario {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.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_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 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;
}

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

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

/*Carrusel*/
.swiper-container {
  width: 100vw;
  height: 100vh;
}

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

/* INTRO */
div#intro .boton_intro {
  min-width: 50vw;
  min-height: 6vh;
  background-color: #EBE3D7;
  padding: 15px;
  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 .boton_intro {
    min-width: 20vw;
  }
}
div#intro .boton_intro:hover {
  background-color: #a8f5ff;
}
div#intro .boton_intro:focus, div#intro .boton_intro:visited {
  background-color: #EBE3D7;
}
div#intro .music_icon, div#intro .pause_icon, div#intro .fs_icon, div#intro .play_icon {
  background-size: 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
div#intro .music_icon {
  background-image: url(../images/music.svg);
}
div#intro .pause_icon {
  background-image: url(../images/pause.svg);
}
div#intro .fs_icon {
  background-image: url(../images/fit-screen.svg);
}
div#intro .play_icon {
  background-image: url(../images/play.svg);
}

/* PORTADA */
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;
  }
}
div#portada .contenedor_portada_foto {
  width: 70vw;
  height: 67vh;
  margin-top: 8vh;
  border: solid 6px #EBE3D7;
}
@media (min-width: 600px) {
  div#portada .contenedor_portada_foto {
    border: solid 8px #EBE3D7;
  }
}
div#portada .contenedor_portada_banda {
  width: 90vw;
  height: 20vh;
  top: 14vh;
}
@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 {
  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 (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 */
div#historia .contenedor_historia {
  width: 70vw;
  height: 70vh;
  padding: 12vh 10vw 10vh 10vw;
  margin-top: 10vh;
}
div#historia .contenedor_historia_flores {
  width: 50vw;
  height: 20vh;
  top: 10vh;
}
@media (min-width: 900px) {
  div#historia .contenedor_historia_flores {
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  div#historia .contenedor_historia_flores {
    width: 18vw;
  }
}

/* CONTADOR */
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;
}
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;
  }
}
div#contador .contador span {
  font-family: "Meddon", cursive;
  font-weight: 100;
  font-size: 0.7em;
  color: #363636;
}

/* FECHA */
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: 50vw;
  }
}
@media (min-width: 900px) {
  div#cuando .contenedor_cuando_flores {
    width: 30vw;
  }
}
div#cuando .contenedor_cuando_fecha {
  width: 100vw;
  height: 20vh;
  margin-bottom: 1vh;
}
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;
}
div#cuando a.btn {
  bottom: 4vh;
}
div#cuando .contenedor_cuando_liso {
  width: 100vw;
  height: 10vh;
  text-align: center;
}

/* DONDE */
div#donde .contenedor_donde_foto, div#donde2 .contenedor_donde_foto {
  width: 100vw;
  height: 46vh;
  border-bottom: solid 2vh #D6DAB1;
}
div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
  width: 20vw;
  height: 13vh;
  margin-bottom: 1vh;
}
@media (min-width: 600px) {
  div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
    width: 15vw;
  }
}
@media (min-width: 900px) {
  div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
    width: 8vw;
    height: 11vh;
    margin-bottom: 3vh;
  }
}
@media (min-width: 1200px) {
  div#donde .contenedor_donde_flor, div#donde2 .contenedor_donde_flor {
    width: 5vw;
    height: 12vh;
  }
}
div#donde .contenedor_donde_lugar, div#donde2 .contenedor_donde_lugar {
  padding: 0 5vw 7vh 5vw;
  width: 100vw;
  height: 42.5vh;
}
div#donde a.btn, div#donde2 a.btn {
  bottom: 0;
}

/* HASHTAG */
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;
  }
}
div#hashtag .contenedor_hashtag_texto {
  width: 70vw;
  height: 22vh;
  padding: 3vh 5vw 0 5vw;
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_texto {
    height: 18vh;
    padding: 3vh 10vw 0 10vw;
  }
}
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: 25vw;
  }
}
div#hashtag .contenedor_hashtag_banda {
  width: 90vw;
  height: 20vh;
  top: 6vh;
}
@media (min-width: 600px) {
  div#hashtag .contenedor_hashtag_banda {
    width: 68vw;
  }
}
@media (min-width: 900px) {
  div#hashtag .contenedor_hashtag_banda {
    width: 40vw;
    height: 25vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_banda {
    width: 24vw;
    height: 25vh;
  }
}
div#hashtag .contenedor_hashtag_banda h3 {
  margin-top: 2vh;
}
@media (min-width: 900px) {
  div#hashtag .contenedor_hashtag_banda h3 {
    margin-top: -2vh;
  }
}
@media (min-width: 1200px) {
  div#hashtag .contenedor_hashtag_banda h3 {
    margin-top: -5vh;
  }
}

/* REGALO */
div#regalo .contenedor_regalo {
  width: 75vw;
  height: 80vh;
  padding: 5vh 5vw 5vh 5vw;
}
div#regalo .contenedor_regalo_flores {
  width: 20vw;
  height: 12vh;
}
@media (min-width: 600px) {
  div#regalo .contenedor_regalo_flores {
    width: 15vw;
  }
}
@media (min-width: 900px) {
  div#regalo .contenedor_regalo_flores {
    width: 10vw;
    height: 14vh;
  }
}
@media (min-width: 1200px) {
  div#regalo .contenedor_regalo_flores {
    width: 5vw;
    height: 11vh;
  }
}
div#regalo div#datosregalo {
  height: 0vh;
  overflow: hidden;
  transition: height 1s;
  padding-top: 4vh;
  box-sizing: border-box;
}

/* CONFIRMACION */
div#confirmacion .contenedor_confirmacion_flores {
  width: 30vw;
  height: 15vh;
  top: 2vh;
  z-index: 100;
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_flores {
    width: 20vw;
    top: 4vh;
  }
}
@media (min-width: 900px) {
  div#confirmacion .contenedor_confirmacion_flores {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  div#confirmacion .contenedor_confirmacion_flores {
    width: 10vw;
  }
}
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;
  }
}
div#confirmacion .contenedor_confirmacion_texto {
  width: 100vw;
  height: 40vh;
  padding: 8vh 10vw 0 10vw;
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_texto {
    height: 30vh;
  }
}
@media (min-width: 600px) {
  div#confirmacion .contenedor_confirmacion_texto {
    padding: 6vh 10vw 0 10vw;
  }
}
div#confirmacion a.btn {
  bottom: 0;
}

div#logo .logo {
  width: 65vw;
  height: 50vh;
  background: url(../images/pie.png) 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;
}

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