/* BODY */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;

  }

  /*
  body {
    font-family: "Inter", sans-serif;
    background: rgb(129,216,208);
    background: linear-gradient(90deg, rgba(129,216,208,1) 0%, rgba(255,255,255,1) 50%, rgba(129,216,208,1) 100%);
    overflow-x: hidden;
}
*/

body {
  font-family: "Inter", sans-serif;
  background-image: url('../img/image.jpg'); /* Reemplaza 'ruta-de-tu-imagen.jpg' con la URL o ruta de tu imagen */
  background-size: cover; /* La imagen ocupará toda la página */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-position: center; /* Centra la imagen */
  overflow-x: hidden;
  margin: 0; /* Elimina márgenes para asegurar que el fondo cubra toda la página */
  min-height: 100vh; /* Asegura que el fondo cubra el 100% de la altura de la ventana */
}


/* LOADER */

.section-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
} 


.show-loader {
  display: flex;
}

.loader {
  position: relative;
  align-items: center;
  width: 40px;
  height: 60px;
  animation: heartBeat 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader:before,
.loader:after {
  content: "";
  background: red;
  width: 40px;
  height: 60px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: 50% 68%;
  box-shadow: 5px 4px 5px #0004 inset;
}
.loader:after {
  transform: rotate(-45deg);
}
@keyframes heartBeat {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

/* BIENVENIDA */


.titulo-bienvenida {
    display: block; 
    animation: titulo-bienvenida 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-iteration-count: 1;
    animation-delay: 2s;
} 

@keyframes titulo-bienvenida {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(350px);
    }
}


  .mea-culpa-regular {
    font-family: "Mea Culpa", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
  }

  .cookie-regular {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
  }  

  .benja-conty {
    color: #000000;
  }
  
  .el-uno {
    color: #d4af37;
  }
  
  .linita {
    color: #d4af37;
  }

  .comilla {
    font-size: 4rem; 
    color: #d4af37;
  }


  .comilla1 {
    font-size: 4rem; 
    color: #81D8D0;
  }

  @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap');


  .fecha span {
      font-weight: 700;
  }
  

  .cuenta-atras {
      display: flex;
      gap: 1.5rem;
      align-items: center;
      justify-content: center;
  }
  
  .grupo {
      line-height: 0.9;
  }
  
  .grande {
      font-family: "Bricolage Grotesque", sans-serif;
      font-size: 3rem;
      font-weight: 550;
      color: #000000;
  }

  .chico {
      font-size: 1rem;
      font-weight: 500;
      color: #000000;
  }
  
  
  @media (width < 500px) {
      .cuenta-atras {
          display: grid;
          grid-template-columns: 1fr 1fr;
      }
  }
  
  @media (width < 350px) {
      .cuenta-atras {
          display: flex;
          flex-direction: column;
      }
  }

  .countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
    font-size: 2em; /* Tamaño del texto */
    
    margin: 20rem;

    /*
    background-color: #ffffff; /* Color de fondo del círculo *//*
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9); /* Sombra para el efecto */

    width: 50vw; /* Ajusta el tamaño para que sea responsive */
    height: auto; /* Asegúrate de que sea igual al ancho para un círculo perfecto */

    max-width: 700px; /* Tamaño máximo para pantallas grandes */
    max-height: 700px; /* Tamaño máximo para pantallas grandes */
  }

  .flores {
    position: absolute;
    z-index: -10;
  }


.contenedor-ceremonia {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: fit-content;
    margin-top: 12rem; /* Centra el contenedor en el viewport */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contenedor-ceremonia1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: fit-content;
    margin-top: 5rem; /* Centra el contenedor en el viewport */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.retratos {
  font-size: 4.3rem;
  font-weight: 500;
}


.dia {
    margin-top: 3rem; /* Centra el contenedor en el viewport */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lugar {
  margin-top: 3rem; /* Centra el contenedor en el viewport */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/* BOTON */ 

.el-btn {
  margin-top: 2rem; /* Centra el contenedor en el viewport */
}


.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #81D8D0;
  transition: all 0.2s ease;
}

.button:active {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #81D8D0 20%, transparent 30%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #81D8D0 15%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #81D8D0 15%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%),
    radial-gradient(circle, #81D8D0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* BOTON */ 

.titulo-ceremonia {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 4em; /* Ajusta el tamaño del texto */
    z-index: 1;
}

.svg-ceremonia {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40rem;
}

  .gif-boda {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw; /* Ajusta el tamaño para que sea responsive */
    height: 80vw; /* Asegúrate de que sea igual al ancho para un círculo perfecto */
    max-width: 200px; /* Tamaño máximo para pantallas grandes */
    max-height: 200px; /* Tamaño máximo para pantallas grandes */
    background-color: #ffffff; /* Color de fondo del círculo */
    border-radius: 50%; /* Convierte el cuadrado en un círculo */
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9); /* Sombra para el efecto */
  }

  .separador {
    margin-top: 15rem;
    margin-bottom: -7rem;
  }

  .bandera {
    color: blue;
  }


.gif-card {
  display: flex; 
  justify-content: center;
  align-items: center;
}
  
.card {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  text-align: left;
  border-radius: 0.5rem;
  max-width: 290px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.header {
  padding: 1.25rem 1rem 1rem 1rem;
  background-color: #ffffff;
}

.image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #FEE2E2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
}

.image svg {
  color: #DC2626;
  width: 1.5rem;
  height: 1.5rem;
}

.content {
  margin-top: 0.75rem;
  text-align: center;
}

.title {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.message {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.actions {
  margin: 0.75rem 1rem;
  background-color: #F9FAFB;
}

.desactivate {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #DC2626;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cancel {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #374151;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.titulo-regalos {
  font-size: 5rem;
}

.marco-flores {
  position: relative;
  width: 350px;
  margin-bottom: -7rem;
  z-index: 2;
}


/* From Uiverse.io by NelsonDJCR */ 
.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 3.3em 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}

.button2 > svg {
  height: 30px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -4px;
}

.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #81D8D0;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid #81D8D0;
}

.button2:hover:before {
  top: -35%;
  background-color: #81D8D0;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #81D8D0;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.container12 {
  display: flex;
  gap: 10px;
}

.cards {
  background-color: #ffffff;
  height: 200px;
  width: 200px;
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards:hover {
  flex: 2;
  background-color: #81d8cf8d;
}

.footer-flower {
  width: 50%; /* Asegura que el contenedor ocupe todo el ancho */
  margin: 0; /* Elimina márgenes externos */
  padding: 0; /* Elimina relleno interno */
}

.footer-flower img {
  width: 50%; /* Hace que la imagen abarque todo el ancho del contenedor */
  height: auto; /* Mantiene las proporciones de la imagen */
}

.techo {
  width: 50%; /* Hace que la imagen abarque todo el ancho del contenedor */
  height: auto; /* Mantiene las proporciones de la imagen */
  display: block; /* Elimina el espacio en blanco debajo de las imágenes */
}