
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Merriweather:wght@300&display=swap');

body {
    /* background-color: #f9f9f9; */
    background: linear-gradient(to bottom, #f9f9f9 100%, #f7f7f7 100%);
    min-height: 100vh;
    max-width: 441px;
    margin: 0 auto;
    font-size: .9rem;
    letter-spacing: .1rem;
    font-family: 'Merriweather', serif;
}



.body_page {
    background-image: linear-gradient(rgba(255,255,255, 0.75), rgba(255,255,255, 0.75)), url('../img/pattern_biberon.png');
}

/*.body_lista_asistentes {*/
/*    min-height: 100vh;*/
/*    display: flex;*/
/*    justify-content: center;*/
    /*opacity: 1;*/
/*}*/

/*.body_lista_asistentes::before {*/
/*    content:'';*/
/*    background-image: url('../img/pattern_biberon.png');*/
/*    position:absolute;*/
/*    top:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    left:0;*/
/*    opacity:0.20;*/
/*    background-attachment: fixed;*/
/*}*/

.elemento_lista {
    position:relative;
}


.confirmation_title {
    font-family: 'Dancing Script', cursive;
}

.text-suprim {
    line-height: .85rem;
}

.display3 {
    font-size: 3.5rem;
    line-height: 2.2rem;
}

.btn-liverpool {
    background-color: rgb(219, 21, 170);
    color: whitesmoke;
}

.btn-conf-asistencia {
    background-color: #5c644c;
    color: whitesmoke;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5c644c;
}

.upper-case {
    text-transform: uppercase;
}


.bb-header {
    background-image: url("../img/header_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

.bb-footer {
    background-image: url("../img/footer_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}