*{
    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;

}
/*PORTADA MUSICA*/
#music-prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a311f91;
    color: white;
    z-index: 10;
  }
#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: 3px solid var(--Secondary-400-403, #CCB377);
    background: var(--Tertiary-300-297, #F1F1EA);
}
#cancion{
  margin: 0 auto;
  color: #D9B37A;
  
}
#cancion .controls{
  color: #D9B37A;
  background-color: #07174bdd;
}
audio::-webkit-media-controls-panel {
  background-color: #00224e5c;
}

audio::-webkit-media-controls-volume-slider {
  background-color: #D9B37A;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}
.recuadro{
  display:flex;
  flex-direction: column;
  width: 90%;
  background-color: #00224e;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #f9e488, #3a311f, #CCB377, #3a311f) 1;
  align-items: center;
}
.btn-music h1{
  color: #3C3429;
  /* Serif/H6 */
  font-family: "Playfair Display";
  font-size: 19.15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.recuadro h4{
  font-size: 16px;
  text-align: center;
}
.recuadro h2{
  font-size: 25px;
  text-align: center;
}

/*ELEMENTOS DE LA PORTADA*/
.contenedor-portada{
    background-color: #ffffff;
    height: calc(90vh - 20px);
    position: relative;
    min-height: 100dvh;
}
.portada{
    height: calc(97vh - 20px);
    max-height: 97dvh;
    max-width: 100%;
    background-color: #00224e07;
    background-image: url('../media/portada.png');
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 550px;
}
.sobreportada{
    height: calc(97vh - 20px);
    max-height: 97dvh;
    max-width: 100%;
    background-image: linear-gradient(#2c3e5343 ,#2c3e532c ),  url('https://gregdotel.com/wp-content/uploads/2022/01/Boda-Laura-y-Josue__517__GDP9189_boda-bodas-hotel-crowne-plaza-recepcion-santo-domingo_Greg-Dotel_1-1536x1025.jpg');
    display: flex;
    background-repeat: no-repeat;
    background-position: center;

    position: relative;
    justify-content: center;
    align-items: center;
     background-size: cover;

}
.portada .text{
    text-align: center;
    border-radius: 50%;
    top: 50%;
    bottom: 50%;
}
.porta-dos{
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 16%  0px;
    position: relative;
    width: 75px; /* Tamaño del círculo */
    height: 75px ; /* Tamaño del círculo */
    background-color: #00224e63; /* Color del círculo */
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    left: 50%; /* Posiciona al 50% desde la izquierda del contenedor */
    transform: translate(-50%, -50%); /* Centra el círculo completamente */
    -webkit-transform: translate(-50%, -50%);
}
.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/vector.png') no-repeat center center; 
}
/*portada letras*/
.porta-dos h2{
    color: white;
    font-family: 'Birthstone', cursive;
    font-size: 79.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;
    margin-top: -10px;
}
.text h1:last-of-type {
    margin-top: -85px; /* Reduzco el espacio entre el círculo y el segundo h1 */
}

/*FRASE Y FECHA*/
.fecha{
    font-family:'Merriweather', serif;
    background-color: #ffffff; 
    margin-top: 3px;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
    overflow: hidden;
}
#a{
  position: relative;
  height: 250px;
   margin-top: 80px;
}
.b{
  position: relative;
  margin-top: 80px;
  background-color: #00224E;
  height: 250px;
}
.fecha .quote-icon-bg {
    height: auto;
    color: #af894b; /* Color del ícono */
    font-size: 50px; /* Tamaño del ícono */
    padding: 2px; /* Espaciado interno */
    display: flex; /* Asegura que el ícono sea tratable como elemento flex */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    margin: 10px auto; /* Centra el ícono en el contenedor */
}
.fecha .quote-icon-bgs {
    height: auto;
    color: #af894b; /* Color del ícono */
    font-size: 50px; /* Tamaño del ícono */
    padding: 2px; /* Espaciado interno */
    display: flex; /* Asegura que el ícono sea tratable como elemento flex */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    margin: 10px auto; /* Centra el ícono en el contenedor */
}
.fecha p{     
    color: #03091f;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-family: "Playfair Display";
    font-size: 22.88px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    width: 70%;
    letter-spacing: 1px;
    margin: 0 auto;
}
.fecha .calendar {
    top: 30px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    gap: 10px;
    position: relative;
    
  }
#fechita{
  top: -250px;
  position: relative;

}
.calendar .dia{
    text-align: center;
    padding: 0;
}
.calendar .numero{
    position: relative; 
    top: -15px;
}
.calendar .separator-line {
    width: 100%; /* Ancho de la línea */
    height: 1.5px; /* Grosor de la línea */
    stroke: var(--Principal-500-501, #765940);
    background-color: #af894b; /* Color de la línea */
    margin: 0px auto; /* Centrado y espaciado */
    border-radius: 10px; /* Bordes redondeados para un diseño suave */
}
.fecha h2{
    font-weight: 1;
    font-family: "Playfair Display";
    font-size: 23.88px;
    font-style:unset;
    line-height: normal;
    color: #D9B37A;
    text-align: center;
    font-weight: 700;
    top: 30px;
    position: relative;
}
.calendar h6 {
    color: var(--Principal-500-501, #ffff);
    font-family: "Playfair Display";
    font-size: 21.15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  
}
.numero h1 {
    /* Serif/H1 Superior 2 */
    color: var(--Principal-500-500, #ffff);
    font-family: "Playfair Display";
    font-size: 93.45px;
    font-style: normal;
    font-weight: 400;
    line-height: -6em; 
}

/*CONTEO REGRESIVO*/

.reloj {
    height: 450px;
    background-image: url("https://img.freepik.com/vector-gratis/acuarela-floral-azul-blanca-marco-geometrico_65186-3063.jpg?w=450");
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
      padding: 20px;
      margin-top: -20;
      display: flex;
      justify-content: center;
      align-items: center;
      font-variant-numeric: tabular-nums;
      flex-direction: column; 
}
.reloj-titulo h2 {
    color: var(--Principal-500-502, #af894b);
    text-align: center; 
    font-family: "Playfair Display";
    font-size: 30.88px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: -10px;
}
.reloj-titulo2 h2 {
    color: var(--Principal-500-502, #af894b);
    text-align: center; 
    font-family: "Playfair Display";
    font-size: 20.88px;
    font-style: normal;
    font-weight: 8600;
    line-height: normal;
    left:-5px;
    position: relative;
}
.reloj .hp-countdown {
    color: var(--Principal-500-501, #03091f);
    font-family: "Playfair Display";
    font-size: 20.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;
    margin-top: 1px;
}
.reloj .cd--numbers {
    font-family: "Playfair Display", sans-serif;
    font-size: 38.72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #03091f;
    padding: 0.1em;
    text-align: center;
}
#wavita{
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: -1px;
}
/*INFORMACION*/
.info{
  width: 100%;
  background-image:linear-gradient(#00224ee4,#00224ee4, #00224ee4), url(https://gregdotel.com/wp-content/uploads/2022/01/Boda-Laura-y-Josue__512__GDP8938_boda-bodas-ceremonia-hotel-crowne-plaza-santo-domingo_Greg-Dotel_6-1024x684.jpg);
  background-color:#00224e;
  background-position: center;
  background-size: cover;
  align-items: center;
  display: flex;
  background-repeat: no-repeat;
  height: 2560px;

  position: relative;
}
.plans-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0px;
  margin: 0 auto;
  background-color: #ffffff00;
  overflow: hidden; 
  position: relative;
}
.plan  {
  background: var(--Neutral-200-196, #ffffff);
  box-shadow: 0px 4px 5.3px 4px #ccb277a0;
  width: 85%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 30;
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  height: 925px;
  position: relative;
}
.plan span:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, transparent, #00224e);
  animation: animate_one 2s linear infinite;
}
@keyframes animate_one{
  0%{
    transform: translateX(-100%);
  }
  100%{
    transform: translateX(100%);
  }
}
.plan span:nth-child(2){
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #CCB377);
  animation: animate_two 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate_two{
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(100%);
  }
}
.plan span:nth-child(3){
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, transparent, #CCB377);
  animation: animate_three 2s linear infinite;
}
@keyframes animate_three{
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}
.plan span:nth-child(4){
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to top, transparent, #00224e);
  animation: animate_four 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate_four{
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(-100%);
  }
}
.plan .inner-box{
  box-shadow: 0px 4px 5.3px 4px #ebede700;
  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: relative;
  background-color: #f5f7f600;
  z-index: 9;
  width: 100px;
  height: 100px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;


}
.plan .inner-box .icon-box:before{
  position: relative;
  left: 0;
  bottom: 0;
  top: 30px;
  height: 70px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ce161600;
  content: "";
}
.icon-box .icon-outer{
  top: 5px;
 position: absolute;
  height: 105px;
  width: 105px;
  background-color:  #00224E;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
}
.icon-box i{
 
  position: relative;
  display: block;
  height: 103px;
  width: 104px;
  border: 2px solid #888;
  border-radius: 50%;
  color: #00224E;
  -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%;
  color: var(--Principal-500-503, #020202);
  text-align: center;
  font-family: sans-serif ;
  font-style: italic;
  font-weight: 100;
  line-height: 25px;
}
.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, #0d0d0d);
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.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, #010a16);
  text-align: center;
  font-family:sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2rem 0;
  width: 90%;
  margin: 0 auto;
}
.plan .inner-box .price-purples {
  color: var(--Principal-500-500, #AF894B);
  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, #00224e);
  font-size: 42px;
}

/*BOTONES*/
.buttons {
  display: flex;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  margin: 0 auto;
   position: relative;
   justify-content: center;
}
.btnfos {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  color: #EEEEE5;
  cursor:pointer;
  display: block;
  font-weight: 100;
  line-height: 35px;
  max-width: 200px;
  margin: 0 auto 2em;
  position: relative;
  text-decoration: none;
  width: 100%;
  border-radius: 3rem;
  margin: 0 auto;

}
.btnfos-3 {
  background-color: #07174b;
  border: 3px solid #ffffff93;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #a3b0c1, 2px 4px 6px #899db7;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
  margin: 0 auto;
  position: relative;
  width: 200px;
  margin-top: 20px;
}
.btnfos-3:hover {
  background: #888;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #00224E;
  text-decoration: none;
  text-shadow: -1px -1px 0 #136a6602;
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
          margin: 0 auto;
}
/*.container {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}*/
/*contenido POP
.plan .inner-box .popupmp .popupmp2{
    display: relative; 
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #00224E;
    justify-content: center;
    align-items: center;
}
.plan .inner-box .popup-content {
    background: #00224E;
    padding: 100px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px #00224E;
    height: auto;
}
.plan .popupmp, .popupmp2 {
  display: none; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.388);
  justify-content: center;
  align-items: center;
}
.plan .inner-box button {
    margin: 55px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#closePopupmp {
    background-color: #888;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -50px;
    background-color: #00224E;
  border: 3px solid #ffffff93;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #a3b0c1, 2px 4px 6px #899db7;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
}
#closePopupmp2 {
  background-color: #888;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -50px;
    background-color: #00224E;
  border: 3px solid #ffffff93;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #a3b0c1, 2px 4px 6px #899db7;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
}
.popupmp  .price .price-purple{
    color: #fff;
    margin-top: -50px;
}
.popupmp2 .price .price-purple{
  color: #fff;
  margin-top: -50px;
}
.popupmp .plan-features .feature{
    color: #fff;
}
.popupmp2 .plan-features .feature{
  color: #fff;
}*/
#mapita{
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
} 
#mapitas{
  margin-top: -50px;
  margin-bottom: 300px;
}
  

/*CARTAS DE INFO*/ 
.tarjetas {
  position:relative;
  text-align:center;
  background-image:linear-gradient(#ffffffa1,#ffffffa1), url("https://img.freepik.com/vector-gratis/grabado-patrones-botanicos-dibujados-mano_23-2148977043.jpg?semt=ais_hybrid&w=740");
  background-repeat: repeat;
  width: 100%; /* Ajusta el tamaño según tu necesidad */
  height: 1350px;
  border-top-left-radius: 15vh;
  border-bottom-right-radius: 15vh;
  margin: 0 auto;
}
.back{
  position: relative;
  background: linear-gradient(#00224E, #ffffff) ;
  height: 1400px;
  top: -15px;
}
.container-tar{
   margin: 0 auto;
  position: relative;
}
.tarjetas p {
color: var(--Principal-500-501, #f7f3ef);
text-align: center;
font-family: "Playfair Display";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal
}
.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
  transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*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%;
}
/*.cardBox:hover .card {
  transform: rotateY( 180deg);
  -webkit-transform: rotateY(180deg);
}*/
.cardBox .card {
  border-color: #00224E;
  border-radius: 15px;
  border-color: #000009;
  background: var(--Secondary-400-398, #efede97b);
  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;
}
.cardBox .card p {
  margin-bottom: 1.8em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  color: #1b1b1b;
}
.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, #00224e);
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 .back a:hover {
  background:  #8e7863 ;
  color: #fdfcfc;
  text-shadow: 0 0 1px #c11b1b;
}*/
.cardBox:nth-child(1) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #00224e);
}
.cardBox:nth-child(2) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #00224e);
}
.cardBox:nth-child(3) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #00224E);
}
.cardBox:nth-child(4) .card .back {
  border-radius: 15px;
  background: var(--Principal-500-500, #00224E);
}
.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);
  }
}

/*MENSAJE E HISTORIA*/
.inntea{
 width: 100%;
height: 602px;
 position: relative;
 align-items: center;
   filter: drop-shadow(#000);
 background: linear-gradient(#fafafaa4, #030303b0, #030303d9, #030303d9), url("https://gregdotel.com/wp-content/uploads/2024/10/Sesion_de_novios_Gina_y_Martin_GDP7822_jardin_botanico_pre_boda_republica_dominicana_santo_domingo_sesion_de_novios_fotografo_Greg_Dotel_3-1024x684.jpg");
 background-position: center;
 background-size: cover;
 justify-content: center;
 text-align: center;
 margin-bottom: -30px;
 margin-top: -30px;
  overflow: hidden;
}
#historia{
  padding-top: 1em;
  text-align: center;
  width: 90%;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.inntea .foto{
  max-width: 100% ;
   overflow: hidden;
}

.inntea h1{
  margin-top: 40px;
  color: var(--Principal-500-501, #fefefe);
text-align: center;
font-family: "Playfair Display";
font-size: 42.72px;
font-style: normal;
font-weight: 800;
line-height: normal;
animation-duration: 3s;
animation-name: slidein;
 overflow: hidden;
}
.inntea p{
  color: var(--Principal-500-501, #ffffff);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 17.15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
   overflow: hidden;
   top: 70px;
}

/*CARRUSEL DE FOTOS*/

/*confirmacion*/
.mensajenovios{
 width: 90%;
 height: auto;
  align-items: center;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -10px;
  border-radius: 20%;
  border-color: #000009;
 
}
 .mensajenovios p{
  color: var(--Principal-500-501, #765940);
text-align: center;
font-family: "Playfair Display";
font-size: 24.72px;
font-style: normal;
font-weight: 800;
line-height: normal;
animation-duration: 3s;
animation-name: slidein;
margin-top: 30px;
z-index: 66;
}
.confirmacion{
  position:relative;
  width: 100%;
  max-width: 100%; 
  background-image:linear-gradient(#ffffff,#ffffff, #ffffff), url("https://img.freepik.com/vector-gratis/grabado-patrones-botanicos-dibujados-mano_23-2148977043.jpg?semt=ais_hybrid&w=740");
  align-items: center;
  height: 560px;
  margin-bottom: -50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 3;
}
.confirmacion .headerimage {
  background: var(--Neutral-200-196, #00224e);
  height:300px;
  width:80%;
  margin-left: 10%;
  margin-right: 10%;
  position:relative;
  border-radius: 11px;
  display: flex;
  z-index: 4;
  box-shadow: 0px 4px 5.3px 4px #765940;
}
.headerimage h3{
  color: var(--Shade-1, #FFF);
  background: var(--Principal-500-499, #00224e);
font-family: "Playfair Display";
font-size: 21.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100%;
top: 55px;
}
.headerimage .popup-content {
  background: var(--Neutral-200-196, #F8F7F6);
  border-radius: 5px;
  width: 100%;
  padding: 0;
  text-align: center;
  box-shadow: 0px 4px 5.3px 4px #00000047;
  position: relative;
}
.headerimage .options {
  margin-top: 10px;
  
}
.headerimage .options button {
  margin: 5px;
  padding: 2px 10px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid var(--Principal-500-500, #9D7655);
}
#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-top: #9D7655;
border-left: #136a6600;
border-right: #136a6600;

}
#mensaje{
  color: var(--Neutral-200-201, #0a0a09);
text-align: center;

/* Serif/H5 */
font-family: "Playfair Display";
font-size: 21.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #F8F7F6;
border-top: #9D7655;
border-left: #136a6600;
border-right: #136a6600;
}
#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: white;
  
  background: var(--Principal-500-499, #77451a);
}
#notConfirm {
  font-family: "Playfair Display";
font-size: 20.34px;
font-style: normal;
font-weight: 400;
line-height: normal;
  border-radius: 9px;
background: var(--Principal-500-500, #765940);
  color: white;
}

.css-button {
  margin: 0 auto;
  color: #ffffff;
  font-size: 27px;
  border-radius: 21px;
  border: solid 2px #00224e;
  text-shadow: 1px 1px 0px #528ECC;
  box-shadow: inset 1px 1px 0px -34px #BBDAF7;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: Georgia;
  background: linear-gradient(90deg,#00224e 23%, #deb48d 22% );
  display: inline-flex;
  align-items: center;
  padding: 0; /* Posiciona al 50% desde la izquierda del contenedor */
  margin-bottom: 20px;
  z-index: 7;
  
}
.css-button:hover {
  background: linear-gradient(90deg, #deb48d 22%, #00224e 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;
}
.whatsapp{
  margin: 0 80;
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
  z-index: 4;
  
}
.whatsapp h3{
  z-index: 66;
  color: var(--Shade-1, #FFF);
  background: var(--Principal-500-499, #00224E);
font-family: "Playfair Display";
font-size: 26.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 100% ;
text-align: center;
margin-top: 90px;
margin-bottom: 60px;

}
.whatsapp h6{
  color: var(--Shade-1, #0d0d0d);
font-family: "Playfair Display";
font-size: 19.88px;
font-style: normal;
font-weight: 100;
line-height: normal;
width: auto ;
text-align: center;
}

.copyright {
  background: var(--Principal-500-500, #00224E);
  position: relative;
  text-align:center;
  width: 100%;
  height: 95px;
  top: 10px;
  display: block;
  
}
.copyright .svg-up {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -2px;
  margin-top: -50px;
  top: 0;
  left: 0;
  margin: -50 auto 0;
  z-index: 1;
}
.copyright .arrow-up {
  position: relative;
  left: 49%;
  width: 50px;
  height: 50px;
  top: -45px;
  color: #fdfdfd;
  line-height: 1.9;
  z-index: 2;
  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: -50px;
}
.copyright .CTA li a {
  color: #ffffff;
  
}
.copyright .infos{
  margin-top: -20px;
  z-index: 5;
}

  /*ANIMACIONES*/
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  animation: bounce 1.5s ease-in-out infinite;
  display: inline-block; /* importante para que funcione bien */
}
.bounce {
  animation: none;
}
.bounce.visible {
  animation: bounce 1.5s ease-in-out infinite;
}


    .slide-in-right {
      opacity: 0;
      transform: translateX(100px);
      transition: all 0.7s 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 3s ease-out;
}

.slide-in-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: all 3s ease-in-out;
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}

#large-screen-message {
  display: none;
  text-align: center;
  font-size: 1.5em;
}

#site-content {
  display: block;
}

#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;
}






.portadafinal{
  margin: 0 auto;
  height: auto;
    height: calc(97vh - 20px);
    max-height: 97dvh;
    max-width: 100%;
    background-color: #eeeee6;
    background-image:url('../media/portada.png');
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: -30px;
}
.portadafinal .text{
    text-align: center;
    border-radius: 50%;
    top: 50%;
    bottom: 50%;
}
.portadafinal .porta-dos{
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 16%  0px;
    position: relative;
    width: 55px; /* Tamaño del círculo */
    height: 55px ; /* Tamaño del círculo */
    background: #00224e8d ; /* Color del círculo */
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    left: 50%; /* Posiciona al 50% desde la izquierda del contenedor */
    transform: translate(-50%, -50%); /* Centra el círculo completamente */
    -webkit-transform: translate(-50%, -50%);
}

/*portada letras*/
.portadafinal .porta-dos h2{
    color: #f6f4f4;
    font-family: 'Birthstone', cursive;
    font-size: 70.76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.portadafinal h1{
    color: #00224e;
    text-align: center;
    font-family: 'Birthstone', cursive;
    font-size: 83.41px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 0;
    margin-top: -10px;
    margin-bottom: -10px;
}
.portadafinal .text h1:last-of-type {
    margin-top: -75px; /* Reduzco el espacio entre el círculo y el segundo h1 */
}

.portadafinal .text{
    text-align: center;
    border-radius: 50%;
    top: 50%;
    bottom: 50%;
}




.confirmacion::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/BODAS/BodaB-goldenblue/media/backflor2.png");
  background-repeat: no-repeat;
  background-size: 200px 350px; 
  z-index: 1; 

  background-position: bottom left 0%; 
  animation: fadeInLeft 7s ease-in-out forwards infinite;
}
.confirmacion::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/BODAS/BodaB-goldenblue/media/backflor.png");
  background-repeat: no-repeat;
  background-size: 200px 350px; 
  z-index: 1; 
  opacity: 0.5;

  background-position: top right 0%; 
  animation: fadeInRight 7s ease-in-out forwards infinite;
}



@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 0.15;
    transform: translateX(0);
    z-index: 1;
  }
}

 @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 0.15;
      transform: translateX(0);
    }
  }

#wavita2{
z-index: 1;
  display:flex;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -90px;

}
