:root {
    --font-min: 1em;
    --font-small: 1.5rem;
    --font-normal: 1.7rem;
    --font-medium: 1.9em;
    --font-large: 2.2rem;
    --font-extra_large: 2.5rem;
    --font-max: 3rem;
    --font-max_2: 2.5rem;
    --color-default: #0783fd;
    --color-green: #36BA9B;
    --color-green-light: #e5fff9;
    --color-green_light_dark: #0783fd;
    --color-green_bg_light: #f1f8f3;
    --color-grey_bg_light: #f2f3f5;
    --color-blue: #39AED9;
    --color-blue-light: #d8eef6;
    --color-yellow: #F5B946;
    --color-yellow-light: #fff9ed;
    --color-red: #D94352;
    --color-red-light: #ffe6e8;
    --color-red_light_dark: #89191f;
    --mycard-min-width: 200px;
    --mycard-max-width: auto
}



/*2602*/

button.search-btn {
    background: #212121;
    display: inline-flex
;
    padding: .65rem 3rem;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
}

.search-results-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    padding: .75rem .5rem;

}

.search-results-header-info {
    display: flex;
    align-items: center;
}

h2.search-results-h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: .75rem;
    line-height: 20px;
}

span.icon-ic-category-3.span-cat {
    font-size: 1.7rem;
}

.search-results-item {
    display: flex;
    align-items: center;
}

.search-results-img-cont {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-border_hr_2);
    margin-right: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
}

img.img-search-results {
    height: 8rem;
    max-height: 100%;
    max-width: 100%;
}

.search-results-body {
    padding-top: 1rem;
}

h2.search-results-info-title {
    font-size: 20px;
    font-weight: 600;
}

p.search-results-info-description {
    font-size: 16px;
    color: #484848;
}

.search-results-info-link {
    font-size: 13px;
    color: #a7a7a7;
}


span.icon-ic-arrow-down-1.search-results-header-ic {
    font-size: 3rem;
}

.search-results-header-action {
    display: flex;
    cursor: pointer;
}

a.search-results-search-a {
    background: #212121;
    display: inline-flex;
    padding: .65rem 3rem;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}


a.search-results-search-a:hover {
    color: #fff;
    text-decoration: none;
}

a.search-results-search-a:link {
    color: #fff;
    text-decoration: none;
}

.search-results-info-link a {
    color: #a7a7a7;;
}

.search-results-info-link a:hover {
    color: #333333 !important;
    text-decoration: none;
}

.search-results-info-link a:link {
    color: #a7a7a7;
    text-decoration: none;
}

.search-results-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.full-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.search-results-pager {
    display: flex;
    padding: 1rem 0;
}


button.search-results-btn {
    border: none;
    padding: .75rem 2rem;
    background: #1b1b1b;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.search-results-item {
    border-bottom: solid 1px #e2e2e2;
    padding: 1rem 0;
}

h2.search-results-h2 {
    font-weight: 900;
}

.content-search-results-item {
    padding: .5rem 0;
}


.modal_element-item_header {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.modal_element-item_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
 
span.ic-section-span {
    font-size: 3.5rem;
    margin-right: 1rem;
}

h2.modal_element_item_header-h2 {
    margin: 0;
    font-weight: 600;
}

.content.content-search {
    margin-top: 2rem;
}



.search-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}


form.search-form {
    margin-top: 4rem;
}

.search-form label.form-element-label {
    font-size: 17px;
}

.search-results-header {
    cursor: pointer;
}

.app_modal_search {
    width: 1000px;
    position: relative;
    padding: 2rem;
}

/*tab-exp*/
.tab-exp-header {
    display: flex;
    justify-content: space-between;
}

.tab-exp {
    background: #fcfcfc;
    border: solid 1px #eeee;
    margin: 1rem 0;
    cursor: pointer;
}

.tab-exp-header {
    display: flex;
    align-items: center;
}

.tab-exp-body {
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding: 1rem;
    display: none;
    text-align: justify;
}

.tab-exp-header-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-arrow.icon-ic-arrow-down-3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #212121);
}

span.icon-ic-document-3 {
    font-size: 3rem;
    margin-right: 1rem;
}

h2.tab-exp-h2 {
    text-transform: uppercase;
}


h2.tab-exp-h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
}

h2.tab-exp-h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}


.tab-exp-header {
    padding: 2rem;
}

.tab-exp-body p {
    font-size: 16px;
}

.faq-not-found {
    font-size: 16px;
}

.ic-menu-span {
    font-size: 2.2rem;
    font-weight: 900;
}

h2.search-results-info-title {
    padding: 0 5px;
}

.search-results-info-link a {
    padding: 0 5px;
}

.tab-exp.tab-exp-faq {
    margin-top: -2rem;
}


4

@media (max-width: 1250px) {
    .content {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .search-form-checkbox.checkbox-container {
        flex-wrap: wrap;
    }

    .search-results-info-link {
        font-size: 15px;
        color: #a7a7a7;
    }

    label.container-checkbox:not(:first-of-type) {
        margin-left: 0 !important;
    }

    label.container-checkbox {
        margin-right: 2rem;
    }

    .search-form-checkbox.checkbox-container {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
    }

    a.search-results-search-a {
        background: #212121);
        display: inline-flex;
        padding: .65rem 3rem;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }

    p.search-results-info-link {
        word-break: break-word;
    }
}

@media (max-width: 768px) {
    .search-results-item {
        flex-direction: column;
    }

    .search-results-img-cont {
        margin-bottom: 2rem;
        margin-right: 0;
    }

    .search-results-info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    h2.search-results-info-title {
        text-align: center;
    }

    .search-results-search-access {
        margin-top: 1rem;
    }

    .search-results-info {
        flex: 1;
        width: 100%;
    }

    .search-results-search-text {
        flex: 1;
        width: 100%;
    }


}


/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000000;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 2rem;

}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #212121);
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: var(--weight-strong);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

