*{
    padding: 0;
    margin: 0;
}

body{
    margin: 0;
    padding: 0;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  -webkit-transition-property: all;
        transition-property: all;
  -webkit-transition-duration: .6s;
        transition-duration: .6s;
  -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
}
:root{
  --prin: #662B94;
  --sec:#D841CE;
  --claro: #E767A4;
  --sombra:#D292E9;
  --prinsombra:#d292e93f;
}

.contraportada{
  z-index: 4;
  position: relative;
  background-color: #ffffffe8;
}
.portada{
    height: calc(97vh - 20px);
    background-image:linear-gradient(#271e1500 ,#271e1500 ), url('../media/portada.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    z-index: -1;
}
.portada .text-porta{
    text-align: center;
    height: 300px;
    top: 2vh;
    display: flex;
    flex-direction: column;
    position: relative;
    gap:2vh;
    z-index: 4;
}
.porta-uno{
    position: relative;
    width: 320px; 
    height: 42px ; 
    background-color: var(--prinsombra); 
    border-top-left-radius: 8cap;
    border-bottom-left-radius: 8cap;
    border-top-right-radius: 8cap;
    border-bottom-right-radius: 10cap;
    top: 9%;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
}
.portada img{
  width: 350px;
  margin: 0 auto;
  top:3vh;
  position: relative;
}
.portada .porta-dos{
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 70%;
    height: 40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius:14px;
    margin: 0 auto;
    top: -2vh;
  backdrop-filter: blur(1px);
  border-right: solid 1px #ffffff86;
  border-top: solid 1px #ffffff65;
  border-left: solid 1px #ffffff86;
  border-bottom: solid 1px #ffffff27;
}

  .svg-down {
    bottom: 0;
    left: 50%;
    z-index: 1;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-bottom: -22px;
    color: #ffffff;
    z-index: 4;
}
 .arrow-down {
    width: 60px;
    height: 50px;
    bottom: -1px;
    margin-left: 50%;
    transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    z-index: 99;
    background: url('../media/flecha-hacia-abajo.gif') no-repeat center center; 
}
/*portada letras*/
.porta-uno h4{
    color: #FFF;
text-align: center;
font-family: "Aref Ruqaa";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 35px; 
}
.portada .porta-dos h2{
    color: #FFF;
    font-family: 'Birthstone', cursive;
    font-size: 39.76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 0px;
    float: right;
right: 0px;
}
@font-face {
  font-family: "Aston Script Bold";
  src: url("../fuentes/aston_script/Aston_Script.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


.portada h1{
    color: white;
    text-align: center;
     font-family: "Aston Script Bold", cursive;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 0;  
}
.portada h1:last-of-type {
    margin-top: -50px; 
}
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&display=swap');

.portada .text-porta h2{
  position: relative;
    color: #ffffff;
text-shadow: 0 4px 4px #645c6b;
font-family: "Aref Ruqaa", serif;
font-size: 30px;
float: right;
right: -75px;
font-style: normal;
font-weight: 400;
line-height: normal;
top: -40px;

}


/*FRASE Y FECHA*/
.fecha{
    height: 900px;
    font-family:'Merriweather', serif;
    background-color: #ffffff; 
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 4;
  }
  .fecha .titulo-icon{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.icon h3{
  color: var(--prin);
  font-family: "Playfair Display";
}

.fecha p{  
    color: #161616 ;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 4;
    top: 30px;
    position: relative;
}

.dedicatoria{
  position: relative;
  width: 100%;
  top: 90px;
  height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 4;
  background: rgba(210, 146, 233, 0.10);
}

.dedicatoria #p-s{
  color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22px;
width: 90%;
margin: 0 auto;
position: relative;
}
.dedicatoria #p-ss{
  color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22px;
width: 90%;
margin: 0 auto;
position: relative;
top: 20px;
}
.dedicatoria .text{
    text-align: center;
    height: auto;
    position: relative;
    width: 90%;
    margin: 0 auto;
    top: 30px;
}
.text .separator-line2{
  width: 70%;
  position: relative;
  background-color: var(--prin);
  top: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
  }
  .text .separator-line3{
  width: 70%;
  position: relative;
  background-color: var(--prin);
  bottom: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
  }
.text h1:last-of-type {
    margin-top: -3px; 
    margin-left: -9px;
}


.text h1{
  color: var(--prin);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 39.06px;
font-style: italic;
font-weight: 700;
line-height: normal;
}
.text h3{
  color: var(--prin);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 39.06px;
font-style: italic;
font-weight: 700;
line-height: normal;
}
.fecha .calendar{
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 140px;
  z-index: 4;
}
  .fecha .calendar h2{
    color: #161616f3;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  
  line-height: normal;
}
.fecha .calendar-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    gap: 10px;
    top: 10px;
    z-index: 88;
    position: relative;
    background-color: #0a0a0a00;
  }
.calendar .dia{
    text-align: center;
    padding: 0;
    z-index: 3;   
}
.calendar .numero{
    position: relative; 
    top: -15px;
}
.calendar .separator-line {
    width: 100%; 
    height: 1px; 
    stroke: var(--prin);
    background-color: var(--sec); /* Color de la línea */
    margin: 0px auto; /* Centrado y espaciado */
    border-radius: 10px; /* Bordes redondeados para un diseño suave */
  }

  .calendar h6 {
    color: var(--sec);
    font-family: "Playfair Display";
    font-size: 25.15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  
  }
  .numero h1 {
    color: var(--sec);
    font-family: "Playfair Display";
    font-size: 83.45px;
    font-style: normal;
    font-weight: 400;
    line-height: -6em; /* 0% */
  }

  .fecha .calendar h2 {
    color:  #161616;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    align-items: center;
    text-align: center;
    position: relative;
  }



/*CONTEO REGRESIVO*/
.reloj {
    height: 320px;
    background: url(../media/portada.png);
    position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      overflow: hidden;
      z-index: 2;
  }
  .reloj-titulo {
    color: #ffffff;
    text-align: center; 
    font-family: "Playfair Display";
    font-size: 35.88px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;   
  }
  .reloj .hp-countdown {
    color: #f8e6e3;
    font-family: "Playfair Display";
    font-size: 25.72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #30032a0e;
    border-radius: 24px;
    padding: 10px 10px;
  }
  .reloj .cd--numbers {
    font-family: "Playfair Display", sans-serif;
    font-size: 50.72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    padding: 3px;
    text-align: center;
}

/*INFORMACION*/
.info{
  margin: 0;
  padding: 0; 
  width: 100%;
  background-color: #fffffff3;
  align-items: center;
  height: 2500px;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.icon-box img{
  width: 80px;
}
.plans-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  background-color: #09030300;
  border-radius: 1.7rem;
  height: 2400px;
  z-index: 3;
  position: relative; 
  overflow: hidden; 
}
.plan{
  border-radius: 11px;
  box-shadow: 1px 4px 5.3px 5px #e767a544;
  background: var(--Neutral-200-196, #ffffff);
  width: 80%;
  border-radius: 1.7rem;
  text-align: center;
  height: 940px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--prin);
  padding: 0 0 30;
  position: relative;
  margin-top: 50px;
  padding-top: 55px;
  margin-bottom: 50px;

}
.plan .inner-box{
  padding: 0 0 30px;
  width: 100%;
  margin: 0 auto;
  border-top: 0;
  border-end-end-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
}
.icon-box{
  position: absolute;
  background-color: #f5f7f600;
  z-index: 9;
  width: 100px;
  height: 100px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.plan .inner-box .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ce161600;
   justify-content: center;
  content: "";
}
.icon-box .icon-outer{
  position: absolute;
  height: 105px;
  width: 105px;
  background-color: var(--prin);
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
}
.icon-box i{
  position: relative;
  display: block;
  height: 103px;
  width: 104px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
 
}
.plan .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}
.plan .inner-box ul {
  list-style: none;
}
.plan .inner-box .plan-features {
  width: 100%;
  margin: 2rem 0;
}
.plan .inner-box .price {
  margin: -1rem 0;
}
.plan .inner-box .price-purple {
  color: var(--sec);
text-align: center;
font-family: "Playfair Display";
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 2rem 0;
width: 90%;
  margin: 0 auto;
}
.plan .inner-box .basic {
  color: var(--prin);
  font-size: 42px;
  position: relative;
  top: 20px;
  
}

