@font-face {
    font-family: "Adelle Sans";
    src: url("font/adelle-sans.otf") format("truetype");
}

body {
    font-family: "Adelle Sans";
    font-weight: 700;
    padding-top: 150px !important;
    padding-bottom: 120px !important;
}

.box {
    border-radius: 10px;
    padding: 2rem;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(207, 205, 207, 1);
    -moz-box-shadow: 1px 1px 5px 2px rgba(207, 205, 207, 1);
    box-shadow: 1px 1px 5px 2px rgba(207, 205, 207, 1);
}

.titulo-coluna--wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding-bottom: 2rem;
    color: #47738f;
    border-bottom: 1px solid #47738f;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.titulo-coluna--img {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    border: 1px solid #47738f;
    border-radius: 50%;
}

.titulo-coluna {
    font-size: 16pt;
}

.form-group label {
    margin-bottom: 8px;
}

.form-group input {
    padding: 16px 32px;
    background-color: #f1f7ff;
    border-radius: 25px;
    border: none;
}

.form-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5rem;
}

.form-control--text {
    padding: 16px 32px;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 0.5px solid var(--Primary-Blue-2, #47738f);
    width: 185px;
    color: #47738f !important;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    font-size: 15pt;
}

.form-control--range {
    width: 100%;
    height: 6px;
}

.percentual-contribuicao--titulo {
    color: var(--Gray-100, #2c343e);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.percentual-contribuicao--wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.percentual-checkbox--wrapper {
    display: flex;
    align-items: center;
}

.percentual-checkbox-input {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.valor-deposito-participante--wrapper {
    margin-top: 40px;
}

.taxas--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resultado-aposentadoria--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.resultado-aposentadoria {
    border-radius: 5px;
    border: 0.5px solid var(--Primary-Blue-2, #47738f);
    padding: 16px 32px;
    margin: 0px 16px 32px 16px;
    color: #47738f;
    font-size: 23pt;
}

.beneficio-projetado {
    display: flex;
    padding: 8px 64px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 5px;
    border: 1px solid #47738f;
}

.resultado-beneficio-projetado {
    padding: 12px 16px;
    border-radius: 5px;
    border: 0.5px solid #47738f;
}

.saldo-acumulado--tabela {
    display: flex;
    justify-content: space-between;
    margin: 32px 0px;
    border: 1px solid var(--Primary-Blue-2, #47738f);
    border-radius: 5px;
}

.saldo-acumulado--tabela-col {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}

.col-eqtprev {
    height: 311px;
    color: #fff;
    padding: 16px;
    flex: 0;
    background: #5890c1;
    box-shadow: -5px 5px 25px 0px rgba(28, 27, 37, 0.15);
}

.saldo-acumulado--tabela .header {
    color: #47738F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.col-eqtprev .header {
    color: #fff;
}

.row-resultado--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: var(--Primary-Blue-2, #47738f);
    margin: 32px 0px;
    padding: 8px 64px;
    border-radius: 5px;
    border: 1px solid var(--Primary-Blue-2, #47738f);
}

.row-resultado--wrapper h1 {
    color: var(--Gray-100, #2c343e);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.row-resultado--wrapper .resultado {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 0.5px solid #47738f;
}

.cta--wrapper {
    display: flex;
    padding: 8px 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 32px 0px;
    align-self: stretch;
}

.cta--wrapper h1 {
    color: #2c343e;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.cta--wrapper button {
    color: #fff;
    white-space: nowrap;
    height: 56px;
    padding: 16px 32px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #47738f;
}

/*Range Reset*/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    padding: 25px 0;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #8c95a1;
    border-radius: 0.5rem;
    height: 0.5rem;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -12px;
    background-color: #47738f;
    height: 2rem;
    width: 2rem;
    border-radius: 2rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
    border: 1px solid #8c95a1;
    outline: 3px solid #8c95a1;
    outline-offset: 0.125rem;
}

input[type="range"]::-moz-range-track {
    background-color: #8c95a1;
    border-radius: 0.5rem;
    height: 0.5rem;
}

input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 0;
    background-color: #47738f;
    height: 2rem;
    width: 2rem;
    border-radius: 2rem;
}

input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #8c95a1;
    outline: 3px solid #8c95a1;
    outline-offset: 0.125rem;
}

@media (max-width: 1200px) {
    .percentual-checkbox-input {
        width: 16px;
        height: 16px;
    }

    .saldo-acumulado--tabela-col {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        flex: 1;
    }

    .saldo-acumulado--tabela-col .header {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .box {
        padding: 2rem 1rem;
    }

    .percentual-checkbox-input {
        width: 24px;
        height: 24px;
    }

    .valor-deposito-participante--wrapper {
        margin-top: 0;;
    }

    .percentual-contribuicao--wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .percentual-checkbox--wrapper {
        width: 100%;
    }

    .saldo-acumulado--tabela-col {
        padding: 16px 3px !important;
    }

    .cta--wrapper h1 {
        font-size: 16px;
    }
}


@media(max-width: 400px) {
    .saldo-acumulado--tabela-col {
        font-size: 13px;
    }

    .cta--wrapper h1 {
        font-size: 14px;
    }

    .cta--wrapper button {
        font-size: 15px;
        padding: 8px 20px;
    }
}