span.close_modal_default.icon-x {
    font-family: "Lato", sans-serif !important;
}

.message {

    display: block;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
    border: 1px solid #cccccc;
}

.message.success {
    color: var(--color-green);
    border-color: var(--color-green);
    background: var(--color-green-light);
    font-family: "Lato", sans-serif !important;
    font-size: 19px;
    font-weight: 600;
}

.message.info {
    color: var(--color-blue);
    border-color: var(--color-blue);
    background: var(--color-blue-light);
    font-family: "Lato", sans-serif !important;
    font-size: 19px;
    font-weight: 600;

}

.message.warning {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
    background: var(--color-yellow-light);
    text-shadow: 0 0 0 #f9b023;
    font-family: "Lato", sans-serif !important;
    font-size: 19px;
    font-weight: 600;

}

.message.error {
    color: var(--color-red);
    border-color: var(--color-red);
    background: var(--color-red-light);

    font-family: "Lato", sans-serif !important;
    font-size: 19px;
    font-weight: 600;

}

.checkbox-container .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.label-checkbox {
    position: relative;
    top: -3px;
}

.search-form-checkbox.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

label.container-checkbox:not(:first-of-type) {
    margin-left: 2.5rem;
}

.checkbox-container .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-container .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container .container-checkbox input:checked ~ .checkmark {
    background-color: #212121);
}

.checkbox-container .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
            45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
    font-weight: 500;
}

.checkbox-container .container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.checkbox-container .container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container .container-radio input:checked ~ .checkmark {
    background-color: #212121);
}

.checkbox-container .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .container-radio input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


p.default-p {
    font-size: 16px;
}

h2.default-titulo_h2.font_black {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem;
}

.red-p{
    color: red;
}

label.form-element-label.required_label:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

h2.tab-exp-info-h2 {
    font-size: 2rem;
}

.tab-exp-info {
    align-items: center;
    display: flex;
}

span.span-link-ic.icon-ic-link-1 {
    font-size: 2rem;
    margin-right: 1rem;
}

.tab-exp-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.tab-exp-a {
    display: flex;
    padding: 1rem 2rem;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: #212121);
    justify-content: center;
    transition: all .3ms ease-in-out;
}

.tab-exp-item {
    flex: 1;
}

label.form-element-label.required_label {
    flex-wrap: wrap;
    display: flex;
}

.atendimento__item {
    padding-top: 1rem;
}

@media(max-width: 992px){
    span.span-link-ic.icon-ic-link-1 {
        display: none;
    }
}

@media (max-width: 676px){
    .tab-exp-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


form.search-form {
    margin-top: 2rem;
}

.form-group-default.form-group-default-grow-1 {
    flex: 1;
}

.search-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.form-control-default {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid rgba(142, 156, 165, 0.12);
    border-radius: 4px;
    outline: none;
}

.header-info-page {
    margin-top: 0;
}


.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

.app_modal_box.app_modal_search {
    width: 1000px;
    position: relative;
    padding: 2rem;
}

.app_modal_box.app_modal_search input#search-input {
    position: relative;
    margin-bottom: 2.25rem;
}

span.icon-ic-search-1.ic-menu-span {
    color: #000 !important;
    text-shadow: none !important;
}

a.nav-link_sub_a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    font-weight: 500;
}

.ajax_load {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000000000
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    font-size: 2rem
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #212121);
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: 1.2s linear infinite spin;
    -o-animation: 1.2s linear infinite spin;
    animation: 1.2s linear infinite spin
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: var(--weight-strong)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

span.close_modal_default.icon-x {
    font-family: Lato,sans-serif!important
}

.message {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
    border: 1px solid #ccc
}

.message.success {
    color: var(--color-green);
    border-color: var(--color-green);
    background: var(--color-green-light)
}

.message.info {
    color: var(--color-blue);
    border-color: var(--color-blue);
    background: var(--color-blue-light)
}

.message.warning {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
    background: var(--color-yellow-light);
    text-shadow: 0 0 0 #f9b023
}

.message.error {
    color: var(--color-red);
    border-color: var(--color-red);
    background: var(--color-red-light)
}

.checkbox-container .container-checkbox,.checkbox-container .container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

span.label-checkbox {
    position: relative;
    top: -3px
}

label.container-checkbox:not(:first-of-type) {
    margin-left: 2.5rem
}

.checkbox-container .container-checkbox input,.checkbox-container .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-container .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.checkbox-container .container-checkbox:hover input~.checkmark,.checkbox-container .container-radio:hover input~.checkmark {
    background-color: #ccc
}

.checkbox-container .container-checkbox input:checked~.checkmark,.checkbox-container .container-radio input:checked~.checkmark {
    background-color: #212121;
}

.checkbox-container .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 9px;
    height: 15px;
    border: solid #218926;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 500
}

.checkbox-container .container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

.checkbox-container .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

h2.default-titulo_h2.font_black {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem
}


/*--*/