.itinerario{
  position: relative;
  width: 100%;
  height: 900px;
  text-align: center;
  margin-top: 5px;
  justify-content: center;
}
.itinerario-container{
   position: relative;
  width: 100%;
  height: 600px;
  text-align: center;
  background-size: cover;
  width: 95%;
  border-radius: 14px;
  border: solid 1.5px #fff;
  margin: 0 auto;
  top: 20px;
}
.itinerario-container img{
  width: 90px;
  top: 20px;
  position: relative;
}
.itinerario h1{
  font-size: 20px;
  text-align: center;
   color: var(--prin);
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 25px;
    width: 95%;
    position: relative;
}
.itinerario h2{
  font-size: 30px;
  background-color: #ffffff;
  text-align: center;
   color:var(--prin);
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 55px;
    width: 95%;
    position: relative;
}
.itinerario2{
  position: relative;
  height: auto;
  width: 100%;
}
.itinerario2 img{
  height: auto;
  width: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

.buttons {
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  margin: 0 auto;
   position: relative;
   justify-content: center;
}
.btnfos {
  font-family:'Merriweather', serif;
  color: #18140ebd;
  cursor: pointer;
  display: block;
  font-size: 23px;
  font-weight: 100;
  line-height: 35px;
  max-width: 260px;
  margin: 0 auto 2em;
  position: relative;
  text-decoration: none;
  width: 100%;
  border-radius: 3rem;
}
.btnfos-3 {
  background: #cca36f;
  border: 3px solid #7D6A8B;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #c5b1d4, 2px 4px 6px #a77a7a;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  width: 250px;
  margin-top: 20px;
}
.btnfos-3:hover {
  background: #8e7863;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  text-shadow: -1px -1px 0 #136a65;
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
}

#mapita{
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
} 
.buttons {
  display: table;
  height: 100%;
  width: 100%;
}

