*{
    box-sizing: border-box;
}

html,body {
margin: 0;
padding: 0;
background: whitesmoke
}

/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 400 to 700 */

.dancing-script-uniquifier {
  font-family: "Dancing Script";
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.navbar {
    display: flex;
    position: fixed;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    font-size: 20px;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 1;
}


.nav-links {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;


}

.nav-links li {
    list-style: none;
    margin-left: 25px;
    opacity: 80%;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 200;
    font-size: 17px;
    padding: 8px 5px;
    
}

.nav-links li:hover {
    opacity: 100%;
}

.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.menu-icon .line {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: all 0.3s ease;
}

#menu-toggle {
    display: none;
}

section.foto {
    position: relative;
    display: inline-block;
    text-align: center;
}

section.foto figure {
    position: relative;
    display: flex;
    width: 100vw;
    margin: 0;
    padding: 0;
}

section.music {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    padding: 0%;
}


/* por si acaso
section.music h2 {
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/*texto en imagen*/ 

 section.foto .texto-sobre-imagen {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   top: 100%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 3.2vw;
   line-height: 70px;
} 

section figure.nombres {
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    justify-content: center;
}

section figure.nombres img {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
}

section.fechaboda {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

section.fechaboda .fechaimg {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
    
}

.contenedor-fecha {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.conteoregresivo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    width: 100%;
}

.fecha {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.cuenta-atras {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;

}

.grupo {
    line-height: 0;
}

.grande {
    font-size: 5rem;
    font-weight: 600;
    margin: 3vw;
}

/* ubicación iglesia */

#Ubicacion1 {
    height: 50vh;
    background-color: none;
}

.icono-iglesia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.icono-iglesia img {
    width: 80px;   
}

.map-ubicacion-1 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: none;
    width: 100vw;
    height: 30vh;
    justify-content:center;
    align-items: center;
    
}

.map-ubicacion-1 .boton {
    width: 180px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.map-ubicacion-1 .boton a {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 25px;
    text-decoration: none;
}
.descripcion-ubicacion-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}


p.nombre-lugar-boda {
    display: flex;
    justify-content: center;
    margin-top: none;
    font-size: 32px;
    font-family: "Dancing Script", cursive, sans-serif;
    font-weight: 700;
}


p.direccion-boda {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vh;
    font-size: 20px;
    font-weight: 600;
    width: 60%;
}

p.como-llegar-boda {
    margin-bottom: -1vh;
    font-size: 18px;
    
}



/* icono iglesia posible
.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(218, 215, 215);
    border-radius: 100%;
    padding: 30px;
} */

/*ubicacion fiesta */

#Ubicacion2 {
    height: 50vh;
    background-color: none;
}

.icono-fiesta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.icono-fiesta img {
    width: 80px;   
}

.map-ubicacion-2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: none;
    width: 100vw;
    height: 30vh;
    justify-content:center;
    align-items: center;
    
}

.map-ubicacion-2 .boton {
    width: 180px;
    height: 50px;
    background-color: rgb(0, 0, 0);
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.map-ubicacion-2 .boton a {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 25px;
    text-decoration: none;
}
.descripcion-ubicacion-2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}


p.nombre-lugar-fiesta {
    display: flex;
    justify-content: center;
    margin-top: none;
    font-size: 32px;
    font-family: "Dancing Script", cursive, sans-serif;
    font-weight: 700;
}


p.direccion-fiesta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vh;
    font-size: 20px;
    font-weight: 600;
    width: 70%;
}

p.como-llegar-fiesta {
    margin-bottom: -1vh;
    font-size: 18px;
    
}



/* Vestimenta */

.vestimenta {
    background-color: black;
    margin-top: 5vh;
    width: 100vw;
    height: 40vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    
}

.vestimenta .contvestimenta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50vw;
    height: 30vh;
    background-color: none; 
}

