
html {
    font-size: 62.5%;
    box-sizing: border-box;
    color: #565656;
}
*, *:before, *:after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'gallient';
    src: url(../fuente/gallient/Gallient.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'bookman_italic';
    src: url(../fuente/Bookman_Old_Style/bookmanoldstyle_italic.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'bookman';
    src: url(../fuente/Bookman_Old_Style/bookmanoldstyle.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'bookman_bold';
    src: url(../fuente/Bookman_Old_Style/bookmanoldstyle_bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'anthony_hunter';
    src: url(../fuente/anthony_hunter/Anthony\ Hunter.ttf);
    font-weight: 400;
}
body {
    font-size: 1.4rem;
    font-family: 'bookman';
    line-height: 1.5;
    background-color: #d3cabd;
}
img {
    max-width: 100%;
}
p{
    letter-spacing: .2rem;
    margin: .1rem;
}
.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fondo{
    background-image: url(../img/ayd_fondo.webp);
    background-size: cover;
}
.fondo-1{
    background-image: url(../img/fondo-01.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.fondo-2{
    background-image: url(../img/fondo-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo-3{
    background-image: url(../img/fondo-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contenedor_m{
    padding: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 36.1vh;
}
@media (min-width: 992px) { 
    .contenedor_m {
        height: 15vh;
    }
}

/* @keyframes mostrarImagen {
    0% {
        opacity: 0;
        transform: translatez(-10rem);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translatez(0rem);
    }
} */
.pm{
    padding: 2.5rem;
}
.contenedor__logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: 1s ease-in-out 0s 1 mostrarImagen;
}
.logo{
    width: 50%;
}
.titulo{
    font-family: 'gallient';
    margin: 1px;
    padding: 0;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}
.foto-pareja{
    height: 100vh;
    background-image: url(../img/pareja-foto.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contenedor__imagen{
    display: flex;
    /* animation: 1s ease-in-out 0s 1 mostrarImagen; */
}
.imagen_flor_superior{
    padding-right: 8rem;
    opacity: .7;
}
.imagen_flor_inferior{
    padding-left: 8rem;
    opacity: .7;
}
.derecha{
    justify-content: flex-end;
}
.espaciados{
    justify-content: space-between;
}
.reproductor{
    margin-top: 2rem;
    margin-right: 2rem;
    position: absolute;
    right: 0;
}
audio::-webkit-media-controls-panel {
    background-color: #fff5e8;
}

.imagen_nos_casamos img{
    margin-top: 5rem;
}

.cuenta-atras {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.grupo {
    line-height: 1;
}

.contenedor_grande{
    display: flex;
    align-items: center;
}
.puntos{
    font-size: 3rem;
}

.grande {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
}
.chico{
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}

.nombres__padres{
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 5rem;
}
.nombres__padres p {
    margin-bottom: 4rem;
}
.texto{
    margin-bottom: 4rem;
}
.texto p{
    font-family: 'bookman_italic';
    margin: .1rem;
}

.flex2{
    display: flex;
    gap: .2rem;
}
.flex2 img{
    height: 22px;
}
.contenedor__fecha{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}
.fecha__evento {
    margin: 4.5rem 0;
}
.fecha__evento span{
    border-top: 1px  solid #000;
    border-bottom: 1px solid #000;
    font-family: 'anthony_hunter';
    font-size: 3rem;
}
.iconos{
    margin: 2.5rem 0;
}
.iconos span{
    font-family:'anthony_hunter';
    font-size: 2.9rem;
}
.texto-p{
    font-size: 1.2rem;
    margin: 0;
}
.hora{
    font-family: 'bookman_bold';
    font-size: 2rem;
}
.boton {
    color: #565656;
    font-family: 'gallient';
    font-size: 2.8rem;
    cursor: pointer;
    border: solid 1px #565656;
    border-radius: 1.6rem;
    padding: .5rem 10rem;
    margin: 2.5rem 0;
}
.regalos {
    display: flex;
    flex-direction: column;
}
.mediano {
    margin: 1rem 0;
    padding: .5rem 6rem;
    font-size: 2.4rem;
}
.contenedor__regalos{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contenedor__final{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.anthony{
    font-family: 'anthony_hunter';
    margin-bottom: 2rem;
}
.f4{
    font-size: 3rem;
}
.boton__confirmacion{
    font-size: 3rem;
}
.m5{
    margin: 5rem 0;
}
.camara{
    margin-top: 2rem;
}
.hashtag{
    font-size: 2.4rem;
}
.f25{
    font-size: 1.4rem;
}
.foto__final{
    margin-bottom: 6rem;
}
.mt-10{
    margin-top: 10rem;
}
.m4{
    margin: 0rem 0 8rem 0;
}