:root {
    --font-min: 1em;
    --font-small: 1.5rem;
    --font-normal: 1.7rem;
    --font-medium: 1.9em;
    --font-large: 2.2rem;
    --font-extra_large: 2.5rem;
    --font-max: 3rem;
    --font-max_2: 2.5rem;
    --color-default: #0783fd;
    --color-green: #36BA9B;
    --color-green-light: #e5fff9;
    --color-green_light_dark: #0783fd;
    --color-green_bg_light: #f1f8f3;
    --color-grey_bg_light: #f2f3f5;
    --color-blue: #39AED9;
    --color-blue-light: #d8eef6;
    --color-yellow: #F5B946;
    --color-yellow-light: #fff9ed;
    --color-red: #D94352;
    --color-red-light: #ffe6e8;
    --color-red_light_dark: #89191f;
    --mycard-min-width: 200px;
    --mycard-max-width: auto
}


.app_modal {
    z-index: 10000000;
    padding: 3rem 1rem!important;
    cursor: pointer
}

.app_modal_box.app_modal_default,.app_modal_decretos {
    width: 1000px;
    position: relative
}

span.close_modal_default.icon-x {
    color: #fff;
    cursor: pointer;
    background: #c52140;
    position: absolute;
    width: calc(30px + 14 *(100vw - 425px)/ (1600 - 50));
    height: calc(30px + 14 *(100vw - 425px)/ (1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -.8rem;
    top: -1.3rem;
    z-index: 100002;
    font-size: calc(15px + 14 *(100vw - 50px)/(2500 - 50))
}

.app_modal_box.app_modal_element {
    border-radius: 5px
}

.app_modal_box.app_modal_decretos {
    cursor: default
}

h2.modal_element-h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 2rem 0;
    text-align: center
}

a.modal_element-link:hover {
    text-decoration: none;
    color: #fff;
    background: #0c5eaf;
    transition: .3s ease-in
}

a.modal_element-link {
    background: #007ffc;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 3px;
    font-size: 1.8rem;
    display: inline-flex;
    white-space: nowrap
}

.page-tab_item,a.covid-tab-a {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%),0 1px 2px rgb(0 0 0 / 24%);
    background: #fcfcfc
}

.modal_attachment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0
}

h2.modal_attachment-item-h2 {
    margin: 0 .25rem 0 0;
    word-break: break-word
}

@media(max-width: 576px) {
    .modal_attachment-item {
        flex-direction:column;
        text-align: center;
        margin-bottom: 2.5rem
    }

    h2.modal_attachment-item-h2 {
        margin-bottom: 1rem
    }
}

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 500px
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #5d5d5d;
    cursor: pointer;
    font-weight: 700;
    transition: .5s;
    border-bottom: 3px solid rgba(255,255,255,0);
    letter-spacing: 1px
}

.tab-link:hover {
    color: #999;
    border-color: #999
}

.tab-link.active {
    color: #333;
    border-color: #333
}

.tab-link:first-of-type.active {
    color: #007ffc;
    border-color: #007ffc
}

.tab-link:nth-of-type(2).active,.tab-link:nth-of-type(3).active,.tab-link:nth-of-type(4).active {
    color: #007ffc;
    border-color: #007ffc
}

.content-wrapper {
    padding: 20px 15px
}

.tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: .5s forwards fadeIn
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none
    }
}

.links_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

li.tab-link {
    font-size: 1.4rem
}

h2.section_not_h2.acesso-rapido_h2 {
    text-align: center;
    font-weight: 900
}

.tab-search_form input[type=text] {
    padding: 9px 10px;
    outline: 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    width: 400px;
    max-width: 100%
}

label.tab-search_label {
    font-size: 1.7rem;
    font-weight: 500
}


.app_modal {
    padding: var(--area-box) 0;
    background: rgba(0,0,0,.8);
    z-index: 1000000000;
    display: none;
    overflow-y: auto
}

.modal_element-cont {
    display: flex;
    flex-direction: column;
    flex: 1;
}

label.form-label-default {
    font-size: 17px;
}

.app_modal .message {
    text-align: center;
    margin-bottom: var(--area-normal)
}

.app_modal_box {
    display: none;
    margin: auto;
    width: 500px;
    max-width: 94%;
    padding: calc(var(--area-box) * 1.5);
    background: #fff;
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal)
}

.app_modal_box .title {
    font-size: var(--font-large);
    font-weight: var(--weight-light);
    color: var(--color-default);
    margin-bottom: var(--area-normal);
    padding-bottom: var(--area-normal);
    border-bottom: 1px solid #eee
}

.app_widget_content,.app_widget_more,.app_widget_title .action {
    font-size: var(--font-small)
}

.app_modal_box p {
    margin: 0 0 15px
}

.app_widget {
    padding: var(--area-normal);
    background: #fff;
    margin-bottom: var(--area-box);
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3)
}

