html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0
}

img,
svg {
    display: block
}

.hidden {
    display: none !important
}

.svg {
    display: block
}

.svg svg {
    display: block;
    position: relative
}

.svg--width svg {
    width: 100%
}

.svg--height svg {
    height: 100%
}

.wrapper {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 20px;
        width: 100%
    }
}

.topo-cinza {
    display: flex;
    padding: 28px 0 28px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #192a6b
}

@media screen and (max-width: 768px) {
    .topo-cinza div img {
        width: 100%
    }
}

.section-hero-calculadora {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center
}

.section-hero-calculadora__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.section-hero-calculadora__texts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 800px
}

.section-hero-calculadora__title {
    position: relative;
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%
}

.section-hero-calculadora__title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 420px;
    height: 2px;
    background-color: #a86017
}

@media screen and (max-width: 768px) {
    .section-hero-calculadora__title {
        font-size: 28px
    }
}

.section-hero-calculadora__description {
    position: relative;
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%
}

@media screen and (max-width: 768px) {
    .section-hero-calculadora__description {
        font-size: 20px
    }
}

.section-hero-calculadora__actions {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px
}

.section-hero-calculadora__actions__top {
    position: relative;
    display: flex;
    gap: 20px
}

.section-hero-calculadora__actions__bottom {
    position: relative;
    display: flex;
    gap: 20px
}

.section-hero-calculadora__actions-btn {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 8px 16px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #232f44;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    transition: all .3s ease
}

.section-hero-calculadora__actions-btn:hover {
    background-color: #666
}

@media screen and (max-width: 768px) {
    .section-hero-calculadora__actions-btn {
        width: auto;
        font-size: 12px
    }
}

.section__calculadora-sobre__container {
    display: flex;
    padding: 40px 20px 64px 20px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.section__calculadora-sobre__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.section__calculadora-sobre__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0
}

.section__calculadora-sobre__title__text {
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.34px;
    text-transform: uppercase
}

.section__calculadora-sobre__title__text:last-child {
    letter-spacing: 5.23px
}

.section__calculadora-sobre__title__number {
    color: #ff8901;
    text-align: center;
    font-family: "Open Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 9.1px;
    text-transform: uppercase;
    height: 64px;
    align-self: stretch
}

.section__calculadora-sobre__description {
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0
}

.section__calculadora-sobre__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%
}

.calculadore-sobre__content-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.calculadore-sobre__content-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center
}

.sobre-calculadora-footer__text-alt {
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0
}

.sobre-calculadora-footer__btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    transition: background .3s
}

.sobre-calculadora-footer__btn:hover {
    background: #e67a00
}

@media screen and (max-width: 768px) {
    .section__calculadora-sobre__container {
        padding: 40px 0 64px 0
    }

    .section__calculadora-sobre__title {
        gap: 0
    }

    .section__calculadora-sobre__title__text {
        font-size: 16px
    }

    .section__calculadora-sobre__title__number {
        font-size: 25px
    }

    .section__calculadora-sobre__title__text:last-child {
        letter-spacing: 0
    }

    .sobre-calculadora-footer__btn {
        font-size: 12px;
        font-weight: 500
    }
}

.section-diagnostico-calculadora {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(86deg, #232F44 65.67%, #232F44 87.38%);
    min-height: 440px
}

.section-diagnostico-calculadora img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: .8;
    mix-blend-mode: overlay
}

.section__content-diagnostico {
    display: flex;
    padding: 40px 0 56px 0;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    align-self: stretch
}

.section__content-diagnostico__title {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0
}

.section__content-diagnostico__container {
    display: flex;
    flex-direction: row;
    gap: 44px;
    align-items: flex-start;
    justify-content: center;
    width: 100%
}

.section__content-diagnostico__container-left,
.section__content-diagnostico__container-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.eficiencia-energetica-box__top {
    display: flex;
    padding: 16px 44px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 3px solid #00ab72
}

