h1, h2 {
	font-weight: bold;
}

.coluna_rodape {
	padding-top: 15px;
}

.btn {
	background-color: rgb(0, 123, 255);
	color: #FFF;
}

.btn:hover {
	background-color: rgb(0, 123, 255);
	border-color: rgb(0, 123, 255);
}

.btn_portal {
	background-color: #08a9fd;
}

.btn_portal:hover {
	background-color: #FFF;
	border-color: #08a9fd;
	color: #08a9fd;
}

.btn_portal2 {
	background-color: #bde3f7;
}

.btn_portal2:hover {
	background-color: #FFF;
	border-color: #bde3f7;
	color: #e6ecf0;
}

.btn_preto {
	background-color: #242424;
	color: #FFF;
	font-weight: 700;
}

.btn_preto_grande {
	padding: 15px 50px;
	font-size: 25px;
}

.btn_preto_pequeno {
	padding: 8px 45px;
	font-size: 13px;
}

.btn_preto:hover {
	background-color: rgb(75, 74, 74);
	border-color: rgb(255, 255, 255);
}

.navbar.navbar-inverse.navbar-fixed-top {
	font-size: 1em;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	color: #FFF !important;
}

.navbar {
	background-color: #242424;
	height: 120px;
}

.rodape {
	background-color: #242424;
	/*position: absolute;
	bottom: 0;*/
	color: white;
	font-size: 1em;
	padding-bottom: 25px;
	padding-top: 15px;
	position: fixed;
	margin-bottom:0 !important;
	left:0;
}

.brasao_rodape {
	display: none;
}

.titulo_secao {
	font-size: 1.2em;
	font-weight: bold;
}

.copyright {
	padding-top: 15px;
}

.card {
	margin-bottom: 0;
}

.widget {
	margin-top: 80px;
	border-radius: 15px;
}

.widget.text-white{
	margin-top: 0;
}

.content {
	padding-top: 0;
	padding-bottom: 0;
}

.content_portal_da_transparencia {
	padding: 10px 0 25px;
}

i.icone {
	font-size: 42px;
	text-align: center;
	line-height: 80px;
}

.area_menu, .submenu {
	display: none;
	width: 100%;
	margin-left: 0.4px;
}

.area_icone {
	text-align: center;
	background-color: #34ace0;
	color: #FFF;
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
}

.titulo_da_pagina {
	padding-top: 7%;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #000;
}

.titulo_icone {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
	height: 2.2em;
	vertical-align: middle;
}

.container_de_cards {
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
}


.area_do_icone {
	width: 20%;
	display: table-cell; /* Make elements inside the container behave like table cells */
}

.area_do_texto {
	width: 75%;
	display: table-cell; /* Make elements inside the container behave like table cells */
}

.marcador_card {
	width: 5%;
	background-color: blue;
	display: table-cell; /* Make elements inside the container behave like table cells */
}

.widget.text-white.card.text-center {
	padding-left: 0;
	padding-right: 0;
	border-radius: 15px 0 15px 0;
}

.menu_cor_1 {
	border-color: #34ace0;
	color: #34ace0 !important;
}

.sumbmenu_drop_1:hover {
	background-color:  #007bff !important;
	color: #FFF !important;
}

.card_cor_1{
	border: solid #34ace0 3px;
	padding: 5px;
	background-color: #34ace0 ;
	border-radius: 15px 0 15px 0;
}

.titulo_1 {
	color: #fff; /* bootstrap primary */
}

.menu_cor_2 {
	border-color:#2ecc71;
	color: #2ecc71 !important;
}

.titulo_2 {
	color: #28a745;
}

.sumbmenu_drop_2:hover {
	background-color: #28a745 !important;
	color: #FFF !important;
}

.icone_2 {
	background-color: #2ecc71;
}

.card_cor_2{
	border: solid #2ecc71 3px;
	padding: 5px;
	background-color: #2ecc71;
	border-radius: 15px 0 15px 0;
}

.menu_cor_3 {
	border-color: #ffb142;
	color: #f1be25 !important;
}

.sumbmenu_drop_3:hover {
	background-color:  #f1be25 !important;
	color: #FFF !important;
}

.icone_3 {
	background-color: #ffb142;
}

.titulo_3 {
	color: #f1be25;
}

.card_cor_3 {
	padding: 5px;
	background-color: #ffb142 ;
	border-radius: 15px 0 15px 0;
}

.menu_cor_4 {
	border-color: #e74c3c;
	color: #e74c3c !important;
}

.sumbmenu_drop_4:hover {
	background-color:  #dc3545 !important;
	color: #FFF !important;
}