.app_widget_title {
    color: #888;
    border-bottom: 1px solid #ccc;
    margin-bottom: var(--area-normal);
    padding-bottom: var(--area-small);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.app_widget_title h2 {
    font-size: var(--font-normal)
}

.app_widget_title .action {
    color: #fff;
    background: var(--color-green);
    padding: 2px 4px;
    cursor: pointer
}

.app_widget_title .action:hover {
    background: var(--hover-color-green)
}

.app_widget_more {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #888;
    margin-top: var(--area-normal)
}

.app_widget_more:hover {
    color: #333;
    cursor: pointer
}

.close_modal_btn {
    display: inline-flex;
    background: var(--bg-close_modal);
    position: absolute;
    right: 100%;
    padding: .5em;
    color: var(--color-white);
    font-size: var(--font-large);
    cursor: pointer
}

.app_modal, .loading_div-item {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}





.cspc-search-bar input{
    margin-bottom: 0px !important;
}

input.cspc-search-input {
    border: none !important;
}

input.cspc-search-input:visited {
    border: none !important;
}

input.cspc-search-input:hover {
    border: none !important;
}



/* Using custom prefix "cspc-" (short for "cisparanacentro") to avoid conflicts */
.cspc-search-container {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
}

.cspc-search-bar input{
    pointer-events: none;

}
.cspc-search-bar {
    margin-top: 15px;
    /* width: 100%; */
    background-color: #e6e6e6b5;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 0px 20px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    height: 45px !important;
    border: solid 1px #cacaca;
    cursor: pointer;
}

.cspc-search-bar:focus-within {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cspc-search-icon {
    color: #555;
    margin-right: 10px;
    flex-shrink: 0;
}

.cspc-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.cspc-search-input::placeholder {
    color: #aaa;
}

.cspc-search-btn {
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px;
    flex-shrink: 0;
}

.cspc-search-btn:hover {
    background-color: #0052a3;
}




.center-align.botao_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .col.s12.m10.l11.content-menu-section {
        margin: 0;
    }

    .row.main-row.row-section-menu {
        display: flex ;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .col.s12.m2.l1.menu-section {
        margin: 0;
    }


    .col.s12.m2.l1.menu-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .cspc-search-container {
        margin: 15px auto;
    }

    .cspc-search-bar {
        padding: 8px 15px;
    }

    .cspc-search-input {
        font-size: 14px;
    }

    .cspc-search-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
}


.main-row {
    display: flex;
}

.menu-section {
    padding: 10px;
    min-height: 100vh;
    flex: 0 0 auto;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Header container styling */
.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* Space between logo and title */
    margin: 0 auto;
    max-width: 800px; /* Control the maximum width */
}

.logo-container img {
    max-height: 100px; /* Control logo size */
}

.title-container {
    text-align: center;
}

/* Search bar styling */
.search-container {
    width: 100%;
    max-width: 800px; /* Same max-width as header container */
}

nav.white {
    box-shadow: none;
}



/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    .menu-section {
        min-height: auto;
    }
}



.site-structure-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.site-structure-page {

    color: #333;
    line-height: 1.6;

}

.ss-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ss-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.ss-subtitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #201d1b;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    font-weight: 600;
}

.ss-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.ss-column {
    flex: 1 1 300px;
    max-width: 400px;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ss-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.ss-link-group {
    margin-bottom: 25px;
}

.ss-link-group-title {
    color: #201d1b;
    margin-bottom: 12px;
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
}

.ss-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ss-link {
    text-decoration: none;
    color: #585f6b;
    padding: 8px 5px;
    border-radius: 5px;
    transition: all 0.2s ease;
    display: flex;
    position: relative;
    padding-left: 28px;
    font-weight: 600;


}

.ss-link:hover {
    background-color: #f5f7fa;
    color: #2c4ac3;
    padding-left: 32px;
}

.ss-link::before {
    content: "→";
    position: absolute;
    left: 8px;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.ss-link:hover::before {
    left: 12px;
    color: #2c4ac3;
}

.ss-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #e6ecff;
    color: #4a6ee0;
}

.ss-badge-new {
    background-color: #d4f8d4;
    color: #28a745;
}

.ss-badge-updated {
    background-color: #fff3cd;
    color: #ffc107;
}

.ss-footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    color: #777;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .ss-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .ss-title {
        font-size: 2rem;
    }

    .ss-subtitle {
        font-size: 1.5rem;
    }
}


.footer-section {
    background-color: #393939;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.footer-links {
    display: flex;
    align-items: center;
}

a.footer-link {
    margin: 0 2rem;
}

.footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.footer-link img {
    height: 50px;
    margin-top: 6px;
}

.footer-link span {
    font-size: 16px;
    text-align: center;
}

.vertical-line {
    height: 60px;
    width: 1px;
    background-color: #fff;
}

h1.lgpd-title {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.lgpd-subtitle {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.lgpd-page p
{
    text-align: justify;
}

.lgpd-page h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

ul.lgpd-list {
    text-align: left;
}

ol.lgpd-list
{
    text-align: left;
}

.col.s12.center-align.lgpd-section-files {
    padding: 0;
    margin-bottom: 30px;
}

td.td_header.td_header_exp {
    border: solid 1px #dddddd;
}

h1.lgpd-title {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.lgpd-subtitle {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.lgpd-page p
{
    text-align: justify;
}

.lgpd-page h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

ul.lgpd-list {
    text-align: left;
}

ol.lgpd-list
{
    text-align: left;
}

.col.s12.center-align.lgpd-section-files {
    padding: 0;
    margin-bottom: 30px;
}

td.td_header.td_header_exp {
    border: solid 1px #dddddd;
}

.privacy-container {
    margin-top: 20px;
}

.privacy-item-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

p.privacy-item-text {
    margin: 0;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
}

.privacy-item {
    margin-bottom: 25px;
}

table.privacy-item-text.privacy-item-table {
    font-size: 16px;
    margin-top: 14px;
}

.privacy-item {
    text-align: initial;
}


.qal-reset * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.qal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #f5f5f5;
    padding: 20px;
}

.qal-container {
    width: 100%;
    max-width: 1200px;
}

.qal-title {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 28px;
}

.qal-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
}

.qal-link {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    position: relative;
}

.qal-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.qal-icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    background-color: #f0f7ff;
    color: #0066cc;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.qal-text {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
}

.qal-arrow {
    margin-left: 10px;
    color: #999;
    transition: all 0.3s ease;
}

.qal-link:hover .qal-arrow {
    transform: translateX(5px);
    color: #0066cc;
}

/* Estilos de cores diferentes para cada link */
.qal-link:nth-child(1) .qal-icon {
    background-color: #f0f7ff;
    color: #0066cc;
}

.qal-link:nth-child(2) .qal-icon {
    background-color: #fff0f0;
    color: #cc0066;
}

.qal-link:nth-child(3) .qal-icon {
    background-color: #f0fff0;
    color: #00cc66;
}

.qal-link:nth-child(4) .qal-icon {
    background-color: #f7f0ff;
    color: #6600cc;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    .qal-links {
        grid-template-columns: 1fr;
    }

    .qal-link {
        padding: 15px;
    }

    .qal-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .qal-text {
        font-size: 16px;
    }
}


