*{
    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: #d8aa9cec;
}
/*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: #d8aa9cec;
    color: white;
    z-index: 10;
  }
  .onda{
    margin-top: 20%;
    position: relative;

  }
  #music-prompt h4{
    top: 15px;
      width: 90%;
      position: relative;
      font-size: 20px;

  }
   #music-prompt h2{
    bottom: 30px;
      width: 90%;
      position: relative;
      font-size: 25px;

  }
  .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, #3C3429);
    background: var(--Tertiary-300-297, #F1F1EA);
}
.btn-music h1{
    color: #a86463;
    /* Serif/H6 */
    font-family: "Playfair Display";
    font-size: 20.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(#271e1577 ,#271e159e ), url('../media/portada.jpg');
    background-size: cover;
    background-position: center;
   
    position: relative;
    overflow: hidden;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
}
.portada .text{
    text-align: center;
    height: 200px;
    top: 55%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #00000000;
    gap: 4vh;
}
.porta-uno{
    position: relative;
    width: 320px; 
    height: 42px ; 
    background-color: #f4797b3f; /* Color del círculo */
    border-top-left-radius: 8cap;
    border-bottom-left-radius: 8cap;
    border-top-right-radius: 8cap;
    border-bottom-right-radius: 10cap;
    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: #f29f8e8e;
    border: 5px solid #a86463;
    border-radius:14px;
    margin: 0 auto;
    top: 51%;
}
.portada .text .separator-line1 {
  position: relative;
    margin: -55px 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: -55px 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: white;
    text-align: center;
    padding: 4px 4px;
    font-family:'Courier New', serif;
    font-size: 33px;
    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: 83.41px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 0;
  
}
.text h1:last-of-type {
    margin-top: -89px; /* Reduzco el espacio entre el círculo y el segundo h1 */
}




/*FRASE Y FECHA*/
.fecha{
    height: 1000px;
    font-family:'Merriweather', serif;
    background-color: #ffffff; 
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: -30px;
    z-index: 4;
    

  }
  .fecha .titulo-icon{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.icon h3{
  color: #f29f8e;
  font-family: "Playfair Display";
}

.fecha p{     /* Serif/H5 */
    color: #1F1F1F;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    font-family: "Playfair Display";
    font-size: 23.88px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 4;
    background-color: #ffffff00;
    top: 30px;
    position: relative;
}

.dedicatoria{
  position: relative;
  width: 100%;
  top: 90px;
  height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 4;
}
.dedicatoria #p-s{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22px;
width: 90%;
margin: 0 auto;
position: relative;
}
.dedicatoria .text{
    text-align: center;
    height: auto;
    position: relative;
    width: 90%;
    margin: 0 auto;
    top: 90px;

}
.text .separator-line2{
  width: 70%;
  position: relative;
  background-color: #f29f8e;
  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: #f29f8e;
  bottom: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
  }
.text h2:last-of-type {
    margin-top: -3px; 
    margin-left: -9px;
}
.text h2{
  color: #f29f8e;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 39.06px;
font-style: italic;
font-weight: 700;
line-height: normal;
}
.text h3{
  color: #f29f8e;
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: 120px;
  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%; /* Ancho de la línea */
    height: 1px; /* Grosor de la línea */
    stroke: var(--Principal-500-501, #FFBCD9F3);
    background-color: #FFBCD9F3; /* 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, #f29f8e);
    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, #f29f8e);
    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: var(--Secondary-400-400, #f29f8e);
    position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      overflow: hidden;
  }
  .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, #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;
  }
  .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: 0.1em;
    text-align: center;
}

/*INFORMACION*/
.info{
  margin: 0;
  padding: 0; 
  width: 100%;
  background-color: #ffffff;
  align-items: center;
  height: 1160px;
  display: flex;
  position: relative;
  overflow: hidden;

}

.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: 1100px;
  z-index: 3;
  position: relative; /* Necesario para posicionar los pseudo-elementos */
  overflow: hidden; 
}

/* Marco decorativo con imágenes de flores */





.plan{
  border-radius: 11px;
  box-shadow: 1px 4px 5.3px 5px #f29f8ed7;
  background: var(--Neutral-200-196, #ffffff);
  width: 80%;
  border-radius: 1.7rem;
  text-align: center;
  height: 800px;
  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;

}
.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:  #f29f8e;
  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  #8e7863;
  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, #f29f8e);
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, #f29f8ebd);
  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, #f29f8ebd);
  font-size: 42px;
  position: relative;
  top: 20px;
  
}


.itinerario{
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  margin-top: 5px;
  justify-content: center;

}

.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 #fff;
  margin: 0 auto;
  top: 20px;
}
.itinerario-container img{
  width: 90px;
  top: 20px;
  position: relative;
}
.itinerario h1{
  font-size: 20px;
  background-color: #00224e00;
  text-align: center;
   color: #9D5346;
    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 {
  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: 20px;
  margin-bottom: 30px;
} 

.buttons {
  display: table;
  height: 100%;
  width: 100%;
}

.container {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
  
  
  .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, #f29f8e, #f29f8e, #f29f8e, #F29E8E, #F29E8E 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, #765940);
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, #FFFCFA);
  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: #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(--Principal-500-501, #9D5346);
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, #9D5346);
}

.cardBox:nth-child(2) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #9D5346);
}

