.et_pb_section .et_pb_row:not(:first-of-type) {
    border-top: solid 1px rgba(0,0,0,.1);
    padding-top: 1.5em;
    padding-bottom: 1.75em;
    padding-left: 5px;
    padding-right: 5px;
}

.et_pb_section .et_pb_row:first-of-type {
    padding-top: 0;
}
.et_pb_section .et_pb_row:not(:first-of-type) {
 
}

.et_pb_section .et_pb_row .et_pb_column:last-of-type {
    margin-bottom: 0
}

.et_pb_section .et_pb_row .et_pb_column {
    


}

.et_pb_section .et_pb_row h4 {
    font-size: 1.25rem;
    line-height: 1.25em;
    margin-bottom: .75em;
}




















.caldera-blk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#main-content.ergocare,
.post-password-required {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    overflow-x: hidden;
}

.post-password-required h1 {
    font-size: 1.875em;
}

.post-password-required .et_pb_row {    
    max-width: 680px;
}

.et_password_protected_form.custom {
    min-height: 0;
    width: 100%;
}

.post-password-required .mscreen {
    min-height: 15vw;
}

.post-password-required .mscreen,
.et_password_protected_form.custom .pass-group-wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
}

.et_password_protected_form.custom .pass-group:nth-child(1) {
    flex-grow: 1;
}

.et_password_protected_form.custom input {
    float: none;
    width: 100%;
    font-size: 1em;
    height: 50px;
    margin: 0;
}

.et_password_protected_form.custom input[type=password],
.et_password_protected_form.custom input[type="submit"] {
    padding: 0;
    border: solid 1px #00a6bc;
}

.et_password_protected_form.custom input[type=password] {
    padding: 0 .8em;
    border-right: none;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.et_password_protected_form.custom input[type=password]:focus {
    background-color: rgba(0,166,188,.1);
}

.et_password_protected_form.custom input[type="submit"] {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #00a6bc;
    color: #00a6bc;
    padding: 0 1.3em;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.et_password_protected_form.custom input[type="submit"]:hover,
.et_password_protected_form.custom input[type="submit"]:focus {
    background-color: #00a6bc;
    color: #FFF;
}


#main-content.ergocare ul {
    padding: 0;
}

@media all and (max-width: 768px) {
    #main-content.ergocare,
    .post-password-required {
        font-size: 14.5px
    };
}

.et_pb_section_parallax, 
.et_pb_slider_parallax {
    overflow: unset;
}

#ergocare-form > p {
    display: none;
}

#ergocare-form .caldera-grid label {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 7px;
}

#ergocare-form .caldera-grid .form-group:not(.has-error) label {
    color: #202124;
}

#ergocare-form .caldera-grid input, 
#ergocare-form .caldera-grid select,
#ergocare-form .caldera-grid textarea,
#ergocare-form .caldera-grid button,
#ergocare-form .caldera-grid input:focus, 
#ergocare-form .caldera-grid select:focus,
#ergocare-form .caldera-grid textarea:focus
#ergocare-form .caldera-grid button:focus {
	outline: none;
	outline-offset: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#ergocare-form .caldera-grid .form-control {
	height: unset;
}

#ergocare-form .caldera-grid .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#ergocare-form .caldera-grid input.form-control:focus,
#ergocare-form .caldera-grid select.form-control:focus,
#ergocare-form .caldera-grid textarea.form-control:focus {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1) !important;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1) !important;
}

#ergocare-form .caldera-grid input.form-control,
#ergocare-form .caldera-grid select.form-control,
#ergocare-form .caldera-grid textarea.form-control {
	font-size: 0.875em;
	padding: .75em;
	border-radius: 3px;
}

#ergocare-form .caldera-grid input[type=submit] {
    color: #FFF !important;
    background-color: #00a6bc !important;
    border-color: #00a6bc !important;
}

#ergocare-form .caldera-grid input[type=submit]:hover,
#ergocare-form .caldera-grid input[type=submit]:focus {
    background-color: #bbda8b !important;
    border-color: #bbda8b !important;
}

.caldera-grid .form-group {
    margin-bottom: 20px;
}

