/* Minification failed. Returning unminified contents.
(2,24): run-time error CSS1039: Token not allowed after unary operator: '-spacing-10'
(5,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(21,19): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(28,18): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(28,35): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(33,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-4'
(38,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-4'
(60,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-4'
(60,39): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(64,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(82,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(87,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(109,27): run-time error CSS1039: Token not allowed after unary operator: '-spacing-10'
 */
.gestao-despesas section {
    margin: 160px var(--spacing-10);
}
.gestao-despesas section p {
    margin-top: var(--spacing-2);
}

.section-hero {
    text-align: center;
    margin-top: 0 !important;
}
.section-hero h2 {
    text-align: start;
}
.section-hero p {
    text-align: center;
}

.section-send-by-email .link {
    text-align: right;
    padding: var(--spacing-2) 0;
}

.section-free p {
    text-align: center;
}
.section-free button {
    margin: var(--spacing-2) var(--spacing-1);
}

.section-send-by-email .button-wrapper,
.longer-on-left-side .button-wrapper {
    margin-top: var(--spacing-4);
    text-align: left;
}
.section-mobile-expense .button-wrapper,
.longer-on-right-side .button-wrapper {
    margin-top: var(--spacing-4);
    text-align: right;
}

section h2.title{
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 37px !important;
}


.section-mobile .left img {
    width: 150px;
    display: inline-block;
}

.section-mobile .right img {
    width: 430px;
}

@media only screen and (max-width: 1054px) {
    .gestao-despesas section {
        margin: var(--spacing-4) var(--spacing-2);
    }
    .gestao-despesas button {
        font-size: 14px !important;
        padding: var(--spacing-1) !important;
    }
    .section-multicurrency .right .padding-left {
        padding-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    .force-half-to-last {
        order: 1;
    }
    .longer-on-left-side,
    .longer-on-right-side,
    .divide-in-half {
        flex-direction: column;
    }
    .longer-on-left-side .left,
    .longer-on-right-side .left,
    .divide-in-half .left {
        padding: var(--spacing-2) 0 !important;
    }
    .longer-on-left-side .right,
    .longer-on-right-side .right,
    .divide-in-half .right {
        padding: var(--spacing-2) 0 !important;
    }
    .longer-on-left-side img, .longer-on-left-side .browser,
    .longer-on-right-side img, .longer-on-right-side .browser,
    .divide-in-half img, .divide-in-half .browser {
        max-width: 600px;
        margin: auto;
    }
    .longer-on-left-side .link,
    .longer-on-right-side .link,
    .divide-in-half .link {
        max-width: 600px;
        margin: 16px auto;
    }
    .longer-on-right-side .button-wrapper,
    .longer-on-left-side .button-wrapper,
    .divide-in-half .button-wrapper {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .gestao-despesas section {
        margin: 50px var(--spacing-10);
    }
    .section-free {
        margin-bottom: 70px !important;
    }
    
}