.cardBox:nth-child(3) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #9D5346);
}

.cardBox:nth-child(4) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #9D5346);
}

.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);
  }
}

/*confirmacion*/
.confirmacion{
  position:relative;
  text-align:center;
  width: 100%;
  background: var(--Neutral-200-196, #F8F7F6);
  align-items: center;
  height: 900px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
 }
 .confirmacion img{
  width: 200px;
  top: 30px;
  position: relative;
 }
 .confirmacion .headerimage {
  height:600px;
  justify-content: center;
  align-items: center;
  width:90%;
  position:relative;
  border-radius: 11px;
  z-index: 1;
  background: var(--Neutral-200-196, #F8F7F6);
  display: flex;
  box-shadow: 0px 4px 5.3px 4px #f29f8e3d;
}

.headerimage h3{
  color: var(--Shade-1, #FFF);
  background: var(--Principal-500-499, #F29E8E);
font-family: "Playfair Display";
font-size: 25.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
position: relative;
top: 15px;
}
.headerimage .popup-content {
  background: var(--Neutral-200-196, #f29f8e15);
  border-radius: 5px;
  width: 90%;
  padding: 0;
  height: 500px;
  max-height: 500px;
  text-align: center;
  box-shadow: 0px 4px 5.3px 4px #f29f8ebb;
  position: relative;
  justify-content: center;
  align-items: center;
}
.headerimage .options  button {
  margin: 5px;
  padding: 2px 10px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  border: 1.5px solid var(--Principal-500-500, #9D7655);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 14px;
  height: auto;
  position: relative;

}
#name{
  color: var(--Neutral-200-201, #0a0a09);
text-align: center;
font-family: "Playfair Display";
font-size: 21.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #F8F7F6;
border-radius: 14px;
border: solid 1px #F29E8E;
height: 40px;
width: 70%;
top: 30px;
position: relative;

}
label{
  text-align: center;
font-family: "Playfair Display";
font-size: 20.88px;
font-style: normal;
font-weight: 100;
line-height: normal;
color: var(--Neutral-200-201, #0a0a09);
position: relative ;
top: 20px;
text-align: left;

}
small{
  font-family: "Playfair Display";
  position: relative;
  top: 20px;
}
#personas{
  color: var(--Neutral-200-201, #0a0a09);
text-align: center;
font-family: "Playfair Display";
font-size: 15.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #F8F7F6;
border-radius: 14px;
border: solid 1px #F29E8E;
height: 40px;
top: 20px;
position: relative;
width: 70%;
}
#confirm {
  color: var(--Secondary-400-396, #F6F5F2);
font-family: "Playfair Display";
font-size: 20.34px;
font-style: normal;
font-weight: 400;
line-height: normal;
  color: #000000;
  background: var(--Principal-500-499, #F29E8E);
  top: 15px;
  position: relative;
  z-index: 8;
}
#notConfirm {
  font-family: "Playfair Display";
font-size: 20.34px;
font-style: normal;
font-weight: 400;
line-height: normal;
  border-radius: 14px;
background: var(--Principal-500-500, #ffa896);
  color: #000000;
    top: 30px;
     position: relative;
     z-index: 8;
}

/*
 .css-button {
  top: -195px;
  margin: 0 auto;
  color: #ffffff;
	font-size: 27px;
	border-radius: 21px;
	border: solid 2px #9d7555a9;
	text-shadow: 1px 1px 0px #9d7555a9;
	box-shadow: inset 1px 1px 0px -34px #9d7555a9;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: Georgia;
	background: linear-gradient(90deg,#9d7655 23%, #c7ad97 22% );
	display: inline-flex;
	align-items: center;
  
}
.css-button:hover {
	background: linear-gradient(90deg, #c7ad97 22%, #a84d03 24%);
}
.css-button-text {
	position: relative;
	padding: 10px 30px;
}
.css-button-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 14px;
}
.css-button-icon:hover{
  color: #fff;
}*/


.fotodiv{
  position: relative;
  height: auto;
  width: auto;
}
.fotodiv img{
  width: 100%;
  height: auto;
}

.fotofinal{
  position: relative;
  height: 800px;
  width: 100%;
  margin: 0 auto;
}
.fotofinal img{
  width: 100%;
  height: auto;
}
.fotofinal2{
  position: relative;
  height: 300px;
  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: -100px;
}
.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%;
}

.copyright {
  background: var(--Principal-500-500, #F29E8E);
  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, rgba(84,58,183,1) 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);
    }
  }




.semi-portada{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 580px;
background-image: linear-gradient(#ffffff77, #ffffff77), url("../media/fotoportadacas.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: -10px;
border: solid 2px #F29E8E;


}
.semi-portada .titulo-sub{
    position: relative;
    width: 100%;
    top: -5%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
.semi-portada h1:last-of-type {
    margin-top: -29px; /* Reduzco el espacio entre el círculo y el segundo h1 */
}
.semi-portada .titulo-sub .titulo1 h1{
   color: var(--Invitacion3-OBSIDIAN-BLACK, #F29E8E);
  font-family: "Playfair Display", sans-serif;
  font-size: 86.29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin-left: 1%;
    text-shadow: 1px 1px 1px #000000;


  }
 .semi-portada .titulo-sub .titulo2 h1{
 color: var(--Invitacion3-OBSIDIAN-BLACK, #F29E8E);
font-family: "Playfair Display", sans-serif;
font-size: 86.29px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-left: 5%;
    text-shadow: 1px 1px 1px #000000;
  
  }
.semi-portada .foto-cas{
  margin: 0 auto;
  position: relative;
  width: 176px;
  display: flex;
  height: 270px;
  bottom: -60px;
  z-index: 8;
  border-radius: 100px 100px 0px 0px;
border: 9px solid var(--Invitacion3-Crimson, #F29E8E);
background: url("../media/foto-cas.jpg");
background-position: 50% 60%;
background-size: cover;
}
.semi-portada .separator-line4 {
    width: 100%; 
    height: 18px; 
    stroke: var(--Principal-500-501, #F29E8E);
    background-color: #F29E8E; 
    position: relative;
    display: flex;
      bottom: -50px;
      z-index: 5;
}



.mensaje{
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 750px;
  max-height: 750px;
  width: 100%;
  background-color: #F29E8E;
  background-image: url('../media/wave.svg') ;
  gap: 4vh;
  overflow: hidden;
  top: -10px;
}
.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: #9D7655;
border-left: #136a6600;
border-right: #136a6600;
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: #9D7655;
border-left: #136a6600;
border-right: #136a6600;
height: 35px;
position: relative;
top: 5px;
width: 300px;
}

.mensaje img{
  height: 250px;
  width: 243px;
  position: relative;
  transform: rotate(-3.535deg);
  flex-shrink: 0;
  aspect-ratio: 197.05/204.22;
}

.mensaje h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #ffffff);
font-family: Carattere;
font-size: 39.06px;
font-style: normal;
font-weight: 400;
line-height: 38.5px; 
transform: rotate(-3.537deg);
top: -10px;
position: relative;
}


.mensaje .btnfos {
  font-family:'Merriweather', serif;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3rem;
    color: #FFF;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 25px */
z-index: 88;
top: -100px;
}
.mensaje .btnfos-3 {
  background: #F29E8E;
  border: 3px solid #fafafa;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #F29E8E, 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: 50%;
  margin-top: 110px;
  display: flex;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 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 #2B3A09;
  border-bottom: 2px solid #2B3A09;
  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 #2B3A09;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #2B3A09;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #2B3A09;
  -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; }
}



.frase2{
  position: relative;
  justify-content: center;
  height: 750px;
  width: 100%;
  overflow: hidden;
  background: #e2767600;
  text-align: center;
  top: 50px;
}
.frase2 h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px;
width: 80%;
margin: 0 auto;
top: 10%;
position: relative;
}

.frase2 h2{
text-align: center;
top: 20%;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase2 svg{
  top: 2%;
  position: relative;
}
.frase2 img{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 5%;
  right: 10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 0.2;
}



.frase2 .colores-reservados{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  width: 100%;
  top: 150px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.colores-reservados .cir-1{
  position: relative;
  height: 60px;
  width: 60px;
  background: #F29E8E;
  border-radius: 50%;
 
}
.colores-reservados .cir-2{
  position: relative;
  height: 60px;
  width: 60px;
  background: linear-gradient(152deg, #F9F295 17.6%, #E0AA3E 34%, #E0AA3E 47.19%, #FAF39B 65.09%, #B88A44 82.65%);
  border-radius: 50%;

}
.colores-reservados .cir-3{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #FFBCE2;
  border-radius: 50%;

}
.colores-reservados .cir-4{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #9D5346;
  border-radius: 50%;

}
.colores-reservados .cir-5{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #FFA7A5;
  border-radius: 50%;

}

.fecha::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -22%;
  bottom: 0;
  background-image: url('../media/fechadere.png');
  background-repeat: no-repeat;
  background-size: 250px 250px;
  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;
}
.fecha::after{
  content: '';
  position: absolute;
  top: 0;
  left: -32%;
  right: 0;
  bottom: 0;
  background-image: url('../media/fechadere.png');
  background-repeat: no-repeat;
  background-size: 300px 350px;
  background-position:  left 80% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.fecha.visible::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 101% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 4;
    transform: translateX(100px);
  transition: none;

}
.plans-container.visible::before {
animation: fadeInRight 1.5s ease-out forwards;
}

.plans-container::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -10%;
  bottom: 0;
  background-image: url('../media/info.png');
  background-repeat: no-repeat;
  background-size: 350px 450px;
  background-position:  right -15% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: -1;
    transform: translateX(100px);
  transition: none;

}
.plans-container.visible::after {
animation: fadeInRight 1.5s ease-out forwards;
}

.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*/

@media (max-width:399px){
  .porta-dos{
    width: 230px;
    top: 45%;
  }
  .fecha{
    height: 1200px;
  }
  .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%;}
}