.eficiencia-energetica-box__top__title {
    color: #00ba7c;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0
}

.eficiencia-energetica-box__bottom {
    display: flex;
    height: 282px;
    padding: 20px 36px 32px 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 3px solid #00ab72
}

.eficiencia-energetica-box__bottom__text {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-align: center
}

.eficiencia-energetica-box__bottom ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

.eficiencia-energetica-box__bottom__btn {
    display: flex;
    height: 48px;
    padding: 0 16px 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .3s
}

.eficiencia-energetica-box__bottom__btn:hover {
    background: #e67a00
}

.manufatura-enxuta-box__top {
    display: flex;
    padding: 16px 44px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 3px solid #ffed8a
}

.manufatura-enxuta-box__top__title {
    color: #ffed8a;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0
}

.manufatura-enxuta-box__bottom {
    display: flex;
    height: 282px;
    padding: 20px 36px 32px 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    align-self: stretch;
    border-radius: 8px;
    border: 3px solid #ffed8a
}

.manufatura-enxuta-box__bottom__text {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-align: center
}

.manufatura-enxuta-box__bottom ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

.manufatura-enxuta-box__bottom__btn {
    display: flex;
    height: 48px;
    padding: 0 16px 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .3s
}

.manufatura-enxuta-box__bottom__btn:hover {
    background: #e67a00
}

@media screen and (max-width: 768px) {
    .section__content-diagnostico__title {
        font-size: 18px
    }

    .section__content-diagnostico__container {
        flex-direction: column
    }

    .eficiencia-energetica-box__top__title,
    .manufatura-enxuta-box__top__title {
        font-size: 18px
    }

    .eficiencia-energetica-box__bottom,
    .manufatura-enxuta-box__bottom {
        height: auto
    }
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.modal-ee {
    position: relative;
    width: 100%;
    max-width: 880px;
    height: 520px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .4);
    background: #fff
}

.modal-ee__close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 10;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color .2s
}

.modal-ee__close:hover {
    color: #ff9500
}

.modal-ee__screen {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.modal-ee__screen--welcome {
    position: relative;
    background: #232f44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    gap: 64px;
    min-height: 320px;
    overflow: hidden
}

.modal-ee__icone-fundo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    opacity: .5;
    object-fit: cover
}

