@charset "UTF-8";
/*tipografia*/
.p_fonte1 {
    font-family: 'montserratregular', sans-serif !important;
}

body, h2, button, p, h1 {
    font-family: 'montserratregular', sans-serif !important;
    line-height: 1.7;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

a:link {
    text-decoration: none !important;
    color: inherit;
}

.menu {
    font-size: 1.8rem;
    font-weight: 600;
}

.menu a {
    color: #fff !important;
}

.table-responsive.table-responsive_box {
    display: none;
}

.container.plano-box {
    cursor: pointer;
}

:root {
    --color-default-1: rgba(27, 48, 136, 1);
    --color-default-1-dark: rgba(27, 48, 136, 1);
    --color-default-2: #01bcfd;
    --color-default-3: rgba(27, 48, 136, 1);
    --color-default-mask: rgba(27, 48, 136, .8);
    --color-dark-1: #1a1a1a;

    --slide-top-large: 600px;
    --slide-top-medium: 400px;
    --slide-top-small: 300px;


    --color-default: #555555;
    --color-green: #36BA9B;
    --color-green-light: #e5fff9;
    --color-green_light_dark: #28A745;
    --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;

}


/*-------------------------------------------------------------------------------*/
/*Base*/
*::after, * *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5% !important;
}

body {
    box-sizing: border-box;
}

/*-------------------------------------------------------------------------------*/
/*Animações*/
@keyframes move-left {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-25px);
    }
}

@keyframes move-right {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(25px);
    }
}

span.h2-logo_span_i {
    line-height: 25px;
}


.lazy-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
}

.lazy-img img.loaded {
    opacity: 1;
    transition: opacity 1s;
}

/*-------------------------------------------------------------------------------*/
.carousel-fade .carousel-item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    transition: opacity .75s ease-in-out;
}

h2.modal_element_item_header-h2.section_not_h2 {
    font-size: 25px;
}

