body{
    font-family: 'Segoe UI', sans-serif;
}

.hero{
    background:linear-gradient(
    135deg,
    #f7e8cf,
    #fff6e9);
    padding:80px 20px;
}

.flyer{
    width:100%;
    max-width:900px;
    height:auto;
    display:block;
    margin:auto;
}

@media (max-width:768px){

    .flyer-section{
        padding:0;
    }

    .flyer{
        max-width:100%;
        border-radius:0;
    }

}

.contador{
    background:#3d5c2d;
    color:white;
}

#countdown{
    font-size:2rem;
    font-weight:bold;
    margin-top:20px;
}

.cta{
    background:#f7e8cf;
}

.whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    width:70px;
    height:70px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:40px;
    z-index:9999;
    box-shadow:0 0 15px rgba(0,0,0,.3);
}

.whatsapp:hover{
    transform:scale(1.1);
}