#ergocare-form .caldera-grid [type=checkbox], 
#ergocare-form .caldera-grid [type=radio] {
    padding: 0;
}

#ergocare-form .caldera-grid .checkbox label, 
#ergocare-form .caldera-grid .radio label {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1.4em;
    color: #45474d;
}

#ergocare-form .caldera-grid .help-block {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 0;
}

#ergocare-form .caldera-grid .parsley-errors-list {
    font-size: 13px;
    line-height: 1.em;
    color: #dd4b39;
    margin: 0;
    margin-bottom: -5px;
}

#ergocare-form .caldera-grid .parsley-errors-list li {
    margin-top: 5px;
}

#ergocare-form .caldera-grid .form-group.lista.has-error .help-block {
    margin-top: 0;
}

#ergocare-form .caldera-grid .form-group.lista .control-label {
    display: block;
}

#ergocare-form .caldera-grid .form-group.lista > div:not(.checkbox),
#ergocare-form .caldera-grid .form-group.lista > div:not(.radio) {
    display: inline-block;
}

#ergocare-form .caldera-grid .form-group.condicao-lista {
    margin-top: -20px;
}

#ergocare-form .caldera-grid .checkbox input,
#ergocare-form .caldera-grid .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#ergocare-form .caldera-grid .checkbox,
#ergocare-form .caldera-grid .radio {
    font-size: 0.875em;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 7px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ergocare-form .caldera-grid .checkbox+.checkbox, 
#ergocare-form .caldera-grid .radio+.radio {
    margin-top: 0;
}

#ergocare-form .caldera-grid .checkmark,
#ergocare-form .caldera-grid .radiomark {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;    
}

#ergocare-form .caldera-grid .checkmark:after,
#ergocare-form .caldera-grid .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

#ergocare-form .caldera-grid .radiomark {
    border-radius: 50%;
}

#ergocare-form .caldera-grid .checkbox:hover input ~ .checkmark,
#ergocare-form .caldera-grid .radio:hover input ~ .radiomark,
#ergocare-form .caldera-grid .checkbox input:focus ~ .checkmark,
#ergocare-form .caldera-grid .radio input:focus ~ .radiomark {
    background-color: #ccc;
}

#ergocare-form .caldera-grid .checkbox input:checked ~ .checkmark,
#ergocare-form .caldera-grid .radio input:checked ~ .radiomark {
    background-color: #00a6bc;
}

#ergocare-form .caldera-grid .bt:hover, 
#ergocare-form .caldera-grid .btn:hover,
#ergocare-form .caldera-grid .bt:focus, 
#ergocare-form .caldera-grid .btn:focus {
    border-color: #00a6bc !important;
    background-color: #00a6bc !important;
    color: #FFF !important;
}

#ergocare-form .caldera-grid .checkbox input:checked ~ .checkmark:after,
#ergocare-form .caldera-grid .radio input:checked ~ .radiomark:after {
    display: block;
}

#ergocare-form .caldera-grid .checkbox .checkmark:after {
    left: 10px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ergocare-form .caldera-grid .radio .radiomark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFF;
}

#ergocare-form .caldera-grid .form-group.inputfile {
    margin-top: 20px;
}

#ergocare-form .caldera-grid .form-group.inputfile input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#ergocare-form .caldera-grid .form-group.inputfile label {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #00a6bc;

    display: block;
    cursor: pointer;
    padding: 1em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0;
}

#ergocare-form .caldera-grid .form-group.inputfile label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

#ergocare-form .caldera-grid .form-group.inputfile label span:not(.lb) {
    display: none;
}

#ergocare-form .caldera-grid .form-group.inputfile label:hover,
#ergocare-form .caldera-grid .form-group.inputfile label:focus {
    background-color: rgba(0,166,188,.8);
}

#ergocare-form .caldera-grid .form-group.inputfile label.success {
    background-color: #bbda8b;
}

#ergocare-form .caldera-grid .form-group.inputfile label.success:hover,
#ergocare-form .caldera-grid .form-group.inputfile label.success:focus {
    background-color: rgba(187,218,139,.8);
}

