* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 50%;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.header {
    width: 100%;
}

.span {
    font-weight: bold;
}

.show{
    view-timeline-name:--image;
    view-timeline-axis:block;
    animation-timeline:--image;
    animation-name:show;
    animation-range:entry 25% cover 50%;
    animation-fill-mode:both
}

.construccion{
    position: fixed;
    width: 100%;
    background-color: #BA27F4;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    z-index: 3;
    text-align: center;
    font-family: "Open Sans", serif;
    font-weight: 100;
}

.division{
    width: 100%;
    background-color: #c27987;
    height: 1rem;
}

@keyframes show{
    from{
        opacity:0;
        scale:25%;
    }
    to{
        opacity:1;
        scale:100%;
    }
}

.Inicio {
    position: sticky;
    width: 100%;
    height: 100vh;
    background-image: url(../img/carrusel/05_.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.Inicio__subtitle {
    font-family: "Open Sans", serif;
    color: #fff;
    font-weight: 200;
    font-size: 2rem;
    text-align: center;
}

.Inicio__title {
    margin-top: 5rem;
    font-family: "Parisienne", serif;
    color: #fff;
    font-weight: 200;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
}

.layout {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    flex: 1;
}

.frase {
    width: 100%;
    padding: 9rem 1rem;
    height: auto;
    background-image: url(../img/Fondo1_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frase__text {
    font-family: "Open Sans", serif;
    color: #0f0f0f;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
}

.fecha {
    background-image: url(../img/Fondo2_11zon.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fecha__title {
    font-family: "Parisienne";
    font-weight: 500;
    font-size: 4rem;
    color: #061d3b;
    text-align: center;
}

.fecha__numero {
    font-family: "Open Sans", serif;
    font-size: 2rem;
    font-weight: 400;
    color: #061d3b;
}

.fecha__contador{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.fecha__cont{
    width: 25%;
    font-size: 1.5rem;
    margin: 2rem 0rem;
    font-family: "Open Sans", serif;
    color: #fff;
}

.verde{
    background-color: #061d3b;
}

.rosa{
    background-color: #c27987;
}

.fecha__subtitle {
    color: #061d3b;
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.fecha__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 1rem;
    width: 20rem;
    height: 40px;
    font-weight: bold;
    border: 4px double #ffffff;
    transition: 0.3s;
    background-color: #061d3b;
    font-family: "Open Sans", serif;
    font-weight: 200;
}

.fecha__btn:hover {
    opacity: .5;
    cursor: pointer;
}

.bg {
    width: 100%;
}

.bg__img {
    display: block;
    width: 100%;
    height: 100%;
}

.recepcion {
    width: 100%;
    height: auto;
    background-image: url(../img/Fondo3_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 3rem 0rem;
}

.recepcion__title {
    display: block;
    font-family: "Parisienne";
    font-size: 3rem;
    font-weight: 500;
    color: #061d3b;
}

.recepcion__lugar {
    display: block;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 4rem;
    color: #061d3b;
}

.recepcion__direccion {
    display: block;
    font-family: "Open Sans", serif;
    font-weight: 600;
    margin-bottom: 4rem;
    font-size: 1rem;
    color: #061d3b;
}

.itinerario {
    width: 100%;
    text-align: center;
    background-image: url(../img/Fondo4_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0rem;
}

.itinerario__title {
    font-family: "Parisienne";
    font-size: 3rem;
    font-weight: 500;
    color: #061d3b;
}

.itinerario__items {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.itinerario__imgcont {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.itinerario__img--fondo {
    display: block;
    width: 10%;
    height: 100%;
}

.itinerario__info {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    /* border: rgb(134, 12, 12) 1px solid; */
}


.itinerario__icon {
    display: block;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itinerario__icon--img {
    width: 50%;
}

.itinerario__content {
    width: 10%;
}

.itinerario__content--title {
    color: #061d3b;
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 2rem;
}

.itinerario__content--hora {
    display: block;
    background-color: #061d3b;
    margin: 0 auto;
    width: 8rem;
    color: #fff;
    border-radius: 0.5rem;
    font-family: "Open Sans", serif;
    text-align: center;
}

/*---------------------------------- Carrusel-------------------------------- */
.momentos-bg{
    width: 100%;
    text-align: center;
    font-family: "Parisienne";
    font-size: 2.5rem;
    font-weight: 100;
    color: #fff;
    background-color: #061d3b;
    padding: 1rem 0rem;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  .carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-images img {
    width: 100%;
    flex-shrink: 0;
  }
  
  .carousel-indicators {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: .5rem;
    background-color: #061d3b;
    
  }
  
  .carousel-indicators span {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
/* -------------------------------------fin carrusel---------------------------- */
.vestimenta {
    width: 100%;
    padding: 5rem 0rem;
    text-align: center;
    background-image: url(../img/Fondo5_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vestimenta__title {
    display: block;
    font-family: "Parisienne";
    font-size: 3.5rem;
    font-weight: 500;
    color: #061d3b;
    text-align: center;
    line-height: 5rem;
    width: 100%;
}

.vestimenta__cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.vestimenta__img {
    width: 40%;
}

.vestimenta__img--fem,
.vestimenta__img--mas {
    display: block;
    width: 100%;
}

.vestimenta__info {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.vestimenta__info--text {
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #000000;
}

.vestimenta__info--title {
    color: #8F1E26;
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    margin: 2rem 0rem;
}

.vestimenta__paleta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0rem;
}

.vestimenta__paleta--color {
    width: 25%;
}

.vestimenta__subtitle {
    margin-top: 5rem;
    font-family: "Open Sans", serif;
    font-size: 1.7rem;
    font-weight: 500;
    font-style: italic;
}

.frase__text--agradecimiento {
    font-family: "Open Sans", serif;
    font-size: 2rem;
    font-weight: 500;
}

.bg2 {
    width: 100%;
    height: auto;
    background-image: url(../img/No_niños.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 0rem;
}

.bg2__text {
    font-family: "Open Sans", serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.bg2__text--agradecimiento {
    font-style: italic;
}

.mesa {
    width: 100%;
    height: auto;
    background-image: url(../img/Fondo4_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mesa__info {
    padding: 10rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.mesa__title {
    display: block;
    font-family: "Parisienne";
    font-size: 3.5rem;
    font-weight: 500;
    color: #061d3b;
}

.mesa__botones {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}

.liverpool__btn,
.amazon__btn {
    width: 40%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 1rem;
    font-weight: bold;
    border: 4px double #e4dfdf;
    transition: 0.3s;
    background-color: #BC6B4E;
    cursor: pointer;
    text-align: center;
}

.mesa__logo{
    display: block;
    width: 100%;
    height: 100%;
}

.mesa__efectivo {
    display: block;
    width: 100%;
}

.mesa__text {
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #061d3b;
}

.donativo{
    margin-top: 2rem;
}

.mesa__novios {
    display: inline-block;
    font-family: "Parisienne";
    font-size: 2rem;
    font-weight: 600;
    color: #B8684F;
}

.hospedaje {
    width: 100%;
    height: auto;
    background-image: url(../img/Fondo7_11zon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.hospedaje__title {
    font-family: "Parisienne";
    font-size: 3rem;
    font-weight: 500;
    color: #061d3b;
}

.hospedaje__card {
    margin: 3rem auto;
    padding: 3rem;
    width: 75%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.75);
}

.hospedaje__card::before {
    content: ""; /* Necesario para los pseudo-elementos */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con transparencia */
    z-index: -1;
}

.hotel1{
    background-image: url(../img/Hotel-Sumiya.jpeg);
    background-position: center;
    background-size: cover;
    display: block;
  }

.hotel2{
    background-image: url(../img/Hotel-clubes-cuernavaca.jpeg);
    background-position: center;
    background-size: cover;
    display: block;
  }

.hotel3{
    background-image: url(../img/Ex-Hacienda-Santa-Cecilia.jpeg);
    background-position: center;
    background-size: cover;
    display: block;
  }

.hospedaje :nth-child(4){
    margin-bottom: 1rem;
}

.hospedaje__card--title {
    display: block;
    font-family: "Open Sans", serif;
    font-size: 3rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 3rem;
    margin-bottom: 3rem;
    /* z-index: 3; */
}

.hospedaje__card--btn {
    display: flex;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    width: 95%;
    font-weight: bold;
    border: 4px double #e4dfdf;
    transition: 0.3s;
    background-color: #061d3b;
    cursor: pointer;
    font-family: "Open Sans", serif;
    font-size: 1.3rem;
    font-weight: 300;
    z-index: 1;
}

.hospedaje__text {
    font-family: "Open Sans", serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #061d3b;
    padding-bottom: 10rem;
}

/* -----------------------FOOTER------------------- */
.footer{
    position: absolute; /* Footer al final sin fijarlo en la pantalla */
    bottom: -30rem;
    width: 100%;
    background-image: url(../img/fOOTER.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 2rem 4rem 2rem;
    filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, .5));
    text-align: center;
}

.footer__title{
    font-family: "Parisienne";
    font-size: 2.7rem;
    font-weight: 100;
    color: #ffffff;
    line-height: 3rem;
    margin-bottom: 2rem;
    transform: scaleY(1.5);
    letter-spacing: .2rem;
}

.footer__text{
    font-family: "Open Sans", serif;
    font-size: 1.1rem;
    font-weight: 200;
    color: #ffffff;
    line-height: 1.3rem;
}

.footer__confirmar{
    font-family: "Open Sans", serif;
    font-size: .7rem;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    margin: 2rem 0rem;
    transform: scaleY(1.3);
}

.footer__btn{
   color: #FFFFFF;
   font-family: "Parisienne";
   font-size: 2.5rem;
   font-weight: 100;
   text-decoration: none;
   background-color: transparent;
   border: solid #FFFFFF .1rem;
   display: block;
   cursor: pointer;
   text-align: center;
   width: 65%;
   margin: 2rem auto;
   transform: scaleY(1.3);
}

.hashtag-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: .1rem solid #ddd;
    border-radius: .5rem;
    max-width: fit-content;
    margin: .5rem auto;
  }

  .hashtag-text {
    font-family: "Open Sans", serif;
    color: #B8684F;
    font-weight: bold;
    font-size: 1.8rem;
    padding: .5rem;
  }

  .copy-button {
    margin: 0rem 1rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #007bff;
    font-size: 0.9rem;
  }

  .copy-button:hover {
    text-decoration: underline;
  }

  .footer__parking{
    display: block;
    font-family: "Open Sans", serif;
    color: #fff;
    background-color: #B8684F;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    margin: 4rem 0rem 2rem 0rem;
    transform: scaleY(1.3);
    padding: 1rem;
    border-radius: .5rem;
  }

  #audioButton {
    position: fixed;
    font-size: 3rem;
    bottom: 3rem;
    right: 2rem;
    background-color: #061d3b; /* Cambia el color si quieres */
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    color: #ffffff;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Puedes ajustar los estilos según tu diseño */
.recepcion--columnas {
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.recepcion__columna {
    width: 40%;
    padding: 2rem;
    border: 1px solid rgb(70, 70, 70);
}

.recepcion__lugar{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.recepcion__direccion{
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1;
    color: #061d3b;
}

.recepcion__direccion-text{
    font-family: "Open Sans", serif;
    font-size: 1rem;
    font-weight: 700;
    color: #061d3b;
    margin-top: 1rem;
    line-height: 1.5;
}

.recepcion__btn{
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 1rem;
    width: 10rem;
    height: 40px;
    font-weight: bold;
    border: 4px double #ffffff;
    transition: 0.3s;
    background-color: #061d3b;
    font-family: "Open Sans", serif;
    font-weight: 200;
}

.fin{
    font-family: "Open Sans", serif;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 2rem;
    text-align: center;
}