@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

/* CONFIGURAÇÕES GLOBAIS */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

img{vertical-align: bottom;}
li{width: max-content;}

/* FINAL CONFIGURAÇÕES GLOBAIS */

/* INÍCIO IFRAME ARQUIVOS*/
iframe#abrirarquivos{
    display: block;
    width: 100vw;
    height: 100vh;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
}
/* FIM IFRAME ARQUIVOS*/

/* INÍCIO PÁGINA DE PESQUISA */
section#s-pesquisa{
    width: 1250px;
    margin: 20px auto;
    min-height: 250px;
}

ul#ul-pesquisa{margin-top: 25px}
ul#ul-pesquisa li{color: rgb(0,77,149); padding: 12px; border-bottom: 1px solid ghostwhite}
/* FIM PÁGINA DE PESQUISA */

/* INÍCIO ESTILO FORMULÁRIO DE LICITAÇÕES*/
form#lic input[type='text'], select{
    width: 210px;
    padding: 10px;
    border: 1px solid gainsboro;
    margin: 3px;
    outline: 0;
}
form#lic select{
    width: 230px;
}
form#lic input[type='submit']{
    width: 230px;
    padding: 10px;
    border: none;
    margin: 3px;
    outline: 0;
    cursor: pointer;
    color: white;
    background: rgb(0,77,149);
}
form#lic p{
    padding: 5px 3px;
}

div#resultado {
    margin: 20px;
}
div#resultado li{
    padding: 10px;
}

/* FINAL ESTILO FORMULÁRIO LICITAÇÕES */

/* INÍCIO EQUIPE*/

div#flx{display: flex}
div#flx div#ftequipe{margin-right: 10px}

span#fotoequipe{
    display: block;
    width: 200px;
    height: 300px;
    padding-right: 10px;
    background-size: cover;
    background-position: center;
}
div#nomecargos p{padding: 2px 0}
div#competencia{font-size: 14px}

hr{
    border: thin solid #f3f3fa;
    margin: 20px 0;
}
/* FINAL EQUIPE */

/*REPETITIVOS*/
div#conteudo-repetivivos{
    width: 1150px;
    display: flex;
    margin-bottom: 25px;
}
li#li-transparencia{
    border: 1px solid gainsboro;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 8px;
    color: rgb(0,77,149);
}
li#li-transparencia-um{
    width: 1150px;
    display: flex;
    justify-content: space-between;
}
li#li-texto-transpa{
    padding: 5px;
    max-width: 800px

}
li#li-texto-transpa :hover{
    color: rgb(0,77,149);
    cursor: pointer;
}
h1#titulo-repetitivos{
    margin: 15px 0;
    font-size: 45px;
}

/* INÍCIO CONTEÚDO ESIC*/

div#esic{
    width: 1150px;
    display: flex;
    justify-content: space-between;
}
p#p-esic{
    padding: 5px 0;
}
form#form-esic input{
    border: 1px solid gainsboro;
    width: 480px;
    padding: 10px;
}
form#form-esic textarea{
    border: 1px solid gainsboro;
    width: 480px;
    padding: 10px;
    height: 100px;
}
form#form-esic input[type='submit']{
    width: 500px;
    margin: 2px 0;
    cursor: pointer;
}
/* FINAL CONTEÚDO E-SIC */


/* INÍCIO TABELA DE OBRAS */
form#pesquisarobras{
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

form#pesquisarobras select{
    border-radius: 10px;
}

form#pesquisarobras input[type="submit"]{
    width: 120px;
    height: 40px;
}

table#obras{
    width: 1100px;
    font-size: 15px;
}
table#obras tr#topoobras{
    font-weight: 800;
}
table#obras tr td{
    max-width: 250px;
    padding: 10px;
    border-bottom: thin solid #ddd;
}
table#obras tr td p img{
    display: block;
    margin: auto;
}

table#obras tr#tdimpar td{
    background: #f9f9f9;
}

/* FINAL TABELA DE OBRAS */

img#brasao{width: 80px; height: 80px;}

hr {
    margin-top: 15px;
    border: none;
    border-bottom: thin solid rgb(0, 77, 149);
}

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

div#menutopo {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

div#menutopo ul {
    display: flex;
}

div#menutopo ul li {
    padding: 0 8px;
    color: rgb(0, 77, 149)
}

ul#brasao {
    align-items: center;
}

ul#brasao li {
    padding: 0 5px 0 0;
}

ul#brasao li#nomeprefeitura {
    display: flex;
    flex-direction: column
}

div#pesquisa {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
}

input#input-pesquisar {
    outline: 0;
    border: thin solid rgb(0, 77, 149);
    width: 285px;
    padding: 10px;
    border-radius: 25px;
}

form {
    position: relative;
}

::-webkit-input-placeholder {
    color: rgb(0, 77, 149);
}

input#submit-pesquisar {
    border: none;
    padding: 10px;
    border-radius: 25px;
    background: rgb(0, 77, 149);
    color: white;
    position: absolute;
    top: 1px;
    right: 0;
}

#acessibilidade ul {
    display: flex;
}

#acessibilidade ul li {
    padding: 0 0 0 15px;
    color: rgb(0, 77, 149);
}

#acessibilidade ul li span {
    padding: 0 0 0 15px;
}

ul#destaques {
    display: flex;
    width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}

.rowdestaques,
.rowrodape {
    background: ghostwhite;
}

ul#destaques li {
    line-height: 35px;
    width: 285px;
    height: 33px;
    padding: 12px 10px;
    margin-bottom: 30px;
    background: white;
    border-radius: 20px;
    color: rgb(0, 77, 149);
    box-shadow: 2px 2px 3px gainsboro;
}

div#conteudo-repetivivos{
    width: 1280px;
    margin: auto;
}

div#conteudo-repetivivos p{
    max-width: 1280px;
    text-align: justify;
}

div#mapadosite {
    width: 1280px;
}

div#mapadosite h3#h3-mapadosite {
    margin: 50px 0;
    color: rgb(0, 77, 149)
}

div#mapadosite ul#ulmapadosite {
    display: none;
    width: 1280px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}

div#mapadosite ul#ulmapadosite li {
    width: 295px;
    height: 40px;
    padding: 6px 10px;
    color: rgb(0, 77, 149)
}

p#rodape {
    margin: 0;
    text-align: center;
    padding: 50px 0;
    color: rgb(0, 77, 149)
}

span#icons {
    font-size: 18px;
    vertical-align: middle;
    height: 21px;
    margin-right: 3px;
}