/****TAGS****/
*{
    font-family: 'Roboto', sans-serif;  
}
p, h1, h2, h3, h4, h5, h6, label{
    margin-bottom: 0rem !important;
}
a{
    text-decoration: none;
    color: var(--bs-body-color);
}
input:focus{
    outline: none;
}
main{
    background-color: #fff;
}
#app{
    background-color: #fff;
}
/********/

/****ELEMENTOS GERAIS****/

.main-header{
    box-shadow: 0px 0px 20px 0px rgba(0, 255, 224, 0.15);
    position: relative;
    z-index: 999;
}
.padding-header{
    padding: 10px 27px 10px 27px
}
.svg-menu-header{
    height: 20px;
    width: 22px;
}
.footer{
    background-color: #082336;
    color: #FFF;
    padding: 0 0 16px 0;
}
.iframe-map-footer{
    display: none;
}
.footer-restraint{
    display: block;
    margin: auto;
    max-width: 270px;
}
.f-footer{
    background-color: #FFF;
    text-align: center;
}
.container-top{
    background-color: #0D71B9;
    padding: 40px 0 0 0;
    color: #FFF;
    position: relative;
}
.div-buscar-projeto{
    width: 270px;
    display: block;
    margin: auto;   
}
.div-buscar-projeto-second{
    width: 80%;
    max-width: 300px;
    display: block;
    margin: auto;
}
.svg-mag-glass{
    height: 17px;
    width: 17px;
    z-index: 9;
    left: 8px;
}
.container-projetos-counter{
    border-radius: 8.317px;
    background: #FFF;
    box-shadow: 0px 3.3269381523132324px 8.317344665527344px 0px rgba(0, 255, 224, 0.15);
    color: #000000;
    display: inline-flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 22px;
    line-height: 12px;
    width: 47%;
}
.container-flex-projetos-counter{
    width: 100%;
    max-width: 270px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    justify-content: space-between;
}
.container-municipios-mob-tablet{
    background-color: #FFF;
    padding: 20px 0 20px 0;
}
.container-municipios-desk{
    display: none;
}
.container-blog{
    max-width: 270px;
    display: block;
    margin: auto;
}
.container-sobre-a-biogesp{  
    background-image: url('http://www.biogesp.org.br/assets/images/w-bg.webp');
    background-size: cover;
    color: #fff;
    padding: 104px 0 32px 0;
    transform: translate(0, -80px);
}
.container-unidades-administradas-bg{
    background-image: url('http://www.biogesp.org.br/assets/images/bg-gestao.webp');
    background-size: cover;
}
.container-unidades-administradas{
    max-width: 270px;
    display: block;
    margin: auto;
}
.iframe-video{
    width: 100%; 
    height: 180px; 
    max-width: 270px; 
    display: block; 
    margin: auto; 
    z-index: 99; 
    position: relative;
}
.iframe-maps{
    width: 100%; 
    height: 140px; 
    border: 0; 
    display: block;
    margin: auto;
}
.mob-none{
    display: none;
}
.dropdown-menu-u-indv.svg-dropdown {
    right: 0 !important;
    left: auto !important;
}
.menu-links-desk{
    display: none;
}
.container-unidades{
    width: 133px;
    border-radius: 7.321px;
    background: #FFF;
    box-shadow: 0px 2.92838px 2.92838px 0px rgba(0, 255, 224, 0.15);
    margin-bottom: 32px;
    height: 100%;
}
.container-unidades-text{
    display: flex;
    padding: 10px 10px 24px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}