/* Survey Modal Background */
.survey-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Survey Modal Content */
.survey-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Close Button */
.survey-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.survey-close-btn:hover {
    color: #000;
}

/* Button Styles */
.survey-button {
    background-color: #3490dc;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
}

.survey-button:hover {
    background-color: #2779bd;
    color: #fff;
}

/* Table Styles */
.survey-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.survey-table th,
.survey-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.survey-table th {
    background-color: #f8f8f8;
}

.justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

/* Responsive */
@media (max-width: 600px) {
    .survey-modal-content {
        width: 95%;
    }
}


.page-custom .modal_element-item_header {
    margin: 0;
}

.page-custom h3.modal_element_item_header-h2.section_not_h2 {
    margin: 0;
}


.page-custom .form-group-default.form-group-default-grow-1 {
    display: flex;
    flex-direction: column;
}

.page-custom {

}


.page-custom .form-group-default.form-group-default-grow-1 input {
    display: block;
    width: auto;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid rgba(142, 156, 165, 0.12);
    border-radius: 4px;
    outline: none;
    margin-bottom: 0;
}

.page-survey-content fieldset {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
}

.results-button-content {
    display: flex;
    justify-content: flex-start;
}

/* Survey Modal Background */
.survey-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Survey Modal Content */
.survey-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Close Button */
.survey-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.survey-close-btn:hover {
    color: #000;
}

/* Button Styles */
.survey-button:hover {
    text-decoration: none;
}

.survey-button {
    background-color: #189ad3;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
    text-decoration: none;

}