.container {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}


  /*CARTAS DE INFO*/
.back{
  position: relative;
  background: linear-gradient(#fff, #662B94,#662B94) ;
  height: 1250px;
  z-index: 2;
}  
.tarjetas {
  position:relative;
  text-align:center;
  background: url('../media/wave.png');
  background-repeat: repeat;
  background-image: cover;
  width: 100%; 
  z-index: 2;
}

.container-tar{
position: relative;
  width:auto;
  margin: 0 auto;
  z-index: 2;

}

.tarjetas p {
 color:  #ffffff;
text-align: center;
font-family: "Playfair Display";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cardBox .card .back  h2 {
 color: #fff;
text-align: center;
font-family: "Playfair Display";
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.flex { 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/*CARTAS DE INFO*/

 .cardBox {
 height: 450px;
  padding-top: 90px;
  padding-left: 40px;
  font-size: 24px;
  margin: 2% 0 0 2%;
  -webkit-perspective: 800px;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  width: 80%;
  position: relative;
  z-index: 2;
}

.cardBox .card {
  border-radius: 15px;
background: #ffff;
  cursor: default;
  height: 500px;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  animation: giro 1s 1;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: giro 1s 1;
  -webkit-transition: transform 0.4s ease 0s;
   margin-top: 80px;
   z-index: 2;
}

 .cardBox .card p {
  margin-bottom: 1.8em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  color: #0a0a0a;
}

.cardBox .card .back p{
  color: var(--Tertiary-300-298, #EEEEE5);
text-align: center;
font-family: "Playfair Display";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cardBox .card .front,
.cardBox .card .back {
 -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0.8em;
  position: absolute;
  text-align: center;
  width: 100%;
  color: var(--prin);
text-align: center;
-webkit-box-sizing: border-box;
font-family: "Playfair Display";
font-size: 29.15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cardBox .card.flipped {
 -webkit-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
 .cardBox .card .front strong {
  background: #fff;
  border-radius: 100%;
  color: #584c43;
  font-size: 22px;
  line-height: 30px;
  padding: 0 7px 4px 6px;
}
 .cardBox .card .back {
 -webkit-transform: rotateY(180deg);
  transform: rotateY( 180deg);
}


 .cardBox:nth-child(1) .card .back {
  border-radius: 15px;
  background: var(--sec);
}

.cardBox:nth-child(2) .card .back {
  border-radius: 15px;
 background: var(--sec);
}


.cardBox:nth-child(1) .card {
  -webkit-animation: giro 1.5s 1;
  animation: giro 1.5s 1;
}
.cardBox:nth-child(2) .card {
  -webkit-animation: giro 1.5s 1;
  animation: giro 1.5s 1;
}

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
    -webkit-transform: rotateY(180deg);
  }
  to {
    transform: rotateY( 0deg);
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
    -webkit-transform: rotateY(180deg);
  }
  to {
    transform: rotateY( 0deg);
    -webkit-transform: rotateY(0deg);
  }
}



.fotodiv {
  position: relative;
text-align: center;
width: 100%;
height: 364px;
display: flex;
flex-direction: row;
background: url('../media/portada.png');
background-size: cover;
overflow: hidden;
top: 0px;
z-index: 1;
}
.fotodiv .textito{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textito h1{
  color:white;
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 250px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: -45%;
top: -40px;
position: relative;
z-index: 4;
}
.fotodiv h2{
  color: white;
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: 5%;
top: -20px;
position: relative;
z-index: 4;
}
.textito svg{
  width: 100%;
height: 290px;
flex-shrink: 0;
position: absolute;
top: 40px;
float: right;
}

.fotofinal2{
  position: relative;
  height: 400px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  overflow: hidden;
  top: 0px;
  z-index: 1;
  background: #fffffff3;

}
.fotofinal2::before{
  content: '';
  position: absolute;
  background: url('../media/blur.png');
  left: 80px;
  top: -20px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: 350px;
}
.fotofinal2 h1{
    text-align: center;
font-family: "Playfair Display";
font-size: 28.88px;
font-style: normal;
font-weight: 100;
line-height: normal;
color: var(--Neutral-200-201, #0a0a09);
position: relative ;
top: 10px;
width: 85%;
}

.whatsapp{
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 1vh;
  justify-content: center;
  z-index: 2;
  top: 0px;
  overflow: hidden;
  background-color: #fffffff1;
}
.what-container {
  background: radial-gradient(
    circle farthest-corner,
    hsl(320deg, 100%, 15%),
    hsl(320deg, 100%, 2%) 100%
  );
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
}


.whatsapp h3{
  background: var(--prin);
color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;;
width: 100% ;
text-align: center;
top: -10px;
position: relative;
justify-content: center;
padding: 5px 5px;
}
.whatsapp h6{
 color:  #0e0e0e;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
width: 80%;
margin: 0 auto;
z-index: 4;
}
.botonwhat .css-button {
  top: 0px;
  margin: 0 auto;
  color: #ffffff;
	font-size: 27px;
	border-radius: 21px;
	border: solid 2px #1c1b1ba9;
	text-shadow: 1px 1px 0px #1c1b1ba9;
	box-shadow: inset 1px 1px 0px -34px #1c1b1ba9;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: Georgia;
	background: linear-gradient(90deg, var(--prin) 23%, var(--prin) 22% );
	display: inline-flex;
	align-items: center;
	padding: 0; 
  margin-bottom: 40px;
  
}
.botonwhat .css-button:hover {
	background: linear-gradient(90deg, #000000 22%, #000000 24%);
}
.botonwhat .css-button-text {
	position: relative;
	padding: 10px 30px;
}
.botonwhat  .css-button-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 14px;
  color: white;
}
.botonwhat  .css-button-icon:hover{
  color: #fff;
}

.whatsapp img{
  width: 200px;
  height: 250px;
  top: -50px;
  position: relative;
}
.whatsapp svg{
  text-align: center;
  position: relative;
  top: -1px;
}
.copyright {
  background: var(--prin);
  position: relative;
  text-align:center;
  width: 100%;
  height: 150px;
  top: 0px;
  display: block;
  z-index: 1;
  color: #fff;

}
.copyright .svg-up {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -2px;
  margin-top: -5px;
  top: -45px;
  left: 0;
  z-index: 5;
}
.copyright .arrow-up {
  position: relative;
  left: 49%;
  width: 50px;
  height: 50px;
  top: -95px;
  color: #fdfdfd;
  line-height: 1.9;
  z-index: 5;
  display: flex;
  
}
.copyright ul {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
  color: #fff;
}
.copyright li {
  color: hsl(30, 9%, 96%);
  font-size: 14px;
  list-style: none;
}

.copyright .CTA {
  margin-top: -80px;
  color: #fff;
}
.copyright .CTA li a {
  color: #ffffff;
  font-size: 15px;
  
}
.copyright .infos{
  margin-top: 15px;
  z-index: 5;
  color: #fff;
}



#large-screen-message {
  display: none;
  text-align: center;
  font-size: 1.5em;
}
#site-content {
  display: block;
}
#large-screen-message img{
  width: 550px;
  height: 250px;
  position: relative;
}
#large-screen-message .header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, var(--prin) 0%, var(--sec) 100%);
  color:white;
}
#large-screen-message .logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}
#large-screen-message .inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}
#large-screen-message .waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
#large-screen-message .content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/*ANIMACIONES*/
/*ANIMACIONES*/
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  animation: bounce 1.5s ease-in-out infinite;
  display: inline-block; 
}
.bounce {
  animation: none;
}
.bounce.visible {
  animation: bounce 1.5s ease-in-out infinite;
}


    .slide-in-right {
      opacity: 0;
      transform: translateX(100px);
      transition: all 0.9s ease-out;
    }
    
    .slide-in-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

    /* Animación para títulos desde arriba */
.slide-in-top {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1.5s ease-out;
}

.slide-in-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.5s ease-in-out;
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 0.8;
    transform: translateX(0);
    z-index: 1;
  }
}

 @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 0.8;
      transform: translateX(0);
    }
  }


