@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body h1, h2, h3, h5, h6, a{
font-family: 'Poppins', sans-serif !important;
}

.header-main .logo {
    max-height: 90px;
}

.vantagens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modulos {
    width: 240px;
    margin: 20px;
    text-align: center;
    background: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
}

.modulos .img-fluid {
    width: 150px;
}

#section-html-modulo_2 {
    background: url(/arquivos/img-modulo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-html-modulo_2 h2 {
    color: #fff !important;
}

.botao a {
    background: #3e3f95;
    color: #fff;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
}

.texto {
    margin-bottom: 30px;
}

.contato {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#section-html-modulo_3 {
    background: linear-gradient(45deg, #3e3f95, transparent);
}

.texto h3 {
    color: #fff;
}

.botao a:hover {
    color: #3e3f95 !important;
    background: #ffffff;
}

ul.navbar-nav a.main-menu:hover {
    color: #bebfff !important;
}

ul.navbar-nav > li.active > a.main-menu, ul.navbar-nav > li:hover > a.main-menu {
    color: #bebfff;
}

.btn-main, .btn-main {
    background-color: #3e3f95;
}

.button:hover {
    color: #3e3f95 !important;
}

.btn-mais {
    color: #3e3f95;
}

.who-alt .who-content:before {
    background-color: #3e3f95;
}

section.who-alt.who-alt-banner {
    background-color: #3e3f95;
}

section#section-empresa span {
    color: #fff !important;
}

.btn {
    color: #fff;
}

footer .bg-newsletter {
    border: 2px solid #3e3f95;
}

footer .bg-newsletter:hover {
    background: #3e3f95;
    color: #fff;
}

.finance-item a:hover {
    color: #3e3f95 !important;
}