/* styles.css */

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background: #f7f7f7;
}

/* Tamaños textos */

.text-xl{
  font-size: 7rem;
  margin: 0;
  line-height: 6rem;
}
.text-lg{
  font-size: 1.6rem;
  margin: 0;
}


/* Fonts */

.dancing-script-400 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.el-messiri-400 {
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.figtree-400 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-400 {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Espacios */
.mb-5{
  margin-bottom: 5rem;
}


/* Botones */
.btn {
  background: #D9B167;
  border: 2px solid #D4AF37;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  /* width: 200px; */
  border-radius: 0.2rem;
  /* margin-top: 20px; */
  cursor: pointer;
  transition: ease-in-out 0.5s;
  margin-bottom: 4rem;
}
.btn-rsvp-outline {
  background: transparent;
  border: 2px solid #D4AF37;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 20px;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}

.btn-rsvp-outline:hover{
  transition: ease-in-out 0.5s;
  background-color: #D4AF37;
  background: linear-gradient(#D4AF37, #81691a);
}

/* .parallax {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
} */

.parallax {
  height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.cover{
  align-items: end;
}

.bg1 {
  background-image: url('fotos/1.webp');
}
.bg2 {
  background-image: url('fotos/2.webp');
}
.bg3 {
  background-image: url('fotos/4.webp');
  /* background-position: -470px center; */
}
.bg4 {
  background-image: url('fotos/3.webp');
}

/* Fondos */
.fnd1 {
  background-image: url('fotos/bg1.jpg');
}

.content {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 2rem;
  border-radius: 10px;
}

.text-section {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f7f7f7;
}

.text-festejados{
  font-size: 38px;
}


/* Titulos */
.hosts{
  font-size: 5rem;
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: 6rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}
.hosts2{
  font-size: 5rem;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  line-height: 6rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.date{
  font-size: 1.3rem;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.event{
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 8px;
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  color:#D9B167;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.title{
  font-size: 2rem;
  /* margin-top: 0; */
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* color: #D4AF37; */
}
.subtitle{
  font-size: 2rem;
  /* margin-top: 0; */
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #D9B167;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
  margin: 4rem 0;
  /* text-decoration: underline; */
  /* color: #D4AF37; */
}

.txt{
  font-size: 1.1rem;
  /* font-family: "El Messiri", sans-serif; */
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
}
.txt-normal{
  font-size: 1.2rem;
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}
.txt-elegant{
  font-size: 1.1rem;
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

.foto{
  transform: rotate(-5deg);
  border: 5px solid #fff;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}


/* Elementos */
/* Separador */
.separador{
  margin-top: 2rem;
  max-width: 250px;
}

.line{
  width: 100%;
  max-width: 150px;
  margin: 1rem auto;
}

.hlcolor{
  color: #D9B167;
}

.mb-0{
  margin-bottom: 0;
}
.mt-2{
  margin-top: 2rem;
}

/* .line-s{
  color: #D9B167;
} */

.bg-light{
  background-color: #f2f2f2;
}
.bg-dark{
  background-color: #2C2C2C;
}




/* Counter DateTime */
.counter {
  /* margin: 2rem 0;
  padding: 5rem 0; */
  /* padding: 1rem 0; */
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 1rem 0;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 0 1rem;
  
}

.countdown div p {
  margin: 0;
}

.text-2xl {
  font-size: 2rem;
}

.text-sm {
  font-size: 0.875rem;
}

.lhn{
  line-height: 1rem;
}

.foto-ubi{
  border-radius: 1rem;
}

.gallery-img{
  transform: rotate(-5deg);
  border: 5px solid #fff;
  box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, 0.5);
  /* margin-bottom: 2rem; */
  margin-bottom: -2rem; /* aquí haces que se encimen */
  margin-left: 1rem;
}
.img-inv{
  transform: rotate(5deg);
  margin-left: -1rem;
}
.swal2-modal h2{
  line-height: normal;
  margin-bottom: 1.5rem;
}


/* reproductor */
.music-btn {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  background-color: #D9B167;
  color: white;
  padding: 0.5rem;
  border-radius: 444px;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  line-height: 10px;
}
.hidden {
  display: none;
}

@media screen and (max-width: 480px) {
  /* .hosts, .hosts2 {
    font-size: 3rem;
    line-height: 3.5rem;
  } */

  .text-xl {
    font-size: 4rem;
    line-height: 4rem;
  }

  .countdown {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .gallery-img {
    width: 80%;
    margin-left: 0;
    /* margin-bottom: 1rem; */
    /* transform: none; */
  }

  /* .music-btn {
    right: 1rem;
    bottom: 1rem;
    padding: 0.3rem;
  } */

  /* .title, .subtitle{
    font-size: 1.5rem;
  } 
  .txt, .txt-normal, .txt-elegant, .date {
    font-size: 1rem;
  } */
}