#calculo,
#cadastroCurriculo {
    position: relative;
    background: #E5EDFC;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
}

#calculo {
    padding: 40px 20px;
    z-index: 1;
}

/* #formCalculo {
    display: none;
} */

#cadastroCurriculo {
    display: none;
    padding: 28px 30px 19px;
    width: 484px;
}

p#calculoHeading {
    font-size: 20px;
    color: #185ea1;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
}

#calculo #calculoHeading,
#cadastroCurriculo #cadastroCurriculoHeading {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
    color: #0d3878;
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
}

#calculo form {
    width: 100%;
    margin: 0 auto;
}

.calculoFormElement,
.cadastroCurriculoFormElement {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0.27px;
    font-weight: 400;
    text-align: left;
}

.calculoFormElement {
    margin: 0px 0px 20px;
}

.cadastroCurriculoFormElement {
    margin: 0 0 12px 0
}

.cadastroCurriculoFormElement label,
.calculoFormElement label {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: #424242;
}

.cadastroCurriculoFormElement label.medium,
.calculoFormElement label.medium {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.27px;
}

.calculoFormElement input.form-control,
#cadastroCurriculo input.form-control,
#cadastroCurriculo select {
    background: white;
    width: 100%;
}


/* Mobile */

@media (max-width: 499px) {

    #cadastroCurriculo #cadastroCurriculoHeading {
        text-align: left !important;
        margin: 24px 0 !important;
    }

    .calculoFormElement input.form-control,
    .calculoFormElement select.form-control,
    #cadastroCurriculo input.form-control {
        display: block !important;
        float: none !important;
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }

    .calculoFormElement .leftPadding {
        padding-left: 0 !important;
    }

    #content #cadastroCurriculo {
        padding-top: 25px;
        width: auto;
        margin-top: 0 !important;
    }

    #content #cadastroCurriculo .cadastroCurriculoFormElement {
        float: none !important;
        display: block;
    }

    #content #cadastroCurriculo .cadastroCurriculoFormElement #cadastroCurriculoTelefone {
        margin-top: 10px;
    }

    #content #cadastroCurriculo .cadastroCurriculoFormElement #cadastroCurriculoDDD {
        margin-right: 0;
    }

    #callToAction {
        margin-top: 16px;
    }

    #content #cadastroCurriculo .greenButton {
        font-size: 16px !important;
    }
}

@media (max-width: 809px) {}

.calculoFormElement .inheritWidth {
    width: fit-content;
}

.calculoFormElement .fullWidth {
    width: 100%;
    text-align: left;
}

.calculoFormElement .leftPadding {
    padding-left: 25%
}

.calculoFormElement .error {
    display: none;
    background: rgba(220,20,60,1);
    height: 30px;
    color: #FFF;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 8px;
    padding: 2px 0;
    font-weight: 700;
    width: 165px;
    text-align: center;
    box-sizing: border-box;
}

.calculoFormElement input.form-control,
.cadastroCurriculoFormElement input.form-control,
select.form-control {
    border-radius: 4px;
    border: 2px solid #999;
    height: 48px;
    padding: 8px 16px;
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    letter-spacing: 0.24px;
    box-sizing: border-box;
    margin-top: 8px;
}

select.form-control {
    box-shadow: 0px 2px 4px 0px rgba(47, 46, 46, 0.50);
    color: #000;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    width: 100%;
}

select.form-control option {
    background-color: transparent;
    padding: 16px 8px;
    width: 100%;
    box-sizing: border-box;
}

/* #tabelaInss,
#tabelaIrrf,
#motivoDemissao,
#anoReferencia {
    line-height: 32px;
    height: 32px;
    border: 0;
    color: #000;
    padding: 0 0 0 11px;
    font-size: 14px;
    font-family: Intro-Book;
    min-width: 142px;
    padding-left: 11px;
} */

.cadastroCurriculoFormElement input.form-control {
    width: 471px
}

.cadastroCurriculoFormElement #cadastroCurriculoDDD {
    width: 67px;
    margin: 0 14px 0 0
}

.cadastroCurriculoFormElement #cadastroCurriculoTelefone {
    width: 379px
}

.cadastroCurriculoFormElement #cadastroCurriculoEstado {
    width: 200px
}

.cadastroCurriculoFormElement #cadastroCurriculoCidade {
    width: 259px
}

#calculo #calcularBtn {
    width: 144px;
    height: 40px;
    border-radius: 9px;
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.24px;
    background-color: #1250C4;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    margin: 64px auto 0;
    transition: all .25s ease-in-out;
}

#calculo #calcularBtn[disabled] {
    opacity: 0.5;
    background-color: #1250C4;
    pointer-events: none;
}

