*{
    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;

}
/*PORTA MUSICA*/
#music-prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #980308e5;
    color: white;
    z-index: 10;
  }
  .onda{
    margin-top: 20%;
    position: relative;

  }
  #music-prompt h4{
    top: 15px;
      width: 90%;
      position: relative;
      font-size: 30px;

  }
   #music-prompt h2{
    bottom: 30px;
      width: 90%;
      position: relative;
      font-size: 40px;

  }
  .onda:nth-child(1){
    background-image: url(https://i.postimg.cc/VNVqXwjf/wave.png);
    animation: animate 10s linear infinite;
    animation-direction: reverse;
  }
  #content {
    display: none; /* Ocultar contenido hasta que el usuario responda */
    padding: 20px;
}
.btn-music{
    top: 90%;
    margin-top: 15px;
    display: inline-flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    border: 1px solid var(--Secondary-400-403, #6D9DB4);
    background: var(--Tertiary-300-297, #F1F1EA);
}
.btn-music h1{
    color: #980308;
    /* Serif/H6 */
    font-family: "Playfair Display";
    font-size: 22.15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

}
/*ELEMENTOS DE LA PORTADA*/

.portada{
    height: calc(97vh - 20px);
    background-image:linear-gradient(#271e1570 ,#271e1570 ), url('../media/portada.png');
    background-size: cover;
    background-position: center;
   
    position: relative;
    overflow: hidden;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
}
.portada img{
  width: 320px;
  position: relative;
  z-index: 2;
  top: 10%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.portada .text{
    text-align: center;
    height: 200px;
    top: 20%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #00000000;
    gap: 4vh;
}
.porta-uno{
    position: relative;
    width: 100%; 
    height: 42px ; 
    background-color: #f5e8e8fa; /* Color del círculo */
    top: 10%;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
}
.porta-dos{
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 40%;
    height: 40px;
    background-color: #c6aa7ace;
    border: 5px solid #C6AA7A;
    border-radius:14px;
    margin: 0 auto;
    top: 21%;
}
.portada .text .separator-line1 {
  position: relative;
    margin: -75px auto;
    width: 227px; /* Ancho de la línea */
    height: 1px; /* Grosor de la línea */
    background-color: #fcfcfc; /* Color de la línea */
    border-radius: 10px; 
  }
.portada .text .separator-line2 {
    position: relative;
    width: 227px; 
    height: 1px; 
    margin: -75px auto;
    background-color: #fcfcfc; 
    border-radius: 10px; 
  }
  .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;
}
 .arrow-down {
    width: 60px;
    height: 50px;
    bottom: -1px;
    margin-left: 50%;
    transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    z-index: 1;
    background: url('../media/flecha-hacia-abajo.gif') no-repeat center center; 
}
/*portada letras*/
.porta-uno h4{
    color: #980307;
    text-align: center;
    padding: 4px 4px;
    font-family:'Courier New', serif;
    font-size: 35px;
    position: relative;
}
.porta-dos h2{
    color: white;
    font-family: 'Birthstone', cursive;
    font-size: 39.76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
}
.portada h1{
    color: white;
    text-align: center;
    font-family: 'Birthstone', cursive;
    font-size: 123.41px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 0;
  
}
.text h1:last-of-type {
    margin-top: -109px; 
}




/*FRASE Y FECHA*/
.fecha{
    height: 400px;
    font-family:'Merriweather', serif;
     background:#fff;
     background-position: center;
     background-size: cover;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: -30px;
    z-index: 4;
    

  }
  .fecha .line{
    position: absolute;
    height: 5px;
    background-color: #980307;
    width: 100%;
    top: 50%;
  }
  .fecha .titulo-icon{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.icon h3{
  color: #980307;
  font-family: "Playfair Display";
}
.fecha-container{
  position: relative;
  width: 95%;
  height: 700px;
  top: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
  align-items: center;
  text-align: center;
}
.fecha-container img{     /* Serif/H5 */
    width: 90%;
    position: relative;
}


.fecha .calendar{
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 1px;
  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: 1px;
    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%; /* Ancho de la línea */
    height: 1px; /* Grosor de la línea */
    stroke: var(--Principal-500-501, #980307);
    background-color: #980307; /* 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(--Principal-500-501, #980307);
    font-family: "Playfair Display";
    font-size: 25.15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  
  }
  .numero h1 {
    /* Serif/H1 Superior 2 */
    color: var(--Principal-500-500, #980307);
    font-family: "Playfair Display";
    font-size: 83.45px;
    font-style: normal;
    font-weight: 400;
    line-height: -6em; /* 0% */
  }
.fecha h2 {
    /* Serif/H1 Superior 2 */
    color: var(--Principal-500-500, #f29f8e);
    font-family: "Playfair Display";
    font-size: 35.45px;
    font-style: normal;
    font-weight: 700;
    line-height: -6em; /* 0% */
    align-items: center;
    text-align: center;
    position: relative;
  }
  .fecha .calendar h2 {
    /* Serif/H1 Superior 2 */
    color: var(--Principal-500-500, #1a1a1a);
    font-family: "Playfair Display";
    font-size: 25.45px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    align-items: center;
    text-align: center;
    position: relative;
  }




/*CONTEO REGRESIVO*/
.reloj {
    height: 300px;
    background: #6D9DB4;
    position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      overflow: hidden;
  }
  .reloj .img{
    position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      overflow: hidden;
  }
   .reloj .img img{
    width: 140px;
    position: relative;

   }
  .reloj-titulo {
    color: var(--Principal-500-502, #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: var(--Principal-500-501, #ffffff);
    font-family: "Playfair Display";
    font-size: 25.72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reloj .cd--numbers {
    font-family: "Playfair Display", sans-serif;
    font-size: 40.72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    padding: 0.1em;
    text-align: center;
}

/*INFORMACION*/
.info{
 
  width: 100%;
  background-color: #ffffff;
  align-items: center;
  height: 1260px;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2vh;

}

.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: 1200px;
  z-index: 2;
  position: relative; 
  overflow: hidden; 
}

.plan{
  border-radius: 11px;
  box-shadow: 1px 4px 5.3px 5px #6D9DB4;
  background: var(--Neutral-200-196, #ffffff);
  width: 80%;
  border-radius: 1.7rem;
  text-align: center;
  height: 850px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #f29f8ebd;
  padding: 0 0 30;
  position: relative;
  margin-top: 50px;
  padding-top: 55px;
  margin-bottom: 50px;
  z-index: 3;

}
.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:  #6D9DB4;
  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-descr {
   font-size: 22px;
  margin: 0 auto;
  width: 90%;
  top: 30px;
  color: var(--Principal-500-503, #271E15);
text-align: center;
position: relative;
font-family: Montserrat;
font-style: italic;
font-weight: 100;
line-height: 25px; /* 100% */
}
.plan .inner-box .plan-features {
  width: 100%;
  margin: 2rem 0;
}
.plan .inner-box .plan-features .feature {
  border-bottom: 1px solid  #9803089a;
  text-align: center;
  width: 100%;
  color: var(--Principal-500-503, #271E15);
text-align: center;
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 128.571% */
}
.plan .inner-box .plan-features .feature:last-child {
  border-bottom: none;
}
.plan .inner-box .price {
  margin: -1rem 0;
}
.plan .inner-box .price-purple {
  color: var(--Principal-500-500, #980307);
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 .price-purples {
  color: var(--Principal-500-500, #980307);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 49.88px;
  font-style:normal;
  font-weight: 600;
  line-height: normal;
  margin: 2rem 0;
}
.plan .inner-box .basic {
  color: var(--Principal-500-500, #980307);
  font-size: 42px;
  position: relative;
  top: 20px;
  
}


.itinerario{
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  margin-top: 5px;
  justify-content: center;
  z-index: 4;

}

.itinerario-container{
   position: relative;
  width: 100%;
  height: 600px;
  text-align: center;
  background-size: cover;
  background-color: #f29f8e00;
  width: 95%;
  border-radius: 14px;
  border: solid 1.5px #ffffff00;
  margin: 0 auto;
  top: 20px;
  z-index: 6;
}
.itinerario-container img{
  width: 90px;
  top: 20px;
  position: relative;
  z-index: 40;
}
.itinerario h1{
  font-size: 20px;
  background-color: #00224e00;
  text-align: center;
   color: #980307;
    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: #222943;
    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 {
  height: 100px;
  width: 100%;
  margin: 0 auto;
   position: relative;
   justify-content: center;
   top: 10px;
z-index: 60;

}
.containerbtn{
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 60;
}
.btnfos {
  font-family:'Merriweather', serif;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3rem;
    color: #FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 700;
z-index: 60;
}
.btnfos-3 {
  background: #6D9DB4;
  border: 3px solid #1a1919a1  ;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #171516, 2px 4px 6px #171516;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  width: 40%;
  margin-top: 40px;
  display: flex;
width: 127px;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 5px;
display: flex;
flex-direction: row;
position: relative;
width: 100px;
z-index: 60;

}

.btnfos-3:hover {
  background: #171516;
  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;
          z-index: 60;
}

#mapita{
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
} 


  
  
  .icon-container-svg {
    position: relative;
    display: flex;
    padding: 100;
    width: 100%; /* Ajusta el tamaño según tu necesidad */
    height: 700PX;
    background-image: url('../media/wave.svg');
    background-size: cover; /* Ajusta la imagen al tamaño del div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */
    z-index: 10;
    overflow: hidden;
    
  }

  /*CARTAS DE INFO*/
.back{
  position: relative;
  background: linear-gradient(#fff, #980307, #980307, #980307, #980307, #980307, #980307 ,  #980307 ,  #980307 ,  #980307  100% ) ;
  height: 2800px;
  top: -10px;
  z-index: 2;
} 
.tarjetas {
  position:relative;
  text-align:center;
  background-image: url('../media/wave.svg');
  background-repeat: repeat;
  background-image: cover;
  width: 100%; 
  height: 2800px;
  top: -25px;
  z-index: 2;
}

.container-tar{
position: relative;
  width:auto;
  margin: 0 auto;
  z-index: 2;
}

.tarjetas p {
 
 color: var(--Principal-500-501, #faf4ef);
text-align: center;
font-family: "Playfair Display";
font-size: 22px;
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: 550px;
  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: var(--Secondary-400-398, #000000);
  cursor: default;
  height: 550px;
  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: #e7e2e2;
}

.cardBox .card .back p{
  color: var(--Tertiary-300-298, #000000);
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(--Principal-500-501, #ffffff);
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 .card .back a {
  padding: 0.3em 0.5em;
  border-radius: 10px;  
  background: var(--Principal-500-497, #D9C8B9);
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  color: var(--Principal-500-502, #4F3B2A);
text-align: center;
font-family: "Playfair Display";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
  transition: all 0.2s ease 0s;
}

 .cardBox:nth-child(1) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #E9C89F);
}

.cardBox:nth-child(2) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #E9C89F);
}

.cardBox:nth-child(3) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #E9C89F);
}

.cardBox:nth-child(4) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #E9C89F);
}

.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;
}

.cardBox:nth-child(3) .card {
  -webkit-animation: giro 2s 1;
  animation: giro 1.5s 1;
}

.cardBox:nth-child(4) .card {
  -webkit-animation: giro 2.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);
  }
}



.fotofinal2{
  position: relative;
  height: 500px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background-color: #136a6600;
  top: 10px;
}

.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: 90%;
margin: 0 auto;
}
.fotofinal2 img{
  position: relative;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  width: 100%;
}

.copyright {
  background: var(--Principal-500-500, #6D9DB4);
  position: relative;
  text-align:center;
  width: 100%;
  height: 200px;
  top: 20px;
  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;
}
.copyright li {
  color: hsl(30, 9%, 96%);
  font-size: 14px;
  list-style: none;
}

.copyright .CTA {
  margin-top: -80px;
}
.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, #980307 0%, rgba(0,172,193,1) 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);
    }
  }





.mensaje{
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 930px;
  width: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff9f), url('../media/blur2.png') ;

  background-size: contain;
  background-repeat: no-repeat;
  gap: 4vh;
  overflow: hidden;
  top: -1px;
}
.mensaje #mensajeuno{
  padding: 20px 20px;
  color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
justify-content: center;
font-weight: 400;
line-height: 14px; /* 100% */
background-color: #ffffff;
border-top: #980307;
border-left: #98030800;
border-right: #98030800;
height: 85px;
top: -0px;
position: relative;
width: 300px;
}
#MensForm{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  height: 500px;
  top: -10px;
}

.mensaje #nameuno{
    padding: 20px 20px;
  color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
justify-content: center;
font-weight: 400;
line-height: 14px; /* 100% */
background-color: #ffffff;
border-top: #980307;
border-left: #136a6600;
border-right: #136a6600;
height: 35px;
position: relative;
top: 5px;
width: 300px;
}

.mensaje img{
  height:auto;
  width: 90%;
  position: relative;
  top: -20px;
}

.mensaje h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #980307);
font-family: Carattere;
font-size: 39.06px;
font-style: normal;
font-weight: 800;
line-height: 38.5px; 
transform: rotate(-3.537deg);
top: -10px;
position: relative;
z-index: 4;
}


.mensaje .btnfos {
  font-family:'Merriweather', serif;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3rem;
    color: #e7e4e4;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 25px */
z-index: 99;
top: 40px;
}
.mensaje .btnfos-3 {
  background: #980307 ;
  border: 3px solid #fafafa;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #6D9DB4, 2px 4px 6px #980307;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  width: 50%;
  margin-top: 10px;
  display: flex;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
}



.whatsapp{
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  top: -20px;
  justify-content: center;
  overflow: hidden;
  z-index: 4;
  
}
.whatsapp h3{
  background: var(--Principal-500-499, #6D9DB4);
color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;;
width: 100% ;
text-align: center;
z-index: 99;
position: relative;

}
.whatsapp h6{
 color: var(--Invitacion3-OBSIDIAN-BLACK, #171516);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
width: 80%;
margin: 0 auto;
}
.botonwhat .css-button {
  top: 10px;
  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,#000000 23%, #000000 22% );
	display: inline-flex;
	align-items: center;
	padding: 0; /* Posiciona al 50% desde la izquierda del contenedor */
  margin-bottom: 0px;
  z-index: 99;
  
}
.botonwhat .css-button:hover {
	background: linear-gradient(90deg, #6D9DB4 22%, #6D9DB4 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 h1{
  color: #000;
text-align: center;
font-family: Carattere;
font-size: 39.06px;
font-style: normal;
font-weight: 400;
line-height: 38.5px; /* 98.566% */
letter-spacing: 0.781px;

width: 80%;
margin: 0 auto;
top: 50px;
position: relative;
}
.whatsapp img{
  width: 250px;
  height: 200px;
  top: -0px;
  position: relative;
  margin: 0 auto;
  
}

.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 #6D9DB4;
  border-bottom: 2px solid #6D9DB4;
  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 #6D9DB4;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #6D9DB4;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #6D9DB4;
  -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; }
}






.whatsapp::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 22%;
  bottom: 0;
  background-image: url('../media/wasap.png');
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position:  right 6% ;
  opacity: 1; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.fecha::before {
animation: fadeInRight 1.5s ease-out forwards;
}
.whatsapp::after{
  content: '';
  position: absolute;
  top: 0;
  left: -2%;
  right: 0;
  bottom: 0;
  background-image: url('../media/wasap2.png');
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position:  left 6% ;
  opacity: 1; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
  animation: fadeInRight 1.5s ease-out forwards;
}
.fecha::after {
animation: fadeInRight 1.5s ease-out forwards;
}

.reloj::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -15%;
  bottom: 0;
  background-image: url('../media/relojdere.png');
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position:  right -10% ;
  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: -15%;
  right: 0;
  bottom: 0;
  background-image: url('../media/relojdere.png');
  background-repeat: no-repeat;
  background-size: 150px 150px;
  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: 30%;
  bottom: 0;
  background-image: url('../media/Moño1.png');
  background-repeat: no-repeat;
  background-size: 150px 200px;
  background-position:  right 1% ;
  opacity: 0; 
  border-radius: 1.7rem;

    transform: translateX(100px);
  transition: none;

}
.plans-container.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

.imagencita{
  position: absolute;
  width: 100%;
  top: -60px;
  height: auto;
  background-color: #000000;
  z-index: -4;
}

.plans-container .imagencita img{

  position: absolute;
  width: 320px;
  height: 350px;
  z-index: -4;
  float: right;
  right: -20%;
}

.confirmacion::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;

}
.confirmacion.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

/*1947*/



.fotodiv {
  position: relative;
text-align: center;
width: 100%;
height: 294px;
display: flex;
flex-direction: row;
background-color: #6D9DB4;
overflow: hidden;
color: #FFF;
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
top: -10px;
}
.fotodiv .textito{
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.textito h1{
  color: #FFF;
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 250px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: -10%;
top: -40px;
position: relative;
}
.textito img{
  width: 150px;
height: 251px;
flex-shrink: 0;
position: absolute;
float: right;
right: -3%;
top: 2%;
}


.frase2{
  position: relative;
  justify-content: center;
  height: 550px;
  width: 100%;
  overflow: hidden;
  background: #00000015;
  text-align: center;
  top: -10px;

}
.frase2 h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 30px;
font-style: italic;
font-weight: 500;
line-height: 30px;
width: 80%;
margin: 0 auto;
top: 5%;
position: relative;
}

.frase2 h2{
text-align: center;
top: 7%;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 22px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase2 svg{
  top: 2%;
  position: relative;
}
.frase2 img{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 1%;
  right: -10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 0.3;
}



.frase2 .colores-reservados{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  width: 100%;
  top: 0px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.colores-reservados .cir-1{
  position: relative;
  height: 60px;
  width: 60px;
  background: #6D9DB4;
  border: solid 1px #6D9DB4;
  border-radius: 50%;
 
}
.colores-reservados .cir-2{
  position: relative;
  height: 60px;
  width: 60px;
  background: #980307;
  border: solid 1px #6D9DB4;
  border-radius: 50%;

}
.colores-reservados .cir-3{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #6D9DB4;

}
.colores-reservados .cir-4{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #9D5346;
  border: solid 1px #6D9DB4;
  border-radius: 50%;

}
.colores-reservados .cir-5{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #FFA7A5;
  border-radius: 50%;

}

.aviso-alicia {
  max-width: 80%;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-family: "Playfair Display", serif;
  text-align: center;
  position: relative;
  margin: 0 auto;

}

.aviso-alicia::before {
  content: "♥";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 98px;
  z-index: 4;
  color: #6D9DB4;
}

.aviso-alicia p {
  margin: 0;
  font-size:25px;
  color: #000000;
  line-height: 1.5;
  top: 100px;
  position: relative;
  background: linear-gradient(135deg, #f3eefa 0%, #dbeaff 100%);
  border: 2px solid #6D9DB4;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding: 20px 25px;
  border-radius: 16px;
}

.divicion{
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: #136a65;
  z-index: 2;
  top: -10px;
}
.divicion img{
width: 100%;
  height: 150px;
  position: relative;

  margin: 0 auto;
 
}
@media (max-width:399px){
  .porta-dos{
    width: 230px;
    top: 13%;}
  .fecha{
    height: 700px;
  }
  .fecha::before{
    right: -34%;
    top: -20px;
  }

  .fecha::after{
    left: -40%;
    top: 800px;
  }

  .reloj::after{
    left: -28%;
  }

  
  .plan .inner-box .price-purple{
    font-size: 32px;
  }
  .confirmacion::before{
  top: 740px;
  right: 0;
  left: -2%;}
  .reloj .img img{
    width: 100px;
    position: relative;

   }
   .textito h1{
    left: -40%;
}
.whatsapp::after{
  background-size: 60px 60px;
}
.whatsapp::before{
  background-size: 60px 60px;
  background-position:  right 20% ;
  right: 25%;
}

}

@media (max-width:339px){
  .porta-dos{
    width: 230px;
    top: -3%;
  }
  .portada img{
    width: 250px;
  }
  .portada h1{
    font-size: 110px;
  }
  .fecha{
    height: 700px;
  }
  .fecha::before{
    right: -34%;
    top: -20px;
  }

  .fecha::after{
    left: -40%;
    top: 800px;
  }

  .reloj::after{
    left: -28%;
  }

  
  .plan .inner-box .price-purple{
    font-size: 32px;
  }

  .reloj .img img{
    width: 100px;
    position: relative;

   }
   .textito h1{
    left: -40%;
}


}