/*
#ergocare-form .btn-block.cf-uploader-trigger {
    margin-top: 5px;
    padding-top: .8em !important;
    padding-bottom: .8em !important;
}

#ergocare-form .caldera-grid ul.cf-adv-preview-list {
    margin-top: 22px;
}
*/

#ergocare-form .caldera-grid .alert-success {
    padding: 1.75rem 1.25rem;
    margin-bottom: 0;
    margin-top: 15px;
    border-radius: 4px;
    text-align: center;
}

#ergocare-form .caldera-grid .alert-success h4 {
    color: #3c763d;
    padding-bottom: .3em;
}

#ergocare-form .caldera-grid .row {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#ergocare-form .caldera-grid .caldera-form-page .row:last-of-type {
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 10px;
}

#ergocare-form .caldera-grid .caldera-form-page .row:last-of-type .form-group {
    margin-bottom: 0;
}

#ergocare-form .caldera-grid .caldera-form-page .row:last-of-type .col-sm-6 {
    width: unset;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

#ergocare-form .caldera-grid [class^="col-sm"] {
    padding-left: 10px;
    padding-right: 10px;
}

#ergocare-form .caldera-grid .col-sm-12 {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

#ergocare-form .caldera-grid .col-sm-6 {
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media all and (max-width: 768px) {
    #ergocare-form .caldera-grid .col-sm-6,
    #ergocare-form .caldera-grid .col-sm-4 {
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    #ergocare-form .caldera-grid .col-sm-3 {
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

#ergocare-form .caldera-grid .form-group.dentro-box,
#ergocare-form .caldera-grid .form-group.dentro-box-sm-6 {
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#ergocare-form .caldera-grid .form-group.dentro-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#ergocare-form .caldera-grid .form-group.dentro-box-sm-6.left {
    padding-left: 1.5rem;
    padding-right: 10px;
    margin-right: -10px;
}

#ergocare-form .caldera-grid .form-group.dentro-box-sm-6.right {
    padding-right: 1.5rem;
    padding-left: 10px;
    margin-left: -10px;
}

@media all and (max-width: 768px) {
    #ergocare-form .caldera-grid .form-group.dentro-box-sm-6.left {
        padding-right: 1.5rem;
        margin-right: 0px;
    }
    #ergocare-form .caldera-grid .form-group.dentro-box-sm-6.right {
        padding-left: 1.5rem;
        margin-left: 0px;
    }
}

#ergocare-form h3 {
    font-size: 1.625em;
    line-height: 1.5em;
    font-weight: 400;
    padding-bottom: .8em;
    color: #00a6bc;
}

#ergocare-form h4 {
    font-size: 1.250em;
    line-height: 1.3em;
    font-weight: 400;
    padding-bottom: 0;
    color: #00a6bc;
}

#ergocare-form .instrucoes-titulo {
    border-top: solid 1px #dadce0;
    padding: 12px 0 10px 0;
}

#ergocare-form .instrucoes-texto {
    padding-bottom: 10px;
}

#ergocare-form .instrucoes-foto {
    padding: 12px 0 28px 0;
    line-height: 0;
}

#ergocare-form .instrucoes-foto img {
    width: 100%;
    height: auto;
    border: solid 1px #daf0fb;
}

#ergocare-form .pg-nav {
    position: relative;
    margin: 15px -15px 25px -15px;
}

#ergocare-form .pg-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#ergocare-form .pg-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#ergocare-form .pg-nav ul.etapas {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 3px;
    padding: 0 35px;
    z-index: 0;
}

#ergocare-form .pg-nav ul.etapas li {
    -moz-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    -webkit-flex: 1 0 20%;
    flex: 1 0 20%;
    background-color: #e6e6e6;
}

#ergocare-form .pg-nav ul.etapas li.pass  {
    background-color: #bbda8b;
}

#ergocare-form .pg-nav ul.topicos {
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

#ergocare-form .pg-nav ul.topicos li {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 999em;
    text-align: center;
    background-color: #e6e6e6;
    color: #808080;
}