.container-unidades-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.margin-unidade{
    margin-top: 32px
}
.header-unidades-administradas{
    background-image: url('http://www.biogesp.org.br/assets/images/bg-u-a.webp');
    background-size: cover;
    padding: 64px 32px 0 32px;
    height: 672px;
}
.container-unidades-administradas-page{
    color: #fff
}
.u-a-header-imgs{
    position: relative;
    margin-top: 32px;
    height: 295px;
}
.container-buscar-unidades{
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 255, 224, 0.15);
}
.container-buscar-unidade{
    width: 100%;
    background-color: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 255, 224, 0.15);
    max-width: 320px;
    margin: auto;
}
.container-buscar-transparencia{
    width: 100%;
    background-color: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    max-width: 270px;
    box-shadow: 0px 4px 20px 0px rgba(0, 255, 224, 0.15);
    transform: translate(0, -80%);
}
.input-buscar-unidades{
    width: 100%;
    border: none;
    font-size: 12px;
    padding-left: 32px;
    font-style: italic;;
}
.input-buscar-municipio{
    width: 100%;
    border: none;
    font-size: 12px;
    padding-left: 32px;
    font-style: italic;;
}
.horizontal-divide-bar{
    width: 27px;
    height: 1px;
    background: #000;
    display: block;
    margin: auto;
}
.container-unidades-administradas-page-full-mob{
    padding: 0 42px 32px 42px;
    margin-top: -84px
}
.container-unidades-administradas-page-full-desk{
    display: none;
}
.container-unidade-indv{
    display: flex;
    flex-direction: column;
    gap: 11px 32px;
    margin: 0 auto 32px auto;
    max-width: 270px;
}
.container-u-indv-flex-mob{
    display: flex;
    justify-content: space-between;
}
.container-u-ind-w50{
    width: 50%;
}
.container-n-f-g{
    color: #000000;
    max-width: 270px;
    margin: auto;
    text-align: justify;
}
.container-unidades-mw{
    max-width: 270px;
    margin: auto;
}
.n-f-g-flex-column{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 36px auto 36px auto;
}
.container-nao-encontrou-u{
    margin: 64px auto 0 auto;
    background-image: url('http://www.biogesp.org.br/assets/images/bg-nud.webp');
    background-size: contain;
    color: #000000;
    text-align: center;
    padding: 72px 24px 72px 24px
}
.container-nao-encontrou-o{
    margin: 64px auto 0 auto;
    background-image: url('http://www.biogesp.org.br/assets/images/bg-nud.webp');
    background-size: cover;
    background-position: 70%;
    color: #000000;
    text-align: center;
    padding: 72px 24px 72px 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.dropdown-menu-u-indv {    
    background-color: unset !important;
    border: none !important;
    text-align: justify !important;
    position: unset !important;
    transform: unset !important;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out !important;
    transition: height 0.3s !important;
    display: block !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease-in-out !important;
    padding: 0 !important;
}

.dropdown-toggle:focus + .dropdown-menu-u-indv {
    max-height: 350px !important; 
}
.dropdown-toggle-transparencia:focus + .dropdown-menu-u-indv {
    max-height: 350px !important; 
}
.vertical-divide-bar{
    display: none;
}
.text-align-right{
    text-align: right;
}
.dropdown-links-header{
    background-color: #fff !important;
}
.container-sobre-nos-mw{
    padding: 32px;
}
.header-sobre-nos{
    text-align: justify;
    max-width: 270px;
    margin: auto;
}
.container-valores-compromissos{
    background-color: #082336;
    color: #fff;    
    text-align: justify;
    padding: 32px
}
.container-s-n-texts{
    text-align: justify;
}
.pd-32{
    padding: 32px;
}
.transparencia-card{
    border-radius: 10.614px;
    background: #FFF;
    box-shadow: 0px 2.1227px 2.1227px 0px rgba(0, 255, 224, 0.15);
    font-size: 10px;
}
.container-transparencia-cards{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 16px auto 32px auto;
}
.w-300-d-b{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}
.container-nossa-equipe{
    background-image: url('http://www.biogesp.org.br/assets/images/bg-equipe.webp');
    background-size: cover;
    color: #fff;
    padding: 2px;
}
.funcionarios-card-flex{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 32px auto 32px auto;
    width: 200px;
}
.funcionario-card{
    gap: 16px;
}
.container-s-n-texts-d-change-tablet-desk{
    display: none;
}
.iframe-sobre-a-bio{
    padding: 0 0 0 32px
}
.header-tc{
    background: linear-gradient(0deg, rgba(8, 35, 54, 0.66) 0%, rgba(8, 35, 54, 0.66) 100%), url('http://www.biogesp.org.br/assets/images/tc-bg.webp'), lightgray 0px -54.56px / 100% 190.75% no-repeat;
    background-size: cover;
    text-align: left;
    color: #fff;
    padding: 32px;
    height: 300px;
}
.header-tc-texts{
    max-width: 270px;
    margin: auto;
}
.header-tc-texts > .container-buscar-unidade {
    margin-top: 32px;
}
.header-tc-texts > .container-buscar-transparencia {
    margin-top: 32px;
}
.container-vagas{
    padding: 32px 32px 32px 32px;
}
.container-vaga{
    background: #EEE;
    display: flex;
    width: 100%;
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    max-width: 270px;
    gap: 10px;
}
.container-vaga-line{
    width: 100%;
    height: 1px;    
}
.pagination-vagas{
    align-items: center !important;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
}
.pagination-vagas li a {
    color: #C0C0C0; 
}

.pagination-vagas li span {
    color: #0D71B9;
}
.container-c-p-o-d{
    padding: 0 32px 32px 32px;
}
.header-ouvidoria{
    background-color: #0D71B9;
    padding: 40px 32px 0 32px;
    color: #FFF;
}
.container-header-ouvidoria{
    position: relative;
}
.container-chamados-em-andamento{
    padding: 48px 32px 32px 32px;
}
.container-chamados-concluidos{
    padding: 48px 32px 32px 32px;
}
.div-buscar-chamado{
    box-shadow: 0px 2.94479px 2.94479px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7.362px 7.362px 7.362px 7.362px;
}
.container-chamados{
    padding: 0 12px 0 12px;
}
.container-chamado{
    background-color: #F9F9F9;
    padding: 11px 44px;
    max-width: 360px;
    margin: 16px auto 32px auto;
    border-radius: 10px;
    gap: 10px 246px;
}
.container-btns-chamados{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px auto 16px auto;
}
.container-projetos-tag{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.container-projeto-tag{
    border-radius: 20px;
    background-color: #EBEBEB;
    padding: 5px 10px;
    color: #082336;
    text-align: justify;
    font-size: 8px;
    width: auto
}
.container-projeto-info{
    max-width: 270px;
    margin: auto;
}
.modal {
    --bs-modal-width: 80%;
}
.select-filtro-vaga::-ms-expand {
    padding-right: 16px;
}
.list-group-projetos, .list-group-chamados-andamento, .list-group-chamados-concluido{
    position: absolute;
    width: 300px;
    z-index: 999 !important;
    
}
.list-group-item:hover{
    background-color: #000;
    color: #fff
}
.select-filtro-vaga{
    width: 100% !important;
    border-radius: 70px;
    background: #F6F6F6;
    padding: 10px 20px;
    border: none;
    font-weight: 700;
    max-width: 270px;
}
.container-vaga-descricao-cards{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    margin: 16px auto 16px auto;
}
.vaga-descricao-card{
    border-radius: 20px;
    background: #EBEBEB;
    border: none;
    padding: 5px 10px;
    color: #082336;
    font-size: 0.75rem;
}
.container-vaga-page{
    max-width: 330px;
    display: block;
    margin: auto;
    padding: 48px 32px 32px 32px; 
    text-align: justify;
}
.modal-content-vaga{
    background-color: #fff !important;
}
.modal-header{
    border-bottom: none !important;
}
.form-aplicar-vaga-modal{
    padding: 20px 32px;
}
.text-area-form-aplicar-vaga-modal{
    border: none;
    background-color: #F9F9F9;
    width: 100%;
}
.input-form-aplicar-vaga-modal{
    border: none;
    background-color: #F9F9F9;
    width: 100%;
    height: 24px;
}
.flex-inputs-comp-n{
    display: flex;
    gap: 12px;
}
.checkbox-form-aplicar-vaga-modal{
    height: 11px;
    width: 11px;
}
.container-inputs-form-aplicar-vaga-modal{
    margin-top: 32px;
}
.container-p-s-c-w{
    margin-top: 8px;
}
.funcionario-card-info{
    width: 50%;
}
.modal-header-organograma{
    justify-content: flex-end !important;
}
.modal-content-organograma{
    background-color: #fff !important;
    color: #082336;
}
.input-file-container{
    text-align: center;
}
.container-transparencia-header{
    max-width: 270px;
    margin: auto;
    color: #fff;
}
.header-transparencia-page{
    padding: 64px 32px 172px 32px;
    background: linear-gradient(0deg, rgba(8, 35, 54, 0.65) 0%, rgba(8, 35, 54, 0) 100%), url('http://www.biogesp.org.br/assets/images/bg-transparencia-mob.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
}
.same-h-t-p-side-padding{
    padding: 0px 32px 0px 32px;
}
.municipio-card-transparencia{
    max-width: 270px;
    white-space: nowrap;
    margin: 0 auto 52px auto;
}
.container-municipios-card-transparencia{
    margin-top: -64px;
    transition: 0.3s;
}
.dropdown-toggle-transparencia{
    background-color: #fff;
    border: none;   
    width: 100%;
}
.dropdown-menu-u-indv-transparencia{
    max-width: 270px;
    margin: auto;
}
.container-dropdown-transparencia-content{
    padding-left: 32px;;
}
.collapse-transparencia-municipio{
    max-width: 270px;
    margin: auto;
}
.container-documento-transparencia{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px 0 32px;
    width: 300px;
    margin: auto;
}
.divide-bar-transparencia-modal{
    background-color: #C0C0C0;
    height: 1px;
    width: 200px; 
    display: flex;
    justify-content: flex-end;
    margin: 16px auto 16px auto;
    transform: translate(9%, 0);
}
.modal-content-transparencia-doc{
    background-color: #fff;
    color: #000000;
    max-width: 400px;
    margin: auto;
}
.selecione-unidades-desk{
    display: none;
}

.collapse-municipio-transparencia{
    background-color: #082336 !important;
    color: #fff;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
}
.container-transparencia-file-btn{
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.container-b-p-translatey{
    transform: translateY(-50%);
}
.header-projetos{
    background: linear-gradient(0deg, rgba(13, 113, 185, 0.70) 0%, rgba(13, 113, 185, 0.70) 100%), url('http://localhost/site-biogesp/public/assets/images/w-bg.webp'), lightgray 50% / cover no-repeat;
    color: #fff;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
}












.cdd-header{
    background-color: #0D71B9;
    display: flex;    
    padding: 40px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cdd-header h1, .cdd-header h2, .cdd-header h5{
    color: #FFF;
    text-align: center;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cdd-header h1{
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700;
}
.cdd-header h2{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    max-width: 450px;
}
.cdd-header h5{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}
.oqe-cdd-texto h2{
    color: #082336;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.oqe-cdd-texto p{
    color: #082336;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.oqe-canaldd{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 32px 0 64px 0;
}
.df-pqs{
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    gap: 32px;
    margin-bottom: 64px;
}
.pqs-txtu h2, .pqs-txtu p{
    margin-bottom: 8px !important; 
}
.pqs-txtu h2{
    color: #082336;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-flex-btns-dp{
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
}
.btn-rd{
    display: flex;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 7px;
    background-color: #0D71B9;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
.btn-ap{
    display: flex;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid #0D71B9;
    color: #0D71B9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}
.pqs-txtu{
    width: 499px;
}
.pqs-txtd{
    width: 499px;
}
.oqe-cdd-texto{
    display: flex;
    width: 507px;
    height: 397px;
    padding: 71px 21px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px 0 0 24px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.oqe-cdd-img img{
    width: 100%;
    height: 397px;
    border-radius: 0 24px 24px 0;
    max-width: 491px;
}
.input-c-fdf-pgt{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 100%;
    margin-top: 12px;
}
.input-c-consultar-d{
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px 0 0 8px;
    background-color:#FFF;
    border: none;
}
.label-c-fdf-pgt{
    color: #000 !important;
    font-family: Roboto !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 18px !important;
}
.btn-ed{
    display: flex;
    height: 40px;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 7px;
    background-color: #0D71B9;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin-top: 24px;
}
.btn-consultar-denuncia{
    display: flex;
    width: 133px;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0 7px 7px 0;
    border: none;
    background-color: #E9E9E9;
}
.btn-consultar-denuncia p{
    color: #0D71B9 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.container-consulta-proto{
    background-color: #0D71B9;
    padding: 40px 8px;
}
.container-cp-flex{
    display: flex;
    width: 998px;
    align-items: flex-start;
    gap: 40px;
    flex-shrink: 0;
    margin: auto
}
.container-cp-flex-i{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.container-cp-flex-i h6{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-cp-flex-i h2{
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-cp-flex-i p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-cp-flex-i span{
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.container-cp-flex-i h5{
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.btn-canaldd-flex{
    display: flex;
    width: 514px;
    height: 40px;
    align-items: center;
    gap: 10px;
}
.btn-registrar-denuncia{
    display: flex;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 7px;
    background-color: #FFF;
    color: #0D71B9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
.btn-acompanhar-proto{
    display: flex;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 7px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}
.ccf-ib{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 8px;            
    align-items: center;
    background-color: #0D71B9;
    color: #FFF
}
.ccf-ib-wbg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 8px;            
    align-items: center;
    background-color: #fff;
    color: #000
}
.d-flex-cards-ccf-ib{
    display: flex;
    justify-content: center;
    gap: 32px;
}
.ccf-ib p{
    max-width: 500px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}
.ccf-ib-wbg p{
    max-width: 500px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}
.ccf-ib h2{
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ccf-ib-wbg h2{
    color: #000;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-ccf-ib-ft{
    width: 1030px;
}
.card-ccf-ib{
    width: 235px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
}
.card-ccf-ib p{
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.d-flexpden{
    display: flex;
    gap: 32px;
}
.span-pden{
    display: flex;
    justify-content: center;
    border-radius: 32px;
    border: 1px solid #FFF;    
    width: 20px;
    height: 20px;
    gap: 8px;
}
.d-flex-cards-saclgpd{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.saclgpd-card{
    display: flex;    
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    width: 360px;
}
.container-form-denuncia{    
    display: flex;
    max-width: 1200px;
    padding: 40px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: auto;
}
.container-fd-txt{
    width: 40%;
}
.container-form-denuncia-f{
    width: 60%;
    border-radius: 16px;
    border: 1px solid #CCC;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}
.container-form-pg{
    width: 60%;
    border-radius: 16px;
    border: 1px solid #CCC;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}
.container-fdf-pgt label{
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-fdf-pgt p{
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-fdf-pgt span{
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.container-fdf-pgt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#page-header-pg-forms-ci{
    background: linear-gradient(0deg, rgba(8, 35, 54, 0.80) 0%, rgba(8, 35, 54, 0.80) 100%), url('http://www.biogesp.org.br/assets/images/f47dfc8c05961eb88826f81b7b6b04e1db99eaa2.png') lightgray 0px -89.206px / 100% 190.998% no-repeat;
}
.page-header-pg-forms{
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-header-pg-forms h1{
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    max-width: 600px;
}
.page-header-pg-forms h2{
    color: #FFF;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    max-width: 600px;
    margin-top: 16px;
}
.form-text-pg{
    width: 289px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-text-pg h3{
    color: #082336;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-text-pg p{
    color: #082336;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-forms-pg{
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 40px;
}
.form-group-form-pg{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.form-group-form-pg label{ 
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
}
.input-form-group-fpg { 
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;
    width: 100%;
}
.form-fgpg{
    width: 100%;
}
.btn-send-fg-pg{
    display: flex;
    height: 40px;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 7px;
    background-color: #0D71B9;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    width: 100%;
    margin: 24px 0 24px 0;
}
.redirect-novo-form{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0D71B9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    border: 1px solid #0D71B9;
    padding: 6px 30px;
}
.redirect-v-i{
    display: flex;
    height: 40px;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    background: #0D71B9;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.img-cfdg{
    width: 474px;
    height: 474px;
    aspect-ratio: 1/1;
    display: block;
    margin: auto;
}
.container-form-denuncia-obrigado h1{
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: auto;
    max-width: 474px;
}
.container-form-denuncia-obrigado h2{
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: auto;
    max-width: 474px;
}
.cfdo-flex-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 474px;
    margin: 32px auto 64px auto;
}
.btn-dashboard-sair{
    display: flex;
    padding: 4px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #0A0A0A;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cdd-dashboard-container{
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 32px;
}
.cdd-dashboard-container h6{
    color: #62748E;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cdd-dashboard-container-divider{
    height: 1px;
    width: 100%;
    background-color: #DBEAFE;
    display: block;
    margin: 32px auto 32px auto;
}
.cdd-db-hinfo h1{
    color: #0F172B;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.cdd-db-hinfo h2{
    color: #62748E;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.container-qtd-d{
    display: flex;
    height: 36px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    background-color: #DBEAFE;
}
#container-qtd-d-n{
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-qtd-d p{
    color: #000;
    text-align: right;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.btn-cdd-db-atualizar{
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #FFF;
}
.container-cdd-db-input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.container-input-form{
    display: flex;
    width: 100%;
    height: 36px;
    padding-left: 12px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background-color: #F3F3F5;
}
.cif-input{
    background-color: #F3F3F5;
    width: 100%;
    height: 100%;
    border: none;
    color: #717182;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-cdd-db-ps{
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 0 8px 8px 0;
    border: 1px solid #F3F3F5;
    background-color: #FFF;
}
.cdd-dcfd-filter h4{
    color: #314158;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cdd-dcfd-fc-card-unselected{
    display: flex;    
    width: 47.5%;
    height: 33px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #FFF;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.cdd-dcfd-fc-card-selected{
    display: flex;        
    width: 47.5%;
    height: 33px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: none;
    background-color: #000;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.cdd-dcfd-filter-container{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5%;
}
.cdd-dashboard-container-filter-feed{
    border-radius: 16px 16px 0 0;
    width: 25%;
    min-width: 365px;
}
.cdd-dashboard-feed{
    display: flex;
    gap: 24px;
}
.cdd-dcfd-feed-container{
    width: 75%;
    border-radius: 16px;
}
.cdd-feed-card{
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 17px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #DBEAFE;
    background: #FFF;
    cursor: pointer;
}
.cdd-dcfd-feed{
    display: flex;    
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 0 0 16px 16px;
    background-color: #FFF;
    margin-top: 16px;
}
.btn-cdd-fc-tip{
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #1447E6;
    background-color: #DBEAFE;
    color: #1447E6;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.btn-cdd-fc-tip-n{
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #1447E6;
    background-color: #DBEAFE;
    color: #1447E6;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: auto;
    height: 24px;
}
.btn-cdd-fc-sta{
    display: flex;
    width: auto;
    height: 22px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #FFF085;
    background-color: #FEF9C2;
    color: #894B00;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.cdd-feed-card p{
    color: #45556C;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.btn-cdd-fc-usr{
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;border-radius: 24px;
    border: 1px solid #ADADAD;
    background-color: #F1F1F1;
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cdd-feed-card span{
    color: #62748E;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cdd-dcfd-feed-container img{
    height: 450px;
    width: auto;
    display: block;
    margin: auto;    
}
.cdd-dcfd-feed-container h3{
    color: #0F172B;    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-forms-input-radio{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.container-form-t-fields{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input-radio-f{
    width: 24px;
    height: 24px;
}
.btn-cdd-status-d{
    display: flex;
    padding: 2px 7.969px 4px 9px;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    border-radius: 8px;
}
.btn-cdd-status-d-resp{
    border: 1px solid #B9F8CF;
    background-color: #DCFCE7;
    color: #016630;
}
.btn-cdd-status-d-np{
    border: 1px solid #FFC9C9;
    background-color: #FFE2E2;
    color: #9F0712;
}
.btn-cdd-status-d-ea{
    border: 1px solid #FFF085;
    background-color: #FEF9C2;
    color: #894B00;
}
.denuncia-conteudo p{
    color: #45556C;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.denuncia-conteudo h4{
    color: #0F172B;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
.denuncia-conteudo h6{
    color: #0F172B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
.denuncia-conteudo h5{
    color: #45556C;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.container-relato-detalhado{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DBEAFE;
    color: #0F172B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
}
.btn-cdd-fc-relinst{
    display: flex;
    width: auto;
    height: 22px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #CAD5E2;
    background: #F1F5F9;
    color: #314158;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 12px;
}
.container-ev-doc-files{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}
.container-ev-doc-files p{
    color: #008236 !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.ev-doc-files-container{
    margin-top: 12px;
    display: flex;
    padding: 8px 17px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #B9F8CF;
    background-color: #F0FDF4;
}
.ev-doc-files-container p{
    color: #0D542B !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}
.btn-denuncia-np{
    display: flex;
    padding: 6px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #FFF;
    color: #0A0A0A;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
}
.container-dnp-warning{
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 10px;
    background-color: #FDFBE6;
}
.container-btn-dnp-warning{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.container-resposta-d textarea{
    margin-top: 16px;
    display: flex;
    height: 120px;
    width: 100%;
    padding: 8px 12px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background-color: #F3F3F5;
    color: #717182;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.container-resposta-d span{
    color: #45556C;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
.btn-send-form-cdd{
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #000;
    margin-top: 16px;
}
.btn-send-form-cdd p{
    color: #FFF !important;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.btn-cdd-fc-reclassificar{
    display: flex;
    padding: 6px 14px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

.btn-cdd-fc-reclassificar p{
    color: #0A0A0A;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.btn-cdd-bd{
    display: flex;
    padding: 6px 14px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}
.btn-cdd-bd p{
    color: #0A0A0A;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.container-exp-tpi{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background-color: #FFFCDB;
}
.container-exp-tpi p{
    color: #082336;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-content-reclassificar-d{
    display: block !important;
    width: 30% !important;
    margin: auto !important;
}
.container-success-message{
    display: flex;
    width: 326px;
    padding: 20px;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background-color: #E9FBE6;
}
.container-success-message h5{
    color: #128100;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-success-message h6{
    color: #6D6D6D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-cnpmf-cancelar{
    display: flex;
    height: 30px;
    width: 100%;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid #6D6D6D;
    color: #6D6D6D;    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #FDFBE6;
}
.btn-cnpmf-confirmar{
    display: flex;
    width: 100%;
    height: 30px;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    background-color: #918300;
    border: none;
    color: #FDFBE6;    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-np-message{
    display: flex;
    width: 475px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background-color: #FDFBE6;
}
.container-np-message-flex{
    display: flex;
    gap: 12px;
    align-items: center;
}
.container-np-message-flex h5{
    color: #918300;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-np-message-flex h6{
    color: #6D6D6D;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-dmarked-np{
    display: flex;
    width: 466px;
    padding: 20px;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background-color: #FCE6E7;
}
.container-dmarked-np h5{
    color: #8A040C;    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-dmarked-np h6{
    color: #6D6D6D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-d-m-np{
    display: flex;
    margin-top: 24px;
    height: 58px;
    padding: 17px;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #FFC9C9;
    background-color: #FEF2F2;
}
.container-d-m-np h5{
    color: #82181A;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.container-resp-env{
    display: flex;
    margin-top: 24px;
    padding: 17px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #B9F8CF;
    background-color: #F0FDF4;
}
.container-resp-env h6{
    color: #0D542B;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.container-resp-env p{
    color: #016630;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.resultado-consulta{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 25px;
    align-self: stretch;
    background-color: #FFF;
}
.resultado-consulta p{
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.resultado-consulta span{
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}














/********/


/****TEXTOS****/
.a-footer{
    color: #FFF;
}
.f-footer p{
    font-size: 11px;
}
.titulo{
    font-family: 'Playfair Display', serif;
    font-weight: 700 !important;
}
.h1-home{
    font-weight: 700;
    text-align: left;
    width: 270px;
    display: block;
    margin: auto;
    font-size: 25px;
}
.container-top h5{
    width: 270px;
    display: block;
    margin: auto;
    font-weight: 400;
}
.container-projetos-counter p{
    font-size: 10px;
}
.container-projetos-counter h2{
    font-weight: 800;
}
.h2-c-p-c{
    color: #0DB929;
}
.slide-nome p{
    font-weight: 700;
    font-size: 12px
}
.slide-nome h5{
    font-weight: 700;
    font-size: 18px
}
.container-sobre-a-biogesp h2,
.container-sobre-a-biogesp p {
    max-width: 270px;
    display: block;
    margin: auto;
    text-align: justify;
    font-weight: 400;
}
.container-unidades h5{
    color: #0D71B9;
    font-family: Playfair Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.container-unidades p{
    font-size: 12px;
}
.container-unidades h6{
    font-size: 14px;
}
.p-unidades-administradas{
    color: #4F4F4F;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-unidades-administradas h5{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.header-unidades-administradas h1{
    font-size: 24px;
}
.container-unidade-indv h3{
    color: #0D71B9;
    text-align: justify;
    font-family: Playfair Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.container-unidade-indv h6, .container-unidade-indv p{
    color: #000000
}
.n-f-g-flex-column h6{
    font-weight: 300;
}
.n-f-g-flex-column-h6-b{
    font-weight: 600 !important;
}
.dropdown-menu-u-indv{
    color: #082336;
    /* margin: 81px 0 8px 0; */
}
.header-sobre-nos h6{
    font-weight: 400;
    color: #4F4F4F;
    line-height: normal;
}
.container-valores-compromissos h2, .container-valores-compromissos p{
    max-width: 270px;
    margin: auto;
}
.container-valores-compromissos p{
    font-family: Roboto;
    line-height: normal;
}
.container-s-n-texts h2, .container-s-n-texts p{
    max-width: 270px;
    margin: auto;
}
.container-s-n-texts h2{
    font-family: Playfair Display;
    font-weight: 700;
}
.container-s-n-texts p{
    font-family: Roboto;
    line-height: normal;
}
.container-nossa-equipe h2{
    text-align: center;
}
.funcionario-card-info h4{
    font-size: 14px;
}
.funcionario-card-info h6{
    font-size: 12px;
    font-weight: 400;
}
.header-tc-texts h1{
    font-size: 2.25rem;
    font-weight: 700;
}
.header-tc-texts h2{
    text-align: justify;
    font-size: 30px;
    font-weight: 400;
}
.container-c-p-o-d p{
    max-width: 270px;
    margin: auto;
    display: block;
    text-align: justify;
}
.container-c-p-o-d h3{
    max-width: 270px;
    margin: auto;
    display: block;
    text-align: left;
    padding: 16px 0 16px 0;
}
.container-nao-encontrou-o h3{
    font-weight: 400;
    max-width: 167px;
    margin: auto;
    text-align: left;
    font-weight: 400 !important;
}
.btn-banco-de-talentos-lkd p{
    max-width: 130px;
}
.h1-ouvidoria{
    text-align: left;
    max-width: 270px;
    display: block;
    margin: auto;
    font-size: 25px;
}
.header-ouvidoria h5{
    max-width: 270px;
    display: block;
    margin: auto;
    font-weight: 400;
}
.container-chamados-em-andamento h2{
    font-size: 1rem;
    text-align: center;
}
.container-chamados-concluidos h2{
    font-size: 1rem;
    text-align: center;
}
.container-chamado h5{
    color: #082336;
    font-weight: 700;
}
.container-chamado p{
    font-size: 0.75rem;
}
.container-vaga p{
    font-weight: 700;
}
.container-modal-vaga label{
    margin-top: 12px;
}
.container-transparencia-header h5{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.dropdown-transparencia-h6{
    color: #0D71B9;
    font-weight: 800;
}
.h2-transparencia-name{
    font-size: 24px !important;
}



/********/

/****IMAGENS****/
.container-municipio-for img{
    height: 54px;
    width: auto;
}
.logo-biogesp-footer{
    width: 55.638px;
    height: 24.728px;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
}
.img-3p{
    width: 90%;
    max-width: 270px;
    display: block;
    margin: auto;
    margin-top: 16px;
}
.container-blog-main-img{
    width: 100%;
    max-height: 200px;
}
.container-unidades img{
    height: 106.886px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 7px 7px 0px 0px;
}
.wpct{
    position: absolute;
    z-index: 2;
}
.img-circles{
    position: absolute;
    z-index: 1;
    /*left: -16px;*/
}
.container-unidade-indv img{
    width: 100%;
}
.container-unidade-indv img{
    height: 167px;
    object-fit: cover;
}
.img-treinamento{
    margin: auto;
    display: block;
    padding-left: 32px
}
.funcionario-card img{
    width: 54px;
    height: 54px;
    border-radius: 54px;
    border: 3px solid #0D71B9;

}
.container-c-p-o-d img{
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
}
.img-megafone{
    display: none;
}
.img-megafone-mob{
    display: block;
    margin: 12px auto 0 auto;
    max-width: 292px;
    height: auto;
    width: 100%;
}
.municipio-card-transparencia img{
    width: 52px;
    height: auto;
}


/********/



/****BUTTONS****/
.btn-dropdown-municipio{
    background-color: transparent;
    border: none;
    padding: 24px 0 24px 0;
}
.btn-buscar-projeto{
    color: #FFF;
    font-size: 10px;
    background-color: #082336;
    border: none;
    border-radius: 0px 10px 10px 0px;
    height: 31px;
    margin-left: -32px;
    width: 100%;
}
.btn-ver-mais-blog-post{
    background-color: #0D71B9;
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 4px 20px 4px 20px; 
}
.btn-ver-todos-projetos{
    background-color: #082336;
    color: #fff;
    padding: 0 40px 0 40px;
    border: none;
    height: 36px;
    transition: 0.3s;
}
.btn-ver-todos-projetos:hover{
    background-color: #0D71B9;
}
.btn-buscar-projeto-second{
    color: #FFF;
    font-size: 9px;
    background-color: #082336;
    border: none;
    border-radius: 0px 10px 10px 0px;
    height: 31px;
    width: 40%;
}
.btn-ver-todas-unidades{
    background-color: #0D71B9;
    color: #fff;
    padding: 0 40px 0 40px;
    border: none;
    height: 36px; 
    transition: 0.3s;
}
.btn-ver-todas-unidades:hover{
    background-color: #FFFFFF;
    color: #0D71B9;
    box-shadow: 0px 2.92838px 2.92838px 0px rgba(0, 255, 224, 0.15); 
}
.btn-ver-todas-unidades-header{
    background-color: #082336;
    color: #fff;
    padding: 0 12px 0 12px;
    border: none;
    height: 36px;
}
.btn-ver-mais-container-u-indv{
    display: flex;
    padding: 5px 0 5px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #082336;
    border: none;
    color: #fff;
}
.btn-entre-em-contato{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 40px;
    background-color: #082336;
    border: none;
    color: #fff;
    margin: 16px auto 16px auto;
}
.btn-documentos-anexados-unidade-indv{
    border-radius: 40px;
    background-color: #0D71B9;
    display: flex;
    padding: 3px 54px;
    align-items: flex-start;
    gap: 10px;
    border: none;
    color: #fff;
    margin: 16px auto 16px auto;
}
.btn-fechar-dropdown-unidade-indv{
    background-color: #082336;
    padding: 5px 20px;
    display: block;
    color: #fff;
    margin: 16px auto 16px auto;
}
.btn-organograma-completo{
    border-radius: 70px;
    background:#0D71B9;
    padding: 10px 50px;
    border: none;
    margin: 32px auto 32px auto;
    display: block;
    color: #fff;
    width: 90%;
    max-width: 320px;
}
.btn-banco-de-talentos-lkd{
    border-radius: 5px;
    background-color: #0D71B9;
    display: flex;
    max-width: 270px;
    border: none;
    margin: auto;
    color: #fff;
    font-size: 1rem;
    text-align: left;
    line-height: 1.2rem;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.btn-chamados-em-andamento{
    border-radius: 40px;
    border: 1px solid #082336;
    color: #082336;
    background-color: transparent;
    width: 100%;
    margin: auto;
}
.btn-chamado-completo{
    border-radius: 40px;
    background: #0D71B9;
    color: #fff;
    margin: auto;
    width: 100%;
    border: none;
}
.btn-aplicar-a-vaga{
    background-color:#082336;
    padding: 10px;
    border: none;
    width: auto;
    color: #fff;
    margin: 16px auto 16px auto;
    display: block;
}
.btn-fechar-modal-vaga{
    border: none;
    background-color: #fff;
    color: #000;
    margin: auto;
    display: block;
}
.btn-anexar-cv{
    background-color: #fff;
    padding: 10px;
    width: 160px;
    color: #082336;
    border: 2px #082336 solid;
    margin: 16px auto 16px auto;
    display: block;
    font-weight: 800;
}
.btn-submit-vaga{
    border: none;
    background-color: #082336;
    padding: 10px;
    width: 160px;
    color: #fff;
    margin: 16px auto 16px auto;
    display: block;
    font-weight: 800;
}
.btn-fechar-modal-organograma{
    border: 0.826px solid #082336;
    padding: 4.131px 16.524px;
    color: #082336;
    background-color: unset;
}
.btn-abrir-chamado{
    border-radius: 7px;
    background-color: #FFF;
    padding: 6px 30px;
    border: none;
    display: block;
    margin: 16px auto 16px auto;
}
.btn-aplicar-ver-documentos-transparencia{
    background-color:#082336;
    border: none;
    width: auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 1rem;
    margin: 16px auto 48px 0;
    display: block;
    white-space: nowrap;
}
.btn-visualizar-documentos-transparencia{
    background-color:#082336;
    border: none;
    width: auto;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 12px;
    display: block;
}
.btn-visualizar-documentos-transparencia-t{
    background-color:#0D71B9;
    border: none;
    width: auto;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 12px;
    display: block;
}


/********/

/****INPUT****/
.input-buscar-projeto{
    border-radius: 10px 0px 0px 10px;
    border: none;
    height: 31px;
    padding-left: 32px;
}
.input-buscar-projeto-second{
    border-radius: 10px 0px 0px 10px;
    border: none;
    height: 31px;
    padding-left: 52px;
    width: 60%;
}

/********/










/****MEDIA QUERYS****/

/****TABLET****/

@media (min-width: 744px) {
    .footer{
        padding: 32px 0 16px 0;
    }
    .padding-header{
        padding: 18px 54px 18px 54px;
    }
    .container-top{
        padding: 16px 0 0 0;
    }
    .container-top-h{
        display: flex;
        justify-content: space-between;
        padding: 18px 54px 0 54px;
        max-width: 744px;
        margin: auto;
    }
    .div-buscar-projeto{
        margin: 0;
    }
    .container-flex-projetos-counter{
        gap: 32px;
        max-width: 320px;
        padding: 18px 54px 0 54px;
        max-width: 744px;
        margin: auto;
        justify-content: start;
    }
    .container-blog-p-h{
        display: flex;
        gap: 20px
    }
    .container-blog{
        max-width: 744px;
        padding: 0 54px 0 54px;
    }
    .container-sobre-a-biogesp{
        padding: 52px 30px 51px 180px;
        line-height: 18px;
        width: 100%;
        transform: translate(-11%, 0px);
    }
    .container-iframe-sobre-a-bio{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .iframe-video{
        margin: 0;
        transform: translate(40%, 0);
        height: 197px;
        width: 308px;
    }
    .container-unidades-administradas{
        margin-top: 32px;
        max-width: 744px;
        padding: 0 54px 0 54px;
        display: flex;
        gap: 24px;
        align-items: center;
        
    }
    .unidades-administradas-text{
        width: 60%;
    }
    .iframe-maps{
        margin-bottom: 16px;
        max-width: 630px;
        height: 275px;
    }
    .mob-none{
        display: block;
    }
    .desk-none{
        display: none;
    }
    .footer-restraint{
        max-width: 630px;
    }
    .d-flex-tablet{
        display: flex;
        justify-content: space-between;
    }
    .flex-wrap-tablet{
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
    }
    .f-footer{
        display: flex;
        justify-content: center;
        gap: 8px;
        align-items: center;
    }
    .f-footer-txt{
        display: flex;
        gap: 8px;
    } 
    .container-projetos-counter{
        width: 31%;
    }
    .container-unidades {
        width: 190px;
    }
    .container-unidades-flex{
        gap: 12px;
        justify-content: unset;
    }
    .container-unidades-txt-img-flex{
        display: flex;
        align-items: center;
        gap: 72px;
        margin-bottom: -30px;
    }
    .container-unidades-mw {
        max-width: 744px;
    }
    .u-a-txt{
        width: 60%;
    }
    .u-a-header-imgs{
        width: 40%;
    }
    .container-buscar-unidade{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        max-width: 744px;
        margin: auto;
        z-index: 99999;
        position: relative;
    }
    .container-buscar-transparencia{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        transform: translate(0, 50%);
        height: 60px;
    }
    .horizontal-divide-bar{
        display: none;
    }
    .vertical-divide-bar{
        display: block;
        width: 1px;
        height: 27px;
        background-color: #000000;
    }
    .header-unidades-administradas{
        height: 100%;
    }
    .container-blog-main-img{
        width: 50%;
    }
    .header-unidades-administradas{
        padding: 32px 32px 0 32px;
    }
    .u-a-header-imgs{
        margin-top: 0;
    }
    .container-unidade-indv{
        max-width: 744px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .container-unidades-administradas-page-full-mob{
        display: none;
    }
    .container-unidades-administradas-page-full-desk{
        display: block;
        padding: 78px 42px 32px 42px;
    }
    .w-60{
        width: 60%;
    }
    .w-40{
        width: 40%;
    }
    .h-235{
        height: 100%;
    }
    .container-n-f-g{
        max-width: 744px;
    }
    .flex-n-f-g{
        display: flex;
        gap: 64px;
    }
    .n-f-g-flex-column{
        width: 33.3%;
    }
    .header-sobre-nos{
        padding: 18px 54px 0 54px;
        max-width: 744px;
    }
    .container-sobre-nos-mw{
        padding: 0 0 32px 0;
    }
    .container-sn-d-change{
        position: relative;
    }
    .container-s-n-texts-d-change{
        display: flex;  
    }
    .container-s-n-texts-d-change{
        display: none;
    }
    .container-s-n-texts-d-change-tablet-desk{
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .w-300-d-b{
        max-width: 500px;
    }
    .funcionarios-card-flex{
        flex-direction: row;
        width: unset;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-tc-texts{
        max-width: unset;
        text-align: center;
        display: block;
    }
    .header-tc{
        height: 447px;
        display: flex;
        position: relative;
        background-size: cover;
        background-position: 100% 50%;
    }
    .header-tc-texts > .container-buscar-unidade {
        position: absolute;
        bottom: 0;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 50%);
        max-width: 775px;
    }
    .header-tc-texts > .container-buscar-transparencia {
        position: absolute;
        bottom: 0;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 50%);
        max-width: 775px;
    }
    .container-vaga-line{
        display: none;
    }
    .container-vaga{
        flex-direction: row;
        max-width: 1024px;
    }
    .container-filtros-vagas{
        max-width: 1024px;
        margin: 0 auto 32px auto;
        transform: translate(0, -160%);
    }
    .container-filtros-vagas-bg{
        background-color: #fff;
        padding: 16px;
        width: 100%;
        max-width: 1024px;
        box-shadow: 0px 4px 20px 0px rgba(0, 255, 224, 0.15);
        margin-bottom: -50px;
    }
    .container-vagas{
        padding: 82px 32px 32px 32px;
        position: relative;
    }
    .container-c-p-o-d{
        display: flex;
        justify-content: space-between;
        margin: auto;
        gap: 32px;
        max-width: 1080px;
    }
    .container-c-p-o-d-change-flex-direction{
        flex-direction: row-reverse;
        margin-bottom: 32px;
    }
    .container-nao-encontrou-o {
        padding: 132px 24px 132px 24px;
    }
    .header-ouvidoria{
        padding: 0;
    }
    .items-h-o{
        max-width: 744px;       
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin: auto;
        padding: 18px 54px 0 54px;
    }
    .container-chamados-em-andamento{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 744px;
        margin: auto;
        padding: 48px 54px 32px 54px;
    }
    .container-chamados-concluidos{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 744px;
        margin: auto;
        padding: 48px 54px 32px 54px;
    }
    .container-chamados{
        padding: 0 54px 0 54px;
        max-width: 744px;
        margin: auto;
    }
    .container-chamado{
        max-width: 744px;
    }
    .container-btns-chamados{
        flex-direction: row;
        justify-content: space-between;
    }
    .container-projeto-info{
        max-width: unset;
        padding: 0;
    }
    .container-projeto{
        max-width: 744px; 
        padding: 0 54px 0 54px;
        margin: auto; 
    }
    .select-filtro-vaga{
        width: 30% !important;
    }
    .funcionario-card-info{
        width: 200px;
    }
    .container-transparencia-header{
        max-width: 744px;
    }
    .header-transparencia-page{
        padding: 96px 54px 96px 54px;
    }
    .same-h-t-p-side-padding{
        padding: 0px 54px 96px 54px;
    }
    .container-buscar-transparencia{
        transform: translate(0, -50%);
        max-width: 744px;
    }
    .container-municipios-card-transparencia{
        margin: 32px auto 32px auto;
        display: flex;
        justify-content: space-between;
        max-width: 744px;
        flex-wrap: wrap;
        gap: 32px;
    }
    .municipio-card-transparencia{
        max-width: 744px;
    }
    .container-vaga-page{
        max-width: 780px;
        padding: 0
    }
    .container-vaga-full-page{
        padding: 32px 32px 0 32px;
    }
    .collapse-transparencia-municipio{
        max-width: 744px;
    }
    .selecione-unidades-desk{
        display: block;
        background-color: #F9F9F9;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
        height: 100%;
        width: 66.6%;
        position: relative;
    }
    .containermunicipio-t{
        width: 33.3%;
    }
    .conteudo-cidade-transfer{
        text-align: left;
        padding: 32px
    }
    

    /****IMAGENS****/
    .img-3p {
        width: auto;
        max-width: 350px;
        margin-top: 0;
        margin: unset;
        margin-left: -50px
    }
    .logo-biogesp-footer{
        margin-bottom: 0;
    } 
    .container-unidade-indv img{
        height: 235px;
    }
    .img-treinamento{
        position: absolute;
        top: 0;
        left: 60%;
    }
    .container-c-p-o-d img{
        margin: unset;
        object-fit: cover;
    }
    .img-megafone{
        display: block;
    }
    .img-megafone-mob{
        display: none;
    }
    .container-projeto img{
        max-height: 300px;
        width: auto;
        object-fit: cover;
    }

    /********/

    /****TEXTOS****/
    .h1-home{
        width: 390px;
        font-size: 36px;
        margin: unset;
    }
    .container-top h5{
        width: 275px;
        font-size: 18px;
        margin: unset;
    }
    .selecione-unidades-desk h4{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .container-projetos-counter p {
        font-size: 12px;
    }
    .container-n-f-g h2, .container-n-f-g p{
        width: 600px;
        margin: auto;
    }
    .container-n-f-g p{
        margin-top: 1rem;
    }
    .header-sobre-nos h6{
        width: 65%;
    }
    .container-valores-compromissos h2, .container-valores-compromissos p {
        padding: 18px 54px 0 54px;
        max-width: 744px;
    }
    .container-s-n-texts-tablet-desk h2, .container-s-n-texts-tablet-desk p{
        max-width: 550px !important;
    }
    .header-tc-texts h2{
        text-align: unset;
    }
    .container-vaga p{
        width: 33.3%;
    }
    .container-c-p-o-d h3 {
        max-width: 450px;
        margin: unset;
    }
    .container-c-p-o-d p{
        max-width: 595px;
    }
    .container-nao-encontrou-o h3{
        max-width: unset;
        font-size: 2rem;
    }
    .btn-banco-de-talentos-lkd p{
        max-width: unset;
    }
    .h1-ouvidoria{
        max-width: 500px;
        font-size: 1.75rem;
    }
    .header-ouvidoria h5{
        max-width: 500px;
    }

    /********/

    /****BUTTONS****/
    .btn-ver-todas-unidades{
        height: unset;
    }
    .btn-entre-em-contato{
        max-width: 200px;
    }
    .btn-organograma-completo {
        margin: 32px auto 0px auto;
        transform: translate(0, 50%);
    }
    .btn-banco-de-talentos-lkd{
        max-width: 420px;
    }
    .btn-chamados-em-andamento {
        width: 35%;
        margin: unset;
    }
    .btn-chamado-completo{
        width: 35%;
        margin: unset;
    }
    .btn-abrir-chamado{
        display: unset;
        margin: 16px 0 16px 0;
    }

    /********/
}


/********/



/****DEKTOP****/

@media (min-width: 1024px) {

    .svg-menu-header{
        display: none;
    }
    .menu-links-desk{
        display: flex;
        padding: 0px 9.603px;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }
    .padding-header{
        padding: 12px 152px;
        /*max-width: 1080px;*/
        margin: auto;
    }
    .container-top-h {
        padding: 18px 152px 0 152px;
        max-width: unset;
        justify-content: space-evenly;
        align-items: center;
    }

    .container-flex-projetos-counter{
        padding: 18px 152px 0 152px;
        max-width: 1680px;
        justify-content: center;
    }
    .container-municipios-mob-tablet{
        display: none;
    }
    .container-municipios-desk{
        display: flex;
        max-width: 1080px;
        margin: auto;
        padding: 68px 152px 20px 152px;
    }
    .municipio-container {
        text-align: center;
        transition: transform 0.3s ease, filter 0.3s ease;
        display: flex;
        align-items: center;
    }
    
    .municipio-container img {
        transition: transform 0.3s ease;
    }
    
    .municipio-container:hover img {
        transform: translateX(-6px); /* Ajuste o valor conforme necessário */
    }
    
    .municipio-nome {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .municipio-container:hover .municipio-nome {
        display: inline-block;
        opacity: 1;
        transform: translateX(6px); /* Ajuste o valor conforme necessário */
    }
    .container-blog{
        max-width: 1080px;
        padding: 0 152px 0 152px;
    }
    .div-buscar-projeto {
        width: 330px;
    }
    .input-buscar-projeto{
        width: 100%;
    }
    .input-buscar-projeto-second{
        width: 100%;
    }
    .container-blog-texts{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
    }
    .container-unidades-mw{
        max-width: 1300px;
    }
    .container-unidade-indv{
        max-width: 1300px;
    }
    .container-iframe-sobre-a-bio{
        max-width: 1080px;
        padding: 0 152px 0 152px;
        margin: auto;
        position: relative;
        justify-content: end;
    }
    .iframe-video{
        transform: translate(0, 0);
        position: absolute;
        left: 152px;
        width: 370px;
        height: 265px;
        max-width: unset;
    }
    .container-sobre-a-biogesp{
        transform: translate(0, 0);
        width: 80%;
        padding: 52px 30px 51px 240px;
    }
    
    .footer-full-container{
        display: flex;
        gap: 52px;
        padding: 12px 152px;
        max-width: 1080px;
        margin: auto;
    }
    .footer-container{
        max-width: unset !important;
        width: 50%;
        margin: unset;
    }
    .d-flex-tablet{
        gap: 32px;
        flex-wrap: wrap;
    }
    .footer-column{
        margin-top: 0 !important;
    }
    .flex-wrap-tablet{
        align-content: flex-start;
    }
    .container-nao-encontrou-u{
        background-size: cover;
    }
    .container-nao-encontrou-o{
        background-size: cover;
    }
    .header-sobre-nos{
        padding: 18px 152px 0 152px;
        max-width: 1080px;
    }
    .iframe-sobre-a-bio{
        padding: 0;
    }
    
    .container-s-n-texts-d-change-tablet-desk{
        padding: 18px 152px 0 152px;
        max-width: 1350px;
        margin: auto;
        gap: 64px
    }
    .container-s-n-texts .pd-32 {
        padding: 32px 0 32px 0; /* Define o padding desejado para pd-32 dentro de container-s-n-texts */
    }
    .items-h-o {
        padding: 18px 152px 0 152px;
        max-width: unset;
        justify-content: space-evenly;
    }
    .container-chamados-em-andamento{
        padding: 78px 152px 12px 152px;
        max-width: 1080px;
    }
    .container-chamados-concluidos{
        padding: 78px 152px 12px 152px;
        max-width: 1080px;
    }
    .container-chamados{
        padding: 18px 152px 0 152px;
        max-width: 1080px;
    }
    .container-projeto{
        max-width: 1080px;
        padding: 0 152px 0 152px;
    }
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .container-transparencia-header{
        max-width: 900px;
    }
    .container-buscar-transparencia {
        max-width: 900px;
    }
    .container-municipios-card-transparencia {
        max-width: 900px;
    }


    /****TEXTOS****/
    .a-menu-links-desk{
        color: #0D71B9;
        font-weight: 500;
    }
    .container-blog-texts h2{
        font-size: 1.5rem !important;
    }
    .container-sobre-a-biogesp h2{
        font-size: 24px;
    }
    .container-valores-compromissos h2, .container-valores-compromissos p {
        padding: 18px 152px 0 152px;
        max-width: 1080px;
    }
    .container-s-n-texts h2, .container-s-n-texts p {
        max-width: unset;
    }
    .h1-home{
        width: 500px;
        font-size: 2.75rem;
    }
    .h1-ouvidoria{
        max-width: 900px;
    }
    .header-ouvidoria h5{
        max-width: 900px;
    }
    
    /********/

    /****IMAGENS****/
    .municipio-container img{
        height: 50px;
        width: 50px;
    }
    .container-blog-main-img{
        height: 200px;
    }
    /********/

    /****BUTTONS****/
    .btn-buscar-projeto{
        width: 40%;
    }
    .btn-buscar-projeto-second{
        width: 40%;
    }
    .img-3p{
        max-width: unset;
    }
    /********/
}

/********/






/****MEDIA QUERY ESPECIFICAS****/
@media (max-width: 290px) {
    .header-tc-texts h1{
        font-size: 2rem;
    }
    .header-tc-texts h2{
        font-size: 1.5rem;
    }
}

@media (max-width: 744px){
    .container-filtros-vagas{
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
    .wpct{
        width: 230px;
    }
    .img-circles{
        width: 100%;
    }
    .container-buscar-unidade{
        transform: translateY(-80%);
    }
    .padding-c-b-u{
        padding: 0 16px 0 16px;
    }
    
}
@media (max-width: 319px){
    .container-buscar-unidade{
        transform: translateY(-68%);
    }
}
@media (max-width: 267px){
    .container-buscar-unidade{
        transform: translateY(-56.5%);
    }
}
@media (max-width: 258px){
    .container-buscar-unidade{
        transform: translateY(-56%);
    }
}  
@media (max-width: 255px){
    .container-buscar-unidade{
        transform: translateY(-45%);
    }
}    
@media (max-width: 241px){
    .container-buscar-unidade{
        transform: translateY(-33%);
    }
}
@media (max-width: 226px){
    .container-buscar-unidade{
        transform: translateY(-32.5%);
    }
}


@media(min-width: 744px) and (max-width: 1024px){
    .container-header-ouvidoria > .container-flex-projetos-counter{
        padding: 0 50px 0 50px;;
    }
}



@media (max-width: 1200px) {

    .oqe-canaldd{
        flex-direction: column;
    }
    .oqe-cdd-texto{
        border-radius: 24px 24px 0 0px;
        border-top: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        width: 90%;
        height: auto;
        max-width: 400px;
    }
    .oqe-cdd-img{
        width: 90%;
        max-width: 400px;
    }
    .oqe-cdd-img img{
        border-radius: 0 0 24px 24px;
        width: 100%;
        
        max-width: unset;
        display: block;
        margin: auto;
    }
    .df-pqs{
        flex-direction: column;
    }
    .pqs-txtu{
        width: 100%;
        padding: 0 24px 0 24px;
        max-width: 400px;
    }
    .pqs-txtd{
        width: 100%;
        padding: 0 24px 0 24px;
    }
    .container-flex-btns-dp{
        flex-direction: column;
    }
    .container-ccf-ib-ft{
        width: 100%;
        padding: 0 24px 0 24px;
    }
    .d-flex-cards-ccf-ib{
        flex-direction: column;
    }
    .card-ccf-ib{
        width: 70%;
        margin: auto;
    }
    .d-flexpden{
        flex-direction: column;
        width: 100%;
        padding: 0 24px 0 24px;
    }
    .ccf-ib h2{
        font-size: 30px;
    }
    .btn-canaldd-flex{
        flex-direction: column;
        width: 100%;
        height: unset;
        margin-top: 24px;
        max-width: 400px;
    }
    .btn-registrar-denuncia{
        height: 50px;
        flex: unset
    }
    .btn-acompanhar-proto{
        height: 50px;
        flex: unset;
    }
    .btn-rd{
        height: 40px;
        flex: unset;
    }
    .btn-ap{
        height: 40px;
        flex: unset;
    }
    .pqs-txtd{
        max-width: 400px;
    }
    .container-ccf-ib-ft{
        max-width: 400px;
    }
    .d-flexpden{
        max-width: 400px;
    }
    .saclgpd-card{
        flex: unset;
        width: 100%;
        align-items: center;
    }
    .container-form-denuncia{
        max-width: 400px;
        flex-direction: column;
    }
    .container-fd-txt{
        width: 100%;
        padding: 0 24px 0 24px;
    }
    .container-form-denuncia-f{
        width: 100%;
    }
    .container-form-pg{
        width: 100%;
    }
    .container-cp-flex{
        flex-direction: column;
        width: 100%;
    }
    .container-cp-flex-i{
        max-width: 400px;
        margin: auto;
    }



}


/********/