:root {
        --font-min: 1em;
        --font-small: 1.5rem;
        --font-normal: 1.7rem;
        --font-medium: 1.9em;
        --font-large: 2.2rem;
        --font-extra_large: 2.5rem;
        --font-max: 3rem;
        --font-max_2: 2.5rem;
        --color-default: #0783fd;
        --color-green: #36BA9B;
        --color-green-light: #e5fff9;
        --color-green_light_dark: #0783fd;
        --color-green_bg_light: #f1f8f3;
        --color-grey_bg_light: #f2f3f5;
        --color-blue: #39AED9;
        --color-blue-light: #d8eef6;
        --color-yellow: #F5B946;
        --color-yellow-light: #fff9ed;
        --color-red: #D94352;
        --color-red-light: #ffe6e8;
        --color-red_light_dark: #89191f;
        --mycard-min-width: 200px;
        --mycard-max-width: auto
    }



    /*2602*/

    button.search-btn {
        background: #212121;
        display: inline-flex
    ;
        padding: .65rem 3rem;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .content {
        margin: 0 auto;
        max-width: 1200px;
    }

    .search-results-header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        padding: .75rem .5rem;

    }

    .search-results-header-info {
        display: flex;
        align-items: center;
    }

    h2.search-results-h2 {
        font-size: 20px;
        margin-bottom: 0;
        margin-left: .75rem;
        line-height: 20px;
    }

    span.icon-ic-category-3.span-cat {
        font-size: 1.7rem;
    }

    .search-results-item {
        display: flex;
        align-items: center;
    }

    .search-results-img-cont {
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-border_hr_2);
        margin-right: 1.2rem;
        border-radius: 5px;
        overflow: hidden;
    }

    img.img-search-results {
        height: 8rem;
        max-height: 100%;
        max-width: 100%;
    }

    .search-results-body {
        padding-top: 1rem;
    }

    h2.search-results-info-title {
        font-size: 20px;
        font-weight: 600;
    }

    p.search-results-info-description {
        font-size: 16px;
        color: #484848;
    }

    .search-results-info-link {
        font-size: 13px;
        color: #a7a7a7;
    }


    span.icon-ic-arrow-down-1.search-results-header-ic {
        font-size: 3rem;
    }

    .search-results-header-action {
        display: flex;
        cursor: pointer;
    }

    a.search-results-search-a {
        background: #212121;
        display: inline-flex;
        padding: .65rem 3rem;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
    }


    a.search-results-search-a:hover {
        color: #fff;
        text-decoration: none;
    }

    a.search-results-search-a:link {
        color: #fff;
        text-decoration: none;
    }

    .search-results-info-link a {
        color: #a7a7a7;;
    }

    .search-results-info-link a:hover {
        color: #333333 !important;
        text-decoration: none;
    }

    .search-results-info-link a:link {
        color: #a7a7a7;
        text-decoration: none;
    }

    .search-results-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }

    .full-img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

    .search-results-pager {
        display: flex;
        padding: 1rem 0;
    }


    button.search-results-btn {
        border: none;
        padding: .75rem 2rem;
        background: #1b1b1b;
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

    .search-results-item {
        border-bottom: solid 1px #e2e2e2;
        padding: 1rem 0;
    }

    h2.search-results-h2 {
        font-weight: 900;
    }

    .content-search-results-item {
        padding: .5rem 0;
    }


    .modal_element-item_header {
        display: flex;
        align-items: center;
        padding: .5rem 0;
    }

    .modal_element-item_header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
    }

    span.ic-section-span {
        font-size: 3.5rem;
        margin-right: 1rem;
    }

    h2.modal_element_item_header-h2 {
        margin: 0;
        font-weight: 600;
    }

    .content.content-search {
        margin-top: 2rem;
    }



    .search-btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }


    form.search-form {
        margin-top: 4rem;
    }

    .search-form label.form-element-label {
        font-size: 17px;
    }

    .search-results-header {
        cursor: pointer;
    }

    .app_modal_search {
        width: 1000px;
        position: relative;
        padding: 2rem;
    }

    /*tab-exp*/
    .tab-exp-header {
        display: flex;
        justify-content: space-between;
    }

    .tab-exp {
        background: #fcfcfc;
        border: solid 1px #eeee;
        margin: 1rem 0;
        cursor: pointer;
    }

    .tab-exp-header {
        display: flex;
        align-items: center;
    }

    .tab-exp-body {
        border-top: 1px solid #ccc;
        margin-top: 2rem;
        padding: 1rem;
        display: none;
        text-align: justify;
    }

    .tab-exp-header-info {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exp-arrow.icon-ic-arrow-down-3 {
        font-size: 2.5rem;
        font-weight: 600;
        color: #212121);
    }

    span.icon-ic-document-3 {
        font-size: 3rem;
        margin-right: 1rem;
    }

    h2.tab-exp-h2 {
        text-transform: uppercase;
    }


    h2.tab-exp-h2 {
        margin: 0;
        font-size: 21px;
        font-weight: 800;
    }

    h2.tab-exp-h2 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
    }


    .tab-exp-header {
        padding: 2rem;
    }

    .tab-exp-body p {
        font-size: 16px;
    }

    .faq-not-found {
        font-size: 16px;
    }

    .ic-menu-span {
        font-size: 2.2rem;
        font-weight: 900;
    }

    h2.search-results-info-title {
        padding: 0 5px;
    }

    .search-results-info-link a {
        padding: 0 5px;
    }

    .tab-exp.tab-exp-faq {
        margin-top: -2rem;
    }


    @media (max-width: 1600px) {
        .content {
            max-width: 1200px;
        }
    }

    @media (max-width: 1250px) {
        .content {
            margin: 0;
        }
    }

    @media (max-width: 992px) {
        .search-form-checkbox.checkbox-container {
            flex-wrap: wrap;
        }

        .search-results-info-link {
            font-size: 15px;
            color: #a7a7a7;
        }

        label.container-checkbox:not(:first-of-type) {
            margin-left: 0 !important;
        }

        label.container-checkbox {
            margin-right: 2rem;
        }

        .search-form-checkbox.checkbox-container {
            display: flex;
            align-items: center;
            justify-content: flex-start !important;
        }

        a.search-results-search-a {
            background: #212121);
            display: inline-flex;
            padding: .65rem 3rem;
            border-radius: 5px;
            color: #fff;
            font-size: 18px;
        }

        p.search-results-info-link {
            word-break: break-word;
        }
    }

    @media (max-width: 768px) {
        .search-results-item {
            flex-direction: column;
        }

        .search-results-img-cont {
            margin-bottom: 2rem;
            margin-right: 0;
        }

        .search-results-info {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        h2.search-results-info-title {
            text-align: center;
        }

        .search-results-search-access {
            margin-top: 1rem;
        }

        .search-results-info {
            flex: 1;
            width: 100%;
        }

        .search-results-search-text {
            flex: 1;
            width: 100%;
        }


    }


    /*DEFAULT LOAD*/
    .ajax_load {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000000000;
    }

    .ajax_load_box {
        margin: auto;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        font-size: 2rem;

    }

    .ajax_load_box_circle {
        border: 16px solid #e3e3e3;
        border-top: 16px solid #212121);
        border-radius: 50%;
        margin: auto;
        width: 80px;
        height: 80px;

        -webkit-animation: spin 1.2s linear infinite;
        -o-animation: spin 1.2s linear infinite;
        animation: spin 1.2s linear infinite;
    }

    .ajax_load_box_title {
        margin-top: 15px;
        font-weight: var(--weight-strong);
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    span.close_modal_default.icon-x {
        font-family: "Lato", sans-serif !important;
    }

    .message {

        display: block;
        margin-bottom: 20px;
        padding: 15px;
        text-align: center;
        -webkit-border-radius: var(--radius-normal);
        -moz-border-radius: var(--radius-normal);
        border-radius: var(--radius-normal);
        border: 1px solid #cccccc;
    }

    .message.success {
        color: var(--color-green);
        border-color: var(--color-green);
        background: var(--color-green-light);
        font-family: "Lato", sans-serif !important;
        font-size: 19px;
        font-weight: 600;
    }

    .message.info {
        color: var(--color-blue);
        border-color: var(--color-blue);
        background: var(--color-blue-light);
        font-family: "Lato", sans-serif !important;
        font-size: 19px;
        font-weight: 600;

    }

    .message.warning {
        color: var(--color-yellow);
        border-color: var(--color-yellow);
        background: var(--color-yellow-light);
        text-shadow: 0 0 0 #f9b023;
        font-family: "Lato", sans-serif !important;
        font-size: 19px;
        font-weight: 600;

    }

    .message.error {
        color: var(--color-red);
        border-color: var(--color-red);
        background: var(--color-red-light);

        font-family: "Lato", sans-serif !important;
        font-size: 19px;
        font-weight: 600;

    }

    .checkbox-container .container-checkbox {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    span.label-checkbox {
        position: relative;
        top: -3px;
    }

    .search-form-checkbox.checkbox-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    label.container-checkbox:not(:first-of-type) {
        margin-left: 2.5rem;
    }

    .checkbox-container .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-container .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    .checkbox-container .container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkbox-container .container-checkbox input:checked ~ .checkmark {
        background-color: #212121);
    }

    .checkbox-container .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-container .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbox-container .container-checkbox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 9px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(
                45deg
        );
        -ms-transform: rotate(45deg);
        transform: rotate(
                45deg
        );
        font-weight: 500;
    }

    .checkbox-container .container-radio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .checkbox-container .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-container .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }

    .checkbox-container .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkbox-container .container-radio input:checked ~ .checkmark {
        background-color: #212121);
    }

    .checkbox-container .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-container .container-radio input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbox-container .container-radio .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }


    p.default-p {
        font-size: 16px;
    }

    h2.default-titulo_h2.font_black {
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        margin: 1rem;
    }

    .red-p{
        color: red;
    }

    label.form-element-label.required_label:after {
        content: "*";
        color: red;
        padding-left: 2px;
    }

    h2.tab-exp-info-h2 {
        font-size: 2rem;
    }

    .tab-exp-info {
        align-items: center;
        display: flex;
    }

    span.span-link-ic.icon-ic-link-1 {
        font-size: 2rem;
        margin-right: 1rem;
    }

    .tab-exp-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    a.tab-exp-a {
        display: flex;
        padding: 1rem 2rem;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        border-radius: 5px;
        background: #212121);
        justify-content: center;
        transition: all .3ms ease-in-out;
    }

    .tab-exp-item {
        flex: 1;
    }

    label.form-element-label.required_label {
        flex-wrap: wrap;
        display: flex;
    }

    .atendimento__item {
        padding-top: 1rem;
    }

    @media(max-width: 992px){
        span.span-link-ic.icon-ic-link-1 {
            display: none;
        }
    }

    @media (max-width: 676px){
        .tab-exp-item {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }


    form.search-form {
        margin-top: 2rem;
    }

    .form-group-default.form-group-default-grow-1 {
        flex: 1;
    }

    .search-btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .form-control-default {
        display: block;
        width: 100%;
        height: 40px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fbfbfb;
        background-image: none;
        border: 1px solid rgba(142, 156, 165, 0.12);
        border-radius: 4px;
        outline: none;
    }

    .header-info-page {
        margin-top: 0;
    }


    .rotate {
        transform: rotate(-180deg);
        /*transform: rotate(180deg);*/
        transition: .3s;
    }

    .rotate-reset {
        transform: rotate(0deg);
        transition: .3s;
    }

    .app_modal_box.app_modal_search {
        width: 1000px;
        position: relative;
        padding: 2rem;
    }

    .app_modal_box.app_modal_search input#search-input {
        position: relative;
        margin-bottom: 2.25rem;
    }

    span.icon-ic-search-1.ic-menu-span {
        color: #000 !important;
        text-shadow: none !important;
    }

    a.nav-link_sub_a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        font-weight: 500;
    }

    .ajax_load {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 1000000000
    }

    .ajax_load_box {
        margin: auto;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        font-size: 2rem
    }

    .ajax_load_box_circle {
        border: 16px solid #e3e3e3;
        border-top: 16px solid #212121);
        border-radius: 50%;
        margin: auto;
        width: 80px;
        height: 80px;
        -webkit-animation: 1.2s linear infinite spin;
        -o-animation: 1.2s linear infinite spin;
        animation: 1.2s linear infinite spin
    }

    .ajax_load_box_title {
        margin-top: 15px;
        font-weight: var(--weight-strong)
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    span.close_modal_default.icon-x {
        font-family: Lato,sans-serif!important
    }

    .message {
        display: block;
        margin-bottom: 20px;
        padding: 15px;
        text-align: center;
        -webkit-border-radius: var(--radius-normal);
        -moz-border-radius: var(--radius-normal);
        border-radius: var(--radius-normal);
        border: 1px solid #ccc
    }

    .message.success {
        color: var(--color-green);
        border-color: var(--color-green);
        background: var(--color-green-light)
    }

    .message.info {
        color: var(--color-blue);
        border-color: var(--color-blue);
        background: var(--color-blue-light)
    }

    .message.warning {
        color: var(--color-yellow);
        border-color: var(--color-yellow);
        background: var(--color-yellow-light);
        text-shadow: 0 0 0 #f9b023
    }

    .message.error {
        color: var(--color-red);
        border-color: var(--color-red);
        background: var(--color-red-light)
    }

    .checkbox-container .container-checkbox,.checkbox-container .container-radio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    span.label-checkbox {
        position: relative;
        top: -3px
    }

    label.container-checkbox:not(:first-of-type) {
        margin-left: 2.5rem
    }

    .checkbox-container .container-checkbox input,.checkbox-container .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    .checkbox-container .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee
    }

    .checkbox-container .container-checkbox:hover input~.checkmark,.checkbox-container .container-radio:hover input~.checkmark {
        background-color: #ccc
    }

    .checkbox-container .container-checkbox input:checked~.checkmark,.checkbox-container .container-radio input:checked~.checkmark {
        background-color: #212121;
    }

    .checkbox-container .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 9px;
        top: 5px;
        width: 9px;
        height: 15px;
        border: solid #218926;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-weight: 500
    }

    .checkbox-container .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%
    }

    .checkbox-container .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff
    }

    h2.default-titulo_h2.font_black {
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        margin: 1rem
    }


