@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans.ttf");
}
@font-face {
    font-family: 'AeroMatics';
    src: url("../fonts/Aero_Matics.ttf");
}


body{
	font-family: 'OpenSans',sans-serif;
	color: #444;
	background-color: #ddd;
	background-image: url('../images/layout/bg.png');
	background-repeat: repeat;
	font-size:14px;
}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}

p { margin: 0 0 1em 0; line-height:1.5em; padding: 0; border: 0; }
a { color: inherit; text-decoration: none;}
img {max-width: 100%;}

h1,h2{ margin: 5px  0; }

.m-t-10 { margin-top: 10px;}
.m-b-10 { margin-bottom: 10px;}
.m-r-10 { margin-right: 10px;}
.m-l-10 { margin-left: 10px;}
.m-y-10 { margin-top: 10px; margin-bottom: 10px;}
.m-x-10 { margin-left: 10px; margin-right: 10px;}

.m-t-20 { margin-top: 20px;}
.m-b-20 { margin-bottom: 20px;}
.m-r-20 { margin-right: 20px;}
.m-l-20 { margin-left: 20px;}
.m-y-20 { margin-top: 20px; margin-bottom: 20px;}
.m-x-20 { margin-left: 20px; margin-right: 20px;}

.m-t-30 { margin-top: 30px;}
.m-b-30 { margin-bottom: 30px;}
.m-r-30 { margin-right: 30px;}
.m-l-30 { margin-left: 30px;}
.m-y-30 { margin-top: 30px; margin-bottom: 30px;}
.m-x-30 { margin-left: 30px; margin-right: 30px;}

.p-t-10 { padding-top: 10px;}
.p-b-10 { padding-bottom: 10px;}
.p-r-10 { padding-right: 10px;}
.p-l-10 { padding-left: 10px;}
.p-y-10 { padding-top: 10px; padding-bottom: 10px;}
.p-x-10 { padding-left: 10px; padding-right: 10px;}

.p-t-20 { padding-top: 20px;}
.p-b-20 { padding-bottom: 20px;}
.p-r-20 { padding-right: 20px;}
.p-l-20 { padding-left: 20px;}
.p-y-20 { padding-top: 20px; padding-bottom: 20px;}
.p-x-20 { padding-left: 20px; padding-right: 20px;}

.p-t-30 { padding-top: 30px;}
.p-b-30 { padding-bottom: 30px;}
.p-r-30 { padding-right: 30px;}
.p-l-30 { padding-left: 30px;}
.p-y-30 { padding-top: 30px; padding-bottom: 30px;}
.p-x-30 { padding-left: 30px; padding-right: 30px;}


.text-right { text-align: right; }
.text-left { text-align: left; }

.text-success { color: rgb(56, 185, 62); }

.links > a {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid rgba(128, 128, 128, 0.3);
	padding: 5px 0 5px 10px;

}
.links > a:last-child {
	border-bottom: 0;
}
.links > a:hover:before {
	color: #005f53;
}

.links > hr {
	border: 0;
	height: 1px;
	background-color: #efefef;
}

.icon {
	height: 60px;
	width: 60px;
	margin: 8px;
	color: #fff;
	background-color: #050505;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	display: inline-block;
}

