@import url('https://fonts.googleapis.com/css2?family=Forum&family=Imperial+Script&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rouge+Script&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {

    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #201D1C;

}

header, section {
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
}


/* Parallax Sections */
.parallax {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.parallax-1 {
  background-image: url('imgb5/b5parallax1.png');
}

.parallax-2 {
  background-image: url('imgb5/b5parallax2.png');
}

.parallax-3 {
  background-image: url('imgb5/b5parallax3.png');
}

/*portada*/
.portada {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portada h2 {
    font-family: Imperial Script;
    position: absolute;
    bottom: 220px;
    font-size: 6em;
    width: 100%;
}

.portada h1 {
    font-family: Pinyon Script;
    position: absolute;
    bottom: 120px;
    font-size: 6em;
    width: 100%;
}

.fecha-1 {
    font-family: Pinyon Script;
    position: absolute;
    bottom: 10px;
    font-size: 4em;
    width: 100%;
}


.fecha-contador, .galeria, .codigo-vestimenta, .ubicacion, .regalos, .confirmar-asistencia, .img-footer {
    min-height: 60vh;
}
 /*Galeria*/

.galeria1{
    display: flex;
    width: 100wv;
    height: 800px;

}

.galeria1 img {
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .5;
}

.galeria1 img:hover {
    cursor: crosshair;
    width: 50%;
    opacity: 1;
    filter: contrast(120%);
}


 /*Galeria*/
@media (max-width: 768px) {
.galeria1{
    height: 400px;
}

.galeria1 img:hover {
    width: 60%;
}
}

/*boton música*/
.fixed-button {
    position: fixed;
    bottom: 150px; /* Espaciado desde la parte inferior */
    left: 10px; /* Espaciado desde la derecha */
    background-color: #fffff;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: transform 0.2s, background-color 0.3s;
}

/* Efectos al pasar el ratón */
.fixed-button:hover {
    background-color: #000;
    color: white;
    transform: scale(1.1); /* Aumenta el tamaño ligeramente */
}

/* Adaptación responsiva */
@media (max-width: 768px) {
    .fixed-button {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .fixed-button {
        font-size: 12px;
        padding: 6px 10px;
    }
}



/*Datos y contador*/
.contador {
    display: flex;
    align-items: center;
    font-size: 2vw; /* Ajuste adaptable según la pantalla */
    color: #cda367;
    text-align: center;
    justify-content: center;
    /*position: absolute;*/
    bottom: 10px;
}

.cuadro{
    background-color: black;
    opacity: .5;
    padding: 10px;
    margin-left: 450px;
    margin-right: 450px;
}

.segmento {
    font-family: Spectral;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.segmento div {
    font-size: 4rem; /* Ajuste adaptable según la pantalla */
  
}

.etiqueta {
    font-size: 1rem; /* Tamaño de etiqueta adaptable */
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
}

.palabras-alusivas{
    
    font-family: Pinyon Script;
    font-size: 2rem;
    color:#ffffff;
    margin-bottom: 0px;
}

.txt-names{
    font-family: Spectral;
    font-weight: 400;
    font-size: 1.5vw;
    color:#ffffff;
    margin-bottom: 0px;
}

.txt-familiar{
     font-family: Spectral;
    font-weight: 400;
    font-size: 1.2vw;
    color:#ffffff;
    margin-bottom: 0px;
}

.img-novios{
    width: 10%;
}



/*Titulos y separadores*/
.separador{
    width: 30%;
}

.separador-linea{
    width: 60%;
}

.txt-titulos{
    font-family: Spectral;
    font-weight: 400;
    font-size: 3vw;
    margin-bottom: 30px;
    color:#cda367;
}

/*titulos de Padres y Padrinos*/
.txt-subtitulos{
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.2vw;

}

.txt-descripcion{
    font-family: Rouge Script;
    font-weight: 400;
    font-size: 3vw;
}







/*Itinerario*/

.itinerario img{
    width: 30%;
}

.itinerario {
            display: flex;
            justify-content: center;
            padding: 10px;         
        }

.timeline {
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #4A001F;
    transform: translateX(-50%);
}

.timeline-item {
    width: 50%;
    position: relative;
    padding: 20px 40px;
}

.timeline-item.left {
    left: 0;
    /*text-align: right;*/
}

.timeline-item.right {
    left: 50%;
}

.timeline-content {
    background: transparent;
    padding: 15px;
    border-radius: 8px;
    border: 0px;
    position: relative;
}

.timeline-content img{
    width: 10%;
}

.timeline-item.left .timeline-content::before,
.timeline-item.right .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 20px;
    height: 2px;
    background-color: #4A001F;
}

.timeline-item.left .timeline-content::before {
    right: -24px;
}

.timeline-item.right .timeline-content::before {
    left: -24px;
}

.timeline-icon {
    font-size: 24px;
    margin-bottom: 5px;
    color: #555;
}

.timeline-content h3 {
    font-size: 1.5em;
    color: #4A001F;
    margin-bottom: 5px;
    font-weight: bold;
}

.timeline-content p {
    font-size: 1.5em;
    color: #4A001F;
}


/*container para itinerario, regalo y ubicaciones*/
 .container {
            display: flex;
           justify-content: center;
            width: 90%;
            max-width: 800px;
            padding: 20px;
           
        }


/*Vestimenta*/

        .item-vestime {
            flex: 1;
            margin: 0 10px;
            text-align: center;
        }

        .item-vestime img {
            width: 40%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-traje img {
            width: 30%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-vestime img:hover {
            transform: scale(1.05);
        }

        .description-vestime1 {
            margin-top: 10px;
            font-size: 1.3rem;
            color:#bca07f;
            font-weight: bold;
        }

        .description-vestime2 {
            margin-top: 10px;
            font-size: 1rem;
            color:#bca07f;
        }



        /* Responsivo para pantallas pequeñas */
        @media (max-width: 600px) {
            .container {
                flex-direction: column;
                align-items: center;
            }

            .item-vestime {
                margin: 10px 0;
            }

            .separador{
             width: 90%;
            }

        }

/*Regalos*/
       
        .item-reg {
            flex: 1;
            margin: 0 10px;
            text-align: center;
        }

        .item-reg img {
            width: 30%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-reg img:hover {
            transform: scale(1.05);
        }

        .description-reg1 {
            margin-top: 10px;
            font-size: 1rem;
            color:#bca07f;
            font-weight: bold;
        }

         .description-reg2 {
            margin-top: 10px;
            font-size: 1rem;
            color:#bca07f;

        }

        .regalo{
            color:#bca07f;
        }

        .button-10 {
            padding: 10px 20px;
            background-color: white;
            color: #bca07f;
            border: none;
            border-radius: 20px;
        }

        .button-10 i{
            font-size: 2rem;
        }

        .button-10:hover i {
            transform: translateX(3px);
            transition: transform 0.3s;
        }

        /* Responsivo para pantallas pequeñas */
        @media (max-width: 600px) {
            .container {
                flex-direction: column;
                align-items: center;
            }

            .item-reg {
                margin: 10px 0;
            }
        }

/*ubicaciones*/

        .item-ubi {
            flex: 1;
            margin: 0 10px;
            text-align: center;
        }

        .item-ubi img {
            width: 100%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-ubi img:hover {
            transform: scale(1.05);
        }

        .description-ubi1 {
            margin-top: 10px;
            font-size: 1rem;
            color:#bca07f;
            font-weight: bold;
        }

        .description-ubi2 {
            font-family: Forum;
          margin-top: 0px;
            font-size: 2rem;
            color:#bca07f;
        }

        .description-ubi3 {
           margin-top: 0px;
            font-size: 1rem;
            color:#bca07f;
            font-weight: bold;
        }







        /* Responsivo para pantallas pequeñas */
        @media (max-width: 600px) {
            .container {
                flex-direction: column;
                align-items: center;
            }

            .item-ubi {
                margin: 10px 0;
            }

            .separador{
             width: 90%;
            }

        }





/*Acompañanos*/




.item-acompaña img {
            width: 30%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-acompaña img:hover {
            transform: scale(1.05);
        }

/*contacto*/


.contacto a {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color:#4A001F;
}

.description-contacto {
            margin-top: 10px;
            font-size: 1rem;
            color:#bca07f;
            font-weight: bold;
        }



.item-contacto img {
            width: 50%;
            max-width: 300px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-contacto img:hover {
            transform: scale(1.05);
        }


/*img-footer*/

.img-footer{

.item-footer img {
            width: 30%;
            max-width: 200px;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .item-footer img:hover {
            transform: scale(1.05);
        }

       .nf {
            font-family: Pinyon Script;
           
            margin-top: 300px;
            font-size: 8em;
            width: 100%;

}
    }

@media (max-width: 1400px) {
.cuadro{
    padding: 10px;
    margin-left: 100px;
    margin-right: 100px;
}
}



@media (max-width: 768px) {
    
.txt-titulos{
    font-weight: 400;
    font-size: 10vw;
    margin-bottom: 30px;
}

.txt-datos{

    font-weight: 400;
    font-size: 10vw;
}

.txt-subtitulos{
    font-family: Roboto;
    font-weight: 400;
    font-size: 5vw;

}

.txt-descripcion{
    font-family: Rouge Script;
    font-weight: 400;
    font-size: 14vw;
}

p{
    margin-bottom: 0;
}

.portada h2 {

    top: 10px;
    font-size: 4em;
    color: #cda367;

}

.portada h1 {

    bottom: 80px;
    font-size: 4em;

}

.fecha-1 {
    font-size: 2.5em;
}

    .contador {
        font-size: 8vw;
    }

    .segmento div {
        font-size: 13vw;
    }

    .etiqueta {
        font-size: 4vw;
    }

.galeria {
    min-height: 50vh;
}

.palabras-alusivas{
    font-size: 1.5rem;
}

.txt-falta{
    font-size: 8vw;
}

.img-footer .nf {
            
            font-size: 4em;
            width: 50%;
}

.txt-names{
    font-size: 4vw;
}

.txt-familiar{
    font-size: 3.5vw;
}



.img-novios{
    width: 30%;
}

.itinerario img{
    width: 80%;
}

.cuadro{
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

}