.vestimenta .contvestimenta .titulo-vestimenta {
    font-size: 75px;
    margin: 0;
    padding: 0;
    font-family: "Dancing Script", cursive, sans-serif;
    font-weight: 400;
}

.vestimenta-icon {
    filter: invert(100%);
    display: flex;
    height: 7vh;
    margin-bottom: none;
}

hr {
    width: 50vw;
    height: 1.5px;
    background-color: white;
    margin-right: 50%;
    margin-left: 50%;
}

.vestimenta p {
    margin: 8px;
}

.texto-vestimenta {
    font-size: 16px;
    width: 100vw;
}

/* Foto 2 */

.foto-2 img {
    width: 100vw;
}

/* Regalos */

.seccion-regalos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
    height: 35vh;
    margin: 0;
    padding: 0;
}

.seccion-regalos .regalo-boton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    width: 180px;
    height: 50px;
    border-radius: 25px;
    margin: 0;
    padding: 0;   
}

.regalo-boton:hover {
    cursor: pointer;
}

.regalos-boda {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.regalos-boda p {
    font-size: large;
    width: 80%;
}

.regalos-boda h1 {
    text-align: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.seccion-regalos .regalo-boton {
    color: white;
    text-decoration: none;
}

.icon-regalo {
    position: relative;

    justify-content: center;
    align-items: center;
    background-color: none;
    width: 100vw;
    height: 10vh;
    margin: 0;
    padding: 0;
    
}

.icon-regalo .img-regalos {
    height: 8vh;
}

/* Asistencia */

.section-asistencia {
    width: 100vw;
    height: 40vh;
    padding: 0;
}

.contenedor-asistencia {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.texto-asistencia {
    text-align: center;
    margin: 25px;
}

.confirmacion-boton {
    display: flex;  
    justify-content: center;
    flex-direction: row;
}

.confirmacion-boton .boton-asistencia-enmanuel {
    display: flex;
    margin: 20px;
    background-color: black;
    height: 50px;
    width: 180px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
}

.confirmacion-boton .boton-asistencia-victoria {
    display: flex;
    margin: 20px;
    background-color: black;
    height: 50px;
    width: 180px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
}

.confirmacion-boton a {
    text-decoration: none;
    color: white;
}

/* Final */

.final {
width: 100vw;
height: 35vh;
display: flex;
justify-content: center;
align-items: center;
margin-top: -5vh;
}

.final .final-agradecimiento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80vw;
}

.final-agradecimiento h1 {
    text-align: center;
    font-family: "Dancing Script", cursive, sans-serif;
    font-weight: 700;
    font-size: 35px;
}


.final-agradecimiento img {
    width: 450px;

}



/*Pop up*/

.popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}

.popup .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 450px;
    height: 220px;
    z-index: 2;
    text-align: center;
    box-sizing: border-box;
}

.popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.close-btn {
    cursor: pointer;
}

.popup.active .overlay {
    display: block;

}

.popup.active .content {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}





@media only screen and (max-width: 850px) {
    
    audio {
        width: 200px;
    }

    section.music h2 {
        font-size: 15px;
    }

    section.foto .texto-sobre-imagen {
        line-height: 20px;
        width: 70%;
    }
    
    .navbar {
       padding-right: 15px;
    }

    .menu-icon {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        background-color: rgb(0, 0, 0, 0.6);
        text-align: center;
        transition: heigth 1s ease;
    }

    .nav-links li {
        margin: 0;
        padding: 20px 0;
        width: 100%;
    }

    .nav-links a {
        width: 100%;
        padding: 10px 20px;

    }

    #menu-toggle:checked + .menu-icon + .nav-links {
        height: 100vh;
    } 
     
    .grande {
        margin-bottom: 8vw;
        padding: 0;
        font-size: 3rem;
        font-weight: 600;
    }

}

.final-agradecimiento h1 {
    text-align: center;
    font-family: "Dancing Script", cursive, sans-serif;
    font-weight: 700;
    font-size: 25px;
}


.final-agradecimiento img {
    width: 300px;

}