.carousel-fade .carousel-item:first-of-type {
    position: relative;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

ol.carousel-indicators {
    display: none !important;
}

/*Home 2*/
.col-md-7.noticia_col {
    padding: 0;
}

ol.carousel-indicators li {
    background: #fff;
    padding: 1rem;
    border: solid .5rem #fff;
    border-radius: 50%;
}

ol.carousel-indicators li.active {
    background: var(--color-default-1) !important;
}

img.icon_slide_control {
    height: 5rem;
}

.row.acesso_row {
    display: flex;
    padding: 15px;
}

.acesso_col {
    margin: 1.2rem .8rem .8rem .5rem;
}

.acesso_col {
    /*flex-basis: 14% !important;*/
    /*max-width: 14%;*/
    flex-basis: 15.53% !important;
    max-width: 15.53%;
    flex: 3 2 auto;
    display: flex;
    height: 15rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.youtube-body {
    display: flex;
    justify-content: space-between;
}

.youtube-item iframe {
    width: 100%;
}

.youtube-item {
    width: calc(33.33333% - 1rem) !important;
}


.acesso_col .ic-access {
    color: var(--color-default-1);
    font-weight: 500;

}

span.span-facebook-header.icon-ic-facebook-filled {
    margin-left: -10px;
}

.call-number {
    color: inherit;
}

.call-number:hover {
    text-decoration: none;
    color: inherit;
}

.call-number:link {
    text-decoration: none;
    color: inherit;

}

.acesso_col:hover h2 {
    color: var(--color-default-1-dark);
}

.acesso_col:hover span {
    color: var(--color-default-1-dark);
}


.acesso_col:hover {
    text-decoration: none;
}

.acesso_col:link {
    text-decoration: none;
}


span.ic-access.icon-ic-document-3 {
    font-size: 6.5rem;
}

.icon_acesso {
    height: calc((100vw - 1rem) * (1 / 15));
}

.icon_acesso2 {
    height: calc((100vw - 1rem) * (1 / 17));
}

.video__col {
    width: calc(33.33333% - 1rem) !important;
}

.video__col {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {


    .icon_acesso {
        height: calc((100vw - 1rem) * (1 / 10));
    }

    .icon_acesso2 {
        height: calc((100vw - 1rem) * (1 / 12));
    }
}


@media (max-width: 568px) {
    .icon_acesso {
        height: calc((100vw - 1rem) * (1 / 10));
    }

    .icon_acesso2 {
        height: calc((100vw - 1rem) * (1 / 6));

    }
}

@media (max-width: 400px) {
    span.h2-logo_span_i {
        font-size: 25px !important;
        font-weight: 800;
    }


    .acesso_col {
        /*flex: 0 0 calc((100vw - 1rem) * (5/18));*/
        height: calc((100vw - 1rem) * (5 / 19));
    }

    .icon_acesso {
        height: calc((100vw - 1rem) * (1 / 7));
    }
}

@media (max-width: 350px) {
    .row.acesso_row {
        display: flex;
        padding: 3px;
    }
}


.h2_acesso_r {
    text-align: center;
    color: #000;
    padding: .5rem;
    font-size: 16px;
    font-weight: 600;
    margin: 0 .5rem;
}

h2.slide_legenda_main {
    font-weight: normal;
    display: flex;
    color: #fff;
    font-size: calc(20px + 50 * (100vw - 425px) / (1600 - 50));
    flex-direction: column;
    margin: 1rem;
}

.carousel-item.active.banner_box {
    display: flex;
}

span.slide_legenda_item1_span {
    color: #2d2c2e;
    font-weight: 600;
}

.col-md-12.banner_col1 {
    height: 100%;
}

.col-md-12.banner_col1 {
    position: absolute;
    z-index: 200;
}

.col-md-9.banner_col.ml-auto {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.btn_style1 {
    box-shadow: 0 3px 15px 6px rgba(0, 0, 0, 0.48);
    margin-left: 10%;
    margin-top: 4rem;
    border: none;
    background: #fff;
    color: #363435;
    padding: .8rem 3rem .8rem 3rem;
    font-size: calc(18px + 14 * (100vw - 425px) / (1600 - 50));
}

.btn_style1:link {
    text-decoration: none;
    color: #363435;
}

.btn_style1:hover {
    text-decoration: none;
    color: #363435;
}

.col-md-12.banner_col1 {
    display: flex;
    align-items: center;
}

svg#b0f82be3-f505-4174-a356-512392147919 {
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

svg#bec83a35-4497-4e3d-aad2-735b47e8458a {
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

.carousel-inner1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

img.atendimento_svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}


a.link_mais {
    margin-right: auto !important;
    font-weight: 600;
    padding: 1rem 2.5rem 1rem 2.5rem;
    color: #fff;
    font-size: calc(13px + 14 * (100vw - 425px) / (1600 - 50));
    background: var(--color-default-1);
    margin: 1rem 1rem 1rem 1.5rem;
}

a.link_mais:link {
    color: #fff;
    text-decoration: none;
}

a.link_mais:hover {
    text-decoration: none;
    color: #fff;
}

a.link_mais_not {
    font-weight: 600;
    padding: 1rem 2.5rem 1rem 2.5rem;
    color: #fff;
    font-size: 17px;
    background: var(--color-default-1);
    margin: 1rem 0;
    margin-left: auto;
    border-radius: 5px;
}

span.ic-section-span {
    font-size: 3.5rem;
    margin-right: 1rem;
}

a.link_mais_videos.btn-noticias.ml-auto:hover {
    text-decoration: none;
}

a.link_mais_videos.btn-noticias.ml-auto {
    font-weight: 600;
    padding: 1rem 2.5rem 1rem 2.5rem;
    color: #fff;
    font-size: 17px;
    background: var(--color-default-1);
    margin: 0;
    margin-left: auto;
    border-radius: 5px;
}

.btn-container {
    display: flex;
    margin-top: 1rem;
}

.video__container {
    margin-bottom: 2rem;
}

a.link_mais_not:link {
    color: #fff;
    text-decoration: none;
}

a.link_mais_not:hover {
    text-decoration: none;
    color: #fff;
}

.main_container {
    padding: 0;
}

img.not_img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main_not_box {
    position: relative;
    height: 100%;
}

.col-md-7.noticia_col {
    margin-bottom: 1rem;
}

.not_mask {
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    height: 45%;
    left: 0;
    right: 0px;
    z-index: 5;
}

.not_mask_min {
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 39%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    height: 70%;
    left: 0;
    right: 0px;
    z-index: 5;
}

.main_container.container-fluid {
    display: flex;
}

.not_legenda {
    padding: 1rem;
    position: absolute;
    z-index: 6;
    bottom: 5%;
}

.not_legenda_min {
    padding: 1rem;
    position: absolute;
    z-index: 6;
    bottom: 2%;
}

h2.not_legenda_h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(19px + 14 * (100vw - 425px) / (1600 - 50));
}

h2.not_otr_legenda_h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: calc(11px + 14 * (100vw - 425px) / (1600 - 50));
}

img.svg_not_ic {
    height: 2.4rem;
}

.icone_box {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

p.data_not {
    color: #fff;
    padding-left: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    font-size: calc(5px + 14 * (100vw - 425px) / (1600 - 50));
}

.col-md-5.outras_not_col {
    padding-right: 0;
}

h2.section_not_h2 {
    display: block;
    color: #2d2c2c;
    width: 100%;
    font-family: 'montserratextrabold' !important;
    font-size: 30px;
}

.extra-bold {
    font-family: 'montserratextrabold' !important;
}

.col-md-12.outras_not {
    padding: 0;
}

.col-md-12.outras_not {
    position: relative;
    margin-bottom: 1rem;
}

.outras_noticias_row.row {
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-12.outras_not {
    flex: 0 0 49.4% !important;
}

.outras_noticias_row.row {
    display: flex;
    flex-direction: column;
}

.acesso_item {
    height: calc(12rem + 50 * (100vw - 425px) / (1600 - 50));
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 4rem;
}

.acesso_item_h2 {
    font-weight: 800 !important;
    color: #2d2b2b;
    font-size: calc(15px + 14 * (100vw - 425px) / (1600 - 50));
}

.acesso_item.col-md-5 {
    margin: 1rem;
}

.acesso_item.col-md-5:link {
    text-decoration: none;
}

.acesso_item.col-md-5:hover {
    color: #2d2b2b;
    text-decoration: none;
}

.row.acesso_col_row {
    display: flex;
    justify-content: center;
}

.main_container.container-fluid {
    width: 100% !important;
    display: block;
}

img.img_municipios {
    margin: 0 auto;
    height: calc((100vw - 1rem) * (3 / 21));
}

.municipios_box {
    display: flex;
    flex-direction: column;
    height: calc((100vmax - 1rem) * (5 / 21));
    width: calc((100vmax - 1rem) * (6 / 21));
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 2rem;
    color: #2d2c2c;
}

.municipios_box:link {
    text-decoration: none;
    color: #2d2c2c;
}

.municipios_box:hover {
    text-decoration: none;
    color: #2d2c2c;
}

.municipios_legenda_h2 {
    text-align: center;
    font-size: calc(30px + 14 * (100vw - 425px) / (1600 - 50));
}

.carousel-item_municipios {
    padding: 1rem;
    display: flex !important;
    justify-content: space-around !important;
}

div#slide_municipios {
    width: 100%;
    margin-bottom: 10rem;
}

li.dot_municipios {
    height: 3rem !important;
    background: #fff;
    border: solid 4px #000;
    border-radius: 50%;
    width: 3rem !important;
}

li.dot_municipios.active {
    background: #148d47 !important;
}

img.svg_mapa_pr {
    position: absolute;
    height: calc((100vw - 1rem) * (6 / 21));
    left: -5%;
    bottom: 1%;
}

.row.municipios_c_row {
    position: relative;
}

a.acesso_item.col-md-5.col-sm-3 {
    border-left: 6px solid #00843b;
}

@media (min-width: 1400px) {
    .carousel-inner1 {
        height: calc(800px - 8rem - 60px);
    }
}

@media (max-width: 992px) {
    .carousel-inner1 {
        height: 400px;
    }

    .col-md-3.banner_col1 {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .carousel-inner1 {
        height: 300px;
    }

    h2.not_legenda_h2 {
        font-size: 20px;
    }

    p.data_not {
        font-size: calc(12px + 14 * (100vw - 425px) / (1600 - 50));
    }

    .col-md-7.noticia_col {
        padding: 0;
    }

    .not_legenda {
        bottom: 2%;
    }

    h2.section_not_h2 {
        text-align: center;
        margin-left: 0;
    }

    .outras_noticias_row.row {
        height: auto;
    }

    .col-md-12.outras_not {
        height: calc(25rem + 50 * (100vw - 425px) / (1600 - 50));
    }


    .outras_noticias_row.row {
        flex-direction: column;
    }

    .col-md-12.outras_not {
        flex: 0 0 100% !important;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 450px) {
    button.btn_style1 {
        box-shadow: 0 3px 15px 6px rgba(0, 0, 0, 0.48);
        margin-left: 3%;
        margin-top: 2rem;
        border: none;
        background: #fff;
        color: #363435;
        padding: .6rem 2rem .6rem 2rem;
        font-size: calc(16px + 14 * (100vw - 425px) / (1600 - 50));
    }

    .col-md-12.banner_col1 {
        padding: 0.5rem;
    }

    h2.slide_legenda_main {
        margin: 0;
    }

    .col-md-3.banner_col1 {
        width: 25%;
    }

    .carousel-inner1 {
        height: 250px;
    }
}

@media (max-width: 568px) {
    a.acesso_item.col-md-5.col-sm-3 {
        max-width: 43%;
    }
}

@media (max-width: 400px) {
    .col-md-12.banner_col1 {
        padding: 0.5rem;
    }

    h2.slide_legenda_main {
        margin: 0;
    }

    .col-md-3.banner_col1 {
        width: 50%;
    }

    .carousel-inner1 {
        height: 220px;
    }
}

img.d-block {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-fade .carousel-item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    transition: opacity .75s ease-in-out;
    height: 100%;
}

h2.section_not_h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    span.icon-ic-arrow-down-21.menu__icon_top {
        font-size: 2.5rem;
    }

    .container-acesso2.container {
        max-width: 100% !important;
    }

    .col-md-7.col-lg-7.box_rg {
        padding: 3rem !important;
    }


    .menu__icon_top {
        height: 3rem;
    }

    .barra-superior.menu {
        background: var(--color-default-1);
    }

    .social-media.menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .icone {
        flex-direction: column;
        display: flex;
        align-items: center;
        margin: 1rem;
        justify-content: center;
    }

    .telefone {
        margin-bottom: 1rem;
    }

    .top_button {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .menu__icon_top {
        margin-bottom: -1rem;
    }
}

@media (min-width: 768px) {

    .col-md-7.noticia_col {
        height: 670px;
    }

    a.otr_link {
        display: flex;
        height: 330px;
    }
}


@media (max-width: 768px) {

    a.otr_link {
        height: 300px;
        display: flex;
    }

    .main_not_a {
        height: 300px;
        display: flex;
    }

    .main_not_box {
        height: 300px;
    }

    h2.not_otr_legenda_h2 {
        font-size: 20px;
    }

    .outras_noticias_row.row {
        width: 100%;
        margin: 0;
    }

    .col-md-5.outras_not_col {
        padding: 0;
    }

    img.logo {
        margin-left: 0;
    }

    .outras_not_col {
        order: 3;
    }

    .col-md-4.video__col {
        margin-top: 1rem;
    }

    .col-md-7.noticia_col {
        order: 1;
    }

    .outras_noticias_row.row {
        padding: 0;
    }

    a.link_mais_not {
        display: flex;
        order: 5;
        margin-left: 1.5rem;
    }
}

@media (max-width: 576px) {
    .acesso_col {
        flex: 0 0 calc((100vw - 1rem) * (8 / 18));
        height: calc((100vw - 1rem) * (8 / 19));
    }

    h2.h2_acesso_r.p_fonte1 {
        text-align: center;
    }

    .icon_acesso {
        height: calc((100vw - 1rem) * (2 / 10));
    }

    .h2_acesso_r {
        color: #000;
        padding: .5rem;
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
    }

    img.icon_slide_control {
        height: 3rem;
    }

    .carousel-item.carousel-item_municipios {
        display: flex;
        flex-direction: column;
    }

    .row.municipios_c_row {
        margin: 0;
    }

    .btn_style1 {
        margin-left: 0 !important;
    }

    .main_container.container-fluid {
        padding: 0 !important;
    }

    .row.section1_row {
        margin: 0;
        width: 100%;
    }

    .outras_noticias_row.row {
        margin: 0;
        width: 100%;
    }


    .main_not_box {
        margin: 0;
        margin-bottom: 1rem;
    }

    h2.section_not_h2.text-center {
        margin-bottom: 0rem;
    }
}

@media (max-width: 400px) {

}

@media (max-width: 350px) {
    .btn_style1 {
        margin-left: 0;
    }

    h2.section_not_h2.text-center {
        font-size: calc(27px + 14 * (100vw - 425px) / (1600 - 50));
    }
}

@media (max-width: 320px) {
    .acesso_col {
        flex: 0 0 calc((100vw - 1rem) * (9 / 18));
        height: calc((100vw - 1rem) * (9 / 19));
    }
}

.btn_exp__anexo {
    margin-left: .5rem;
}

select.ano_con_selector {
    outline: none;
    padding: 2rem;
    width: 30rem;
    font-size: calc(15px + 14 * (100vw - 425px) / (1600 - 50));
    font-weight: 600;
    margin-left: auto;
    border: none;
    background: #fcfcfc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    /* background: #f8f9fa; */
}

h2.otr_not_h2 {
    font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 600;
}

svg.svg_div {
    height: calc(38px + 14 * (100vw - 425px) / (2000 - 50));
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.select_container {
    position: relative;
    margin: 2rem;
    margin-left: auto;
}

.legenda_table_exp {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

ol.carousel-indicators {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

img.icon_slide_control {
    opacity: .32 !important;
}

.div_popup_FORM {
    position: absolute;
    height: 100vh;
    overflow-y: scroll;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop_div_mask_FORM {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.690196);
    right: 0;
    left: 0;
    z-index: 90000;
    display: flex;
    justify-content: center;
}

.pop_div_conteudo_FORM {
    position: relative;
    background: #fff;
    margin: 5% auto;
    width: calc((100vw - 1rem) * (13 / 21));
    border-radius: .5rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

.modal_open {
    height: 150%;
    overflow: hidden;
}

span.pop_div_header_FORM {
    cursor: pointer;
    background: var(--color-default-1);
    position: absolute;
    width: calc(50px + 14 * (100vw - 425px) / (1600 - 50));
    height: calc(50px + 14 * (100vw - 425px) / (1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -1.9rem;
    top: -1.5rem;
    z-index: 100002;
    font-size: calc(18px + 14 * (100vw - 50px) / (2500 - 50));
}

h2.popup_div_form {
    font-size: calc(25px + 14 * (100vw - 50px) / (2500 - 50));
    font-family: 'montserratextrabold';
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
}

.div_popup_FORM {
    display: none;
}

@media (max-width: 992px) {
    .pop_div_conteudo_FORM {
        width: 90%;
    }
}

@media (max-width: 568px) {
    .form_LDO {
        padding: 0 !important;
    }

    fieldset.form-fieldset {
        padding: 0.8rem;
    }
}

.popup_msg_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.690196);
    right: 0;
    left: 0;
    z-index: 90000;
    display: flex;
    justify-content: center;
}

.popup_msg_conteudo {
    padding: 1rem;
    position: relative;
    background: #fff;
    margin: 5% auto;
    height: calc((100vw - 1rem) * (5 / 21));
    width: calc((100vw - 1rem) * (10 / 21));
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

span.pop_close_msg {
    cursor: pointer;
    background: red;
    color: #fff;
    position: absolute;
    width: calc(35px + 14 * (100vw - 425px) / (1600 - 50));
    height: calc(35px + 14 * (100vw - 425px) / (1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -1.9rem;
    top: -1.5rem;
    z-index: 100002;
    font-size: calc(18px + 14 * (100vw - 50px) / (2500 - 50));
}

img.pop_img_msg {
    height: calc((100vw - 1rem) * (2 / 21));
    margin-bottom: 3rem;
}

.pop_TITULO_msg {
    font-size: calc(18px + 14 * (100vw - 50px) / (2500 - 50));
    font-family: 'montserratextrabold';
}

.pop_MENSAGEM_msg {
    font-size: calc(12px + 14 * (100vw - 50px) / (2500 - 50));
}

@media (max-width: 868px) {
    .popup_msg_conteudo {
        height: calc((100vw - 1rem) * (7 / 21));
        width: calc((100vw - 1rem) * (17 / 21));
    }

    img.pop_img_msg {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.pop_banner_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.690196);
    right: 0;
    left: 0;
    z-index: 90000;
    display: flex;
    justify-content: center;
}

.popup_banner {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pop_banner_conteudo {
    position: relative;
    background: #fff;
    margin: 0% auto;
    border-radius: .5rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

.pop_banner_conteudo.col-lg-7.col-md-12.col-sm-12.col-xs-12 {
    padding: 0 !important;
}

span.pop_close_banner {
    cursor: pointer;
    background: var(--color-default-1);
    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: -0.8rem;
    top: -1.3rem;
    z-index: 100002;
    font-size: calc(15px + 14 * (100vw - 50px) / (2500 - 50));
}

.popup_banner {
    padding: 1rem;
}

.popup_img_banner {
    border-radius: .5rem;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
}

.popup_banner_link {
    display: block;
    height: 100%;
    width: 100%;
    color: #000;
}

.popup_banner_link:link {
    text-decoration: none;
    color: #000;
}

.popup_banner_link:hover {
    text-decoration: none;
    color: #000;
}

@media (min-width: 992px) {
    .carousel-inner.carousel-inner1 {
        min-height: 400px;
    }
}

a.page-link {
    color: #189ad3;
}

.btn.btn-form.btn-visu {
    width: 15rem;
    color: #fff;
    background: #107dac;
    font-size: 1.5rem;
    font-weight: 600;
    padding: .5rem;
}

#form_leis {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    margin-top: 1rem;
    border-radius: .5rem;
}

th.th-topo.tb_sm {
    width: 10rem;
}

svg.pdf-icone {
    transition: all .3s ease-out;
}

.tb_sm_btn {
    width: 20rem;
}

fieldset.form-fieldset.form_box {
    padding-bottom: 0 !important;
}

.form-group.btn-bot {
    display: flex;
    justify-content: center;
}

input.btn-limpar_1 {
    color: #fff;
    background: red;
    font-size: calc(15px + 14 * (100vmax - 425px) / (2500 - 50));
    width: 18rem;
    font-weight: 600;
}

.btn-pesquisar_1 {
    padding: .8rem;
    color: #fff;
    background: var(--color-default-1);
    font-size: 20px;
    width: 18rem;
    font-weight: 600;
}

form.form-default {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.border-b {
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.titulo_lei_row {
    background-image: linear-gradient(to right, var(--color-default-3), rgba(0, 73, 150, 0.9), rgba(0, 73, 150, 0.8)), url(http://192.168.56.1/grandes_rios/img/lei.jpg);
    background-position: 100% 75%;
    background-size: cover;
    height: 22rem;
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
}

td.tb-linha.sumula {
    text-transform: uppercase;
    min-width: 30rem;
    font-size: calc(11px + 14 * (100vmax - 425px) / (2500 - 50));
}

td.tb-linha.tb_it {
    font-size: calc(13px + 14 * (100vmax - 425px) / (2500 - 50));
}

.row.p-3 {
    width: 100% !important;
}

.pagination-lg .page-link {
    font-size: calc(10px + 14 * (100vmax - 425px) / (2500 - 50)) !important;
}

th.th-topo.th-leis {
    font-size: calc(15px + 14 * (100vmax - 425px) / (2500 - 50)) !important;
}

.paginacao-leis {
    padding-top: 2rem;
    margin: 0 auto;
    width: 25%;
}

.col-lg-4.col-md-12.leis__col-b {
    padding-top: 11.5rem;
}

/*   leis Municipais  */

.leis__col-a {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}

.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;
}

label.form-label-default {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.form-group-col-2 {
    display: flex;
}

.form-group-default.form-group-default-grow-1 {
    flex-basis: 50%;
    margin-right: 2rem;
}

.form-group-default.form-group-default-grow-2 {
    flex: 1;
}

textarea#field-mensagem {
    height: auto;
}

.form-group-default.form-group-default-grow-1:last-of-type {
    margin-right: 0;
}

.form-group-default-col-1 {
    margin: 0 !important;
}

.leis__col-a__pesquisa {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

.leis__col-a .pesquisa {
    transform: translate(0);
}

.leis__col-a .pesquisa__input {
    font-size: 2rem;
}

.leis__col-a .pesquisa__botao {
    margin-left: -1.5vw;
}

.leis__col-a .titulo-secao {
    display: block;
    text-align: center;
    font-weight: 800;
}

.leis__col-b {
    padding-top: 3rem;
}

.leis__conteudo .titulo-secao {
    text-align: center;
    font-weight: 800;
}

.leis__conteudo .table .th-topo {
    text-align: center;
    font-size: 2rem;
}

.leis__conteudo .table .tb-linha {
    text-align: center;
    font-size: 1.5rem;
}

.leis .leis-filtro {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

.btn-detalhes {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 2px var(--color-default-1);
    background-color: #fff;
    color: var(--color-default-1);
    width: 30%;
    font-weight: bold;
    padding: .5rem;
    font-size: 1.4rem;
    outline: none;
    border-radius: 50px;
    transition: all .2s ease-in;
}

.btn-detalhes:hover {
    transition: all .3s ease-in;
    color: #fff;
    background-color: var(--color-default-1);
}

.table-conc {
    font-size: 1.5rem;
}

th {
    width: 25vw;
}

.tabela {
    background: #fcfcfc;
    margin-top: 2rem;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

.tabela svg {
    width: 100%;
}

section.bolsa.bolsa__container {
    width: 100% !important;
}

.row.leis_row_filtro {
    width: 100%;
    margin: 0;
}

@media (max-width: 992px) {
    .col-lg-4.col-md-12.leis__col-b {
        padding-top: 5rem;
    }

    .container-secao {
        margin: 0 !important;
    }

    .input-grupo {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    fieldset.form-fieldset.form_box {
        padding: .4rem;
    }

    form#form_leis {
        margin: 1rem;
    }

    .leis__container {
        margin-left: 0;
        margin-right: 0;
    }

    .leis__col-a {
        display: flex;
        order: 3;
    }

    .leis__col-b {
        display: flex;
        order: 1;
    }

    .leis-filtro {
        width: 100%;
        min-height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .lista-ultimas {
        min-height: 30vh !important;
    }

    .input-grupo {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .btn-detalhes {
        width: 50%;
    }
}

@media (max-width: 450px) {
    ul.pagination.pagination-lg {
        padding-left: 12rem;
    }

    form#form_leis {
        width: 95%;
    }

    .row.leis_row_filtro {
        display: flex;
        justify-content: center;
    }
}

table.table.table-bordered.table_pdf {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: .5rem;
}

.th-leis {
    color: #fff;
}

.th_leis {
    background: #000;
}

h2.titulo-secao.text-center {
    font-weight: 600;
    font-family: 'montserratextrabold';
    font-size: calc(30px + 14 * (100vw - 425px) / (2500 - 50)) !important;
}

/*-------------------------------------------*/
.txt_container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 2rem;
    background: #fcfcfc;
    padding: 2rem;
    border-radius: .5rem;
    position: relative;
}

.row.txt_row {
    width: 100%;
    margin: 0;
}

.txt_h2 {
    display: block;
    text-align: center;
    font-family: 'montserratextrabold';
    font-size: calc(28px + 14 * (100vw - 425px) / (1600 - 50));
}

.txt_p {
    font-size: calc(13px + 14 * (100vw - 100px) / (2500 - 50));
    padding: 3.5rem 3.5rem 5rem;
}

.img_txt_mask {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.mask_txt_box {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mask_txt_container {
    position: relative;
}

.mask_txt_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.brasao-container {
    border-radius: .5rem;
    border-left: solid 10px var(--color-default-1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 2rem;
    background: #fcfcfc;
    margin-top: 10rem;
    margin-bottom: 10rem;
    position: relative;
}

.img_brasao {
    height: calc((100vw - 1rem) * (5 / 21));
}

.legenda_brasao {
    border-radius: .5rem;
    background: var(--color-default-1);
    position: absolute;
    top: -15%;
    bottom: -15%;
    right: 0;
    width: 50%;
    padding: 1rem;
}

.legenda_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: .5rem;
    height: 100%;
    width: 100%;
    border: solid 5px #fff;
}

.legenda_brasao_h2 {
    color: #fff;
    font-family: 'montserratextrabold';
    font-size: calc(48px + 14 * (100vw - 425px) / (2500 - 50));
}

.gestao-container {
    height: 100%;
    display: flex;
    flex: 0 0 48%;
    border-radius: .5rem;
    border-left: solid 10px var(--color-default-1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    margin-top: 5rem;
    margin-bottom: 5rem;
    position: relative;
}

.gestao-container_direita {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 48%;
    border-radius: .5rem;
    border-right: solid 10px var(--color-default-1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    margin-top: 5rem;
    margin-bottom: 5rem;
    position: relative;
}

.img_gestao {
    height: calc((100vw - 1rem) * (5 / 21));
    margin-left: 5%;
    border-radius: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.img_gestao_direita {
    border-radius: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: calc((100vw - 1rem) * (5 / 21));
    margin-right: 5%;
}

.legenda_gestao {
    border-radius: .5rem;
    background: var(--color-default-1);
    position: absolute;
    top: -15%;
    bottom: -15%;
    right: 0;
    width: 50%;
    padding: 1rem;
}

.legenda_gestao_direita {
    border-radius: .5rem;
    background: var(--color-default-1);
    position: absolute;
    top: -15%;
    bottom: -15%;
    left: 0;
    width: 50%;
    padding: 1rem;
}

.legenda_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: .5rem;
    height: 100%;
    width: 100%;
    border: solid 5px #fff;
}

.legenda_gestao_h2 {
    color: #fff;
    font-family: 'montserratextrabold';
    font-size: calc(28px + 14 * (100vw - 425px) / (1600 - 50));
}

.session_h2 {
    margin-bottom: 2rem;
    display: block;
    text-align: center;
    font-family: 'montserratextrabold';
    font-size: calc(38px + 14 * (100vw - 425px) / (1600 - 50));
}

.legenda_p_gestao {
    color: #fff;
    font-size: calc(10px + 14 * (100vw - 425px) / (1600 - 50));
}

.cat_legenda {
    font-weight: 600;
    margin-right: .5rem;
}

.row_gestao {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 2rem;
    width: 100%;
}

p.txt_p {
    text-align: justify;
}

@media (max-width: 1000px) {
    .legenda_gestao_h2 {
        font-size: calc((100vw - 1rem) * (1 / 40));
    }

    .legenda_box {
        padding: 1rem;
    }
}

@media (max-width: 992px) {
    .brasao-container {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    h2.legenda_gestao_h2 {
        text-align: center;
    }

    .gestao-container_direita {
        flex: 0 0 100%;
    }

    .gestao-container {
        flex: 0 0 100%;
    }

    .row.row_gestao {
        flex-direction: column;
    }

    .img_gestao {
        height: calc((100vw - 1rem) * (9 / 21));
    }

    .img_gestao_direita {
        height: calc((100vw - 1rem) * (9 / 21));
    }

    h2.session_h2 {
        margin-bottom: 0;
    }

    h2.legenda_brasao_h2 {
        font-size: calc(28px + 14 * (100vw - 425px) / (1500 - 50));
    }

    .legenda_gestao_h2 {
        font-size: calc((100vw - 1rem) * (1 / 24));
    }

    .legenda_p_gestao {
        color: #fff;
        font-size: calc(13px + 14 * (100vw - 425px) / (1600 - 50));
    }
}

@media (max-width: 668px) {
    .brasao-container {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .legenda_txt {
        padding: .5rem;
    }

    .legenda_p_gestao {
        margin-bottom: 0.5rem;
    }

    .legenda_gestao_direita {
        width: 55%;
    }

    .legenda_gestao {
        width: 55%;
    }

    p.txt_p {
        text-align: justify;
        padding: 0;
    }

    .brasao-container {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 576px) {
    .txt_container {
        margin: 1rem;
    }

    .col-md-12.conteudo_body_col {
        padding: 0rem 1rem 0rem;
    }

    .row.row_gestao {
        padding: 1rem;
    }
}

@media (max-width: 450px) {
    h2.legenda_brasao_h2 {
        font-size: calc(18px + 14 * (100vw - 425px) / (1500 - 50));
    }

    .img_brasao {
        height: calc((100vw - 1rem) * (8 / 21));
        margin-left: 0;
    }

    .row.row_gestao {
        padding-top: 0 !important;
    }

    .gestao-container_direita {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 350px) {
    p.legenda_p_gestao {
        font-size: calc(10px + 14 * (100vw - 425px) / (1600 - 50));
    }
}

.row.video_row {
    display: flex;
    justify-content: center;
}

.video_container {
    display: flex;
    flex: 0 0 30%;
    margin: 1rem;
}

.fb-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.fb-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 768px) {
    .video_container {
        display: flex;
        margin: 1rem;
        flex: 0 0 calc((100vw - 1rem) * (8 / 21));
    }
}

@media (max-width: 568px) {
    .video_container {
        display: flex;
        margin: 1rem;
        flex: 0 0 95%;
    }
}

/*Noticia*/
.main_not {
    margin: 0 auto;
}

ul.social-media-share.social {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

.cont__not {
    display: flex;
    flex-direction: column;
}

h1.text-center.header_text {
    font-size: calc(30px + 14 * (100vw - 425px) / (2500 - 50)) !important;
    font-family: 'montserratextrabold' !important;
    color: var(--color-default-1);
}

.galeria-not-item {
    flex-basis: 33.33333%;
    height: 30rem;
}

.row.gal_row_not {
    margin: 0;
    width: 100%;
}

.galeria_ft.content-sm {
    margin-top: 3rem;
}

h1.h1_min {
    text-align: center;
    font-weight: 900;
}


.noticia.noticia__body.content {
    padding: 0;
}


.galeria-not-link img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

a.lazy-img.image-link.galeria__item_not {
    display: flex;
    height: 100%;
    border: solid 1px #eeee;
    margin: .5rem;
    border-radius: 5px;
    overflow: hidden;
}


.galeria-not-link {
    width: 100%;
    height: 100%;
    margin: .5rem;
}

.row_outras_not {
    width: 100%;
    margin: 0;
}

h2.titulo-secao.text-center.titulo-ultimas {
    margin-bottom: 2rem;
}

.row.parent-container.cont__not {
    width: 100%;
    margin: 0;
}

svg.data_leg {
    width: 2rem;
    margin: 1rem;
    height: 2rem;
}

img.img_secao_not__min.loaded {
    margin: 1rem;
}

.h1_min {
    font-size: 3rem;
    color: #333;
    font-weight: 600;
}

.img_secao_not {
    width: 80rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 5rem;
    object-position: center;
    object-fit: cover;
    border-radius: .5rem;
}


img.img_secao_not.loaded {
    display: block;
}

i.icon_c {
    font-size: 3.2rem;
    color: var(--color-default-1);
}

.header__container__noticia {
    height: 25vh;
}

img.notb__img.l {
    height: 100% !important;
}

.col-md-5.not__item {
    padding: 0 !important;
}

.social-media-share_a:link {
    text-decoration: none;
}

img.notb__img {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

h1.text-center {
    font-weight: 600;
    font-size: 4rem;
    padding: 2rem;
}

i.icon_c.fab {
    display: flex;
    width: 3.2rem;
    align-items: center;
    justify-content: center;
}

li.social-media-share_li {
    padding: .2rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.social-media-share_a {
    padding: 1rem;
    border-radius: 1rem;
}

.social-media-share_a_whats {
    background: #00e676;
}

.social-media-share_a_facebook {
    background: #4267b2;
    padding: 1rem;
    border-radius: 1rem;
}

.social-media-share_a_email {
    background: #fa6e58;
    padding: 1rem;
    border-radius: 1rem;
}

.svg {
    width: 3.2rem;
    height: 3.2rem;
}

.svg path {
    transition: all .3s ease-in;
}

.col.img-t {
    display: flex;
    justify-content: center;
}

.row.not__col-inferior {
    display: flex;
    justify-content: center;
}

.ultimas-noticias {
    margin-bottom: 8rem;
}

.ultimas-noticias__box {
    height: auto;
}

.ultimas-noticias__box a:link {
    text-decoration: none;
}

.ultimas-noticias__img {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height: 30vh;
    width: 100%;
    object-fit: cover;
}

.ultimas-noticias__item {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

img.topn__img {
    width: 85.9%;
}

.noticia__link:hover {
    color: var(--color-default-3);
}

.noticia__header__cabecalho h2 {
    color: #fff;
    margin-right: 20%;
    padding: 1rem;
    font-size: .5rem;
    font-weight: 800;
}

.noticia__body {
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 2rem;
    margin-top: 4rem;
}

a.lazy-img.image-link.galeria__item.galeria__item-a img {
    height: 100%;
}

a.lazy-img.image-link.galeria__item.galeria__item-a {
    max-height: 700px;
    max-width: 100%;
    display: flex;
}

img.img_secao_not.loaded {
    object-position: top;
}

.noticia__post {
    display: block;
    font-size: 2rem;
}

.noticia__post p {
    text-align: justify;
}

.noticia__post h2 {
    text-align: left;
}

.noticia__post__img {
    display: block !important;
    height: 35vw;
    width: 50vw;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 2.8rem;
}

.noticia__comentario {
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 2rem;
}

.noticia__cabecalho__legenda {
    position: absolute;
    bottom: 0;
    left: 2rem;
    color: #fff;
}

.noticia__link {
    color: #000;
}

img.data_leg {
    margin-right: 1rem;
    height: calc(19px + 14 * (100vw - 425px) / (2500 - 50));
    width: calc(19px + 14 * (100vw - 425px) / (2500 - 50));
}

h3.data_leg {
    margin-bottom: 0;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
}

img.noticias_icone {
    height: calc(13px + 14 * (100vw - 425px) / (2500 - 50));
    width: calc(13px + 14 * (100vw - 425px) / (2500 - 50));
}

.cabecalho-box {
    padding: 1rem 0rem 1rem;
    display: flex;
    align-items: center;
}

.cabecalho-box__icone {
    display: flex;
    align-items: center;
}

.cabecalho-box small {
    margin-left: .6rem;
    font-size: calc(10px + 14 * (100vmax - 425px) / (2500 - 50));
}

.noticia_texto {
    font-size: calc(15px + 14 * (100vmax - 425px) / (2500 - 50));
}

.titulo-ultimas {
    position: relative;
    bottom: -4rem;
}

.ultimas-noticias {
    margin-left: 2vw;
    margin-right: 2vw;
}

@media (max-width: 992px) {
    .ultimas-noticias__item {
        margin-top: 3rem;
        margin-bottom: 8rem;
    }

    .ultimas-noticias__box {
        margin-bottom: 3rem;
    }

    .noticia {
        position: relative;
    }

    .noticia__body {
        margin-left: 0;
        margin-right: 0;
    }

    .noticia__comentario {
        margin-left: 0;
        margin-right: 0;
    }

    .noticia__header__cabecalho h2 {
        font-size: 4rem;
        font-weight: 800;
    }

    .noticia__post__img {
        height: 50vw;
        width: 80vw;
        border-radius: 2.8rem;
    }

    .ultimas-noticias {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .noticia__post {
        padding: .5rem;
    }

    .noticia__post h2 {
        font-weight: 800;
    }

    .noticia__header__cabecalho h2 {
        font-size: 3rem;
        font-weight: 800;
    }

    .ultimas-noticias__item {
        margin: 7rem 0;
    }
}

@media (max-width: 576px) {
    h1.text-center.header_text {
        font-size: calc(20px + 14 * (100vw - 425px) / (2500 - 50)) !important;
        padding: 0;
    }

    .noticia.noticia__body {
        margin-top: 1rem;
    }

    .ultimas-noticias {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row.row_outras_not {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h2.titulo-secao.text-center.titulo-ultimas {
        margin-bottom: 5rem;
    }

    img.img_secao_not.loaded {
        display: block;
    }

    .ultimas-noticias {
        margin-left: 0;
        margin-right: 0;
    }

    .ultimas-noticias__item {
        margin: 0;
    }

    .noticias .secao-top__header__cabecalho h2 {
        font-size: 2.8rem !important;
    }
}

@media (max-width: 400px) {
    .ultimas-noticias__box {
        margin-left: 3vw;
        margin-right: 3vw;
        margin-bottom: 3vw;
    }

    .noticias .secao-top__header__cabecalho h2 {
        font-size: 2.4rem !important;
    }
}

/*------------------------------------------------------------*/
.galeria-item__box1 {
    position: relative;
}

img.galeria-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.galeria-row {
    padding: 1rem;
    background: #fcfcfc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 1rem;
    border-radius: .5rem;
}

.galeria-item__box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-default-1)+1,349af9+60,61b0f9+100 */
    background: var(--color-default-1);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-default-1)', endColorstr='#61b0f9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.galeria-item__column {
    display: flex;
    height: calc((100vw - 1rem) * (5 / 21));
    flex: 0 0 calc((100vw - 1rem) * (7 / 23));
    margin: .5rem;
    padding: 0;
}

.galeria-item__box2__h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: calc(18px + 14 * (100vw - 425px) / (2500 - 50));
}

.link_galeria_item {
    cursor: pointer;
    display: flex;
}

.link_galeria_item:link {
    text-decoration: none;
}

.link_galeria_item:hover {
    text-decoration: none;
}

.mask_galeria_img_box {
    align-items: center;
    display: flex;
    left: 0;
    background: rgba(33, 37, 41, 0.7);
    position: absolute;
    top: 0;
    z-index: 400;
    right: 0;
    bottom: 0;
    justify-content: center;
}

.mask_galeria_img {
    display: none;
}

img.galeria-item_mask__img {
    height: calc(7rem + 50 * (100vw - 425px) / (1600 - 50));
}

h2.text-gal_top {
    margin-left: 0;
    font-size: calc(25px + 14 * (100vw - 425px) / (2500 - 50));
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.album-gal {
    height: 100%;
}

.album-gal {
    height: 100%;
}

.row.album-gal__linha {
    height: 100%;
}

img.album-gal__item__img.img_main {
    height: 100% !important;
    width: 100% !important;
}

h2.album_titulo {
    font-size: 3.2rem;
    position: absolute;
    z-index: 200;
    color: #fff;
    bottom: 10%;
    left: 5%;
}

.container-fluid.galeria__box {
    top: 0;
    left: 0;
    z-index: 500;
}

body#body {
    position: relative;
}

.header_gal_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.galeria-item__box2 {
    width: 88% !important;
    margin-left: -100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.galeria-item__box1 {
    overflow: hidden;
}

.move {
    margin-left: 0%;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 900px) {
    .col-md-6.gal__col.gal__col {
        padding: 1rem;
    }

    .galeria-item__column {
        height: calc((100vw - 1rem) * (8 / 21));
    }

    .container-fluid.galeria_cont {
        width: 98%;
    }
}

@media (max-width: 768px) {
    .album-gal__item {
        margin: 0 !important;
    }

    .col-md-6.gal__col.gal__col {
        padding: 0 !important;
    }
}

.container-fluid.album-gal {
    margin-bottom: 15rem !important;
}

.album-gal__item__load {
    flex-direction: column !important;
    flex-basis: unset !important;
    max-width: 100%;
    display: flex !important;
    padding: 0 !important;
    margin: 0.25rem !important;
    flex-grow: 1 !important;
}

.img_lg {
    height: 40rem !important;
}

.album-gal__item__legenda__load {
    top: 25rem !important;
    position: absolute !important;
    height: 15rem !important;
}

.album-gal__item__titulo__load {
    top: 30rem !important;
    position: absolute !important;
    font-size: 5rem !important;
}

.album-gal__item__span__load {
    top: 30rem !important;
    position: absolute !important;
    font-size: 3rem !important;
}

.btn_voltar__load {
    font-weight: 400;
    color: #333 !important;
    text-align: center;
    padding: 1rem;
    z-index: 9999;
    font-size: 2.2rem !important;
    border: 2px solid transparent;
    background: #fff;
    width: 17rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: .1rem;
}

.album-gal {
    padding: 0 !important;
    margin: 0 !important;
}

.album-gal__linha {
    margin: 0 !important;
    width: 100%;
}

.album-gal__item {
    flex-basis: 0;
    max-width: 100%;
    display: flex;
    padding: 0 !important;
    position: relative;
    margin: 0.25rem;
    flex-grow: 1;
}

.album-gal__item__legenda {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    background: #333;
    opacity: .7;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 2rem;
    justify-content: space-between;
}

.album-gal__item__titulo {
    position: absolute;
    z-index: 100;
    bottom: 15%;
    left: 5%;
    font-size: 3rem;
    color: #fff;
}

.album-gal__item__span {
    position: absolute;
    z-index: 200;
    bottom: 17%;
    right: 5%;
    font-size: 2rem;
    color: #fff;
}

.album-gal__item__img {
    height: 20rem;
    object-fit: cover;
    object-position: cover;
    width: 100%;
}

.row.gal_container {
    margin: 0 !important;
    width: 100% !important;
}

@media (max-width: 650px) {
    .album-gal__item {
        flex-basis: unset;
        flex-direction: column;
        max-width: 100%;
        display: flex;
        margin: 0.25rem;
        flex-grow: 1;
    }

    .album-gal__item__legenda {
        bottom: unset !important;
        top: 12rem !important;
    }

    h2.album-gal__item__titulo {
        top: 14rem !important;
        bottom: unset !important;
    }

    h2.album-gal__item__titulo .row.gal_container {
        margin: 0 !important;
        width: 100% !important;
    }

    span.album-gal__item__span {
        top: 14rem !important;
        bottom: unset !important;
    }
}

.container-galeria {
    margin-right: 5vw;
    margin-left: 5vw;
    margin-bottom: 3rem;
}

.galeria__img {
    height: 30rem;
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    border-radius: 1px;
}

.galeria__item {
    overflow: hidden;
    padding: 0 !important;
    transition: all .5s ease-out;
    position: relative;
    transition: all .5s ease-in;
}

.galeria__item:hover {
    transition: all .5s ease-in;
}

.galeria__item:hover .overlay_box {
    transition: all .5s ease-in;
    opacity: .7;
}

.galeria .overlay_box {
    transition: all .5s ease-in;
    height: 100%;
    top: 0;
    width: inherit;
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.lazy-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
}

hr.hr_mob {
    margin: 0 auto;
}

.lazy-img img.loaded {
    opacity: 1;
    transition: opacity 1s;
}

h2.text-gal_top {
    margin-left: 2rem;
}

@media (max-width: 576px) {
    .galeria-item__column {
        height: calc((100vw - 1rem) * (10 / 21));
        flex: 0 0 100%;
    }

    .container-fluid.galeria-container {
        padding: 0;
    }

    .row.galeria-row {
        padding-left: 0;
    }

    .container-galeria {
        margin-right: 1.5vw !important;
        margin-left: 0vw !important;
    }

}

@media (max-width: 450px) {
    h1.h2_header_fotos {
        font-size: 3.4rem !important;
        text-align: center;
    }

    h1.sec_h1_top {
        text-align: center;
    }

    h2.text-gal_top {
        margin-left: 0;
    }

    button.btn_voltar__load {
        margin-top: 1rem;
        padding: 0.2em;
    }

    .header_gal_cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.container_galeria {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--color-default-1)+1,349af9+60,61b0f9+100 */
    background: var(--color-default-1);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--color-default-1) 1%, #349af9 60%, #61b0f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-default-1)', endColorstr='#61b0f9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    height: 100vh;
    position: absolute;
    z-index: 999;
    top: 0;
    display: none;
    left: 0;
    overflow-x: scroll;
    bottom: 0;
    right: 0;
}

.galeria_item_teste {
    height: 200px;
    width: 200px;
    border: solid;
}

.transparencia_h2 {
    font-size: calc(20px + 50 * (100vw - 425px) / (1600 - 50));
    font-family: 'montserratextrabold';
    width: 100%;
    text-align: center;
    display: block;
}

.transparencia_sub_h2 {
    font-size: calc(32px + 14 * (100vw - 425px) / (1600 - 50));
    font-family: 'montserratextrabold';
    width: 100%;
    text-align: center;
    display: block;
}

.transparencia_txt {
    padding: 3rem;
    width: 100%;
}

.transparencia_p {
    font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50));
    padding: 2rem;
    text-align: justify;
}

.row_transparencia {
    width: 100%;
    margin: 0;
}

.container_transparencia {
    margin: 2rem;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
}

img.img_link_transparencia {
    height: calc(60px + 14 * (100vw - 425px) / (2500 - 50));
}

.link_container {
    display: flex;
    align-items: center;
    padding: 3rem;
}

h2.transparencia_link {
    font-weight: 600;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
}

.row.row_transparencia {
    margin: 0;
}

@media (max-width: 768px) {
    .transparencia_sub_h2 {
        font-size: calc(20px + 14 * (100vw - 425px) / (1600 - 50));
    }
}

@media (max-width: 500px) {
    .transparencia_txt {
        padding: 1rem;
    }

    .link_container {
        padding: 1rem;
    }

    .container_transparencia {
        margin: 1rem;
    }
}

@media (max-width: 400px) {
    .transparencia_p {
        padding: 0;
    }
}

/*   Todas  noticias   */
.form#form_tNoticias {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    margin: 2rem;
}

h2.td-not__header {
    font-family: 'montserratextrabold';
    font-size: calc(14px + 14 * (100vw - 425px) / (2000 - 50)) !important;
    text-transform: uppercase;
}

.td_noticias_h2 {
    margin-top: 5rem;
}

form#form_tNoticias {
    margin-top: 2rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    max-width: 97%;
    border-radius: .5rem;
}

.noticias-filtro {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col.td-not-box {
    padding: 1rem;
}

.row.row_td_not {
    width: 100%;
    margin: 0;
}

.col-lg-4.col-md-12.td_noticias__col-a {
    padding: 0 !important;
}

.row_td_not {
    padding: .8rem;
}

.col-lg-4.col-md-6.td_noticias__col-a {
    padding: 0;
}

.col-lg-12.col-md-12.td_noticias__col-b {
    padding-top: 1rem;
}

.td_mais_not {
    font-size: calc(13px + 14 * (100vmax - 425px) / 2500);
}

.td-not__img {
    height: 47%;
    width: 100%;
    object-fit: cover;
    object-position: 60% 30%;
}

.td_noticias__container {
    margin-left: 4vw;
    margin-right: 4vw;
}

.td_noticias__col-a {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}

.td_noticias__col-a .pesquisa {
    transform: translate(0);
}

.td_noticias__col-a .pesquisa__input {
    font-size: 2rem;
}

.td_noticias__col-a .pesquisa__botao {
    margin-left: -1.5vw;
}

.td_noticias__col-a .titulo-secao {
    display: block;
    text-align: center;
    font-weight: 800;
}

.td_noticias__col-b {
    padding-top: 3rem;
}

.td_noticias__conteudo .titulo-secao {
    text-align: center;
    font-weight: 800;
}

.td_noticias__conteudo .table .th-topo {
    text-align: center;
    font-size: 2rem;
}

.td_noticias__conteudo .table .tb-linha {
    text-align: center;
    font-size: 1.5rem;
}

.td_noticias form#form_tNoticias {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

img.td-not__img.td-not__img__2 {
    height: calc((100vw - 1rem) * (4 / 19));
}

p.td_mais_not {
    text-align: justify;
}

.td-not {
    margin: 0rem .6rem 0rem .6rem;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.td-not .td-not__texto {
    padding: .5rem;
    font-size: 1.4rem;
    margin-top: 1rem;
}

.td-not .td-not__header {
    font-size: 2.2rem;
    font-weight: 700;
}

.td-not a {
    text-decoration: none;
    color: var(--color-default-1);
}

.td-not a:link {
    text-decoration: none;
}

.td-not a:hover {
    color: var(--color-default-3);
}

.td-not p {
    color: #292929;
}

.td-not__cabecalho {
    margin-bottom: 2rem;
}

.td-not__cabecalho__conteudo {
    border-radius: 20px;
}

.td-not__cabecalho__conteudo small:first-child {
    margin-right: 1.5rem;
}

.td-not__cabecalho__conteudo small {
    font-size: .9rem;
}

.td-not__cabecalho__conteudo .categoria {
    display: block;
    width: 8rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100px;
    background: linear-gradient(to right, rgba(49, 67, 52, 0.8), rgba(0, 127, 252, 0.8));
}

.pagination {
    justify-content: center !important;
}

.row.row_td_not {
    max-width: 96%;
}

.cont-not.container-fluid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color-default-1) !important;
    border-color: var(--color-default-1) !important;
}

a.page-link {
    color: var(--color-default-1);
}

.form-group.btn-bot {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .td_noticias__col-b {
        padding-top: 11rem;
    }
}

@media (max-width: 992px) {
    .container-secao {
        margin: 0 !important;
    }

    .input-grupo {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    img.td-not__img.td-not__img__2 {
        height: calc((100vw - 1rem) * (8 / 19));
    }

    .noticias-filtro {
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }

    .td_noticias__container {
        margin-left: 0;
        margin-right: 0;
    }

    .td_noticias__col-a {
        display: flex;
        order: 3;
    }

    .td_noticias__col-b {
        display: flex;
        order: 1;
    }

    .noticias-filtro {
        width: 100%;
        min-height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .lista-ultimas {
        min-height: 30vh !important;
    }

    .input-grupo {
        width: 70%;
    }
}

.text-center {
    width: 100% !important;
}

@media (max-width: 576px) {
    .td_mais_not {
        font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    }

    ul.pagination.pagination-lg {
        overflow: scroll;
    }

    h2.td-not__header {
        text-align: center;
    }

    .cont-not.container-fluid {
        padding: 0;
    }

    .row.row_td_not {
        max-width: 100%;
    }

    .noticias-filtro {
        margin: 0;
    }

    .td-not-box {
        padding: 0 !important;
    }

    .td-not__header {
        font-size: 2rem !important;
    }

    .td-not__texto {
        padding: .5rem;
        left: 0 !important;
        top: 50% !important;
        width: 100%;
    }
}

/*-------------------------------------------*/
.video-ins_col {
    display: flex;
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

img.video-ins_img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 100%;
}

.video-ins_container {
    margin: 1rem;
    padding: 2rem;
}

.pop_div_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000000b0;
    right: 0;
    left: 0;
    z-index: 90000;
    display: flex;
    justify-content: center;
}

.pop_div_conteudo {
    position: relative;
    background: #fff;
    margin: 5% auto;
    height: calc((100vw - 1rem) * (8 / 21));
    width: calc((100vw - 1rem) * (13 / 21));
    border-radius: .5rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

span.pop_div_header {
    cursor: pointer;
    background: var(--color-default-1);
    position: absolute;
    width: calc(50px + 14 * (100vw - 425px) / (1600 - 50));
    height: calc(50px + 14 * (100vw - 425px) / (1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -1.9rem;
    top: -1.5rem;
    z-index: 100002;
    font-size: calc(18px + 14 * (100vw - 50px) / (2500 - 50));
}

.div_popup {
    display: none;
}

figure.fig_video-ins {
    height: 100%;
    margin: 0;
}

video.video_ins_iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.boxVideo {
    height: 100%;
}

.boxVideo {
    background: #000;
}

.boxVideo {
    background: #000;
}

.video-ins_col {
    display: flex;
    flex-direction: column;
}

.video-ins_legenda_container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding: 2rem;
}

.video-ins_h2 {
    font-size: calc(13px + 14 * (100vw - 50px) / (2500 - 50));
}

span.video-ins_h2_strong {
    font-family: 'montserratextrabold';
}

@media (max-width: 868px) {
    .pop_div_conteudo {
        height: calc((100vw - 1rem) * (13 / 21));
        width: calc((100vw - 1rem) * (18 / 21));
    }
}

@media (max-width: 576px) {
    .video-ins_col {
        display: flex;
        flex: 0 0 calc(100% - 2rem);
        margin: 1rem;
    }

    .video-ins_container {
        margin: 1rem;
        padding: 1rem;
    }
}

.container-fluid.container_topo {
    height: calc((100vmax - 1rem) * (3 / 21));
    background: var(--color-default-1);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--color-default-1) 0%, #1289fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--color-default-1) 0%, #1289fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--color-default-1) 0%, #1289fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-default-1)', endColorstr='#1289fd', GradientType=0);
    /* IE6-9 */
    display: flex;
    align-items: center;
}

h2.h2_topo {
    margin-left: 5%;
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'montserratextrabold';
    font-weight: 400;
    font-size: calc(25px + 50 * (100vw - 425px) / (2500 - 50));
}

.row.row_topo {
    width: 100%;
}

.heading_box {
    display: flex;
    align-items: center;
}

.svg_ic_header_arrow {
    height: calc(35px + 14 * (100vw - 425px) / (2500 - 50));
    margin-right: 1rem;
}

.open-modal {
    margin-top: 2rem;
}

/*  MENU  */
li.nav-link_sub_li {
    margin-bottom: 0.5rem;
}

h2.logo_h2 {
    color: #292929;;
    display: flex;
    font-weight: 900;
    flex-direction: column;
    margin-left: 1rem;
    font-family: 'montserratextrabold', sans-serif;
    margin-bottom: 0 !important;
}

small.atd {
    text-align: center;
}

.telefone.facebook_link {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pipe {
    margin: 0 1rem;
}

.icone-facebook {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-weight: 500;
}

.icone-facebook span {
    font-size: 3rem;
}

.telefone.phone-ic {
    border-right: 1px solid #fff;
    padding-right: 1rem;
}


a.telefone.facebook_link:link {
    text-decoration: none;

}

span.span-facebook-header.icon-ic-calendar-1 {
    font-size: 2.2rem;
    margin-right: .5rem;
}

a.telefone.facebook_link:hover {
    text-decoration: none;
}

img.atendimento_svg.facebook_img {
    margin: .4rem;
    padding: .2rem;
}

.telefone {
    display: flex;
    align-items: center;
}

span.icon-ic-phone-2.span-facebook-header {
    font-size: 2.2rem;
    margin-right: .5rem;
}

.telefone {
    display: flex;
    align-items: center;
}

.top_social {
    width: 2rem;
    height: 2rem;
}

span.link_face {
    display: flex;
    justify-content: center;
    align-items: center;
}

small.atd {
    font-weight: 500;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

.barra-container {
    padding: .5rem !important;
}

.logo {
    height: 9rem;
}

.navbar-brand {
    display: flex !important;
    align-items: center;
}

.menu_brand_legenda {
    display: flex;
    flex-direction: column;
}

svg.top_social.py-1 {
    height: 4rem;
    width: 4rem;
}

.social-media.menu {
    display: flex;
    justify-content: space-between;
}

.icone {
    display: flex;
    align-items: center;
    margin: .5rem;
}

.atendimento {
    display: flex;
    align-items: center;
}

.barra-container {
    background: var(--color-default-1);
    padding: 1rem 0;
    color: #fff;
}


img.top_social {
    height: 2rem;
    width: 2rem;
}

span.link_face {
    background: #fff;
    padding: .5rem .5rem .5rem .5rem;
    border-radius: 50%;
}

.telefone {
    margin-right: 1rem;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
    z-index: 400;
}

a.nav-link {
    color: #302f2f;
    font-size: 2rem;
    font-family: "montserratregular", sans-serif !important;
    font-weight: 600 !important;
}

span.h2-logo_span_i {
    font-size: 30px;
    font-weight: 800;
}

span.h2-logo_span_s {
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: .25rem;
}

li.nav-item {
    position: relative;
}

li.nav-link_sub_li {
    padding: .1rem;
}

a.nav-link {
    color: #292929;
}

a.nav-link_sub_a {
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #000;
    transition: all .2s ease-out;
    font-weight: 400;
}

a.nav-link_sub_a:link {
    text-decoration: none;
}

a.nav-link_sub_a:hover {
    transition: all .1s ease-in;
    color: var(--color-default-1);
}

a.nav-link {
    border-bottom: 3px solid transparent;
    transition: all .1s ease-out;
}

a.nav-link:hover {
    transition: all .1s ease-in;
    color: var(--color-default-1);
}

li.nav-item {
    height: 60%;
}

ul.nav-link_sub {
    list-style: none;
    display: none;
    width: 20rem;
    padding: 1rem !important;
    color: #000;
    background: #fff;
    z-index: 199;
}

nav.navbar.navbar-expand-custom.navbar-custom {
    padding: 0 !important;
}

button.navbar-toggler.collapsed {
    border: solid 2px var(--color-default-1);
}

button.navbar-toggler {
    border: solid 2px var(--color-default-1);
}

button.navbar-toggler {
    background: #fff;
}

@media (min-width: 992px) {
    ul.nav-link_sub {
        list-style: none;
        display: none;
        width: 20rem;
        padding: 1rem !important;
        color: #000;
        position: absolute;
        background: #fff;
        z-index: 199;
    }

    div#navbarSupportedContent {
        height: 5rem !important;
    }

    ul.navbar-nav.ml-auto {
        display: flex;
        align-items: center;
    }

    li.nav-item {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    ul.nav-link_sub {
        top: 100%;
    }

    nav.navbar.navbar-expand-lg.not_home {
        padding: 0;
    }

    a.navbar-brand {
        padding: .1rem;
    }


}

a.page-link:hover {
    color: #000 !important;
}

@media (max-width: 576px) {
    img.atendimento_svg {
        display: block;
        margin: 0 auto;
    }

    span.m_legenda_2 {
        margin-left: 1rem;
    }

    h2.m_legenda_h1.m_legenda_1_not_home {
        font-size: 2.5rem !important;
    }

    h2.m_legenda_h2.m_legenda_h2_not_home {
        font-size: 1.5rem !important;
    }

    h2.m_legenda_h1 {
        font-size: 2.4rem;
    }

    .logo {
        height: 7rem;
    }

    h2.m_legenda_h2 {
        font-size: 1.5rem;
    }
}

li.nav-link_sub_li {
    text-align: center;
}

@media (max-width: 992px) {
    .atendimento {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .barra-container {
        display: none;
    }

    a.nav-link_not_home.nav-link {
        text-align: center;
    }

    li.nav-link_sub_li {
        padding: .6rem;
    }

    ul.nav-link_sub {
        width: 100%;
        text-align: center;
    }

    img.atendimento_svg {
        margin: 0 10px 0px;
    }

    .telefone {
        display: flex;
    }

    .social-media.menu {
        padding-left: 0;
    }

    a.nav-link {
        text-align: center;
    }
}

@media (max-width: 450px) {
    img.atendimento_svg {
        margin: 0 0 0px;
    }

    .telefone {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .atendimento {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

/*   FOOTER    */
.row_footer_superior.row {
    display: flex;
    padding: 1rem 0rem 1rem 0rem;
    justify-content: space-between;
    background: var(--color-default-1);
    margin: 0;
}

ul.footer_list.footer_ul {
    padding: 0;

}

.footer_information_box {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

img.logo_information_img {
    margin: .4rem 0;
    padding: .2rem;
}

h2.logo_h2_footer {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.footer_information_icon {
    background: #fff;
    padding: .5rem;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    margin-right: .5rem;
}

img.logo_information_img {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.footer_information_h2 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.ic-footer-info {
    font-size: 2.5rem;
    color: var(--color-default-1);
    font-weight: 900 !important;
}

.footer_information_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_information {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.logo_footer {
    height: calc((100vw - 1rem) * (2 / 21));
}

.footer_brand_col {
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

a.a_footer.p_fonte1.link__header.p_fonte1 {
    color: #fff;
}

.row.logo_footer {
    background: var(--color-default-3);
    padding: 0;
}

img.footer_logo {
    height: calc((100vw - 1rem) * (2 / 21));
}

.col-md-3.col-sm-6.logo_container {
    display: flex;
    align-items: center;
}

ul.footer_list.footer_ul {
    text-align: center;
}

ul.footer_list {
    list-style: none;
}

a.a_footer {
    font-size: calc(12px + 14 * (100vw - 425px) / (2500 - 50));
    color: #fff;
}

li.li_footer {
    text-align: left;
}

.footer_logo_l1 {
    display: flex;
    align-items: center;
    margin: 1rem;
}

.row.links_footer {
    display: flex;
    justify-content: center;
}

.row.links_footer {
    padding: 1rem 0;
    background: var(--color-dark-1);
    margin: 0 !important;
}


span.ic-access.icon-ic-comunication {
    margin-bottom: 0;
}


.row.logo_footer_row {
    display: flex;
    background: var(--color-default-3);
    padding: 1rem 0;
    align-items: center;
    justify-content: space-between;
}

h2.f_legenda_h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    margin: 0 !important;
    text-shadow: 0 0px 1px #189ad3 !important;
}

h2.f_legenda_h2 {
    text-shadow: 0 0px 1px #189ad3 !important;
    margin: 0 !important;
    padding-left: 1rem;
    color: #fff;
    font-size: 2rem;
}

ul.ul_foter_con {
    margin: 2rem;
    list-style: none;
}

.a_foter_con h2 {
    color: #fff;
    font-size: 1.5rem;
}

li.li_foter_con {
    margin-bottom: 1rem;
}

a.a_foter_con:link {
    text-decoration: none;
}

a.a_foter_con:hover {
    color: #fff;
}

a.a_foter_con li.li_footer {
    text-align: left;
}

img.top_social_F {
    height: 4rem;
}

span.link_icon_F {
    background: #fff;
    padding: 2rem;
    border-radius: 50%;
}

.a_foter_con {
    display: flex;
    align-items: center;
}

span.link_icon_F {
    display: flex;
    height: 4rem;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.row.logo_footer {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.link__header {
    font-size: 2rem !important;
    font-weight: 800;
}

li.li_footer {
    margin: .3rem;
}

a.a_footer:link {
    text-decoration: none;
}

a.a_footer:hover {
    color: #fff;
}

.bottom__texto {
    justify-content: space-between;
}

.footer {
    overflow: hidden;
}

.footer__imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 !important;
}

.footer__imagem__logo {
    height: 10rem;
    width: 10rem;
}

.footer__imagem__background {
    height: 100% !important;
    width: 100% !important;
    background-position: 10%;
    background-image: linear-gradient(to right, rgba(41, 41, 41, 0.1), rgba(41, 41, 41, 0.4), rgba(41, 41, 41, 0.8), #292929), url("../img/2.JPG");
    background-size: cover;
}

.footer__conteudo {
    display: flex;
    align-items: flex-start;
    background-color: #292929;
    justify-content: flex-start;
}

.footer__links {
    padding: 2rem;
    margin: 2rem;
    list-style: none;
    font-size: 1.5rem;
    font-weight: 400;
    color: #848484;
    width: 27%;
    padding-left: .5rem;
}

.footer__links h2 {
    margin-bottom: 3rem;
}

.footer__links a {
    text-decoration: none;
    color: #848484;
}

.footer__links a:link {
    text-decoration: none;
}

.footer__links a:hover {
    color: var(--color-default-3);
}

.footer__links hr {
    color: #848484;
    background-color: #3c3c3c;
}

img.logo-dev {
    margin: 1rem 0;
    height: 6rem;
}

.bottom__texto {
    margin: 0;
    padding-left: 0 !important;
}

.bottom-pref p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}


.bottom__texto {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem !important;
}

.bottom {
    background: var(--color-default-1);
    color: #fff;
}

.footer__contato {
    font-weight: 1rem;
    line-height: 2.5rem;
    position: relative;
    width: 40%;
}

.footer__contato .footer-mapa {
    position: absolute;
    fill: #fff;
    top: 50%;
    right: 1vw;
    width: 70%;
    transform: translate(-25%, -35%);
    opacity: .1;
}

.footer__logo {
    position: absolute;
    display: flex;
    align-items: center;
}

.logo__prefeitura__container__footer {
    display: flex;
    flex-direction: column;
}

.logo__prefeitura__container__footer .prefeitura-texto {
    color: #fff !important;
}

.logo__prefeitura__container__footer .prefeitura-texto__superior {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    font-weight: 600;
}

.logo__prefeitura__container__footer .prefeitura-texto__inferior {
    font-size: 3rem;
    letter-spacing: .2rem;
    font-weight: bold;
}

.col-md-3.col-sm-12.logo_container {
    display: flex;
    align-items: center;
}

.logo-dev {
    height: calc((100vw - 1rem) * (1 / 21));
}

.bottom-pref {
    margin-right: .5rem;
}

.col-md-3.col-sm-6 {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .logo-dev {
        height: calc((100vw - 1rem) * (2 / 21));
    }

    .col-md-3.col-sm-6 {
        flex: 0 0 30% !important;
        max-width: 50% !important;
    }

    ul.footer_list.footer_ul {
        padding: 1rem;
    }

    .logo__prefeitura__container__footer {
        padding-left: 1rem !important;
    }

    ul.footer_list.footer_ul {
        min-width: 22rem;
    }
}

@media (max-width: 768px) {
    ul.footer_list.footer_ul {
        min-width: 21rem;
    }

    .col-md-3.col-sm-12 {
        padding-left: 5rem;
    }

    .logo_footer {
        height: calc((100vw - 1rem) * (4 / 21));
    }

    .row_footer_superior.row {
        display: flex;
        justify-content: center;
    }

    .bottom__texto {
        margin: 0;
        width: 100%;
        padding: 0 !important;
    }

    img.footer_logo {
        height: calc((100vw - 1rem) * (4 / 21));
    }

    .col-md-3.col-sm-12.logo_container {
        display: flex;
        justify-content: center;
    }

    ul.footer_list.footer_ul.last {
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    ul.footer_list.footer_ul {
        min-width: 17rem;
    }
}

@media (max-width: 576px) {
    h2.footer_information_h2 {
        font-size: 16px;
    }

    .footer_information {
        padding: 1rem;
    }

    a.a_footer {
        font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50));
        color: #fff;
    }

    .logo_footer {
        margin-left: 1rem;
        height: calc((100vw - 1rem) * (4 / 18));
    }

    img.logo-dev {
        margin: 0rem;
    }

    .logo-dev {
        height: calc((100vw - 1rem) * (3 / 21));
    }

    .col-md-3.col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-md-3.col-sm-6 {
        padding: 1rem;
    }

    ul.ul_foter_con {
        padding-left: 0;
    }

    .bottom-pref {
        width: 100%;
        text-align: center;
    }

    .bottom__texto {
        flex-direction: column !important;
    }

    .footer__contato {
        width: 50% !important;
    }

    .footer__links {
        width: 35% !important;
    }

    .footer__imagem__logo {
        height: 8rem !important;
        width: 8rem !important;
    }

    .footer_list {
        padding: .1rem !important;
    }

    ul.footer_list {
        padding: .1rem;
    }
}

@media (max-width: 500px) {
    .col-xs-d_none {
        display: none;
    }

    .footer__links {
        text-align: center;
        width: 100% !important;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .col-md-3.col-sm-6 {
        padding: 0 !important;
    }

    .row.logo_footer {
        padding: .5rem;
    }
}

@media (max-width: 344px) {
    ul.footer_list.footer_ul.last {
        max-width: 100%;
    }

    .col-md-3.col-sm-6 {
        max-width: 100% !important;
        text-align: center;
    }

    ul.footer_list.footer_ul {
        min-width: 25rem;
    }
}

/*-------------------------------------------------------------------------------*/
/*   FORM   */
.formulario_pesquisa_col {
    display: flex;
    align-items: center;
}

.formulario_pesquisa_col_filtro {
    padding: 1rem;
    width: 100%;
}

.formulario_pesquisa_col_filtro label {
    padding-left: 1rem;
    font-size: 1.5rem;
}

.formulario_pesquisa_col_filtro .form-control {
    font-size: 1.5rem;
    border-radius: 5rem;
}

.formulario_pesquisa_col_filtro .form-control:focus {
    background-color: #fff;
    border-color: var(--color-default-1);
    outline: 0;
    box-shadow: 0 0 10px 0.3rem rgba(0, 127, 252, 0.25);
}

.formulario_pesquisa_col_filtro .custom-select {
    height: calc(3rem + 2px) !important;
}

.formulario_pesquisa_col_filtro .btn {
    transition: all .3s ease-in;
    border: 1px solid;
    border-radius: 5rem;
    background-color: #fff;
    font-size: 1.8rem;
    width: 100%;
}

.formulario_pesquisa_col_filtro .btn-limpar {
    border-color: red;
    color: red;
}

.formulario_pesquisa_col_filtro .btn-limpar:hover {
    background-color: red;
    color: #fff;
}

.formulario_pesquisa_col_filtro .btn-pesquisar {
    border-color: var(--color-default-1);
    color: var(--color-default-1);
}

.formulario_pesquisa_col_filtro .btn-pesquisar:hover {
    background-color: var(--color-default-1);
    color: #fff;
}

/*-------------------------------------------*/
.btn-form-visualizar {
    border: 1px solid !important;
    background-color: var(--color-default-1);
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50)) !important;
    padding: 1rem 1.5rem 1rem !important;
    font-weight: 600 !important;
    color: #fff;
}

.btn.btn-form.btn-pesquisar_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
}

.btn-form-visualizar:hover {
    transition: all .3s ease-in-out;
    border: 1px solid var(--color-default-1);
    color: var(--color-default-1);
    background-color: #fff;
}


.ultimas-noticias.content {
    width: 100%;
}

.btn-form-visualizar:visited {
    border: 1px solid var(--color-default-1) !important;
    background-color: var(--color-default-1);
    outline: none;
    color: #fff;
}

.th_leis {
    text-align: center;
    font-size: 2rem;
}

svg.pdf-icone {
    height: calc(35px + 14 * (100vw - 425px) / (2500 - 50)) !important;
}

.tb-linha {
    font-size: 2rem;
    text-align: center;
}

.table_pdf {
    margin-top: 3rem;
    margin-bottom: 20rem;
}

.btn.btn-form.btn-form-visualizar {
    font-size: 1.5rem;
}

.table-responsive_box {
    margin-bottom: 10rem;
}

/*   exp_div  */
table.exp_exp {
    background: #fff;
    width: 100%;
    display: none;
}

.container.exp_container {
    margin-bottom: 20rem;
    margin-top: 2rem;
}

.legenda_table_exp_txt {
    max-width: 60%;
}

.selectdiv label {
    width: 20rem;
}

.selectdiv {
    position: relative;
    float: left;
    min-width: 150px;
    margin-top: 2rem;
}

.selectdiv select {
    height: 100%;
    outline: none;
}

.selectdiv:after {
    content: "";
    background-image: url(http://192.168.56.1/grandes_rios/img/SVG/down.svg) !important;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    color: #189ad3;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 1.3rem;
    border-left: 1px solid #189ad3;
    position: absolute;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #189ad3;
    -ms-word-break: normal;
    word-break: normal;
}

.container.exp_container {
    margin-top: 2rem;
}

.col-md-12.exp_item {
    margin-bottom: 1rem;
    padding: .5rem;
    border-radius: .5rem;
    background: #189ad3;
}

h3.exp_heading {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 1rem 1rem .5rem 1rem;
}

table.tb_exp {
    display: none;
    width: 100%;
    background: #fff;
    min-height: 8rem;
}

.exp_header {
    justify-content: space-between;
    display: flex;
}

img.svg_exp {
    padding-left: 1rem;
}

img.svg_exp_td {
    padding-left: 1rem;
}

h3.anexos_exp {
    padding-left: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

.td_box {
    align-items: center;
    display: flex;
    width: 50%;
}

.download_anexo {
    width: 50%;
}

.td_container {
    display: flex;
    margin: 1rem;
}

.btn_download_anexo {
    display: flex;
    justify-content: center;
    margin-right: 2rem;
    width: 15rem;
    border-radius: 5rem;
    color: #fff;
    background: #107dac;
    font-size: 1.5rem;
    font-weight: 600;
    padding: .5rem;
    transition: all .3s ease-out;
}

.btn_download_anexo:hover {
    color: #fff;
    transition: all .3s ease-in;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn_download_anexo:hover {
    text-decoration: none;
}

.download_anexo {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.status {
    display: flex;
    align-items: center;
}

.header_information {
    display: flex;
    align-items: end;
}

.status_h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}

p.status_p {
    color: #fff;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.titulo_concursos_row {
    background-image: linear-gradient(to right, var(--color-default-3), rgba(0, 73, 150, 0.9), rgba(0, 73, 150, 0.8)), url(http://192.168.56.1/grandes_rios/img/concursos.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 22rem;
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
}

.concurso__container {
    margin-left: 4vw;
    margin-right: 4vw;
}

.concurso__col-a {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}

.concurso__col-a__pesquisa {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

.concurso__col-a .pesquisa {
    transform: translate(0);
}

.concurso__col-a .pesquisa__input {
    font-size: 2rem;
}

.concurso__col-a .pesquisa__botao {
    margin-left: -1.5vw;
}

.concurso__col-a .titulo-secao {
    display: block;
    text-align: center;
    font-weight: 800;
}

.concurso__col-b {
    padding-top: 3rem;
}

.concurso__conteudo .titulo-secao {
    text-align: center;
    font-weight: 800;
}

.concurso__conteudo .table .th-topo {
    text-align: center;
    font-size: 2rem;
}

.concurso__conteudo .table .tb-linha {
    text-align: center;
    font-size: 1.5rem;
}

.concurso .ultimos-concursos {
    background: #fcfcfc;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

.filtro-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.input-grupo {
    display: flex;
    flex-direction: column;
}

.input-grupo label {
    padding-left: .5rem;
    font-size: 1.8rem;
    color: #838080;
}

.filtro-input {
    padding: .8rem;
    font-weight: 400;
    border-radius: 5rem;
    border: .5px solid #dee2e6;
    background-color: #fff;
    padding-left: .5rem;
    font-size: 1.5rem;
    outline: none;
}

.filtro-input:focus {
    border: 0.5px solid var(--color-default-1);
}

.btn-buscar {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 2px var(--color-default-1);
    background-color: #fff;
    color: var(--color-default-1);
    width: 100%;
    font-weight: bold;
    padding: .5rem;
    font-size: 1.4rem;
    outline: none;
    border-radius: 50px;
    transition: all .2s ease-in;
}

.btn-buscar:hover {
    transition: all .3s ease-in;
    color: #fff;
    background-color: var(--color-default-1);
}

.btn-detalhes {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 2px var(--color-default-1);
    background-color: #fff;
    color: var(--color-default-1);
    width: 30%;
    font-weight: bold;
    padding: .5rem;
    font-size: 1.4rem;
    outline: none;
    border-radius: 50px;
    transition: all .2s ease-in;
}

.btn-detalhes:hover {
    transition: all .3s ease-in;
    color: #fff;
    background-color: var(--color-default-1);
}

.table-conc {
    font-size: 1.5rem;
}

th {
    width: 25vw;
}

.tabela {
    background: #fcfcfc;
    margin-top: 2rem;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
}

h2.questao_header__h2 {
    font-size: calc(12px + 14 * (100vw - 425px) / (2000 - 50));
}

@media (max-width: 992px) {
    .container-secao {
        margin: 0 !important;
    }

    .input-grupo {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .concurso__container {
        margin-left: 0;
        margin-right: 0;
    }

    .concurso__col-a {
        display: flex;
        order: 3;
    }

    .concurso__col-b {
        display: flex;
        order: 1;
    }

    .ultimos-concursos {
        width: 100%;
        min-height: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .lista-ultimas {
        min-height: 30vh !important;
    }

    .input-grupo {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .btn-detalhes {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .status {
        flex-direction: column;
        justify-content: center;
    }

    p.status_p {
        font-size: 1.5rem !important;
    }

    .btn_download_anexo {
        width: 12rem !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 576px) {
    h2.exp__legenda__anexos_h2 {
        text-align: center;
    }

    .legenda_table_exp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .legenda_table_exp_txt {
        margin-bottom: 2rem;
        text-align: center;
    }

    .legenda_table_exp_txt {
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .td_container {
        flex-direction: column;
    }

    .td_box {
        width: 100%;
        justify-content: center;
    }

    .download_anexo {
        width: 100%;
        margin-top: 2rem;
        justify-content: center;
    }
}

/*-------------------------------------------*/
.exp__container {
    padding: 1rem;
}

.exp__container {
    border-radius: 2px;
    padding: 1.5rem;
    background: #fcfcfc;
    margin-top: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    /* background: #f8f9fa; */
}

h2.questao_header__h2 {
    font-weight: 600 !important;
}

h2.exp__legenda__anexos_h2 {
    font-weight: 600 !important;
}

.box-div__header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.svg_down_arrow {
    height: calc((100vmax - 1rem) * (1 / 23));
}

.hide {
    display: none;
}

.flip {
    transform: rotate(180deg);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.exp__legenda__anexos_h2 {
    font-size: calc(15px + 14 * (100vw - 425px) / (2000 - 50));
}

.legenda_table_exp {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.legenda_table_exp_txt {
    text-transform: uppercase;
    font-size: calc(13px + 14 * (100vw - 425px) / (2000 - 50));
}

.btn_exp__anexo {
    color: #fff;
    font-size: calc(13px + 14 * (100vw - 425px) / (2000 - 50));
    background: var(--color-default-1);
    font-weight: 600 !important;
    padding: 1.4rem 1rem 1.4rem 1rem;
}

.btn_exp__anexo:link {
    text-decoration: none;
    color: #fff;
}

.btn_exp__anexo:hover {
    text-decoration: none;
    color: #fff;
}

thead.th_table {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50)) !important;
}

.table_td {
    min-width: 20rem;
    text-align: center;
    font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50)) !important;
}

.img-pg-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none !important;
}

.img-pg-cont img {
    max-width: 100%;
}

.videos-pg-cont {
    display: flex;
}


@media (max-width: 650px) {
    .tabela_container {
        overflow: scroll;
    }
}

.background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.form-btn,
.form-btn-cancel,
.form-btn-error {
    background: transparent;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 5px 24px;
    margin-top: 2.25rem;
    position: relative;
    z-index: 0;
    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-btn::before,
.form-btn::after,
.form-btn-cancel::before,
.form-btn-cancel::after,
.form-btn-error::before,
.form-btn-error::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.form-btn::before,
.form-btn-cancel::before,
.form-btn-error::before {
    background: var(--color-default-1);
    z-index: -2;
}

.form-btn::after,
.form-btn-cancel::after,
.form-btn-error::after {
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.28s ease;
    will-change: opacity;
}

.form-btn:focus,
.form-btn-cancel:focus,
.form-btn-error:focus {
    outline: none;
}

.form-btn:focus::after,
.form-btn:hover::after,
.form-btn-cancel:focus::after,
.form-btn-cancel:hover::after,
.form-btn-error:focus::after,
.form-btn-error:hover::after {
    opacity: 0.3;
}

.form-btn:active,
.form-btn-cancel:active,
.form-btn-error:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.form-btn-error::before {
    background: #d9534f;
}

.form-btn-cancel {
    transition: color 0.28s ease, -webkit-transform 0.28s ease;
    transition: color 0.28s ease, transform 0.28s ease;
    transition: color 0.28s ease, transform 0.28s ease, -webkit-transform 0.28s ease;
    color: #b52b27;
    border-color: currentColor;
    will-change: color, transform;
}

.form-btn-cancel.-nooutline {
    border-color: transparent;
}

.form-btn-cancel::before {
    background: #b52b27;
    opacity: 0;
    transition: opacity 0.28s ease;
    will-change: opacity;
}

.form-btn-cancel::after {
    display: none;
}

.form-btn-cancel:focus,
.form-btn-cancel:hover {
    color: #fff;
}

.form-btn-cancel:focus::before,
.form-btn-cancel:hover::before {
    opacity: 1;
}

.form-btn-block {
    display: block;
    width: 100%;
    padding: 5px;
}

.form-checkbox,
.form-radio {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
    display: inline-block;
    margin-right: 1rem;
}

.form-checkbox-legend,
.form-radio-legend {
    margin: 0 0 0.125rem 0;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.form-checkbox-label,
.form-radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
    color: var(--color-default-1);
}

.form-checkbox-label span,
.form-radio-label span {
    display: block;
}

.form-checkbox-label input,
.form-radio-label input {
    width: auto;
    opacity: 0.0001;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    margin: 0;
    padding: 0;
}

.form-checkbox-button {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #999;
    left: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    transition: color 0.28s ease;
    will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: var(--color-default-1);
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
    will-change: opacity, height;
}

.form-checkbox-button::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.form-checkbox-button::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-checkbox-field:checked ~ .form-checkbox-button {
    color: var(--color-default-1);
}

.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
    opacity: 1;
    transition: height 0.28s ease;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after {
    height: 0.5rem;
}

.form-checkbox-field:checked ~ .form-checkbox-button::before {
    height: 1.2rem;
    transition-delay: 0.28s;
}

.form-radio-button {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.form-radio-button::before,
.form-radio-button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: color 0.28s ease, -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, color 0.28s ease;
    transition: transform 0.28s ease, color 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
    will-change: transform, color;
}

.form-radio-button::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--color-default-1);
    border-color: var(--color-default-1);
}

.form-radio-field:checked ~ .form-radio-button::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
    color: var(--color-default-1);
}

.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
    color: #d9534f;
}

.form-group.btn-set {
    display: flex;
    justify-content: center;
    margin: 2rem;
}

button.btn_enviar {
    display: flex;
    justify-content: center;
    border: none;
    margin-right: 2rem;
    width: 15rem;
    color: #fff;
    background: var(--color-default-1);
    font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    font-weight: 600;
    padding: .5rem;
    transition: all .3s ease-out;
}

button.btn_enviar:hover {
    color: #fff;
    transition: all .3s ease-in;
    text-decoration: none;
}

button.btn_enviar:focus {
    outline: none;
}

button.btn_limpar {
    display: flex;
    justify-content: center;
    border: none;
    margin-right: 2rem;
    width: 15rem;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#BF0300+0,FF0400+50,FF0400+51,7db9e8+100;Blue+Gloss+Default */
    background: red;
    /* Old browsers */
    font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    font-weight: 600;
    padding: .8rem;
    transition: all .3s ease-out;
}

button.btn_limpar:hover {
    color: #fff;
    transition: all .3s ease-in;
    text-decoration: none;
}

button.btn_limpar:focus {
    outline: none;
}

hr.hr_contact {
    width: 80%;
    margin-bottom: -1rem;
    color: #fff;
    border: solid .5px #fff;
}

.col-md-6.contato_item {
    padding: 0;
}

.container-fluid.container_contato {
    margin-top: 5rem;
    width: 90%;
}

.container_contato {
    margin-bottom: 5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.row.contato_item_info {
    height: 50%;
    background: #148d47;
    /* Old browsers */
    background: -moz-linear-gradient(top, #148d47 0%, #0eb939 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #148d47 0%, #0eb939 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #148d47 0%, #0eb939 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#148d47', endColorstr='#0eb939', GradientType=0);
    /* IE6-9 */
}

.row.contato_row {
    margin: 0;
    width: 100%;
}

.container-fluid.container_contato {
    padding: 0;
}

.row.contato_item_location {
    padding-top: 0 !important;
    background: #148d47;
    /* Old browsers */
    background: -moz-linear-gradient(top, #148d47 0%, #0eb939 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #148d47 0%, #0eb939 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #148d47 0%, #0eb939 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#148d47', endColorstr='#0eb939', GradientType=0);
    /* IE6-9 */
    height: 50%;
    padding: 2rem;
}

.icon_contact_item {
    padding: 1rem;
    height: 7rem;
    width: 7rem;
    border-radius: .5rem;
}

.col-md-12.icon_col_con {
    display: flex;
    align-items: center;
}

.item_contact_legenda {
    display: flex;
    flex-direction: column;
    margin-left: .5rem;
}

h2.item_contact_legenda_h2 {
    font-size: calc(18px + 14 * (100vw - 425px) / 2500);
    margin-right: 1rem;
    font-weight: normal;
    font-weight: 800;
    color: #fff;
}

p.item_contact_legenda_h2 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: calc(12px + 14 * (100vmax - 425px) / 2500);
    color: #fff;
    margin: 0;
}

.icon_contact_item {
    display: none;
}

.svg_ouvidoria {
    height: 100%;
    width: 100%;
}

.svg_ouvidoria path {
    fill: #fff;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

@media (max-width: 850px) {
    .container-fluid.container_contato {
        margin-top: 5rem;
        width: 98%;
    }
}

.form-card {
    border-radius: 2px;
    background: #fff;
    transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 2.3rem;
    width: 100%;
}

.form-actions {
    position: relative;
    display: flex;
    margin-top: 2.25rem;
}

.form-actions .form-btn-cancel {
    order: -1;
}

.form-actions::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    opacity: 0.3;
}

.form-actions > * {
    flex: 1;
    margin-top: 0;
}

.form-fieldset {
    padding: 30px;
    border: 0;
}

.form-fieldset + .form-fieldset {
    margin-top: 15px;
}

.form-legend {
    padding: 1em 0 0;
    margin: 0 0 -0.5em;
    font-size: 1.5rem;
    text-align: center;
}

.error {
    color: #e74c3c;
    font-size: 1.1rem;
}

.form-legend + p {
    margin-top: 1rem;
}

.form-element {
    position: relative;
    margin-top: 3.5rem;
    margin-bottom: 2.25rem;
}

.form-element-hint {
    font-weight: 400;
    font-size: 0.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-default-1);
    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: -0.25rem;
    line-height: 1.5rem;
    pointer-events: none;
    padding-left: 0.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: 0.125rem 0.125rem 0.0625rem;
    font-size: calc(14px + 14 * (100vw - 425px) / 2500);
    border: 0 solid transparent;
    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(0.9);
    transform-origin: left top;
}

.form-element-field::-webkit-input-placeholder {
    color: #a6a6a6;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.form-element-field::-ms-input-placeholder {
    color: #a6a6a6;
    transform: scale(0.9);
    transform-origin: left top;
}

.form-element-field::placeholder {
    color: #a6a6a6;
    -webkit-transform: scale(0.9);
    transform: scale(0.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-default-1);
}

.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(-0.5em) translateY(-2px) scale(0.9);
    transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.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(-0.5em) translateY(-2px) scale(0.9);
    transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.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: 0.5em;
    width: 0.5em;
    border-bottom: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    display: block;
    right: 0.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;
}

select#estado {
    font-size: 1.5rem;
}

select#cidade {
    font-size: 1.5rem;
}

.btn_baixar_video {
    color: #fff;
    font-size: calc(13px + 14 * (100vw - 50px) / (2500 - 50));
    background: var(--color-default-1);
    padding: 1.5rem;
    display: inline-block;
}

.btn_baixar_video:hover {
    text-decoration: none;
    color: #fff;
}

.btn_baixar_video:link {
    text-decoration: none;
    color: #fff;
}

p.noticia_texto {
    overflow-wrap: break-word;
}

.div_video_pop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.video-pop__col {
    position: relative;
}

@media (max-width: 768px) {
    .container-fluid.container_topo {
        height: calc((100vmax - 1rem) * (5 / 21));
    }
}


/*ldo 2021 pg*/
.ldo_pg-container {
    padding: 0 4rem;
}

p.ldo_pg-p {
    line-height: 28px;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
}

p.ldo_pg-p_strong {
    line-height: 27px;
    font-family: 'montserratextrabold';
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
    text-align: center;
    font-weight: 900;
    margin: 2rem 0 2rem 0;
}

.ldo_pg-text {
    padding-top: 1rem;
}

h2.ldo_pg-titulo_h2.font_black {
    font-family: 'montserratextrabold';
    font-weight: 400;
    text-transform: uppercase;
    font-size: calc(10px + 50 * (100vw - 425px) / (2500 - 50));
    text-align: center;
    margin: 1rem;
}

.ldo_pg-container {
    text-align: justify;
    font-weight: 500;
}

button.btn_enviar_ldo {
    display: flex;
    justify-content: center;
    border: none;
    width: 15rem;
    color: #fff;
    background: var(--color-default-1);
    font-size: calc(16px + 14 * (100vw - 425px) / 2500);
    font-weight: 600;
    padding: .5rem;
    transition: all .3s ease-out;
    cursor: pointer;
}


.err_box-container-danger {
    padding: 3rem;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.err_box-container-success {
    padding: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;

}

h2.err_box_h2 {
    font-family: 'montserratextrabold';
    font-weight: 400;
    font-size: calc(18px + 14 * (100vw - 425px) / (2500 - 50));
}

.error {
    font-size: calc(13px + 14 * (100vw - 425px) / (2500 - 50));

    color: #e74c3c;
}

div#reCaptchaError {
    text-align: center;
}

@media (max-width: 768px) {
    .slick-arrow {
        font-size: 2.5rem !important;
    }

    .video__col {
        margin-bottom: 1rem;
    }

    .ldo_pg-container {
        text-align: justify;
        padding: 1rem;
    }

    p.ldo_pg-p {
        line-height: 28px;
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
    }

    p.ldo_pg-p_strong {
        line-height: 27px;
        font-family: 'montserratextrabold';
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
        text-align: center;
        font-weight: 900;
        margin: 2rem 0 2rem 0;
    }

    h2.ldo_pg-titulo_h2.font_black {
        font-family: 'montserratextrabold';
        font-weight: 400;
        font-size: calc(20px + 50 * (100vw - 425px) / (2500 - 50));
        text-align: center;
        margin: 1rem;
    }

}


img.loading_div_img {
    height: calc((100vw - 1rem) * (2 / 21));
}

.loading_div-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_div-container {
    display: none;
}


/*popup_links*/
.link_pop_container {
    display: none;
}

.link_pop-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_pop-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 1.5rem;
    width: 85%;

}

.link_pop-header {
    position: relative;
    width: 100%;
}

span.link_pop_close {
    z-index: 1000;
    background: red;
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    transition: all .3s ease-in;
}

a.link_pop-item_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1.5rem 1.2rem;
    transition: all .3s ease-in;
    text-decoration: none;
    font-size: calc(16px + 14 * (100vw - 425px) / (2500 - 50));
    color: #000;
    font-weight: 900;
    text-decoration: none;

}

a.link_pop-item_link:hover {
    background: #d7d7d7;
    text-decoration: none;
}

a.link_pop-item_link:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;


}

.link_pop-item-cont {
    overflow: hidden;
    border-radius: 1.5rem;
}

h2.link_h2_pop {
    font-size: calc(16px + 14 * (100vw - 425px) / (2500 - 50));
    color: #000;
    font-weight: 900;
}

img.img_link_pop {
    height: calc(24px + 14 * (100vw - 425px) / (2500 - 50));
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .link_pop-box {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.75);
        z-index: 100000000;
        display: flex;
        justify-content: center;
        align-items: unset;
    }

    .link_pop-item {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        background: #fcfcfc;
        border-radius: 1.5rem;
        height: min-content;
        margin-top: 30%;
        width: 90%;

    }
}

#pop_link_covid {
    cursor: pointer;
}

/*popup_links*/


/*leitor de noticia*/

span.text_speech {
    display: none;
}


/*  demo decor */


img.btn_control_img {
    height: calc(30px + 14 * (100vw - 425px) / (2500 - 50)) !important;
}

.btn_control_speech {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.player_not-item {
    background: #f2f2f2;
    width: 30rem;
    margin: 0 auto;
    border-radius: 1rem;
    padding: 1rem 1rem .5rem;
    margin-bottom: 1rem;
}

.player_not-header {
    margin: 0 auto;
    background: var(--color-default-1);
    padding: 1rem;
    border-radius: 1.5rem;
    margin-top: -4rem;
    width: 86%;
}

img.player_not-header_img {
    height: calc(75px + 14 * (100vw - 425px) / (2500 - 50));
    background: #fff;
    border-radius: 50%;
    padding: 1em;
    border: solid 3px #4c4c4c;
}

img.player_not-play_img {
    height: calc(50px + 14 * (100vw - 425px) / (2500 - 50));
    cursor: pointer;
}

img.player_not-stop {
    height: calc(35px + 14 * (100vw - 425px) / (2500 - 50));
    cursor: pointer;
}

.player_not-controls {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

img.player_not-header_img {
    margin: 0 auto !important;
    display: block;
}

.player_not-controls {
    padding-top: 1rem;
    border-top: solid 3px var(--color-default-1);
}

.player_not-cont {
    position: fixed;
    bottom: 1%;
    z-index: 100000;
    right: 1%;
}

span.close_span_player {
    z-index: 1000;
    background: red;
    position: absolute;
    right: 2.3rem;
    top: -3.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    transition: all .3s ease-in;
}

.btn_open_site {
    background: var(--color-default-1);
    padding: 1rem 2rem;
    border-radius: .2rem;
    color: #fff;
    display: inline-flex;
    margin-top: 0rem;
    font-weight: 600;
    font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50));
}

img.img_link_open {
    margin-right: .5rem;
    height: 2.5rem;
}

.btn_open_site {
    align-items: center;
    justify-content: center;
}

.btn_open_site:hover {
    text-decoration: none;
    color: #fff;
}

.btn_open_site:link {
    text-decoration: none;
    color: #fff;
}

h2.txt_h2_casa {
    font-family: 'montserratextrabold';
    font-size: calc(19px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 900;
    margin-bottom: 2rem;
}

.txt_container.txt_container_casa {
    padding: 3rem 2rem;
}

.acessar_site_pg {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

img.img_link_ic_site {
    margin-right: 2rem;
    height: calc(110px + 50 * (100vw - 425px) / (2500 - 50));
}

.txt_container.txt_container_casa {
    width: 90%;
    margin: 2rem auto;
}


@media (min-width: 1600px) {
    span.close_span_player {
        width: calc(25px + 14 * (100vw - 425px) / (2500 - 50));
        font-size: calc(14px + 14 * (100vw - 425px) / (2500 - 50));
        height: calc(25px + 14 * (100vw - 425px) / (2500 - 50));
    }
}

@media (max-width: 567px) {
    .txt_container.txt_container_casa {
        width: unset;
        margin: 2rem 1rem;
    }

    h2.txt_h2_casa {
        text-align: center;
    }

    .acessar_site_pg {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .box_link_pg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

.marquee:hover {
    animation-play-state: paused
}

.player_not-info {
    overflow: hidden;
}

.marquee {
    display: block;
    position: relative;
    width: max-content;
    animation: scroll 13s linear infinite;
    padding: 3px;
}

h2.player_not-info-h2.marquee {
    font-weight: 900;
    width: max-content;
    font-size: calc(4px + 14 * (100vw - 425px) / (2500 - 50));
    padding: 1rem 1rem 0;
}

h2.player_not-min_h2 {
    font-weight: 900;
    font-size: calc(5px + 14 * (100vw - 425px) / (2500 - 50));
}

/* Make it move */
@keyframes scroll {
    0% {
        left: 130%;
    }
    100% {
        left: -130%;
    }
}


/*leitor de noticia*/


.vid_invisible {
    visibility: hidden;
    opacity: 0;
}

form#consulta_publica_2020 {
    margin-top: 2rem;
}

img.popup_img_banner {
    margin: 0 auto;
}

td.table_td {
    vertical-align: inherit !important;
}


/*cada da cultura */
.content_cont {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
}

.expd_box-subitem {
    display: none;
}

.expd_box-cont {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    padding: 2rem;
    border-radius: .5rem;
}

.expd_box-subitem {
    margin: 1rem 0;
    padding: 0 1.3rem;
}

.expd_box-header {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

img.expd_box-header_img {
    height: calc(45px + 14 * (100vw - 425px) / (2500 - 50));
    margin-right: 1rem;
}

.expd_box-info {
    display: flex;
    align-items: center;
}

.expd_box-icon_box {
    font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 800;
    color: #1088fd;
}

.expd_box-headerh2 {
    font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 800;
}

.expd_box-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
    border-left: 3px solid #0f87fd;
    padding: 1rem;
    padding-left: 1rem;
}

a.expd_box-link_a {
    color: #FFF;
    margin: 0 .5rem;
    background: #1088fd;
    padding: 1rem 1.5rem;
    font-size: calc(13px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 600;
    border-radius: .2rem;
}

a.expd_box-link_a:hover {
    color: #fff;
    text-decoration: none;
}

a.expd_box-link_a:link {
    color: #fff;
    text-decoration: none;
}

.expd_box-item {
    margin: 1rem 0;
}

.expd_box-links {
    background: #f3f3f3;
}

h2.expd_box-link_h2 {
    word-break: break-word;
    font-weight: 600;
}

.expd_box-link_cont {
    display: flex;
}

.expd_box-cont {
    margin: 2rem 0;
}


@media (max-width: 768px) {
    h2.expd_box-link_h2 {
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
        margin-bottom: 2rem;
        text-align: center;

    }

    .expd_box-links {
        background: #f3f3f3;
        flex-direction: column;
    }

    .content_cont {
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }

    .expd_box-cont {
        padding: .5rem;
    }

    .expd_box-subitem {
        margin: 1rem 0;
        padding: 0 1rem;
    }


}


/*cada da cultura */


/*ldo 2021 pg*/
.ldo_pg-container {
    padding: 0 4rem;
}

p.ldo_pg-p {
    line-height: 28px;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
}

p.ldo_pg-p_strong {
    line-height: 27px;
    font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
    text-align: center;
    font-weight: 900;
    margin: 2rem 0 2rem 0;
}

.ldo_pg-text {
    padding-top: 1rem;
}

h2.ldo_pg-titulo_h2.font_black {
    font-weight: 900;
    text-transform: uppercase;
    font-size: calc(17px + 50 * (100vw - 425px) / (2500 - 50));
    text-align: center;
    margin: 1rem;
}

.ldo_pg-container {
    text-align: justify;
    font-weight: 500;
}

button.btn_enviar_ldo {
    display: flex;
    justify-content: center;
    border: none;
    width: 15rem;
    color: #fff;
    background: var(--color-default-1);
    font-size: calc(16px + 14 * (100vw - 425px) / 2500);
    font-weight: 600;
    padding: .5rem;
    transition: all .3s ease-out;
    cursor: pointer;
}


.err_box-container-danger {
    padding: 3rem;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.err_box-container-success {
    padding: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;

}

h2.err_box_h2 {
    font-weight: 900;
    font-size: calc(18px + 14 * (100vw - 425px) / (2500 - 50));
}

.error {
    font-size: calc(13px + 14 * (100vw - 425px) / (2500 - 50));

    color: #e74c3c;
}

div#reCaptchaError {
    text-align: center;
}

@media (max-width: 768px) {
    .ldo_pg-container {
        text-align: justify;
        padding: 1rem;
    }

    p.ldo_pg-p {
        line-height: 28px;
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
    }

    p.ldo_pg-p_strong {
        line-height: 27px;
        font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
        text-align: center;
        font-weight: 900;
        margin: 2rem 0 2rem 0;
    }

    h2.ldo_pg-titulo_h2.font_black {
        font-weight: 900;
        font-size: calc(20px + 50 * (100vw - 425px) / (2500 - 50));
        text-align: center;
        margin: 1rem;
    }

}


img.loading_div_img {
    height: calc((100vw - 1rem) * (2 / 21));
}

.loading_div-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_div-container {
    display: none;
}


.col-md-4.video__col {
    justify-content: center;
    display: flex;
    padding: 0;
}

.videos-pg-item {
    justify-content: center;
    display: flex;
    padding: 0;
    position: relative;
}

.videos-pg-item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

.videos-pg-cont {
    flex-wrap: wrap;
}

.videos-pg-wrapper {
    display: flex;
    max-width: calc(100% - .5rem);
}

.row.video_row {
    width: 100%;
    margin: 0;
    padding: 0rem !important;
    justify-content: space-between;
}


@media (max-width: 1500px) {
    .video_item_pg {
        min-height: 190px;
        width: 90%;
    }


    .row.video_row {
        margin-bottom: calc(10vw - 12rem);
    }
}

@media (max-width: 768px) {


    .col-md-4.video__col {
        position: relative;
        padding-bottom: 46.25% !important;
        padding-top: 0 !important;
        height: 0px;
    }
}


/*--*/
/*VARIABLES*/
: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;
}

.ldo_pg-title {
    font-size: var(--font-max);
    font-weight: 900;
    text-align: center;
}

.form_tab {
    display: none;
}

.page-container {
    width: 80%;
    margin: 0 auto;
}

.page-tab_item {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 1.5em;
}

.page-tab_header_title {
    font-size: var(--font-large);
    font-weight: 900;
}

.page-tab_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--color-default-1);
    margin-bottom: 1.5em;
    padding: 1.5em .5em;
}

.page-tab_item {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 1.5em;
    margin: 1.5em 0;
}

button.btn_tab-form:hover {
    background: var(--color-default-3);
    transition: all .2s ease-in;
}

button.btn_tab-form {
    padding: 1rem 2.5rem 1rem 2.5rem;
    color: #fff;
    font-size: var(--font-medium);
    background: var(--color-default-1);
    border: none;
    border-radius: .5rem;
    margin-top: 1rem;
    cursor: pointer;
}

.btn_form {
    padding: 1rem 2.5rem 1rem 2.5rem;
    color: #fff;
    font-size: var(--font-medium);
    background: #343a40;
    border: none;
    border-radius: .5rem;
    margin-top: 1rem;
    cursor: pointer;
    margin: 0 .24rem;
}

.ldo_pg-container {
    padding-bottom: 3rem;
}

p.label_form {
    font-size: var(--font-medium);
    font-weight: 900;
    margin: .5em 0;
}

button.btn_form.btn_form_enviar {
    background: var(--color-default-1);
}

h2.ldo_pg-title.font_black {
    font-family: 'montserratextrabold';
}

.btn_cont_enviar {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.page-tab_header_title {
    display: flex;
    align-items: center;
}

p.ldo_pg-p_strong.font_black {
    text-align: left !important;
}

img.page-tab_header_title_img {
    height: 3rem;
    margin-right: .2rem;
}

.page-tab_header {
    margin: 0 4rem;
    margin-bottom: 1.5em;
}

.page-tab_item label.form-element-label {
    font-size: var(--font-normal) !important;
}

.page-tab_item .form-element-field {
    font-size: var(--font-normal) !important;
}


@media (max-width: 768px) {
    .page-container {
        width: unset !important;
        margin: 0 1rem;
    }

    .page-tab_header {
        margin: 0;
        margin-bottom: 1.5em;
    }
}


/*APP MODAL*/
.app_modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: var(--area-box) 0;
    background: rgba(0, 0, 0, .8);
    z-index: var(--index-modal);
    display: none;
    overflow-y: auto;
}

.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: #ffffff;

    -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-1);
    margin-bottom: var(--area-normal);
    padding-bottom: var(--area-normal);
    border-bottom: 1px solid #EEEEEE;
}

.app_modal_box p {
    margin: 0 0 15px 0;
}

/*APP WIDGET*/
.app_widget {
    padding: var(--area-normal);
    background: #ffffff;
    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, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.app_widget_title {
    color: #888888;
    border-bottom: 1px solid #cccccc;
    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: #ffffff;
    background: var(--color-green);
    padding: 2px 4px;
    font-size: var(--font-small);
    cursor: pointer;
}

.app_widget_title .action:hover {
    background: var(--hover-color-green);
}

.app_widget_content {
    font-size: var(--font-small);
}

.app_widget_more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: var(--font-small);
    color: #888888;
    margin-top: var(--area-normal);
}

.app_widget_more:hover {
    color: #333333;
    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;
}

img.img-modal_default {
    width: 100%;
}

.app_modal {
    z-index: 10000000;
    padding: 3rem 1rem !important;
    cursor: pointer;
}

.app_modal_box.app_modal_default {
    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: -0.8rem;
    top: -1.3rem;
    z-index: 100002;
    font-size: calc(15px + 14 * (100vw - 50px) / (2500 - 50));
}


.app_modal_decretos {
    width: 1000px;
    position: relative;
}

.app_modal_box.app_modal_element {
    border-radius: 5px;
}

.modal_element-cont {
    margin: 1rem;
}

.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;
}

.modal_element-item_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

a.modal_element-link:hover {
    text-decoration: none;
    color: #fff;
    background: #0c5eaf;
    transition: all .3s ease-in;
}

a.modal_element-link {
    background: var(--color-default-1);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 3px;
    font-size: 1.8rem;
    display: inline-flex;
    white-space: nowrap;
}

.modal_element-item_header {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

h2.modal_element_item_header-h2 {
    margin: 0;
    font-weight: 600;
}

.modal_attachment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
}

.modal_element-item:not(fist-child) {
    margin: 1rem 0;
}

h2.modal_attachment-item-h2 {
    margin: 0;
    word-break: break-word;
    margin-right: .25rem;
}

@media (max-width: 576px) {
    .modal_attachment-item {
        flex-direction: column;
        text-align: center;
    }

    h2.modal_attachment-item-h2 {
        margin-bottom: 1rem;
    }

    .modal_attachment-item {
        margin-bottom: 2.5rem;
    }
}


.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: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px 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:nth-of-type(1).active {
    color: var(--color-default-1);
    border-color: var(--color-default-1);
}

.tab-link:nth-of-type(2).active {
    color: var(--color-default-1);
    border-color: var(--color-default-1);
}

.tab-link:nth-of-type(3).active {
    color: var(--color-default-1);
    border-color: var(--color-default-1);
}

.tab-link:nth-of-type(4).active {
    color: var(--color-default-1);
    border-color: var(--color-default-1);
}


.content-wrapper {
    padding: 20px 0;
}

.tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}

@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-group {
    display: flex;
    flex-direction: column;
}

form.tab-search_form {
    display: flex;
    justify-content: center;
}

.tab-search_form input[type="text"] {
    padding: 9px 10px;
    outline: none;
    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;
}

@media (max-width: 768px) {
    ul.tabs {
        flex-direction: column;
    }

    .tab-search_form-group {
        flex: 1;
        margin-bottom: 5px;
    }

    .tab-search_form input[type="text"] {
        width: unset;
        max-width: 100%;
    }

    .content-wrapper {
        padding: 20px 0px;
    }

    .row.video_row {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    a.link_mais {
        margin: 3rem 1rem 1rem 1.5rem !important;
        margin-right: auto !important;
    }
}


img.covid-tab-img {
    height: 6rem;
}


.covid-tab {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 2000;
}

a.covid-tab-a:hover {
    text-decoration: none;
    color: #000;
}

a.covid-tab-a:link {
    text-decoration: none;
    color: #000;
}

a.covid-tab-a:visited {
    text-decoration: none;
    color: #000;
}

a.covid-tab-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: #fcfcfc;
}

h2.covid-tab-h2 {
    font-size: 15px;
    color: #000;
    font-weight: 900;
    text-align: center;
    padding: 0 0.5rem;
}

.footer-content.content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.links_footer-wrapper.content {
    display: flex;
}

span.ic-access {
    font-size: 7rem;
    margin-bottom: 1rem;
}

@media (max-width: 1400px) {
    .covid-tab {
        top: 35%;
    }
}

@media (max-width: 768px) {
    .covid-tab {
        top: 25%;
    }
}

.content {
    margin: 0 auto;
    /*max-width: 1600px;*/
    max-width: 1200px;
}


@media (max-width: 1600px) {
    .content {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    main.content {
        margin: 0 2rem;
    }
}

@media (max-width: 768px) {
    .row.video_row {
        flex-direction: column;
    }

    .video__col {
        width: 100% !important;
    }

    .footer-content.content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 576px) {
    main.content {
        margin: 0 1rem;
    }

    img.logo_footer {
        margin: 0;
        margin-bottom: 1rem;
    }

    .footer_brand_col {
        display: flex;
        flex-direction: column;
    }
}

.row.section1_row {
    width: 100%;
    margin: 0;
}


[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}

[style*="--aspect-ratio"] > img {
    height: auto;
}


@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}


.content.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

ul.ul-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-item-col ul {
    max-width: 20rem;
    padding: .5rem;
}

.footer-item-col.middle-ul-footer {
    margin: 0 5rem;
}


li.li-footer.li-footer-header {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

a.a-footer:hover {
    text-decoration: none;
    color: #ccc;
}

a.a-footer:link {
    text-decoration: none;
    color: #ccc;
}

a.a-footer {
    display: inline-flex;
    font-size: 16px;
    margin: .25rem 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 576px) {
    .footer-item-col {
        flex-basis: 50%;
        display: flex;
    }

    .content.footer-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content.footer-wrapper {
        max-width: 40rem;
        padding: 0 1rem;
    }

    .bottom-pref {
        margin: 1rem;
    }

    .footer-item-col ul {
        max-width: 20rem;
        width: 100%;
        padding: .5rem;
    }

}


section.content-view-1 {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.content-view-item .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.content-view-item {
    flex-basis: 50%;
    max-width: calc(50% - .5rem);
    height: 100%;
}

.content-view-item .side-slide-1 {
    /*height: 533px;*/
    height: 433px;
    background: #bfbfbf;
}


.slick-list.draggable .slick-track {
    height: 100%;
}


.slick-list.draggable {
    height: 100%;
}

.slider-side-style-1 {
    border-radius: 5px;
    overflow: hidden;
}

.side-slide-img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}


.side-slide-item-caption {
    position: relative;
    display: flex !important;
    align-items: flex-end;
    transition: all .3s ease-in-out;
}

.slide-bg-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.slide-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+84&0+0,0.77+84 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0); /* IE6-9 */

}

.side-slide-item-caption:hover .slide-mask {
    transition: all .3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+77&0+0,0.85+77 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 77%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 77%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); /* IE6-9 */

}

.side-slide-caption {
    position: relative;
    z-index: 120;
}

.side-slide-caption {
    width: 100%;
    min-height: 25%;
    display: flex;
    align-items: center;
    padding: 2rem;
}

h2.side-slide-caption-h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
}

ul.ul-controls {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.content-view-item-body {
    position: relative;
}

ul.ul-controls {
    height: 50%;
    align-items: flex-end;
    padding: 0 1rem;
}

.btn-slide-control.slick-arrow {
    position: absolute;
    top: 37.5%;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}


.prev.btn-slide-control.slick-arrow {
    left: 0;
    padding: 5rem 3rem 5rem .5rem;
}

.next.btn-slide-control.slick-arrow {
    padding: 5rem .5rem 5rem 3rem;
    right: 0;
}

.content-view-item.links-content {
    padding-left: 2rem;
}


.content-view-item-links-body-item {
    margin: 1rem 0;
    height: 101px;
    background: var(--color-default-1);
    border-radius: 5px;
    overflow: hidden;
}

h2.links-body-h2 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 5px var(--color-default-3);
    text-align: center;
}

h2.modal_element_item_header-h2.section_not_h2 {
    text-align: left;
}

.links-body-bg {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.mask-links-body-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: var(--color-default-mask);

}

img.img-separator {
    z-index: 150;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

img.links-body-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    object-fit: cover;
}

.content-view-item-links-body-item {
    display: flex;
}

.links-body-text {
    flex-basis: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}


span.links-body-bg-ic {
    position: relative;
    z-index: 1000;
    font-size: 5.5rem !important;
    color: #fff;
    text-shadow: 0 0 5px var(--color-default-3);
}

iframe.iframe-mapa {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.map-cont {
    height: 300px;
    overflow: hidden;
}

.content-view-item-links-body {
    display: flex;
}

.content-view-item-links-body {
    display: flex;
    flex-wrap: wrap;
}

.link-content-item {
    flex-basis: 50%;
}

a.content-view-item-links-body-item {
    margin: .5rem;
}

.nav-containter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slider-top-element {
    height: var(--slide-top-large);
    overflow: hidden;
}

img.slider-top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-top-cont {
    position: relative;
}

.prev.btn-slide-top-control.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 4rem;
    color: #fff;
    transform: translate(0%, -50%);
    cursor: pointer;
    margin-left: 2.5rem;
    transition: all .3s ease-in-out;
    opacity: .8;
}

.next.btn-slide-top-control.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 4rem;
    color: #fff;
    transform: translate(0%, -50%);
    cursor: pointer;
    right: 0;
    margin-right: 2.5rem;
    transition: all .3s ease-in-out;
    opacity: .8;
}

.next.btn-slide-top-control.slick-arrow:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}


.prev.btn-slide-top-control.slick-arrow:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}

span.icon-ic-menu-1.ic-menu-btn {
    font-size: 3rem;
    color: var(--color-default-1);
}

.row.section1_row {
    justify-content: flex-end;
}

.btn-top.d-lg-none {
    display: flex;
    justify-content: end;
}

span.icon-ic-arrow-down-2.menu__icon_top {
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: -0.25rem;
}

h2.h2_mais_noticias {
    font-weight: 600;
}


.header-info-page {
    margin-top: 2rem;
}

.tab-exp-header {
    display: flex;
    align-items: center;
}

.tab-exp {
    background: #fcfcfc;
    border: solid 1px #e5e5e5;
    padding: 1rem;
    margin: 1rem 0;
    cursor: pointer;
    border-radius: 5px;
}

span.icon-ic-document-3 {
    font-size: 3rem;
    margin-right: 1rem;
}

.tab-exp-item {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.tab-exp-body {
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding: 1rem;
    display: none;
}

h2.tab-exp-h2 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 800;
}

.tab-exp {
    background: #fcfcfc;
    border: solid 1px #eeee;
    margin: 1rem 0;
    cursor: pointer;
}

a.tab-exp-a {
    display: flex;
    padding: 1rem 2rem;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: var(--color-default-1);
}

.tab-exp-header {
    padding: 2rem;
}

.tab-exp-info {
    display: flex;
    align-items: center;
}

h2.tab-exp-info-h2 {
    margin-bottom: 0;
    font-weight: 600;
}

.span-tab-exp-updated-at {
    font-size: 14px;
}

a.tab-exp-a {
    display: flex;
    padding: 1rem 2rem;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: var(--color-default-1);
    justify-content: center;
    margin-bottom: 1rem;
    transition: all .3ms ease-in-out;
}

a.tab-exp-a:hover {
    transition: all .3ms ease-in-out;
    color: #fff !important;
    background: var(--color-default-mask);
}

.tab-exp-item {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 1rem;
    border-left: 3px solid var(--color-default-1) !important;
}

.span-link-ic {
    font-size: 2rem;
    margin-right: 1rem;
}

.tab-exp-header-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-exp-header {
    display: flex;
    justify-content: space-between;
}

.exp-arrow.icon-ic-arrow-down-3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-default-1);
}

p.p-exp {
    margin-top: 1rem;
    font-size: 18px;
}

.p-exp a {
    font-weight: 800;
    color: var(--color-default-1);
}

.tab-exp-item-text {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
}

.tab-exp-item-text-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.tab-exp-access {
    min-width: 16rem;
}

.text-red {
    color: red;
}

.link-ouvidoria-covid {
    color: var(--color-default-1);
}

.bt-none {
    border-top: none;
}

h2.tab-exp-h2 {
    text-transform: uppercase;
}

.row.leis_row_filtro {
    margin-bottom: 2rem;
}

.span-deparment {
    font-size: 5rem;
    color: var(--color-default-1);
}

span.icon-ic-cart-1.span-deparment {
    font-size: 6rem;
}


.departments-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.departments-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    display: flex;
}

.departments-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.departments-cont {
    display: flex;
    flex-wrap: wrap;
}

.departments-wrapper {
    margin: .5rem;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 5px;
    border: solid 1px #eee;
}

.departments-header {
    margin-bottom: 1rem;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.departments-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.departments-ul {
    max-width: 95%;
    margin: 0 auto;
}

li.departments-li {
    font-size: 16px;
    line-height: 20px;
}


.departments-header h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 1rem 0;
}

li.departments-li {
    word-break: break-all;
}

h2.departments-h2 {
    text-align: center;
}

.page-item-header {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
}

h2.page-item_h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
}

.galery-cont {
    display: flex;
    flex-wrap: wrap;
}

.galery-item {
    flex-basis: 25%;
    max-width: 25%;
    max-height: 30rem;
}

a.lazy-img.image-link.galeria-item-a {
    display: flex;
    height: 20rem;
}

.lazy-img.image-link.galeria-item-a {
    display: flex;
    margin: .5rem;
}

img.galeria-item-img {
    object-fit: cover;
}

.history-page-img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.history-page-h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 2rem;
}

p.history-page-p {
    font-size: 16px;
    text-align: justify;
}

.history-page-img-cont {
    flex-direction: column;
    margin-top: 5rem;
}

.history-img {
    min-height: 29rem;
}

.ident-content-item {
    display: flex;
    align-items: center;
}

ul.ident-content-ul {
    list-style: none;
    padding: 2rem;
}

li.ident-content-li {
    font-size: 16px;
}

h2.ident-cont-h2 {
    font-size: 23px;
    text-align: center;
    margin-top: 1rem;
    font-weight: 900;
}

.lazy-img.image-link.galeria-item-a.ident-content-img {
    height: 25rem;
    border-radius: 5px !important;
    overflow: hidden;
    border: solid 1px #eeee;
}

ul.navbar-nav.ml-auto.container {
    height: 100%;
}

button.navbar-toggler-custom {
    display: none;
}

nav.navbar.navbar-expand-lg.content {
    display: flex;
    justify-content: space-between;
}

.navbar-nav-ul {
    display: flex !important;
    flex-direction: row !important;
    padding: 0;
}


li.nav-item-custom:not(:last-of-type) {
    padding: 0 .5rem;
}

ul.nav-link_sub {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-containter {
    display: flex;
}

nav.navbar.navbar-expand-custom.navbar-custom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar_collapse {
    display: flex;
    height: 100%;
}


ul.navbar-nav.ml-auto.container.navbar-nav-ul {
    padding: 0;
    display: flex;
}

li.nav-item-custom {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

a.mr-auto.nav-link.link_nav {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

ul.nav-link_sub {
    border-top: 1px solid #eee;
}

p.p-exp {
    text-align: justify;
}

li.nav-item-custom:last-of-type {
    padding-left: .5rem;
}

iframe.video-iframe-not.recaptchaDiv {
    width: 100%;
}

.slider-top {
    visibility: hidden;
    transition: all .3s ease-in-out;
}


.slider-events {
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.slider-buildings {
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.popup-default {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: var(--area-box) 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000000;
    /*display: none;*/
    overflow-y: auto;
    display: flex;

}

.popup-default-item {
    display: flex;
    margin: auto;
    width: 700px;
    max-width: 94%;
    padding: calc(var(--area-box) * 1.5);
    background: #ffffff;
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);


}

img.popup-default-img {
    max-width: 100%;
    max-height: 100%;
}

.popup-default-img-cont {
    position: relative;
    display: flex;
}

.close-popup {
    position: absolute;
    background: red;
    right: -5px;
    top: -5px;
    font-size: 20px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.modal_nfse-item_header {
    display: flex;
    align-items: center;
}

h2.modal_nfse_item_header-h2 {
    color: #000;
    font-weight: 900;
    margin-bottom: 0;
}

.search-content_tab_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}

.contact-item-info {
    display: flex;
    align-items: center;
}

span.contact-item-info-ic {
    font-size: 3.5rem;
    margin-right: 1rem;
    font-weight: 600;
    color: var(--color-default-1);
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2.contact-item-info-h2 {
    font-size: 18px;
}

h2.contact-item-info-h2 {
    word-break: break-word;
}

.input-radio-default-item-wrapper {
    display: flex;
    align-items: center;
}

.input-radio-default-item {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

label.form-label-default-radio {
    font-size: 16px;
    margin-right: 6px;
    margin-bottom: 0;
}

/* Custom radio buttons */
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 15px;
}

input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -2px;
    left: 1px;
    border: 1px solid var(--color-default-1);
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"] {
    display: none !important;
    *display: inline;
}

input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-default-1);
}

.input-radio-default-item-wrapper {
    margin-top: 1rem;
}


.form-group-default.form-group-default-grow-1 {
    flex: 1;
}

/*END DESKTOP*/

@media (max-width: 1200px) {

    a.navbar-brand {
        padding: 1rem 0;
    }

    .nav-containter.content {
        margin: 0 1rem;
    }

    .content-view-item .side-slide-1 {
        height: 400px;
    }

    .acesso_col {
        max-width: 20%;
    }


    .barra-container {
        padding: 1rem !important;
    }

    .content.barra_acessibilidade-cont {
        padding: 0 1rem;
    }


}

@media (max-width: 992px) {
    .contact-item.contact-item_top {
        flex-wrap: wrap;
    }

    .contact-item-info {
        min-width: 200px;
    }

    .contact-item-info {
        margin-top: 2rem;
    }

    .contact-item.contact-item_top {
        margin-top: -2rem;
    }

    .telefone.phone-ic {
        margin: 1rem 0;
    }

    h2.tab-exp-item-text-header-h2.text-uppercase {
        font-size: 17px;
    }

    iframe.video-iframe-pg.recaptchaDiv {
        height: 100%;
        margin: 0 1rem;
    }

    .span-tab-exp-updated-at {
        font-size: 16px;
    }

    a.link-ouvidoria-covid {
        word-break: break-all;
    }

    h2.tab-exp-h2 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 800;
    }

    h2.section_not_h2 {
        font-size: 25px;
    }

    h2.tab-exp-info-h2 {
        font-size: 16px;
    }


    .navbar_collapse {
        display: none;
    }

    button.navbar-toggler-custom {
        border: none;
        padding: .5rem;
        border-radius: 3px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-brand-wapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }

    ul.navbar-nav.ml-auto.container.navbar-nav-ul {
        flex-direction: column !important;
    }

    nav.navbar.navbar-expand-custom.navbar-custom {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .nav-containter.content {
        flex-direction: column;
    }

    .navbar-brand-wapper {
        width: 100%;
    }

    li.nav-item-custom {
        flex-direction: column;
        width: 100%;
        justify-content: center !important;
    }

    ul.navbar-nav.ml-auto.container.navbar-nav-ul {
        width: 100%;
    }

    .navbar_collapse {
        width: 100%;
    }

    li.nav-item-custom {
        padding: 0 !important;
        justify-content: center;
    }

    a.mr-auto.nav-link.link_nav {
        margin: .5rem 0 !important;
    }


    .departments-item {
        flex-basis: 50%;
        max-width: 50%;
        display: flex;
    }


    .slider-top-element {
        height: var(--slide-top-medium);
    }

    span.span-link-ic.icon-ic-link-1 {
        display: none;
    }


    .telefone.phone-ic {
        border-right: none;
        padding-right: 0;
    }

    .acesso_col {
        flex-basis: 20% !important;
        max-width: 25%;
    }

    nav.navbar.navbar-expand-lg {
        width: 100%;
        z-index: 400;
    }

    hr.hr_menu {
        display: none;
    }

    .nav-containter {
        padding: 1rem;
    }

    .content.bottom-wrapper {
        padding: 0 1rem;
    }

    .videos-pg-item {
        flex-basis: 50%;
        max-width: 50%;
    }

}

@media (max-width: 768px) {

    .galery-item {
        flex-basis: 50%;
        max-width: 50%;
        max-height: 40rem;
    }

    .departments-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .galeria-not-item {
        flex-basis: 50%;
        height: 30rem;
    }


    .footer-item-col.middle-ul-footer {
        margin: 0;
    }


    section.content-view-1 {
        flex-direction: column-reverse;
    }

    .link-content-item {
        flex-basis: 100%;
    }

    .content-view-item {
        flex-basis: 100%;
        max-width: 100%;
        height: 100%;
    }

    .content-view-item.links-content {
        padding-left: 0;
    }

    .youtube-body {
        flex-direction: column;
    }

    .youtube-item:not(:last-of-type) {
        margin-bottom: 1rem;
    }

    .youtube-item {
        width: 100% !important;
    }

    h2.links-body-h2 {
        padding: .5rem;
    }


}


@media (max-width: 676px) {
    h2.tab-exp-info-h2 {
        text-align: center;
    }

    .tab-exp-item-text-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .nav-containter.content {
        margin: 0;
    }

    .tab-exp-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tab-exp-info {
        margin-bottom: 1rem;
    }


    .acesso_col {
        flex-basis: 45% !important;
        max-width: 50%;
    }

    span.ic-access {
        margin-bottom: 1rem;
    }


    .h2_acesso_r {
        font-size: 18px;
    }

    .videos-pg-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    iframe.video-iframe-pg.recaptchaDiv {
        width: 100%;
    }

    .videos-pg-wrapper {
        display: flex;
        max-width: 100%;
    }

    h2.side-slide-caption-h2 {
        font-size: 20px;
    }

}


@media (max-width: 576px) {
    .telefone.phone-ic {
        margin: 1rem 0;
    }


    .ident-content-item {
        flex-direction: column;
    }

    ul.ident-content-ul {
        padding: 2rem 0;
    }

    .ident-content-info {
        flex: 1;
        display: flex;
        width: 100%;
    }


    .slider-top-element {
        height: var(--slide-top-small);
    }

    .modal_element-item_header {
        margin-top: 2rem;
    }

    .galeria-not-item {
        flex-basis: 100%;
        height: 40rem;
    }

    .galeria-not-item {
        margin: 1rem 0;
    }

    .


}

@media (max-width: 400px) {
    span.h2-logo_span_s {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: .25rem;
    }
}


.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}


.paginator {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.paginator_item {
    display: inline-block;
    margin: 0 10px;
    padding: 4px 12px;
    background: var(--color-default-1);
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginator_item:hover {
    color: #fff;
    text-decoration: none;
}

a.paginator_item {
    font-size: 18px;
    color: #fff;
}

span.paginator_item.paginator_active {
    font-size: 18px;
}

.pager-content {
    display: flex;
    justify-content: center;
}

.btn.btn-form.btn-form-visualizar {
    color: #fff;
    background: var(--color-default-1);
    transition: all .3s ease-in-out;
    font-size: 18px !important;
    border-radius: 5px;
}

.btn.btn-form.btn-form-visualizar:hover {
    transition: all .3s ease-in-out;
    background: var(--color-default-mask);

}

td.tb-linha.tb_it {
    vertical-align: middle;
}

td.tb-linha.tb_it .form-group {
    margin-bottom: 0 !important;
}

td.tb-linha {
    vertical-align: middle !important;
}


.paginator_item:hover {
    background: var(--color-default-mask);
}

.paginator_active,
.paginator_active:hover {
    background: #cccccc;
}

pre {
    margin-top: 30px;
    background: #EEEEEE;
    padding: 10px;
}


/*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 #345a98;
    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);
    }
}


.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: 'montserratregular', sans-serif !important;
    font-size: 19px;
    font-weight: 900;
}

.message.info {
    color: var(--color-blue);
    border-color: var(--color-blue);
    background: var(--color-blue-light);
    font-family: 'montserratregular', sans-serif !important;
    font-size: 19px;
    font-weight: 900;

}

.message.warning {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
    background: var(--color-yellow-light);
    text-shadow: 0 0 0 #f9b023;
    font-family: 'montserratregular', sans-serif !important;
    font-size: 19px;
    font-weight: 900;

}

.message.error {
    color: var(--color-red);
    border-color: var(--color-red);
    background: var(--color-red-light);

    font-family: 'montserratregular', sans-serif !important;
    font-size: 19px;
    font-weight: 900;

}


.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: var(--color-default-1);
    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: 2rem;
}

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;
}

button.search-btn {
    background: var(--color-default-1);
    display: inline-flex;
    padding: .65rem 3rem;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.search-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}


form.search-form {
    margin-top: 2rem;
}

.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;
}

.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: var(--color-default-1);
}

span.icon-ic-document-3 {
    font-size: 3rem;
    margin-right: 1rem;
}

h2.tab-exp-h2 {
    text-transform: uppercase;
}


h2.tab-exp-h2 {
    margin-bottom: 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 2rem;
    }
}

@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: var(--color-default-1);
        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%;
    }


}

.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: var(--color-default-1);
}

.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: var(--color-default-1);
}

.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;
}

.search-form-checkbox.checkbox-container {
    margin-top: 2rem;
}

span.span-menu-ic {
    font-size: 2.3rem;
}


/*- SIM POA-*/

h2.text-content-heading {
    font-family: 'montserratextrabold' !important;
    font-size: 18px;
}


p.text-content-p {
    font-size: 16px;
    text-align: justify;
}

img.text-content-img.text-content-img-h2 {
    height: 25rem;
    margin: 0 auto;
}

a.lazy-img.image-link.text-content-img-a {
    display: flex;
    margin: 20px 0;
}

.tabela_container-pg .table_th {
    font-size: 19px !important;
}

.tabela_container-pg .table_td {
    font-size: 19px !important;
}

a.link_default-click {
    font-family: 'montserratextrabold' !important;
    color: var(--color-default-1);
}

.more-info-departments {
    border: none;
    padding: 1rem;
    font-weight: 600;
    background: var(--color-default-1);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
}

.more-info-departments:hover {
    outline: none;
    text-decoration: none;
    color: #fff !important;
}

.more-info-departments:link {
    outline: none;
    text-decoration: none;
    color: #fff;
}

span.ic-access.icon-ic-tractor {
    font-size: 6rem;
}

.tab-exp-body li {
    font-size: 16px;
}

.links-section-item {
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    /*flex-basis: 33.33333%;*/
    flex-basis: 100%;
    /*height: 15rem;*/
}

.links-section-item .links-section-body {
    display: flex;
    /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
    /*background: #fcfcfc;*/
    margin: .5rem;
    flex: 1;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.links-section-item:last-of-type .links-section-body {
    border-bottom: none;
}

.links-section-body:hover h2{
    font-weight: 900 !important;
    color: var(--color-default-1);
}


.links-section-cont {
    display: flex;
    flex-wrap: wrap;
    /*margin: 2rem 0;*/
}

.links-section-bg {
    justify-content: center;
    align-items: center;
    display: flex;
}

.span.links-section-ic {
    font-size: 3rem;
    margin-right: .75rem;
    color: var(--color-default-1);
}

.links-section-cont .modal_element-item_header {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


@media (max-width: 576px) {
    .tabela_container-pg {
        overflow: scroll;
    }

    td.table_td {
        min-width: 25rem;
    }
}

.video-local-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-local-item video {
    background: #000;
    width: 100%;
}


.videos-pg-wrapper .videos-pg-wrapper {
    width: 100% !important;
}

.cabecalho-box {
    padding: 0rem 0rem 1rem;
    display: flex;
    align-items: center;
}

.ultimas-noticias__item {
    margin-top: 3rem;
    margin-bottom: 0;
}

.ultimas-noticias.content {
    margin-bottom: 3rem;
}



@media (max-width: 768px) {
    .ultimas-noticias.content {
        width: unset;
        max-width: 100%;
    }

    .col-md-4.col-sm-6.ultimas-noticias__item {
        margin: 0;
    }

    .titulo-ultimas {
        position: relative;
        bottom: 0;
        margin-top: 1rem;
    }

    .cabecalho-box {
        padding: 0rem 0rem 1rem;
        display: flex;
        align-items: center;
    }

    .col-md-4.col-sm-6.ultimas-noticias__item {
        padding: 1rem 0;
    }

    h2.titulo-secao.text-center.titulo-ultimas {
        margin-bottom: 0;
        margin-top: 2rem;
    }

}

@media (max-width: 576px) {
    .tabela_container-pg {
        overflow: scroll;
    }

    td.table_td {
        min-width: 25rem;
    }

    .content {
        margin: 0 1rem;
    }

    .videos-not-item iframe {
        margin: 0 !important;
    }
}

.row.video_row-home {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
}


a.social-media-share_a {
    background: var(--color-default-1) !important;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.social-media-share_a svg {
    height: 4rem !important;
}



.content-sectors h2 {
    font-size: 19px;
    font-weight: 600;
}

.content-sectors p {
    font-size: 16px;
}



  .social-grid-container {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            width: 100%;
            margin: 0;
        }
        
        .social-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .social-grid-item {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .social-grid-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .grid-video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 aspect ratio for landscape */
            background: #000;
            overflow: hidden;
        }
        
        .grid-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .social-grid-item:hover .grid-thumbnail {
            transform: scale(1.05);
        }
        
        .grid-play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .social-grid-item:hover .grid-play-overlay {
            opacity: 1;
        }
        
        .grid-play-button {
            width: 48px;
            height: 48px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .grid-play-button:hover {
            background: rgba(255,255,255,1);
            transform: scale(1.1);
        }
        
        .grid-play-button svg {
            width: 18px;
            height: 18px;
            margin-left: 2px;
            fill: #333;
        }
        
        .grid-platform-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 3;
            font-size: 10px;
            font-weight: 600;
        }
        
        .instagram-grid-item .grid-platform-badge {
            width: 20px;
            height: 20px;
        }
        
        .facebook-reel-grid-item .grid-platform-badge,
        .facebook-video-grid-item .grid-platform-badge {
            background: rgba(0,0,0,0.7);
            border-radius: 10px;
            padding: 4px 6px;
            color: white;
        }
        
        .facebook-video-grid-item .grid-platform-badge {
            width: 16px;
            height: 16px;
            padding: 2px;
            border-radius: 8px;
        }
        
        .grid-avatar-overlay {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 3;
        }
        
        .grid-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 2px solid white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }
        
        .grid-more-section {
            text-align: center;
            margin-top: 30px;
        }
        
        .grid-more-btn {
            background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 14px 32px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }
        
        .grid-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }
        
        .grid-more-btn:active {
            transform: translateY(0);
        }
        
        /* Custom column support with responsive wrapping */
        .social-grid.cols-1 { grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); }
        .social-grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
        .social-grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
        .social-grid.cols-4 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
        .social-grid.cols-5 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
        
        /* Responsive Design - Progressive wrapping */
        @media (max-width: 1400px) {
            .social-grid.cols-5 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
        }
        
        @media (max-width: 1200px) {
            .social-grid.cols-4,
            .social-grid.cols-5 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
        }
        
        @media (max-width: 900px) {
            .social-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
        }
        
        @media (max-width: 768px) {
            .social-grid { 
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 15px;
            }
            .grid-avatar {
                width: 32px;
                height: 32px;
            }
        }
        
        @media (max-width: 600px) {
            .social-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
        }
        
        @media (max-width: 520px) {
            .social-grid { 
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .grid-video-container { padding-bottom: 75%; }
        }