.form-control-default {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid rgb(142 156 165 / .12);
    border-radius: 4px;
    outline: none;
}

.container-default {
    display: flex;
    justify-content: center;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto !important;
    flex-direction: column;
}


@media (max-width: 1145px) {
    .container-default {
        padding: 0 1rem !important;
    }
}



.form-element {
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 2.25rem
}

.form-element-hint {
    font-weight: 400;
    font-size: .6875rem;
    color: #a6a6a6;
    display: block
}

.form-element-bar {
    position: relative;
    height: 2px;
    background: #1b1b1b;
    display: block
}

.form-element-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-primary);
    height: 2px;
    display: block;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease,-webkit-transform 0.28s ease;
    will-change: transform
}

.form-element-label {
    font-weight: 800;
    position: absolute;
    top: -.25rem;
    line-height: 1.5rem;
    pointer-events: none;
    padding-left: .125rem;
    z-index: 1;
    font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    color: #1b1b1b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: color 0.28s linear,opacity 0.28s linear,-webkit-transform 0.28s ease;
    transition: transform 0.28s ease,color 0.28s linear,opacity 0.28s linear;
    transition: transform 0.28s ease,color 0.28s linear,opacity 0.28s linear,-webkit-transform 0.28s ease;
    will-change: transform,color,opacity
}