.aviso,
.error {display:block; padding:15px; border-radius:5px; margin: 10px 0; width:auto; color:#ffffff; font-size:1em; line-height:18px;}
.aviso{background-color:rgba(150,150,150,0.8);}
.error {background-color:rgba(150,0,0,0.8);}

.alert-aviso,
.alert-error,
.alert-success,
.alert-danger{
    display:block;
    padding:15px;
    border-radius:5px;
    margin: 10px 0;
    color:#ffffff;
    font-size:1em;
    line-height:18px;
}
.alert-aviso,
.alert-success {background-color:rgb(78, 170, 45);}
.alert-error,
.alert-danger {background-color:rgb(215, 40, 40);}

.pagination {font-size:0.85em; font-weight:bold; margin-top:20px; text-align:center; padding: 20px 0;}
.pagination a , .pagination span {display:inline-block; padding:10px;}
.pagination span {background-color:var(--color-primary-medium); color:var(--color-primary-contrast);}
.pagination a{background-color:var(--color-primary); color:var(--color-primary-contrast);}
.pagination a:hover {background-color:var(--color-primary-dark);}

.no-margin { margin: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-top    { margin-top: 0 !important; }
.no-margin-rigth  { margin-right: 0 !important; }
.no-margin-left   { margin-left: 0 !important; }


table { max-width: 100%; background-color: #ffffff; border-collapse:collapse; border-spacing: 0;}
.table { border-bottom: #999999 solid 1px; width:100%; margin:10px 0 20px 0;  text-align: left;}

.table thead > tr > th { font-weight: normal; background-color: #dddddd; padding:10px; font-size:1.14em; }
.table tbody > tr > td { border-top: 1px solid #dddddd; padding:10px 8px; font-size:1em; }
.table tbody > tr > td img { width: auto; max-height: 32px; }
.table tbody > tr > td a {border:0; text-decoration:none; }
.table tbody > tr > td i { font-size:1.3em; margin: 5px; }
.table tbody > tr:hover > td { background-color: #f5f5f5;}

.table .table_arquivo_desc { display: block; font-style: italic; font-size:0.8em;}
/* .table tr:hover .table_arquivo_desc { display: block;} */

.table.table_info tbody > tr > td:first-child { width:30px }
.table.table_info tbody > tr > td:last-child { width:65px }

dl > dt,
dl > dd { width: auto; display: block; text-align:left; padding: 5px;}
dl > dt {  font-weight: bold; vertical-align: top; margin: 5px 0;}
dl > dd {  border: 1px solid #eee; border-radius: 5px; background-color:#f5f5f5; margin:5px 0 25px 0; }

dl.licitacao { padding: 10px;}
.licitacao > dt { width: auto; text-align: left; font-weight: bold; display: block; }
.licitacao > dd { width: auto; display: block; border: 1px solid #eee; border-radius: 5px; background-color:#f5f5f5;}
.licitacao > dt,
.licitacao > dd { min-height: 25px; margin: 5px 0; padding: 5px;}

/*dl.esic { padding: 10px;}*/
dl.esic > dt { width: auto; text-align: left; font-weight: bold; display: block; }
dl.esic > dd { width: auto; display: block; border: 1px solid #eee; border-radius:0; background-color:transparent;}
dl.esic > dt,
dl.esic > dd { margin:4px 0; border: 0;}

.img-box {
    display: block;
    height: 300px;
    text-align: center;
}
.img-box a {
    height: 300px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.img-box img {
    height: 100%;
    width: auto;
    cursor: pointer;
}


.form-control,
.form input,
.form textarea,
.form select {font-size:0.85em; color:#444444; margin:2px -1px; padding:8px 5px; border:1px solid #CCCCCC; border-radius:2px; width:calc(100% - 10px); background-color:#FFFFFF;}
.form textarea {height:6em}
.form input:focus,
.form textarea:focus,
.form select:focus {border:1px solid #222222;}
.form input[readonly]{cursor: not-allowed}
.form button,
.btn_form,
.form input[type="reset"],
.form input[type="button"],
.form input[type="submit"] {
    width:auto;
    display:inline-block;
    font-size:1.14em;
    letter-spacing:1px;
    color:#555555;
    background-color:#ccc;
    margin:2px 2px 0 0;
    border:0;
    padding:6px 10px;
    border-radius:3px;
    cursor:pointer;
}
.form button:hover,
.form input[type="reset"]:hover,
.form input[type="button"]:hover,
.form input[type="submit"]:hover {background-color:#ddd;}
.form label { display: block; margin-top:10px; font-weight: bold;}

.form_block label {text-align:left; display:block; margin:10px 0 6px 0; font-size:0.85em;}
.form_block label input,
.form_block label textarea,
.form_block label select { box-sizing: border-box; display: block;}
.form_block label input[type="radio"],
.form_block label input[type="checkbox"] { display:inline-block; width:auto; margin-right:5px;}

.form_line > * { vertical-align:bottom; }
.form_line label {text-align:left; display:inline-block; margin:6px 6px 0 0; font-size:0.85em; }
.form_line label > input,
.form_line label > select {display: block; width:140px; margin:6px 0 0 0; }
.form_line label > input[type="radio"],
.form_line label > input[type="checkbox"] {display: inline; width:auto;}
.form_line .explode {display:block; width:auto; height:auto; max-height:120px; margin:10px 0; overflow:auto; overflow-x:auto; overflow-x:hidden;}

.btn {
    width:auto;
    display:inline-block !important;
    box-sizing: border-box;
    font-size:1.14em;
    letter-spacing:1px;
    color:#555555;
    background-color:#ccc;
    margin:2px 2px 0 0;
    border:0;
    padding:6px 10px;
    border-radius:3px;
    cursor:pointer;
}
.btn.btn-full {
    width: 100%;
    display: block;
    text-align: center;
}
.btn.btn-sm {
    font-size:1em;
    padding:3px 6px;
}
/*ORGANIZAÇAO DO LAYOUT*/
.conteudo {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.wcontent {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.content > .page{
    flex: 1 1 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    box-sizing: border-box;
}
.content > .side{
    box-sizing: border-box;
    flex: 0 1 auto;
    max-width: 30%;
    margin-left: 10px;
}





/* BARRA DE ACESSIBILIDADE */
.acessibilidade {
    padding: 10px 0;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--color-gray-light);
    box-sizing: border-box;
}
.acessibilidade .conteudo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.acessibilidade div.titulo{
    flex: 1 1 auto;
    align-content: flex-start;
}
.acessibilidade div.acesso{
    flex: 1 1 auto;
    align-content: flex-end;
    text-align: right;
}
.acessibilidade div.acesso ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.acessibilidade div.acesso ul li {
    display: inline-block;
    border-right: 1px solid var(--color-gray-medium);
    padding: 0 5px;
}
.acessibilidade div.acesso ul li:nth-last-child(1) {
    border-right: 0;
}

/* CABEÇALHO PRINTIPAL DO SITE */
.cabecalho {
    background-color: #f0f0f0;
    padding: 10px 0;
    box-sizing: border-box;
}
.cabecalho .barra-principal {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.cabecalho .barra-principal .conteudo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}
.cabecalho .barra-principal .logo img{
    height: 80px;
}
.cabecalho .barra-principal .pagina{
    border-left: 2px dotted var(--color-gray-medium);
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 1.25em;
    font-weight: bold;
    color : var(--color-primary);
}
.cabecalho.inicial{
    height: 400px;
    background-color: transparent;
    background-image: var(--cabecalho-inicial);
    background-position: center;
    background-size: cover;
}

/* RODAPE DO SITE */
.rodape {
    box-sizing: border-box;
    background-color: var(--color-rodape-background);
    color: var(--color-rodape);
    margin-top: 20px;
}
.rodape .conteudo {
    padding: 40px 20px 20px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.rodape .logo {
    flex: 0 1 25%;
}
.rodape .logo img {
    height: auto;
    width: auto;
    max-width: 250px;
}
.rodape .acessos {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 1 25%;
}
.rodape .acessos li {
    padding: 10px 0;
}
.rodape .acessos li.titulo {
    font-size: 1.2em;
    font-weight: bold;
}

.rodape .desenvolvimento {
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0 0 0;
}
.rodape .desenvolvimento > div{
    flex: 1 1 auto;
}
.rodape .desenvolvimento ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    flex: 1 0 auto;
}
.rodape .desenvolvimento ul li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.rodape .desenvolvimento ul li img {
    height: 40px;
}


/*MENU*/
#menu_mobile {display: none}
.menu{
	/* background-color: #005f53; */
	background-color: var(--color-menu-background);
	color: var(--color-menu);
	height: 50px;
	z-index: 20;
    letter-spacing: 0;
    line-height: 0;
    margin-bottom: 20px;
}
/*Menu principal*/
.menu #nav-main-menu {
	height: 50px;
	font-size:16px;
	z-index: 999;
	width: calc(100% - 340px);
	display: inline-block;
    margin: 0;
    border: 0;
	transition: all 300ms ease-in-out;
}
.menu #nav-main-menu li {
	display: block;
	float: left;
}
.menu #nav-main-menu .sub-menu li {
	float:none;
}
.menu #nav-main-menu ul {
	padding: 0;
	margin: 0;
}
.menu #nav-main-menu ul.sub-menu {
	z-index: 20;
	position: absolute;
	display: none;
}
.menu #nav-main-menu ul.sub-menu ul{
	left: 100%;
	top: 0;
}
.menu #nav-main-menu > ul > li > a{
	height: 50px;
	display: block;
	line-height: 50px;
	padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    transition: 300ms;
}
.menu #nav-main-menu ul li:hover > ul.sub-menu {
	display: block;
}
.menu #nav-main-menu ul.sub-menu li a {
	display: block;
	background: #333;
	width: auto;
	padding: 20px;
	color: #fff;
	font-size:14px;
	min-width: 150px;
}
.menu #nav-main-menu > ul > li:hover > a {
    background: var(--color-menu-background-hover);
}
.menu #nav-main-menu ul.sub-menu li:hover > a {
    background: var(--color-menu-background-hover);
}
/*Menu de pesquisa*/
.menu .form_busca{
	padding: 0;
    margin: 0;
    float: right;

	background-color: var(--color-menu-busca-background);
	width: 335px;
	height: 40px;
    font-size:12px;
    margin: 5px 0;
    border-radius: 20px;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.menu .form_busca > input[type="search"]{
    color: var(--color-menu);
	background-color: var(--color-menu-busca-background) !important;
	border:0;
	padding: 0 10px;
    margin: 0 10px;
	height: 40px;
    width: 100%;
    flex: 0 1 auto;
}
.menu .form_busca > input[type="search"]::placeholder{
    color: var(--color-menu);
}

.menu .form_busca > button{
	display: inline-block;
	border:0;
	margin: 0 5px;
    color: var(--color-primary-contrast);
	background-color: var(--color-primary);
	height: 30px;
	width: 30px;
    border-radius: 50%;
    padding: 0;
    flex: 0 0 auto;
}


/* POPUP ALERT */
.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    transition: 300ms;
}
.popup > div {
    flex: 0 1 auto;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 200ms;
    max-height: 80vh;
    max-width: 80vw;
}
.popup > div > button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
}
.popup > div img{
    display: block;
    max-height: 80vh;
    max-width: 80vw;
}

.popup.hide {
    opacity: 0;
    z-index: -1;
}
.popup.hide > div {
    transform: translateY(10px);
}




/*NOTICIAS*/
.noticia .assunto {
    color: var(--color-gray);
    font-weight: bold;
    display: block;
}
.noticia .titulo {
    color: var(--color-black);
    font-size: 1.8em;
    margin: 0 0 5px 0;
    padding: 0;
}

body.contrast .noticia .assunto {
    color: inherit;
}
body.contrast .noticia .titulo {
    color: inherit;
}

.noticia .texto {
    border-top: 1px solid var(--color-gray-medium);
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.2em;
    line-height: 1.6em;
}
.noticia .imagem > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.noticia-destaque .noticia {
    position: relative;
    background-color: rgb(148, 47, 61);
    margin: 0 0 20px 0;
    min-height: 240px;
    border-radius: 5px;
    overflow: hidden;
    text-shadow: 1px 1px 2px #000000;
}
.noticia-destaque .noticia.principal {
    height: calc(100% - 20px);
}
.noticia-destaque .noticia .compartilhar{
    color: var(--color-primary-contrast);
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}
.noticia-destaque .noticia .assunto{
    color: var(--color-primary-contrast);
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}
.noticia-destaque .noticia .chamada{
    color: var(--color-primary-contrast);
    position: absolute;
    width: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
    text-align: left;
    z-index: 3;
}
.noticia-destaque .noticia .chamada .titulo{
    color: var(--color-primary-contrast);
    font-size: 1.8em;
    margin: 0 0 10px 0;
}
.noticia-destaque .noticia.principal .chamada .titulo{
    font-size: 2.2em;
}
.noticia-destaque .noticia .imagem {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.noticia-destaque .noticia .imagem::before {
    content:"";
    z-index: 2;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.noticia-destaque .noticia .imagem > img{
    z-index: 1;
    transition: 300ms;
}
.noticia-destaque .noticia:hover .imagem > img{
    transform: scale(1.1);
}

.noticia-lista {
    margin: 0;
}
.noticia-lista .vejamais{
    margin: 40px 0 10px 0;
    font-size: 2em;
    font-weight: bold;
    color: var(--color-primary);
}
body.contrast .noticia-lista .vejamais{
    color: inherit;
}
.noticia-lista .noticia {
    border-bottom: 1px solid var(--color-line-gray-alfa-4);
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.noticia-lista .noticia:nth-last-child(1) {
    border-bottom: 0;
}
.noticia-lista .noticia .imagem {
    flex: 0 1 30%;
    height: 120px;
    margin-right: 30px;
}
.noticia-lista .noticia .descricao {
    flex: 1 1 70%;
}

.noticia-lista.blocos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}
.noticia-lista.blocos .noticia .titulo {
    font-size: 1.3em;
}
.noticia-lista.blocos .noticia{
    flex: 1 1 33%;
    margin-right: 20px;
    padding: 5px 20px 5px 0;
    border-bottom: 0;
    border-right: 1px solid var(--color-line-gray-alfa-4);
}
.noticia-lista.blocos .noticia:nth-last-child(1){
    margin-right: 0;
    padding-right: 0;
    border-right:0;
}


.noticia-visualizacao .noticia .titulo{
    font-size: 2em;
}
.noticia-visualizacao .noticia .noticia-galeria{
    border-top: 1px solid var(--color-line-gray-alfa-4);
    padding-top: 10px;
    margin-top: 40px;
}
.noticia-visualizacao .noticia .imagem-destaque{
    border-top: 1px solid var(--color-line-gray-alfa-4);
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
.noticia-visualizacao .noticia .resumo{
    border-top: 1px solid var(--color-line-gray-alfa-4);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.noticia-visualizacao .noticia .resumo .imagem-destaque{
    border-top:0;
    flex: 0 0 30%;
}
.noticia-visualizacao .noticia .resumo .texto{
    border-top:0;
    flex: 1 1 auto;
    padding-left: 20px;
}



/* BANNERS */
.banners {
    padding: 10px 0;
}
.banners .banner {
    margin: 0 0 20px 0;
}
.banners .banner img{
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.banners-botoes {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.banners-botoes .banner-botao{
    flex: 0 1 100px;
    height: auto;
    margin: 0 10px 20px 10px;
    border-radius: 6px;
    overflow: hidden;
}




/*QUADROS DE CONTEUDO*/
.box {
	margin: 0 auto 10px auto;
	vertical-align: top;
}

.box .box_title {
	display: inline-block;
	width: auto;
	background-color: var(--color-primary);
	color: var(--color-primary-contrast);
	font-weight: bold;
	font-size:1em;
	text-transform: uppercase;
	padding:10px;
	margin: 0 auto;
}
.box .box_description {
    background-color: #fff;
	padding: 10px;
	display: block;
}
.box .box_content {
	background-color: #fff;
	padding: 10px;
	display: block;
    box-sizing: border-box;
}
.box .box_content.transparent {
    padding: 0 0 10px 0;
    background-color: transparent;
}
.box .box_overflow {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
}

.box-card .image {
    border: 1px solid #bbcbd1;
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
    display: block;
}
.box-card .image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-medium);
}
.box-line:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-line .image {
    border: 1px solid #bbcbd1;
    border-radius: 5px;
    overflow: hidden;
    height: 120px;
    width: 220px;
    display: block;
    flex: 0 0 auto;
}
.box-line .image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box-line .description {
    flex: 1 1 auto;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




/*GALERIA DE FOTOS*/
.hoverzoom {
	position: relative;
	width: 350px;
	overflow: hidden;
    border-radius: 6px;
}
.hoverzoom > img {
	width: 100%;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.hoverzoom .retina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    display: flex;
    justify-content: center;
    align-items: center;
}
.hoverzoom:hover .retina {
	opacity: 1;
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
}


/*GALERIA LIST*/
.galeria-fotos .galeria {
    border: 1px solid var(--color-line-gray-alfa-4);
    border-radius: 5px;
    background-color: var(--color-line-white-alfa-4);
    padding: 20px;
    margin: 10px 0;
}
.galeria-fotos .galeria .imagem {
    width: 100%;
    height: 200px;
    display: block;
}
.galeria-fotos .galeria .imagem > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.galeria-fotos .galeria .titulo{
    font-size: 1.8em;
}
.galeria-fotos .galeria .descricao{
    font-size: 0.9em;
    color: var(--color-gray);
    white-space: wrap;
    height: 3.8em;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*GALERIA VIEW*/
.galeria-images {
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.galeria-images > .hoverzoom {
    flex: 0 1 calc(20% - 10px);
	height: 10vw;
	margin: 5px 10px 5px 0;
	border: 0;
	display: block;
}
.galeria-images > .hoverzoom > img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.galeria-images > .hoverzoom .retina p {
	color: #fff;
	font-size:18px;
}
.galeria-images > .hoverzoom .retina a {
	display: block;
	width: auto;
	color: #fff;
	font-size:30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}


/*ESTRUTURA ADMINISTRATIVA*/
.estrutura {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.estrutura .imagem {
	width:200px;
    height:200px;
    object-fit:cover;
    margin-left:30px;
    float:right
}
.estrutura p {
	font-size:1em;
	margin: 10px 0;
}
.estrutura .cargo,
.estrutura .responsavel {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
	margin: 2px 0;
}
.estrutura .cargo{
	font-size:1.60em;
	margin-bottom: 12px;
}
.estrutura .responsavel {
	font-size:1.14em;
	margin-bottom: 20px;
}
.estrutura .atribuicoes {
    transition: 300ms;

}


.esic_cadastro {
    padding: 0 10px;
    background-color: #fce442;
    border-radius: 10px;
}



.div_falandocomprefeito > img,
.div_falandocomprefeito > div{
	display: inline-block;
}
.div_falandocomprefeito > div{
	width: auto;
	vertical-align: top;
}

.ouvidoria_list li{
	margin: 20px 0;
}

.mapadosite h3{
    display: block;
    background-color: var(--color-primary);
    color: var(--color-primary-contrast);
    padding: 5px;
    margin: 0;
}


.mapadosite ul {

    margin-top: 0;
    list-style: none;
    padding: 5px 0 0 5px;
    border-left: 1px solid rgba(128, 128, 128, 0.5);
}
.mapadosite > ul ul {
    margin-left: 20px;
}
.mapadosite li {
    padding: 5px;
}


@media only screen and (max-width:940px){

	/*Menu principal*/
	#menu_mobile {
		display: inline-block;
        margin-top: 5px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		background-color: var(--color-primary-light);;
		color: var(--color-primary-contrast);
		font-size:26px;
		cursor: pointer;
	}

	.menu #nav-main-menu {
		margin: 0 0 0 0;
		height: auto;
		width: calc(100% - 40px);
		display: block;
        margin-top: 5px;
		position: absolute;
		background-color: #444;
		margin-left: -110%;
	}
	.menu #nav-main-menu.show {
		margin-left: 0;
	}

	.menu #nav-main-menu li {
		display: block;
		float: none;
		max-width: 100%;
	}
	.menu #nav-main-menu .sub-menu li {
		float:none;
	}
	.menu #nav-main-menu .sub-menu li > a:before{
		content: "- "
	}

	.menu #nav-main-menu ul {
		padding: 0;
		margin: 0;
	}
	.menu #nav-main-menu ul.sub-menu {
		position: relative;
		display: block;
	}

	.menu #nav-main-menu > ul > li:hover > a{
		color: white;
	}

	.menu .form_busca{
		width: calc(100% - 55px);
		vertical-align: top;
	}
	.menu .form_busca > input[type="search"]{
		width: calc(100% - 70px);
	}


}



@media only screen and (max-width:840px){

    .rodape .desenvolvimento {
        flex-wrap: wrap;
    }
    .rodape .desenvolvimento ul {
        margin-top: 20px;
        text-align: center;
    }

    .noticia-lista.blocos {
        flex-wrap: wrap;
        padding: 20px;
    }
    .noticia-lista.blocos .noticia{
        flex: 0 1 auto;
        width: calc(50% - 21px);
        margin-right: 0;
        padding: 20px 20px 20px 0;
        border-right: 1px solid var(--color-gray-medium);
        position: relative;
    }
    .noticia-lista.blocos .noticia::after{
        content: "";
        display: block;
        width: calc(100% - 21px);
        border-bottom: 1px solid var(--color-gray-medium);
        position: absolute;
        bottom: 0;
    }
    .noticia-lista.blocos .noticia:nth-child(2n+0){
        padding-right: 0;
        border-right:0;
    }

    .banners-botoes{
        flex-wrap: wrap;
    }
    .banners-botoes .banner-botao{
        flex: 0 0 60px;
        height: 60px;
        margin: 0 5px 10px 5px;
    }



}

@media only screen and (max-width:540px){

    .content {
        flex-wrap: wrap;
    }
    .content > .page{
        flex: 1 0 100%;
    }
    .content > .side{
        flex: 0 1 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .rodape .logo {
        flex: 0 1 100%;
        text-align: center;
    }
    .rodape .acessos {
        flex: 0 1 33%;
    }

    .galeria-images > .hoverzoom {
        flex: 0 1 calc(33% - 10px);
    	height: 20vw;
    	margin: 5px 10px 5px 0;
    	border: 0;
    	display: block;
    }

    .estrutura .imagem {
        float: none;
        margin: 0;
        width: 100%;
        height: 30vh;
    }

}

@media only screen and (max-width:480px){

	/*Menu inicial de busca*/
	.menu_busca .link_funcional{
		display: block;
		float: none;
	}
	.menu_busca .form_busca{
		display: block;
		float: none;
	}
	.menu_busca .form_busca > input[type="search"]{
		width: calc(100% - 70px);
	}

}





@media only screen and (min-width:780px){

	.content_side{
		display: inline-block;
	}

	.content_side{
		width: 265px;
	}
	.content_side.right{
		margin-left: 10px;
        float: right;
	}
	.content_side.left{
        float: left;
		margin-right: 10px;
	}

    /* .galeria-images > .hoverzoom {
    	height: 130px;
    	width: 180px;
    }
    .galeria-images > .hoverzoom > img {
    	height: 130px;
    	width: 180px;
    } */

	.licitacao > dt { width: calc(25% - 10px); text-align: right; display: inline-block; }
	.licitacao > dd { width: calc(75% - 20px); display: inline-block; }

    dl.esic > dt { width: calc(20% - 10px); text-align: right; display: inline-block; }
	dl.esic > dd { width: calc(80% - 20px); display: inline-block; }

}

@media only screen and (min-width:940px){
	.content_side{
		width: 335px;
	}

}

@media only print {
	form,
    .no-print {
        display: none !important;
    }
}


/* CONTRAST */
body.contrast {
    background-color: #414141;
    color: #eeeeee;
}
body.contrast img{
    filter: grayscale(1) !important;
}
body.contrast .acessibilidade {
    background-color: #1c1c1c;
}

body.contrast .cabecalho .barra-principal .pagina{
    color : #1c1c1c;
}
body.contrast .cabecalho.inicial {
    filter: grayscale(1) !important;
}


body.contrast .menu{
	background-color: #1c1c1c;
	color: #ddd;
}

body.contrast .menu #nav-main-menu ul.sub-menu li a {
	background: #3d3d3d;
	color: #ddd;
}
body.contrast .menu #nav-main-menu ul.sub-menu li:hover a {
	background: #1c1c1c;
}
body.contrast .menu #nav-main-menu > ul > li:hover > a {
    background: #222;
}