.mouse_scroll {
    position: fixed;
    right: 20px; /* Ajusta según lo cerca que quieras que esté del borde izquierdo */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; /* Para que quede por encima del resto del contenido */
}
.m_scroll_arrows{
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid var(--prin);
  border-bottom: 2px solid var(--prin);
  margin: 0 0 3px 4px;
  
  width: 10px;
  height: 10px;
}
.unu{
  margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}
.unu{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}
.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}
.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}
.mouse {
  height: 32px;
  width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid var(--prin);
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: var(--prin);
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid var(--prin);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}



.fecha::before{
  content: '';
  position: absolute;
  top: -400px;
  right: 15%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.86)), url('../media/fechadere.png');
  background-repeat: no-repeat;
  background-size: 300px 200px;
  background-position:  right 40% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 4;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.fecha.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}
.calendar::after{
  content: '';
  position: absolute;
  top: 25px;
  left: -10%;
  right: 0;
  bottom: 0;
  background-image: url('../media/calendarizqui.png');
  background-repeat: no-repeat;
  background-size: 100px 160px;
  
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: -1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.calendar.visible::after {
animation: fadeInRight 1.5s ease-out forwards;
}
.calendar::before{
  content: '';
  position: absolute;
  top: 4px;
  right: -13%;
  left: 0;
  bottom: 0;
  background-image: url('../media/calendardere.png');
  background-repeat: no-repeat;
  background-size: 100px 160px;
   background-position:  right 32% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: -1;
  transition: none;
  overflow: hidden;
}
.calendar.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

.reloj::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -12%;
  bottom: 0;
  background-image: url('../media/relojdere.png');
  background-repeat: no-repeat;
  background-size: 150px 100px;
  background-position:  right -3% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 2;
    transform: translateX(100px);
  transition: none;

}
.reloj.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}
.reloj::after{
  content: '';
  position: absolute;
  top: 0;
  left: -4%;
  right: 0;
  bottom: 0;
  background-image: url('../media/flores.png');
  background-repeat: no-repeat;
  background-size: 120px 80px;
  background-position:  left 100% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.reloj.visible::after {
animation: fadeInRight 1.5s ease-out forwards;
}

.plans-container::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 65%;
  bottom: 0;
  background-image: url('../media/plumita.png');
  background-repeat: no-repeat;
  background-size: 150px 200px;
  background-position:  right 45% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;

}
.plans-container.visible::before {
animation: fadeInRight 6s ease-out forwards;
}

