@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  scrollbar-color: #454a4d #202324;
}

main {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
main section {
  transform-style: preserve-3d;
  position: relative;
  min-height: 100vh;
  padding: 3em 0;
  align-items: center;
  justify-content: center;
  color: #fff;
}
main .b {
  display: grid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .oc {
  grid-area: 4/1/3/4;
  width: 100%;
  text-align: justify;
}
main .oc h1 {
  font-family: "Dancing Script", cursive;
}
main .oc h1, main .oc h2 {
  text-align: center;
}
main .cere {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 3em;
  padding: auto;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: solid 2px rgba(255, 255, 255, 0.017);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
  border-radius: 0.5em;
}
main .cere a {
  text-decoration: none;
  color: white;
}
main .cere a img {
  height: auto;
  display: block;
  width: 100px;
}
main .cere h2 {
  font-size: 2.3rem;
}
main .cere p {
  font-weight: 300;
  font-size: 1.625em;
  justify-content: center;
}
main .cere p #countdown {
  font-size: 2.5rem;
}
main .cere p .galeria {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
main .cere p .galeria img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
main .cere p .galeria img:hover {
  transform: scale(1.1);
}
main .cere .sep {
  display: flex;
  justufy-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
main .cere .sep iframe {
  max-width: 520px;
}
main .cere .sep iframe .text {
  margin-bottom: 10px;
  font-size: 1.2em;
}
main .cere .sep iframe .text2 {
  font-size: 0.8em;
}
main .cere .sep img {
  display: block;
  max-height: 130px;
}
main .calendarios {
  display: flex;
  flex-direction: row;
}
main .ceremesa {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 3em;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: solid 2px rgba(255, 255, 255, 0.017);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
  border-radius: 0.5em;
  overflow: hidden;
}
main .ceremesa a {
  text-decoration: none;
  color: white;
}
main .ceremesa img {
  width: 120px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
main .ceremesa h2 {
  font-size: 2.3rem;
}
main .ceremesa p {
  font-size: 1.625em;
  justify-content: center;
}
main .ceremesa p #countdown {
  font-size: 2.5rem;
}
main .ceremesa ul {
  display: flex;
  justify-content: center;
  gap: 90px;
  list-style: none;
  padding: 0;
}
main .ceremesa ul li {
  display: flex;
}
main .mesa {
  display: flex;
  flex-direction: row;
}
main .f {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
main .f span {
  margin-bottom: 1em;
  font-size: 1em;
}
main .f p {
  font-size: 0.8em;
}
main .b1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/recursos/Brandon & Damaris-038.jpg");
  background-position: center center;
}
main .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
main .lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
main .b2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/recursos/Brandon & Damaris-177.jpg");
  display: flex;
  flex-direction: row;
  background-size: cover;
}

#music-button {
  z-index: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* Estilos del carrusel */
.carousel-container {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 10px;
  scroll-snap-type: x mandatory;
  width: 100%;
}

.carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  width: auto;
}

.carousel img {
  width: 250px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  scroll-snap-align: start;
  transition: 1s;
}
.carousel img:hover {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
}

/* Imagen en el lightbox */
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

/* Botón de cerrar */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Botones de navegación */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

@media (max-width: 1024px) {
  .cere {
    margin: 2em;
    padding: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  section .cere {
    max-width: 90%;
    margin: 1.5em;
    padding: 1.2em;
  }
  section .cere h1 {
    font-size: 4rem;
    font-weight: 400;
  }
  section .cere h2 {
    font-size: 2rem;
    font-weight: 300;
  }
  section .cere p {
    font-size: 2rem;
    font-weight: 300;
  }
  section .cere a {
    font-size: 1.5rem;
  }
  section .ceremesa {
    margin: 1em;
    max-width: 80%;
  }
  section .ceremesa ul {
    flex-wrap: wrap;
    gap: 60px;
  }
  section .ceremesa ul img {
    width: 100px;
  }
  section .carousel img {
    width: 128px;
    height: 200px;
  }
}
main .oc h1 {
  font-size: 2rem;
}
main .oc h2 {
  font-size: 1.2rem;
}
main .cere {
  width: 90%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .cere p {
  margin: 1em;
  padding: 1em;
}

/*# sourceMappingURL=estilos.css.map */
