/* Economia */
section.economia {
    padding: 90px 0;
}

body.page-template-page-funcionalidades section.economia {
    background: url(../img/bg-intro.jpg);
}

section.economia .title {
    text-align: center;   
    max-width: 810px;
    margin: auto;
    margin-bottom: 50px;
}

section.economia h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;   
    margin-bottom: 15px;
}

section.economia h2::after {
    content: '.';
    color: var(--verde);
}

section.economia .title p {
    line-height: 30px;
    color: #333;
}

section.economia .destaque {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

section.economia .destaque::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--verde);
    position: absolute;
    top: 50%;
    left: 0;
}

section.economia .destaque span {
    display: block;
    color: #fff;
    background: var(--verde);
    font-weight: bold;
    display: table;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}

section.economia img {
    display: block;
    margin: auto;
}