.icone_4 {
	background-color: #e74c3c;
}

.card_cor_4{
	border: solid #e74c3c 3px;
	padding: 5px;
	background-color: #e74c3c;
	border-radius: 15px 0 15px 0;
}

.titulo_4 {
	color: #e74c3c;
}

.logo_grande {
	max-width: 120px;
	min-width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margem-direita {
	color: #FFF;
}

.card_cor_5{
	border: solid #242424 3px;
	padding: 5px;
	background-color: #242424;;
	border-radius: 15px 0 15px 0;
}

/*Ajustes Botões telas iniciais*/
.icones_portal{
	margin: 2rem ;
	display: inline-block ;
	border-radius: 25px ;
	background-color: #08a9fd;
	width: 25% !important;
	box-shadow: 5px 15px 20px -7px rgba(0,0,0,0.8);
}
.icones_portal:hover{
	background-color: #fff;
	text-decoration:none !important;
}
.img_portal, .img_portal_hover{
	max-height: 80px!important;
	margin: 20px;
}
.icones_portal img.img_portal {
  display: none;
}
.icones_portal:hover img.img_portal_hover {
  display: none;
}
.icones_portal:hover img.img_portal {
	align-items: center;
  display: inline-block;
}
.icones_portal:hover .label_icones {
  color: #08a9fd;
}

/* Regras para tela grande */
@media only screen and (min-width: 767px) {
	.titulo_secao {
		margin-bottom: 5px;
	}

	.brasao_rodape {
		display: inherit;
	}

	.content_portal_da_transparencia {
		padding: 10px 40px 25px;
	}

	i.fa.fa-mobile {
		display: none !important;
	}

	i.fa.fa-desktop {
		display: inherit !important;
	}

	.menu-right {
		float: right;
	}

	.card {
		/* min-height: 200px; */
		padding: 0;
	}

	.botao-nav {
		border-left: 1px solid #777;
		border-bottom: 2px solid rgb(34, 34, 34);
		border-top: 2px solid rgb(34, 34, 34);
	}

	.margem-direita {
		border-right: 1px solid #777;
	}

	.botao-nav:hover {
		border-bottom: 2px solid #FFF;
		border-top: 2px solid #FFF;
	}

	.texto_a_esquerda {
		text-align: left;
	}

	.h2 {
		margin-top: 10px !important;
	}

	.logo_grande {
		width: 100px;
	}
}

/* Código de do Accordion por Julia Rietveld - https://codepen.io/MrsColombo/pen/mEeQwy/ com alterações*/

 * {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
h2 {
	text-align: center;
}
.accordion-menu {
	width: 100%;
	max-width: 350px;
	margin: 20px auto 0;
	/* background: #fff; */
	border-radius: 4px;
	/* border: 1px solid black; */
}
/* .accordion-menu li.open .dropdownlink {
	color: #3A99FC;
} */
.accordion-menu li.open .dropdownlink .fa-chevron-down {
	transform: rotate(180deg);
}
.accordion-menu li:last-child .dropdownlink {
	border-bottom: 0;
}
.dropdownlink {
	cursor: pointer;
	display: block;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #fff;
	position: relative;
	transition: all 0.4s ease-out;
}
.dropdownlink i {
	position: absolute;
	top: 17px;
	left: 16px;
}
.dropdownlink .fa-chevron-down {
	right: 12px;
	left: auto;
}
.submenuItems {
	display: none;
	background: #f7f7f7;
}
.submenuItems li {
	border-bottom: 1px solid #b6b6b6;
}
.submenuItems a {
	display: block;
	color: #727272;
	padding: 10px;
	transition: all 0.4s ease-out;
}

.noturno-color {
	color: rgb(236, 236, 236);
}
.noturno-back {
	background-color: #444;
}

.fundo-claro {
	background-color: rgb(236, 236, 236);
}

.fundo-escuro {
	background-color: rgb(70, 70, 70);
}

.diurno-color{
	color: rgb(0, 0, 0);
}
.diurno-color-cinza-escuro {
	color: rgb(24, 24, 24);
}
.diurno-color-cinza-claro {
	color: rgb(110,110,110);
}

.diurno-back {
	background-color: rgb(236, 236, 236);
}

.col-md-4.col-sm-4 {
	margin-bottom: 15px;
}

.logo_prefeitura {
	margin-top: 20px;
	padding-top: 20px;
}

p {
	font-size: 1.3em;
}

a {
	color: white;
}

.link_documentos {
	color:rgb(0, 123, 255)
}

.link_documentos:hover {
	font-weight: 600;
	color:rgb(0, 123, 255) !important;
}