  @import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/* body{
    position: relative;
} */

.bg_city{
    background-image: url('../img/navidad/bg_city.png');
    background-size:cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: none;
}

.fireworks{
    background: rgba(20, 41, 82, 0.40);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background-color: #142952; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_navidad {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_navidad p{
    font-size: 6em;
    color:#FFFFFF;
    font-family: 'Pinyon Script', cursive;
}

.text_navidad .text_y{
    font-size: 5em;
}

.text_navidad a{
    display: block;
    width: max-content;
    margin-top: 5em;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    background-color: #F0AB00;
    border-radius: 10px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    transition: font-size 0.3s ease-in-out;
}
.text_navidad a:hover{
   font-size: 20px;
}

@media (max-width:1680px) {
    .text_navidad p{
        font-size: 4em;
        color:#FFFFFF;
        font-family: 'Pinyon Script', cursive;
    }
    .text_navidad .text_y{
        font-size: 3em;
    }
    .text_navidad a{
        margin-top: 50px;
        font-size: 16px;
    }
    .text_navidad a:hover{
        font-size: 14px;
     }
     
    .content_buttton{
        padding-top: 50px;
    }
}

@media (max-width:1024) {
    .text_navidad p{
        font-size: 2em;
        color:#FFFFFF;
        font-family: 'Pinyon Script', cursive;
    }
    .text_navidad .text_y{
        font-size: 3em;
    }
    .text_navidad a{
        margin-top: 50px;
        font-size: 16px;
    }
    .text_navidad a:hover{
        font-size: 14px;
     }
     
    .content_buttton{
        padding-top: 50px;
    }
}

