
/* Fuentes*/
@font-face {
    font-family: cristine_britton;
    src: url(fonts/cristine_britton.ttf) format("truetype");
}

@font-face {
    font-family: winter_prime;
    src: url(fonts/winter_prime/Winter\ Prime.ttf) format("truetype"),
    url(fonts/winter_prime/Winter\ Prime.otf) format(otf);
}

@font-face {
    font-family: garet;
    src: url(fonts/garet/Garet-Book.otf) format("otf"),
    url(fonts/garet/Garet-Book.ttf) format("truetype"),
    url(fonts/garet/Garet-Book.woff) format("woff"),
    url(fonts/garet/Garet-Book.woff2) format("woff2");
}

.cristine_britton {
    font-family: cristine_britton;
}

.winter_prime {
    font-family: winter_prime;
}

.garet {
    font-family: garet;
}


/* Estilo general */
body {
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 0;
    background-color: #f8f5f0;
    color: #4b3c3c;
}

header {
    text-align: center;
    color: #ffffff;
    padding: 50px 20px;
    background-image: url('header-bg.jpg'); /* Imagen para el efecto parallax */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #b29dd9;
}

.divContent {
    top: 1rem;
    position: fixed;
}

#divInvitado{
    color: #9a6864;
}

#divInvitado .label{
    font-size: 0.7em;
    margin: 0 0 0 0;
}

#divInvitado .guest-name{
    font-size: 1.5em;
    margin: 0 0 0 0;
}

/* Estilos de cuenta regresiva */
.countdown-section {
    text-align: center;
}

.date-container h1 {
    font-size: 1.75em;
    font-weight: bold;
    color: #364022;
    margin-top: 0.4em;
    margin-bottom: 0px;
}

.date-container h4 {
    font-size: 0.7em;
    color: #6F7A51;
    margin: 0;
}

#dueDate {
    background-color: rgb(212, 216, 191, 0.15);
    color: #FFF;
    border-radius: 10px;
    width: 305px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position:fixed;
    font-size: 1.5em;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: fixed;
}

.countdown-box {
    background-color: rgb(212, 216, 191, 0.15);
    color: #FFF;
    border-radius: 10px;
    width: 35px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.countdown-box h3 {
    font-size: 2em;
    margin: 0;
}

.countdown-box p {
    font-size: 0.9em;
    margin: 5px 0 0;
}

.parents {
    margin-top: 6%;
    font-size: 1.2em;
    color: #364022;
    text-align: center;
}

.parents p{
    margin-top: 2px;
    margin-bottom: 2px;
}

.place {
    font-size: 1em;
    color: #FFF;
    text-align: center;
}

.place p{
    margin: 0.5em 0;
}

.cuentas{
    text-align:center;
    font-size: 1em;
    column-count: 1;
    margin: 0.5em 0;
}

.cuentas p{
    margin: 0.5em 0;
}

#information-container {
    display: flex;
    justify-content: center;
    gap: 0px;
    position: fixed;
    column-count: 2;
}

.information-box {
    background-color: rgb(212, 216, 191, 0.15);
    color: #FFF;
    border-radius: 10px;
    width: 160px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.confirmacion {
    position: fixed;
    background-color: rgb(256, 256, 256, 0.25);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
    font-size: 1.2em;
    color: #364022;
    text-align: center;
}

.confirmacion p{
    margin-block-start: 0.7em !important;
    margin-block-end: 0.7em !important;
}