body {
    font-family: 'Ubuntu', sans-serif;
}

.bg-body {
    background-color: #e3e4e5;
}

.btn-enviar {
    background-color: #000;
    color: white;
}


.card-beneficio {
    min-height: auto;
}

@media (min-width: 768px) {
    .card-beneficio {
        min-height: 200px;
    }
}

@media (min-width: 1024px) {
    .card-beneficio {
        min-height: 160px;
    }
}

section.flexible-area {
    background: url(../img/back-abstract.png);
    background-size: 100% 100%;
}


.txt-chamada {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 768px) {
    body {
        font-size: 1.0125rem;
    }
    .txt-chamada {
        font-size: 55px;
    }

    h5, h6 {
        font-size: 1.250rem;
    }

    h3 {
        font-size: 2.1125rem;
    }
}