#content.inss {
    padding-bottom: 77px
}

#content.fgts {
    padding-bottom: 97px
}

#content header h1 {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.72px;
    text-transform: none;
    margin-bottom: 24px;
}

#content header h1.large {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.72px;
}

#content header .subtitle {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    display: block;
    color: #0d3878;
    font-size: 28px !important;
    line-height: 30px !important;
    font-weight: bold;
    border-bottom: 2px Solid #ff6600;
    margin-bottom: 20px !important;
    text-align: left;
    margin-top: 20px !important;
}
#content header .subtitle2 {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    display: block;
    color: #0d3878;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
    text-align: left;
}

#content header .subtitle.small {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.27px;
}

#content header h2 {
    font-size: 24px;
    color: #424242;
    text-transform: inherit;
    margin-bottom: 20px;
}

#conteudo-complementar {
    margin-top: 24px;
}

#conteudo-complementar p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

#calculo.irrf .calculoFormElement label {
    width: 125px
}

#content.inss #calculo #calculoHeading,
#content.inss #cadastroCurriculo #cadastroCurriculoHeading {
    text-align: left !important;
    margin: 24px 0 !important;
}

#content.inss .calculoFormElement label {
    display: block !important;
    float: none !important;
    text-align: left !important;
    margin-bottom: 10px;
}

#content.inss .calculoFormElement input.form-control,
#content.inss .calculoFormElement select,
#content.inss #cadastroCurriculo input.form-control {
    display: block !important;
    float: none !important;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

#content.inss .calculoFormElement .leftPadding {
    padding-left: 0 !important;
}

#content.inss #cadastroCurriculoTelefone {
    margin-top: 10px;
}

#content.inss #cadastroCurriculoDDD {
    margin-right: 0;
}

#calculo.irrf form .calculoFormElement label {
    display: block !important;
    float: none !important;
    text-align: left !important;
    margin-bottom: 10px;
    width: auto !important;
}

#calculo.irrf form .calculoFormElement input.form-control,
#calculo.irrf form .calculoFormElement select {
    display: block !important;
    float: none !important;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

#calculo.irrf form .calculoFormElement .leftPadding {
    padding-left: 0 !important;
}

#aviso {
    width: 313px;
    margin: 20px auto;
}

#content #resultadoNegativo p {
    margin: 0;
    font-size: 20px;
}

#aliquota {
    margin: 0 5px 0 0
}

#detalhes table {
    width: 100%
}

#detalhes table th {
    font-family: 'Nunito Sans';
    font-size: 12px;
    text-transform: uppercase
}

#detalhes table td {
    font-family: 'Nunito Sans';
    font-size: 11px;
    color: #6f6f6f
}

#detalhes table tbody tr {
    text-align: left;
    line-height: 22px
}

#detalhes table tbody td {
    padding-left: 10px
}

.calculoFormElement label.rescisao {
    width: 225px
}

#content .rescisao .observacao {
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 325px;
    text-align: left
}


#imprimir {
    text-align: center;
    margin-top: 15px;
}

#imprimirBtn {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url('../img/impressora.png') no-repeat 0 0 transparent
}

#dataComparacaoErro,
#dataTerminoDeContratoErro {
    display: none;
    text-align: center;
    font-family: 'Nunito Sans';
    font-size: 14px;
    margin: 0 0 18px 0;
    color: red
}

#content {
    clear: none;
}

@media (max-width: 809px) {
    #content {
        padding: 0 0 11px !important;
    }
}

#content h2 {
    font-size: 20px;
    color: #185ea1;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
}

#content ul {
    padding: 0 0 0 15px
}

#content p,
#content ul li {
    margin: 0 0 23px 0
}

@media (max-width: 809px) {

    #content p,
    #content ul li {
        margin: 0 16px 23px;
        line-height: 1.5em;
    }

    #content figure {
        margin-left: 16px;
    }
}

#calculeSeguroDesemprego {
    max-width: 431px;
    background: url('../img/calculadora_com_sombra_2.png') no-repeat right bottom #37d2a2
}

#conhecaNossasCalculadoras {
    max-width: 482px;
    background: url('../img/calculadora_com_sombra_2.png') no-repeat right bottom #37d2a2
}

#calculeFgts {
    width: 269px;
    background: url('../img/calculadora_com_sombra_2.png') no-repeat right bottom #37d2a2
}

#content #calculeRescisao {
    width: 334px;
    margin-top: 53px;
    background: url('../img/calculadora_com_sombra_2.png') no-repeat right bottom #37d2a2
}

#content #calculeSeguroDesemprego {
    margin-top: 40px
}

