.zeno {
    opacity: 0;
}

.bg-hero {
    background-image: url("/assets/img/demo/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-bg {
    background: #efefef;
}

.logoTitulo {
    width: 80px;
    height: auto;
}

@media (min-width: 50px) and (max-width: 798px) {
    .titulo{
        font-size: 40px;
    }

    .info {
        font-size: 12px;
    }
}

.fila {
    height: 300px;
}

html {
    scroll-behavior: smooth;
}