.modal-ee__welcome-title {
    color: #00ba7c;
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.modal-ee__btn-start {
    display: flex;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .3s
}

.modal-ee__btn-start:hover {
    background: #e67a00
}

.modal-ee__screen--quiz {
    background: #fff;
    overflow: hidden
}

.modal-ee__quiz-inner {
    padding: 36px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.modal-ee__qnum {
    color: #717b8e;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 120%
}

.modal-ee__bar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.modal-ee__bar-fill {
    height: 4px;
    background: #ff9500;
    border-radius: 2px;
    width: 0;
    transition: width .4s ease;
    max-width: 189px;
    margin: 0 auto
}

.modal-ee__qtext {
    color: #48536c;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0
}

.modal-ee__options {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 480px
}

.modal-ee__option {
    display: flex;
    padding: 8px 20px 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 9999px;
    border: 1px solid #ff9500;
    background: hsla(0, 0%, 100%, 0);
    cursor: pointer;
    transition: background .2s, border-color .2s
}

.modal-ee__option:hover {
    background: rgba(255, 149, 0, .06)
}

.modal-ee__option.selected {
    background: rgba(255, 149, 0, .14);
    border-color: #ff9500;
    border-width: 2px
}

.modal-ee__option-letter {
    color: #00ba7c;
    text-align: center;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    flex-shrink: 0;
    width: 32px
}

.modal-ee__option-text {
    color: #333f5b;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.modal-ee__btn-back {
    display: flex;
    width: 160px;
    height: 48px;
    max-width: 160px;
    padding: 0 20px 0 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #ff2c37;
    background: #fff0f3;
    color: #ff2c37;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.modal-ee__btn-back:hover {
    color: #192a6b
}

.modal-ee__screen--result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal-ee__result-inner {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 640px
}

.modal-ee__result-header {
    position: relative;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 32px 0
}

.modal-ee__result-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 64px;
    height: 4px;
    background: #fff
}

.modal-ee__result-title {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 16px 0;
    line-height: 1.2
}

.modal-ee__result-cta {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 32px 0
}

.modal-ee__result-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.modal-ee__btn-action {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: all .3s;
    text-decoration: none
}

.modal-ee__btn-specialist {
    background: #ff8901;
    color: #192a6b
}

.modal-ee__btn-specialist:hover {
    background: #e67a00
}

.modal-ee__screen--result.result--low {
    background: #009865
}

.modal-ee__screen--result.result--low .modal-ee__result-header {
    color: #fff
}

.modal-ee__screen--result.result--low .modal-ee__result-header::after {
    background: #ff9500
}

.modal-ee__screen--result.result--low .modal-ee__result-title,
.modal-ee__screen--result.result--low .modal-ee__result-cta {
    color: #fff
}

.modal-ee__screen--result.result--low .title-highlight {
    color: #80debf;
    font-weight: 900
}

.modal-ee__screen--result.result--low .modal-ee__btn-report {
    background: #80debf;
    color: #064
}

.modal-ee__screen--result.result--low .modal-ee__btn-report:hover {
    background: #6bceae
}

.modal-ee__screen--result.result--low .modal-ee__btn-restart {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #ffd6e0
}

.modal-ee__screen--result.result--low .modal-ee__btn-restart:hover {
    background: hsla(0, 0%, 100%, .1)
}

.modal-ee__screen--result.result--mid {
    background: #fff3ad
}

.modal-ee__screen--result.result--mid .modal-ee__result-header {
    color: #192a6b
}

.modal-ee__screen--result.result--mid .modal-ee__result-header::after {
    background: #ff9500
}

.modal-ee__screen--result.result--mid .modal-ee__result-title,
.modal-ee__screen--result.result--mid .modal-ee__result-cta {
    color: #192a6b
}

.modal-ee__screen--result.result--mid .title-highlight {
    color: #f0a400;
    font-weight: 900
}

.modal-ee__screen--result.result--mid .modal-ee__btn-report {
    background: #f5af00;
    color: #fff
}

.modal-ee__screen--result.result--mid .modal-ee__btn-report:hover {
    background: #d99b00
}

.modal-ee__screen--result.result--mid .modal-ee__btn-restart {
    background: rgba(0, 0, 0, 0);
    color: #192a6b;
    border: 1px solid #192a6b
}

.modal-ee__screen--result.result--mid .modal-ee__btn-restart:hover {
    background: rgba(25, 42, 107, .1)
}

.modal-ee__screen--result.result--high {
    background: #ed6c74
}

.modal-ee__screen--result.result--high .modal-ee__result-header {
    color: #fff
}

.modal-ee__screen--result.result--high .modal-ee__result-header::after {
    background: #fff
}

.modal-ee__screen--result.result--high .modal-ee__result-title,
.modal-ee__screen--result.result--high .modal-ee__result-cta {
    color: #fff
}

.modal-ee__screen--result.result--high .modal-ee__result-title {
    color: #c3001b;
    text-align: center
}

.modal-ee__screen--result.result--high .title-highlight--red {
    font-weight: 900
}

.modal-ee__screen--result.result--high .modal-ee__btn-report {
    background: #c3001b;
    color: #fff9cc
}

.modal-ee__screen--result.result--high .modal-ee__btn-report:hover {
    background: #a80017
}

.modal-ee__screen--result.result--high .modal-ee__btn-specialist {
    background: #fff;
    color: #192a6b
}

.modal-ee__screen--result.result--high .modal-ee__btn-specialist:hover {
    background: #f0f0f0
}

.modal-ee__screen--result.result--high .modal-ee__btn-restart {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #ffd6e0
}

.modal-ee__screen--result.result--high .modal-ee__btn-restart:hover {
    background: hsla(0, 0%, 100%, .1)
}

.calculadora-form {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.calculadora-header {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.calculadora-header h3 {
    position: relative;
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.calculadora-header h3::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background: #ff9500
}

.calculadora-header p {
    margin: 0;
    color: #48536c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.calculadora-form-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.calculadora-group-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.calculadora-group-input label {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.calculadora-group-input input {
    display: flex;
    padding: 12px 12px 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #b0b6c1;
    background: rgba(0, 0, 0, 0)
}

.btn-calculadora-form {
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff9500;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    border: none
}

.passos-calculadora {
    display: flex;
    padding: 40px 0 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.passos-calculadora__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.passos-calculadora__container p {
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.passos-calculadora__container ul {
    margin: 0;
    padding-left: 20px
}

.passos-calculadora__container ul li {
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.passos-calculadora__container__left {
    display: flex;
    flex-direction: column;
    gap: 36px;
    flex: 1
}

.passos-calculadora__container__left-header {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.passos-calculadora__container__left-header p {
    max-width: 600px
}

.passos-calculadora__container__left-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.passos-calculadora__container__left__title {
    margin: 0;
    color: #ff8901;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

.passos-calculadora__container__left-bottom__title {
    margin: 0;
    color: #ff8901;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-transform: uppercase
}

.passos-calculadores__container__left-bottom__cards {
    display: flex;
    align-items: stretch;
    gap: 12px
}

.passos-calculadora__card {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #ff9500;
    background: #fff1db;
    flex: 1 1 180px
}

.passos-calculadora__card__icon {
    width: 40px;
    height: 40px
}

.passos-calculadora__card-title {
    margin: 0;
    color: #ff9500;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.passos-calculadora__card-description {
    margin: 0;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.passos-calculadora-left__btn {
    display: flex;
    width: fit-content;
    min-height: 48px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none
}

.passos-calculadora__container__right {
    display: flex;
    justify-content: center
}

.passos-calculadora__container__right img {
    display: block;
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 992px) {
    .passos-calculadora__container {
        gap: 24px
    }

    .passos-calculadora__container__left__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 768px) {
    .passos-calculadora {
        padding: 32px 0 40px
    }

    .passos-calculadora__container {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px
    }

    .passos-calculadora__container__left {
        width: 100%;
        gap: 28px
    }

    .passos-calculadora__container__left-header {
        gap: 16px
    }

    .passos-calculadora__container__left-header p {
        max-width: 100%;
        font-size: 15px;
        line-height: 24px
    }

    .passos-calculadora__container__left__title {
        font-size: 20px;
        line-height: 26px;
        max-width: 100%
    }

    .passos-calculadora__container__left-bottom__title {
        font-size: 16px;
        line-height: 24px
    }

    .passos-calculadores__container__left-bottom__cards {
        flex-direction: column;
        width: 100%
    }

    .passos-calculadora__card {
        padding: 18px 14px
    }

    .passos-calculadora__card-title {
        font-size: 15px;
        line-height: 20px
    }

    .passos-calculadora__card-description {
        font-size: 14px;
        line-height: 20px
    }

    .passos-calculadora-left__btn {
        min-height: 48px;
        margin: 0 auto
    }

    .passos-calculadora__container__right {
        width: 100%
    }

    .passos-calculadora__container__right img {
        display: none
    }

    .passos-calculadora__container ul li {
        font-size: 15px;
        line-height: 22px
    }
}

.content-subsidio__cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 82px
}

.subsidio__card {
    position: relative;
    display: flex;
    padding: 40px 64px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    border: 3px solid #ffb54c
}

.subsidio__card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -41px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 150px;
    background: #fff
}

.subsidio-card__title {
    margin: 0;
    color: #ffb54c;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}

.subsidio-card__text {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}

.subsidio-section__bottom {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.subsidio-bottom__title {
    margin: 0;
    color: #ff9500;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

.subsidio-bottom__text {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.subsidio-btn {
    display: flex;
    width: 237px;
    height: 48px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #ff8901;
    color: #192a6b;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .content-subsidio__cards {
        flex-direction: column;
        gap: 32px
    }
}

.section-realizacao {
    display: flex;
    padding: var(--spacing-small-2xl, 36px) 0 var(--spacing-large-2xs, 48px) 0;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    align-self: stretch
}

.realizacao-header h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #ff8901;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

.realizacao-header h3::before,
.realizacao-header h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #192a6b
}

.realizacao-container {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.realizacao-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px
}

.realizacao-logo-parceiro img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .realizacao-logos {
        flex-direction: column
    }

    .modal-ee {
        height: 600px
    }

    .modal-ee__welcome-title {
        font-size: 28px
    }

    .modal-ee__btn-start {
        font-size: 14px
    }

    .modal-ee__qtext {
        font-size: 14px
    }

    .modal-ee__quiz-inner {
        padding: 36px 20px 32px 20px
    }

    .modal-ee__result-inner {
        padding: 36px 20px
    }

    .modal-ee__option-text {
        font-size: 12px
    }

    .modal-ee__btn-action {
        width: 100%
    }

    .modal-ee__close {
        top: 0;
        right: 5px
    }

    .modal-ee__screen--result {
        display: block
    }
}



.calculadora-input,
.calculadora-group-input input,
.calculadora-group-input select,
.calculadora-group-input textarea {
  display: flex;
  width: 100%;
  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #B0B6C1;
  background: transparent;
  box-sizing: border-box;
  color: #48536C;
  font-family: "Open Sans";
  font-size: 14px;
}

.calculadora-group-input textarea {
  min-height: 120px;
  resize: vertical;
}

.calculadora-group-input label {
  color: #48536C;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.openTerm--inline {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  color: #192A6B;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.textLGPD.hidden {
  display: none;
}

.calculadora-success-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #EAF7EA;
  border: 1px solid #7AB97A;
  color: #1F5F2C;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 140%;
}

.campoErro {
  display: block;
  margin-top: 4px;
  color: #e53531;
  font-size: 12px;
  font-style: italic;
}

.gestaoErro {
  border-color: #e53531 !important;
}

#modal-ee-form .textLGPD {
  display: none;
}

#modal-ee-form .textLGPD.active {
  display: flex;
}

.openTerm--inline {
  background: none;
  border: none;
  padding: 0;
  margin-left: 4px;
  color: #192A6B;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.calculadora-success-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #EAF7EA;
  border: 1px solid #7AB97A;
  color: #1F5F2C;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 140%;
}

.hidden {
  display: none !important;
}
.calculadora-group-input[data-input="Data"]{
    display: none;
}


.agenda-content-term {
  position: relative;
  margin-top: 24px;
}

.checkLGPD {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.checkLGPD input[type="checkbox"] {
  float: none !important;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #192A6B;
  cursor: pointer;
}

.agenda-terms-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1F2937;
}

.color-red {
  color: #FF2C37;
  font-weight: 700;
}

.openTerm--inline,
.openTerm {
  padding: 0;
  border: 0;
  background: transparent;
  color: #192A6B;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.openTerm--inline:hover,
.openTerm:hover {
  opacity: 0.85;
}

.textLGPD {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.45);
}

.textLGPD.active {
  display: flex;
}

.textLGPD .txt {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 24px;
  border: 1px solid #D9E1EC;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(25, 42, 107, 0.16);
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.textLGPD .txt a {
  color: #192A6B;
  font-weight: 600;
  text-decoration: underline;
}

.fechar-termo {
  display: inline-flex;
  margin-bottom: 16px;
  color: #192A6B;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

#msgLgpd-pre-inscricao {
  margin: 8px 0 0;
  font-size: 13px;
  color: #FF2C37;
}

@media (max-width: 768px) {
  .textLGPD {
    padding: 16px;
  }

  .textLGPD .txt {
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
  }
}