#content .greenButton {
    margin: 0 auto 26px auto;
    font-size: 22px;
    padding: 15px 25px
}

.box .box-header {
    background-color: #E5EDFC;
    padding: 15px 24px;
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.42px;
    color: #0023A0;
}

.box .box-body {
    border: 1px solid #F2F2F2;
    border-top: 0;
    padding-left: 24px;
}

.box .box-body .box-item {
    padding: 25px 24px 25px 0;
    border-top: 1px solid #F2F2F2;
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.36px;
    color: #666;
}

.box .box-body .box-item.text ul li, 
.box .box-body .box-item.text p {
    color: #666;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.24px;
}

.box .box-body .box-item.grey {
    color: #666;
}

#content .box .box-body .box-item ul li {
    margin: 0;
}

.box .box-body .box-item ul li {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: #666;
    margin: 0;
}

.box .box-body .box-item:first-child {
    border-top: 0;
}

.resultado {
    display: none;
	margin-bottom: 40px;
}
.resultado > div {
    padding: 20px;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 40px;
}
#content .resultado #ez-toc-container {
    display: none;
}
#content .resultado .header {
    margin-bottom: 24px;
    margin: 0 0 20px !important;
    padding: 0;
    background-image: none;
}

#content .resultado .header button {
    background-color: #ff6600;
    display: flex;
    border: 0;
    font-family: "Breve Sans Text", sans-serif;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3px;
    gap: 8px;
    cursor: pointer;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
	transition: 0.5s ease;
}
#content .resultado .header button:hover {
    background-color: #ffbb00;
    color: #0d3878;
}

#content .resultado .body h2 {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: 54px;
    letter-spacing: 0.54px;
    color: #0d3878;
    text-transform: initial;
}

#content .resultado .body .title2 {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.36px;
    color: #0d3878;
    text-align: center;
    text-transform: none;
    margin: 24px 0;
}


#content .resultado .body .table.secondary {
    border: 2px solid #0d3878;
}

#content .resultado .body .table {
    font-family: "Source Sans Pro", sans-serif;
    color: #595959;
    border-spacing: 0;
}

#content .resultado .body .table thead tr th {
    text-transform: uppercase;
    color: #0d3878;
    font-weight: 700;
    border-right: 2px solid #0023A0;
    border-bottom: 2px solid #0023A0;
}

#content .resultado .body .table thead tr th:last-child {
    border-right: 0;
}

#content .resultado .body .table tbody tr td {
    padding: 8px 16px;
    font-size: 18px;
    border-bottom: 2px solid #0023A0;
    border-right: 2px solid #0023A0;
}

#content .resultado .body .table tbody tr td.text {
    border: 0;
}

#content .resultado .body .table tbody tr td.text p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

#content .resultado .body .table tbody tr td:last-child {
    border-right: 0;
}

.banner-candidato {
    background: #1250C4 url("../img/banner-vector-candidato.svg") center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    border-radius: 24px;
    padding: 32px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    max-width: 720px;
    margin: 40px auto 40px;
}

.banner-candidato .title {
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    text-align: center;
    flex: 1;
    letter-spacing: 0.24px;
    color: #f2f2f2;
    display: block;
}

.banner-candidato button {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #DE0059;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Breve Sans Text","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.24px;
}

.group-checkbox label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
}

.group-checkbox label a {
    color: #000;
}

.group-checkbox span {
    display: block;
}

.group-checkbox label .control-checkbox {
    position: relative;
    width: 65px;
    height: 25px;
    top: 5px;
}

.group-checkbox label .control-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.group-checkbox label .control-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid #0023A0;
}

.group-checkbox input:checked~.checkmark {
    background-color: #0023A0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.group-checkbox input:checked~.checkmark:after {
    display: block;
}

.group-checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.group-radio {
    display: flex;
    column-gap: 20px;
    row-gap: 4px;
    flex-wrap: wrap;
}

.group-radio.row {
    flex-direction: row;
	margin: 0px !important;
}
.group-radio.column {
    flex-direction: column;
	margin: 0px !important;
}

.group-radio label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.group-radio.column label,
.group-radio.row label {
    align-items: flex-start;
    justify-content: flex-start;
}

.group-radio input {
    margin: 0;
}

.group-radio.column label input,
.group-radio.row label input {
    margin-top: 6px;
}

.group-radio.middle label {
    align-items: center;
}


.group-radio.column.middle label input,
.group-radio.column.row label input {
    margin: 0;
}




.group-text {
    display: flex;
    column-gap: 20px;
    row-gap: 4px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.group-text.row {
    flex-direction: row;
}

.group-text .calculoFormElement {
	width: 30%;
	min-width: 230px;
	margin-bottom: 0px;
}