.info::after{
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 1%;
  bottom: 0;
  background-image: url('../media/flores.png');
  background-repeat: no-repeat;
  background-size: 320px 200px;
  background-position:  right -1% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 2;
    transform: translateX(100px);
  transition: none;

}
.info.visible::after {
animation: fadeInRight 1.5s ease-out forwards;
}
.info::before{
  content: '';
  position: absolute;
  top: 2320px;
  left: 0;
  right: 40%;
  bottom: 0;
  background-image: url('../media/flores.png');
  background-repeat: no-repeat;
  background-size: 320px 200px;
  background-position:  right -30% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 2;
    transform: translateX(100px);
  transition: none;

}
.info.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

.whatsapp::before{
  content: '';
  position: absolute;
  top: 730px;
  right: 0;
  left: -2%;
  bottom: 0;
  background-image: url('../media/mariposa.png');
  background-repeat: no-repeat;
  background-size: 150px 150px;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 2;
    transform: translateX(100px);
  transition: none;

}
.whatsapp::before.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

/*1947*/

@media (max-width:399px){
  .portada .porta-dos{
    width: 82%;
    top: -4%;
  }
  .portada img{
    width: 300px;
    top: 3%;
  }
  .portada .text-porta{
    top: -3%;
  }
  .fecha{
    height: 1000px;
  }
  .dedicatoria .text{
    top: 45px;
  }
  .fecha::before{
    right: 10%;
    top: -400px;
  }
  .fecha::before{
    right: 2%;
  }
  .reloj::after{
    left: -22%;
  }
    .reloj::before{
    right: -22%;
  }
  .plan .inner-box .price-purple{
    font-size: 32px;
  }
  #mapita{
    width: 250px;
  }
  .calendar::before{
    right: -8%;
    background-size: 70px 130px;
  }
  .calendar::after{
    left: -8%;
    background-size: 70px 130px;
  }
}/*
@media (max-width:499px){
  .portada .porta-dos{
    width: 82%;
    top: -4%;
  }
  .portada img{
    width: 300px;
    top: 3%;
  }
  .portada .text-porta{
    top: -4%;
  }
}
  @media (max-height:900px){
  .portada .porta-dos{
    width: 82%;
    top: 2vh;
  }
  .portada img{
    width: 300px;
    top: 5vh;
  }
  .portada .text-porta{
    top: 5vh;
  }}
 @media (max-height:560px){
  .portada .porta-dos{
    width: 82%;
    top: 2vh;
  }
  .portada img{
    width: 300px;
    top: 5vh;
  }
  .portada .text-porta{
    top: 5vh;
  }}
  @media (max-width:330px){
  .portada .porta-dos{
    width: 92%;
    top: 5vh;
  }

  .portada img{
    width: 300px;
    top: -6%;
  }
  .portada .text-porta{
    top: -27%;
  }
 #mapita{
    width: 210px;
    height: 200px;
  }}
*/


canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