.form-element-field {
    outline: none;
    height: 2.5rem;
    display: block;
    background: none;
    padding: .125rem .125rem .0625rem;
    font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    border: 0 solid #fff0;
    line-height: 1.5;
    width: 100%;
    color: #333;
    box-shadow: none;
    transition: opacity 0.28s ease;
    will-change: opacity
}

.form-element-field:-ms-input-placeholder {
    color: #a6a6a6;
    transform: scale(.9);
    transform-origin: left top
}

.form-element-field::-webkit-input-placeholder {
    color: #a6a6a6;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.form-element-field::-ms-input-placeholder {
    color: #a6a6a6;
    transform: scale(.9);
    transform-origin: left top
}

.form-element-field::placeholder {
    color: #a6a6a6;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.form-element-field:focus~.form-element-bar::after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.form-element-field:focus~.form-element-label {
    color: var(--color-primary)
}

.form-element-field.-hasvalue,.form-element-field:focus {
    opacity: 1
}

.form-element-field.-hasvalue~.form-element-label,.form-element-field:focus~.form-element-label {
    -webkit-transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
    transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
    cursor: pointer;
    pointer-events: auto
}

.form-has-error .form-element-label.form-element-label,.form-has-error .form-element-hint {
    color: #d9534f
}

.form-has-error .form-element-bar,.form-has-error .form-element-bar::after {
    background: #d9534f
}

.form-is-success .form-element-label.form-element-label,.form-is-success .form-element-hint {
    color: #259337
}

.form-is-success .form-element-bar::after {
    background: #259337
}

input.form-element-field:not(:placeholder-shown),textarea.form-element-field:not(:placeholder-shown) {
    opacity: 1
}

input.form-element-field:not(:placeholder-shown)~.form-element-label,textarea.form-element-field:not(:placeholder-shown)~.form-element-label {
    -webkit-transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
    transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
    cursor: pointer;
    pointer-events: auto
}

textarea.form-element-field {
    height: auto;
    min-height: 3rem
}

select.form-element-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form-select-placeholder {
    color: #a6a6a6;
    display: none
}

.form-select .form-element-bar::before {
    content: "";
    position: absolute;
    height: .5em;
    width: .5em;
    border-bottom: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    display: block;
    right: .5em;
    bottom: 0;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease,-webkit-transform 0.28s ease;
    -webkit-transform: translateY(-100%) rotateX(0deg) rotate(45deg);
    transform: translateY(-100%) rotateX(0deg) rotate(45deg);
    will-change: transform
}

.form-select select:focus~.form-element-bar::before {
    -webkit-transform: translateY(-50%) rotateX(180deg) rotate(45deg);
    transform: translateY(-50%) rotateX(180deg) rotate(45deg)
}

.form-element-field[type="number"] {
    -moz-appearance: textfield
}

.form-element-field[type="number"]::-webkit-outer-spin-button,.form-element-field[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}


.jc-center{
    display: flex;
    justify-content:center;
}




.content.content-search {
    width: 100%;
}


a.menu_a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}


li.menu_li {
    display: flex;
    align-items: center;
    padding-left: 10px;
}


@media (max-width: 768px) {
    li.menu_li {
    justify-content: center;
    padding: 10px;
}
}









.default_breadcrumb {
    padding: 10px 0;
    list-style: none
}

.default_breadcrumb-h2 {
    font-size: 20px;
    color: #868686;
    padding: 5px 0;
    font-weight: 600;
    letter-spacing: -.5px;
    border-bottom: solid 1px #e9e9e9
}

.default_breadcrumb a:hover {
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in
}

.default_breadcrumb a:link {
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in
}

.default_breadcrumb a {
    color: #4b4848;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500!important
}

.default_breadcrumb a::after {
    content: ">";
    padding: 0 10px
}

.default_breadcrumb a:last-child::after {
    content: ""
}

.container-default_breadcrumbs {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 1200px) {
    .container-default_breadcrumbs.default_breadcrumb-container {
        max-width: 95%;
        
        width: 100%;
    }
}

a.survey-button {
    display: inline-flex;
}