#ergocare-form .pg-nav ul.topicos li.ativo {
    background-color: #00a6bc;
    color: #FFF;
}

#ergocare-form .pg-nav ul.topicos li.pass {
    background-color: #bbda8b;
    color: #FFF;
}


@media all and (max-width: 768px) {
    #ergocare-form .pg-nav ul.etapas {
        padding: 0 30px;
    }

    #ergocare-form .pg-nav ul.topicos li {
        width: 30px;
        height: 30px;
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
    }
}

#ergocare-form ul.app-store {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;    
    list-style: none;
    padding: 1.5em 0 0 0;
    margin: -7px;
}

#ergocare-form ul.app-store li {
    padding: 7px;
}

#ergocare-form ul.app-store li img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.et_pb_section.intro {
    background-color: #f5f5f5;
}

.et_pb_section.ergocare-form-container {
    padding-top: 0;
    margin-top: 70px;
}

.et_pb_section.ergocare-form-container .et_pb_row {
    padding-top: 0;
    max-width: 980px;
}

.et_pb_section.ergocare-form-container {
    background-color: #00a6bc;
}

.ergocare-form-box {
    padding: 3rem;
    padding-top: calc( 3rem - 15px );
    background-color: #FFF;
    -moz-box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
    -webkit-box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
    box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: calc( (3rem + 15px) * -1 );
}

.et_pb_section.ergocare-form-container {
    margin-top: ( 3rem + 15px );
}

@media all and (max-width: 768px) {
    .ergocare-form-box {
        padding: 2rem 1.5rem;
        padding-top: calc( 2rem - 15px );
        margin-top: calc( (2rem + 10px) * -1 );
        margin-left: -5%;
        margin-right: -5%;
    }

    .et_pb_section.ergocare-form-container {
        margin-top: calc( 2rem + 10px );
    }
}

#care-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

#care-intro .col {
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
}

#care-intro .col.text {
    text-align: center;
    padding-bottom: 3em;
}

#care-intro .et_pb_button {
    padding-top: .3em;
    padding-bottom: .3em;
    display: inline-block;
}

#care-intro h1 {
    font-size: 4em;
    font-weight: 900;
    line-height: 1em;
    color: #6a6b6d;
    letter-spacing: -0.02em;
    margin-bottom: .25em;
}

#care-intro h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
    color: #00a6bc;
    margin-bottom: .25em;
}

@media all and (min-width: 981px) {
    #care-intro .col {
        flex: 1 0 50%;
    }

    #care-intro .col.text {
        max-width: 400px;
        text-align: left;
    }

    #care-intro .image-wrapper {
        position: relative;
        margin-right: -60px;    
    }

    #care-intro h2 {
        max-width: 358px;
    }
}

@media all and (max-width: 768px) {
    #care-intro h1 {
        font-size: 3em;
    }

    #care-intro h2 {
        font-size: 1.3em;
    }
}

#care-intro img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#checkup strong {
    font-weight: 500;
}

#checkup  h4 {
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: .25em;
    color: #252629;
}

#checkup  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 400;
    color: #00a6bc;
}

.confidencialidade {
    font-size: 12px;
    line-height: 1.4em;
    color: #FFF;
    font-weight: 500;
    margin: 0 auto;
    padding: 2rem 0 0 0;
}

#termo-declaracao,
#termo-declaracao-rodape {
    background-color: #f5f5f5;
}

#termo-declaracao {
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin-top: 2rem;
}

#termo-declaracao-rodape {
    display: block;
    padding-bottom: calc(1.5rem - 15px);
    margin-bottom: 15px;
}

#termo-declaracao .instrucoes-texto {
    color: #202124;
}

#termo-declaracao .declaracao {
    font-size: 0.906em;
    line-height: 1.65em;
    margin-top: 1rem;
}

#termo-declaracao .declaracao strong {
    font-weight: 500;
}

#termo-declaracao .data-preenchida {
    padding: 1.5rem 0 15px 0;
    margin-top: 1.5rem;
    border-top: solid 1px #dadce0;
    color: #202124;
    font-size: 1em;
    font-weight: 400;
}