body {
    font-family: 'Poppins', sans-serif;
}

.hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('img/Evento.jpg') center/cover no-repeat;
    background-size: cover;
    background-position: center center;
}

.navbar.scrolled {
    background-color: #111 !important;
    transition: 0.3s;
}

.cta {
    background-color: #0d6efd;
}