body.contrast #menu_mobile {
    background-color: #505050;
    color: #ddd;
}

body.contrast .menu .form_busca{
	background-color: #505050;
}
body.contrast .menu .form_busca > input[type="search"]{
    color: #ddd;
	background-color: #505050 !important;
}
body.contrast .menu .form_busca > input[type="search"]::placeholder{
    color: var(--color-menu);
}
body.contrast .menu .form_busca > button{
	color: #ddd;
	background-color: #1c1c1c;
}

body.contrast .rodape {
    background-color: #1c1c1c;
    color: #ddd;
}

body.contrast .box .box_title {
	background-color: #1c1c1c;
	color: #ddd;
}
body.contrast .box .box_content:not(.transparent) {
	background-color: #2e2e2e;
}

body.contrast dl > dd {  background-color:#666666; }
body.contrast .licitacao > dd { background-color:#666;}

body.contrast table {background-color: transparent;}
body.contrast .table thead > tr > th { background-color: #1c1c1c;}
body.contrast .table tbody > tr:hover > td { background-color: rgba(4, 4, 4, 0.3);}

body.contrast .esic_cadastro {
    background-color: transparent;
    border: 1px solid #ddd;
}


body.contrast .pagination span {
    background-color: #1c1c1c;
    color: #ddd;
}
body.contrast .pagination a{
    background-color: #595959;
    color: #ddd;
}
body.contrast .pagination a:hover {
    background-color: #1c1c1c;
}

body.contrast .mapadosite h3{
    background-color: #1c1c1c;
    color: #ddd;
}
