/*	CSS */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	overflow-x: hidden;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

a,
button {
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

label {
	margin-bottom: 0;
}

input {
	padding: 13px 20px;
}

ul {
	margin: 0;
	padding: 0;
}

iframe {
	width: 100%;
}

.dn {
	display: none;
}

.cursor {
	cursor: pointer;
}

.bigIcon {
	font-size: 1.5rem;
	color: #0D4E99;
}

.th-destaq {
	background: #00214A !important;
	color: #FFF;
}

.bdBottom {
	border-bottom: 2px #5f6061 solid;
}

.bdTop {
	border-bottom: 2px #5f6061 solid;
	width: 100%;
}

/*BUSCA*/

.busca {
	margin-left: auto;
	justify-content: flex-end !important;
}

.busca tr {
	border: none !important;
}

.busca .gsib_b {
	background: rgba(200, 200, 200, 0.5) !important;
	border: none !important;
}

.busca .gsc-control-cse {
	padding: 0 0 0 1rem;
	background-color: rgba(255, 255, 255, 0.00);
	border: none;
}

.busca #gs_tti50 {
	border: 1px solid #999 !important;
}

.busca input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border: none !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

.busca .gsc-search-button {
	padding: 0.65rem !important;
}

.busca .gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	border: 1px solid #000;
	background: #000;
	border-radius: 0 !important
}

/*FIM BUSCA*/

/*BOTÕES*/

.padBTN {
	padding-right: 1.25rem;
}

.middle {
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	margin: 0.5rem 0;
	transform: translate(-50%, -50%);
}

.middle a {
	color: #FFF;
}

.btnSP {
	width: 100%;
	position: relative;
	display: block;
	font-size: 1em;
	text-decoration: none;
	font-weight: 700;
	background: rgba(0, 30, 70, 0.75);
	border: 3px ridge #FFF;
	padding: 1rem 0.5rem;
	overflow: hidden;
	transition: 1s all ease;
}

a.btnSP::before {
	background: #007469;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
}

.btnSP2 {
	width: 100%;
	position: relative;
	display: block;
	font-size: 1.0rem;
	text-decoration: none;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #00396E;
	text-shadow: 3px 3px 3px #FFFFFF;
	padding: 1rem;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;
}

a.btnSP2::before {
	background: rgb(235, 235, 235);
	-webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
	box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
}

.btn1::before {
	width: 0%;
	height: 100%;
}

.btn1:hover::before {
	width: 100%;
}

.btnPNL {
	width: 100%;
	position: relative;
	display: block;
	font-size: 1.0rem;
	text-decoration: none;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #FFF;
	padding: 1rem;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;
}

/*SP EM NÚMEROS*/

.btn-red-tr,
.btn-green-tr,
.btn-blue-tr,
.btn-yellow-tr {
	width: 97%;
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 0.35rem 0.5rem 0.15rem;
	margin-top: 0.65rem;
	font-size: 1.2em;
	font-weight: 600;
	color: #FFF;
	transition: 0.5s;
	vertical-align: middle;
}

.btn-yellow-tr {
	background-color: #FFAE00;
}

.btn-red-tr {
	background-color: #840000;
}

.btn-green-tr {
	background-color: #189809;
}

.btn-blue-tr {
	background-color: #00215B;
}

.btn-yellow-tr a {
	color: #FFF;
}

.btn-blue-tr a {
	color: #FFF;
}

.btn-green-tr a {
	color: #FFF;
}

.btn-red-tr a {
	color: #FFF;
}

.btn-yellow-tr:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: 0.5s;
}

.btn-red-tr:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: 0.5s;
}

.btn-green-tr:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: 0.5s;
}

.btn-blue-tr:before {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: 0.5s;
}

.btn-yellow-tr:hover {
	box-shadow: 5px 5px #FFED4C, -5px -5px #F6F8A2;
	cursor: pointer;
}

.btn-yellow-tr:hover::before {
	border: 0px;
}

.btn-red-tr:hover {
	box-shadow: 5px 5px #a82315, -5px -5px #f29f97;
	cursor: pointer;
}

.btn-red-tr:hover::before {
	border: 0px;
}

.btn-green-tr:hover {
	box-shadow: 5px 5px #17E000, -5px -5px #BDFFAD;
	background: rgba(11, 114, 0, 1.00);
	cursor: pointer;
}

.btn-green-tr:hover::before {
	border: 0px;
}

.btn-blue-tr:hover {
	box-shadow: 5px 5px #78B4DC, -5px -5px #D2E9F9;
	background: rgba(0, 35, 69, 1.00);
	cursor: pointer;
}

.btn-blue-tr:hover::before {
	border: 0px;
}


/*FIM SP EM NÚMEROS*/

.btn {
	font-size: 1.1rem;
	padding: 15px 25px;
	border-radius: 0;
}

.btn-primary {
	background-color: #659acd;
	border: none;
}

.btn-secondary {
	background-color: #669999;
	border: none;
}

.btnSlider {
	font-size: 0.8em !important;
	background: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 0.25rem 0.5rem;
	max-width: 300px;
	margin: 1.5rem auto 1rem;
}

.btnSlider a {
	color: #000;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
}

.btnSlider:hover {
	background: rgba(255, 255, 255, 1.0);
}

/* end Overrides */

/* Page Layout */
.container-fluid {
	max-width: 1430px;
}

.tm-page-cols-container {
	display: flex;
	justify-content: space-between;
}


.tm-page-col-full {
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}

.tm-page-col-left {
	width: 23%;
	max-width: 600px;
}

.tm-page-col-left img {
	width: 100%;
	height: auto;
}

.tm-page-col-right {
	width: 77%;
	margin-left: auto;
	margin-right: 0;
}

.tm-home-section-2-left {
	padding-right: 40px;
}

.tm-home-section-2-right {
	padding-left: 40px;
}

.tm-pt-4 {
	padding-top: 40px;
}

.tm-pt-5 {
	padding-top: 45px;
}

.tm-pt-7 {
	padding-top: 55px;
}

.tm-pb-6 {
	padding-bottom: 50px;
}

.tm-mb-1 {
	margin-bottom: 15px;
}

.tm-mb-2 {
	margin-bottom: 20px;
}

.tm-mb-3 {
	margin-bottom: 30px;
}

.tm-mb-4 {
	margin-bottom: 40px;
}

.tm-mb-5 {
	margin-bottom: 45px;
}

.tm-mb-6 {
	margin-bottom: 50px;
}

.tm-center-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

.exportacao {
	background: #e7e7e7;
	border: 1px solid #797979;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.tm-home-section-2-left {
		padding-right: 15px;
		margin-bottom: 80px;
	}

	.tm-home-section-2-right {
		padding-left: 15px;
	}

	.tm-home-section-2-left,
	.tm-home-section-2-right {
		max-width: 660px;
	}
}

@media (max-width: 991px) {
	.tm-page-col-left {
		width: 100%;
		max-width: 100%;
	}

	.tm-page-col-left img {
		display: none;
	}

	.tm-page-col-right {
		width: 100%;
	}
}

/* end Page Layout */

/* Colors */

.tm-text-secondary {
	color: #669999;
}

.tm-bg-primary {
	background-color: #093779;
}

.tm-bg-gradient {
	background: linear-gradient(135deg, #a0c0c0 0%, #669999 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tm-bg-black-transparent {
	background-color: rgba(15, 29, 32, 0.6);
	color: white;
}

/* end Colors */

.tm-brand-row {
	padding-bottom: 30px;
}

.tm-welcome-row {
	padding-top: 30px;
	padding-bottom: 40px;
}

.tm-brand-name {
	color: #98999a;
	width: 300px;
	height: 100px;
	border: 1px solid #98999a;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 399px) {
	.tm-brand-name {
		font-size: 2em;
		width: 250px;
		margin-right: 10px;
	}
}

/* Navbar */

.tm-nav-col {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.navbar-expand-lg .navbar-nav .nav-link,
.dropdown-item a {
	min-height: 30px;
	font-size: 0.75em !important;
	border: 1px solid transparent;
	padding: 0 0.85rem;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #0D4E99 !important;
	border: 1px solid #333;
	background: rgba(255, 255, 255, 0.75);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	border: 1px solid #666;
	color: #0D4E99;
	background: rgba(255, 255, 255, 0.2);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #000;
}

li.nav-item a {
	color: #000 !important;
	font-weight: 400;
	text-transform: uppercase;
}

.dropdown-menu.itensNav {
	background: #ECECEC;
	font-size: 0.8em;
	padding: 0;
	margin: 0 !important;
	text-align: left !important;
}

.itensNav .dropdown-item a {
	font-size: 0.7em;
}

.itensNav .dropdown-item:hover {
	background-color: #FFF !important;
}

@media (max-width: 991px) {
	.tm-nav {
		position: relative;
	}

	#navbarNav {
		position: absolute;
		top: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
		z-index: 1001;
	}

	.tm-navbar {
		background-color: transparent;
		justify-content: flex-end;
		padding-right: 0;
	}

	.navbar-toggler {
		background-color: rgba(255, 255, 255, 0.8);
		background-color: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		height: 45px;
		margin: 5px 15px;
	}
}

/* end Navbar */

ul.tm-list-plus li {
	list-style: none;
	margin-bottom: 12px;
}

ul.tm-list-plus li:before {
	content: "+";
	margin-right: 10px;
}

/* Welcome */
.tm-welcome-box {
	height: 440px;
	margin-top: 5em;
}

.tm-welcome-parallax {
	min-height: 440px;
	background: transparent;
}

.tm-small-parallax {
	min-height: 240px;
	background: transparent;
}

.tm-welcome-text {
	max-width: 620px;
	width: 100%;
	padding: 2rem 3rem;
	color: white;
	margin: 0;
	text-align: left;
	color: #FFF !important;
}

.tm-welcome-text h2 {
	font-size: 2em !important;
	line-height: 150%;
	font-weight: 600;
	text-transform: uppercase;
}

.tm-welcome-text p {
	font-size: 0.8em;
	line-height: 150%;
}

@media (max-width: 991px) {
	.tm-welcome-box {
		margin-bottom: 20px;
		height: auto;
		min-height: 250px;
	}

	.tm-page-cols-container {
		flex-direction: column;
	}
}

/* Call to Action */

#tmCallToAction {
	padding-top: 50px;
	padding-bottom: 40px;
}

.tm-call-to-action-box {
	color: #5f6061;
	border: 1px solid #cfd0d1;
	padding: 50px 63px 65px;
	display: flex;
	align-items: center;
}

.tm-call-to-action-icon {
	padding: 25px 28px;
	border: 1px solid #cfd0d1;
	border-radius: 50%;
	color: #bbbcbe;
}

.tm-call-to-action-title {
	margin-bottom: 30px;
}

.tm-call-to-action-text {
	margin-left: 65px;
}

.tm-call-to-action-description {
	margin-bottom: 35px;
}

.tm-call-to-action-form .tm-email-input {
	max-width: 352px;
	width: 100%;
	margin: 0 15px 15px 0;
}

@media (max-width: 660px) {
	.tm-call-to-action-box {
		flex-direction: column;
	}

	.tm-call-to-action-text {
		margin-left: 0;
		margin-top: 50px;
	}
}

/* end Call to Action */

.goTop a {
	position: fixed;
	bottom: 2.5rem;
	right: 1rem;
	color: rgba(0, 0, 0, 0.35) !important;
	scroll-behavior: smooth;
	z-index: 99999 !important;
}

/* Copyright and Page Footer */

.tm-copyright-text {
	font-size: 1rem;
}

.tm-copyright-link {
	color: #5f6061;
}

.tm-page-footer {
	padding: 30px;
	color: #FFF;
	background: rgba(0, 50, 100, 1.00);
}

.tm-page-footer a {
	color: #FFF;
}

.tm-page-footer p {
	margin: 0.25rem 0;
}

footer img {
	max-width: 200px;
	height: auto;
}

.textCGE {
	font-size: 0.7em;
}

.textFooter {
	font-size: 0.8em;
	border-left: 1px solid #FFF;
	padding-left: 0.85rem;
}

.textFooter ul li {
	display: block;
	margin-top: 0.1rem;
}

.textFooter a {
	color: rgba(255, 255, 255, 1);
}

.textFooter a:hover {
	color: rgb(192, 198, 255);
}


.btn-Footer {
	width: 100%;
}


a.btn-Footer {
	background: rgb(198, 220, 253);
	color: #333;
	font-weight: 600;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
	padding: 0.25rem 1rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	border-radius: 0.25rem;
}

.btn-Footer:hover, .btn-Footer:active, .btn-Footer:visited  {
	background: rgba(255, 255, 255, 1);
	color: #000;
}

.spaceIcon {
	margin-left: -1.2rem;
	margin-right: 1.2rem;
	text-align: center;
}

.spaceIcon2 {
	margin-left: -1.5rem;
	text-align: center;
}

.spaceBBox {
	padding-bottom: 7rem;
}

.textBlock {
	margin-left: 0.85rem !important;
	display: block;
	margin-top: -1.25rem;
}

.mail {
	background: #FFF;
	color: #093779;
	font-size: 1.0em;
	border-radius: 50%;
	padding: 0.25rem;
}

/* About Page */

.titAbout {
	font-weight: 700;
	border-bottom: 1px solid #999;
	margin-bottom: 1rem;
}

.textAbout {
	font-size: 0.9em;
	text-align: justify;
	padding: 0 1rem 0 2rem;
}

.textAbout ol li {
	text-align: justify;
	margin-bottom: 0.75rem;
	padding: 0;
}

.textAbout ul li {
	text-align: justify;
	margin-bottom: 0.75rem;
	margin-left: 1rem;
	list-style: square;
}
.textAbout ul li ul li {
	text-align: justify;
	margin: 0.25rem 0 0.25rem 1rem !important;
}

.boxPage {
	padding: 1rem;
	background: #E5E5E5;
}

.boxPage p {
	margin: 0.25rem 0 0.25rem 0;
}

.tabs {
	list-style: none;
}

.tabs>li {
	color: #000;
	display: block;
	font-size: 1.1em;
	font-weight: 500;
}


/* Gallery */

.tm-parallax-overlay {
	padding: 40px 60px;
	width: auto;
	display: inline-block;
	text-align: center;
}

.tm-gallery {
	margin: 0 auto;
	max-width: 1200px;
}

.tm-gallery-item {
	width: 32%;
	margin: 0.5%;
}


.tm-gallery-item figcaption p {
	margin: 0 0 -0.75rem 0 !important;
}

.filters-button-group {
	padding-right: 15px;
}

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
	height: 100% !important;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery-item figure figcaption {
	padding: 0.75rem;
	color: #fff;
	font-size: 1.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery-item figure figcaption p {
	line-height: 120% !important;
}

.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
	pointer-events: none;
}

.tm-gallery-item figure figcaption,
.tm-gallery-item figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-item figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0em;
	opacity: 0;
}

.tm-gallery-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery-item figure h2 span {
	font-weight: 800;
}

.tm-gallery-item figure h2,
.tm-gallery-item figure p {
	margin: 0;
}

.tm-gallery-item figure p {
	font-size: 0.7em !important;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.15;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba h2 {
	font-size: 1.5rem;
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
	width: 100%;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
	.tm-gallery {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.tm-gallery-item {
		width: 46%;
	}

	.filters-button-group {
		padding-right: 0;
		padding-bottom: 30px;
	}
}

@media (max-width: 400px) {
	.tm-gallery {
		max-width: 280px;
	}

	.tm-gallery-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* end Gallery */

/* Contact */

.tm-contact-container {
	max-width: 375px;
	padding-left: 60px;
	padding-right: 15px;
}

.tm-address-container {
	margin-bottom: 95px;
}

@media (max-width: 991px) and (min-width: 660px) {
	.tm-contact-container {
		max-width: 100%;
		display: flex;
	}

	.tm-address-container,
	.tm-location-container {
		width: 50%;
	}
}

.tm-form-container {
	padding-left: 90px;
	padding-right: 90px;
}

@media (max-width: 767px) {
	.tm-contact-container {
		padding-left: 15px;
	}

	.tm-form-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#tm_contact_form {
	max-width: 524px;
	width: 100%;
	padding: 40px;
}

.form-group {
	margin-bottom: 35px;
}

.form-group-2 {
	margin-bottom: 65px;
}

.form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	color: #669999;
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #669999;
	opacity: 1;
	/* Firefox */
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #669999;
}

.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #669999;
}

.tm-select {
	-webkit-appearance: none;
	-mox-appearance: none;
	font-size: 1rem;
	color: #669999;
	background: url("../img/select-arrow.png") no-repeat right center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #98999A;
	border-radius: 0;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.tm-choices-container {
	display: flex;
}

.tm-w-50 {
	width: 50%;
}

@media (max-width: 450px) {
	.tm-choices-container {
		flex-direction: column;
	}

	.tm-w-50 {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* Radio buttons */

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
	font-size: 1.5em;
	padding-left: 40px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
	border: 2px solid #A6A7A8;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:before,
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border-radius: 50%;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	-webkit-transition: .28s ease;
	transition: .28s ease;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
	border-color: #686868;
	width: 25px;
	height: 25px;
	top: -4px;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[type="radio"]:checked+span,
[type="checkbox"].filled-in:checked+span {
	color: #669999;
}

[type="radio"]:checked+span:before {
	border: 2px solid transparent;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border: 2px solid #669999;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
	background-color: #669999;
}

[type="radio"].with-gap:checked+span:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

/* end Radio buttons */

/* Checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	margin-top: 3px;
	-webkit-transition: .2s;
	transition: .2s;
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
	content: '';
	left: 0;
	position: absolute;
	-webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in+span:not(.lever):after {
	border-radius: 2px;
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
	content: '';
	left: 0;
	position: absolute;
	-webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #669999;
	top: 0px;
	z-index: 0;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
	width: 35px;
	height: 35px;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
	border-color: #A6A7A8;
}

[type="checkbox"]+span:not(.lever) {
	position: relative;
	padding-left: 47px;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[type="checkbox"]:checked+span:not(.lever):before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #26a69a;
	border-bottom: 2px solid #26a69a;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(39deg);
	transform: rotateZ(39deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
	width: 14px;
	height: 25px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
	top: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #26a69a;
	background-color: #26a69a;
	z-index: 0;
}

/* end Checkbox */

textarea.form-control {
	border-color: #669999;
	padding: 15px 20px;
}

.file-upload-container {
	display: flex;
	justify-content: space-between;
}

.btn-outline {
	border: 1px solid #98999A;
	color: #669999;
	cursor: pointer;
	padding: 12px 35px;
	width: 140px;
	margin-left: 20px;
}

#file_name_label {
	width: calc(100% - 160px);
}

@media (max-width: 500px) {
	.file-upload-container {
		flex-direction: column;
	}

	#file_name_label {
		width: 100%;
	}

	.btn-outline {
		margin-left: 0;
		margin-top: 20px;
	}
}

#file_name_label::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #669999;
	opacity: 1;
	/* Firefox */
}

#file_name_label:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #669999;
}

#file_name_label::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #669999;
}

.tm-btn-submit {
	font-size: 1.2rem;
	padding: 12px 40px;
}

/* end Contact */

/*TRANSPARÊNCIA*/

.txtBlue {
	color: #093779;
}

.spaceTopVL {
	top: 0.5rem !important;
}

.spaceTop6 {
	margin-top: 6rem;
}

.spaceTXT {
	padding: 1rem 7rem 2rem 3rem;
}

.spaceTXT2 {
	padding: 0 7rem 2rem 5rem;
}

.minHeightPg {
	min-height: 600px;
}

.minHeightPg2 {
	min-height: 450px;
}

.cge {
	font-size: 0.8em;
	font-weight: 800;
	padding: 0.5rem 2rem;
}

.bgTransp {
	background-color: rgba(255, 255, 255, 0.80);
}

.bgBlue {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(13, 78, 153, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(13, 78, 153, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(13, 78, 153, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0D4E99", GradientType=1);
}

.bgMenuTop {
	background: rgba(200, 200, 200, 0.5);
}

.bgMenuPG {
	background: rgba(200, 200, 200, 1.00)
}

.bgServices {
	background: rgba(240, 240, 240, 0.7);
}


h1.titpages {
	width: 100% !important;
	font-size: 1.75em;
	font-weight: 700 !important;
	text-align: left;
	border-bottom: 2px solid #0D4E99;
	line-height: 135%;
	padding: 0.15rem 0.5rem;
	color: rgba(13, 78, 153, 1.00);
	margin-bottom: 0 !important;
	margin-top: 1.25rem;
}

h2.titpages {
	width: 100% !important;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
	line-height: 135%;
	margin-bottom: 1rem;
	background: #093779;
	color: #FFF;
	padding: 0.15rem 0.5rem;
}

h3.titpages {
	width: 100%;
	font-size: 1.25em;
	font-weight: 600;
	text-align: left;
	line-height: 135%;
	margin: 1.5rem 0 1rem;
	border-bottom: #093779 1px solid;
	color: #000044;
}

h4.titpages {
	width: 100%;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	line-height: 135%;
	margin: 1.5rem 0 1rem;
	border-bottom: #093779 1px solid;
	color: #000044;
}

p.titpages {
	width: 100%;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	line-height: 135%;
	margin: 1.5rem 0 1rem;
}


.maxBTN {
	max-width: 320px;
}

.boxBlue {
	padding: 1rem;
	background: #093779;
	color: #FFF;
	-webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
}

.boxHome {
	margin-top: 0.9rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	background: rgb(213, 213, 213);
	background: rgb(213, 213, 213);
	background: -moz-linear-gradient(315deg, rgba(213, 213, 213, 1) 0%, rgba(246, 246, 246, 1) 75%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(213, 213, 213, 1) 0%, rgba(246, 246, 246, 1) 75%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(315deg, rgba(213, 213, 213, 1) 0%, rgba(246, 246, 246, 1) 75%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5", endColorstr="#ffffff", GradientType=1);
	color: #093779;
	border: 1px solid #CCC;
	-webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 1.5rem;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 1.5rem;
	-moz-border-radius-topleft: 0;
	border-radius: 1.5rem;
	border-top-left-radius: 0;
}

.boxHome p {
	margin: 2.25rem 0;
}

.boxHome h4 {
	font-size: 1.0em !important;
	text-align: center;
	line-height: 135%;
	margin: 1rem 0;
	color: rgba(13, 78, 153, 1.00);
}

.boxServices {
	padding: 30px 30px 10px;
	overflow: hidden;
	cursor: pointer;
	font-size: 1.2em;
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	-webkit-box-shadow: inset 4px 4px 15px 0px rgba(0, 0, 0, 0.35), 10px 10px 10px 20px rgba(0, 0, 0, 0);
	box-shadow: inset 4px 4px 15px 0px rgba(0, 0, 0, 0.35), 10px 10px 10px 20px rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
}

.txtServices {
	width: 100%;
	font-size: 0.8em !important;
	line-height: 130%;
	color: #0D4E99;
}

.txtServices h4 {
	width: 100%;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 1rem;
	color: rgb(13, 78, 153);
}


.imgServidor {
	background: rgba(255, 255, 255, 0.5) url("../img/imgServidor.png") no-repeat bottom center;
	background-size: 100% 110px;
}

.imgReceita {
	background: rgba(255, 255, 255, 0.5) url("../img/imgReceita.png") no-repeat bottom center;
	background-size: 100% 110px;
}

.imgDespesa {
	background: rgba(255, 255, 255, 0.5) url("../img/imgDespesa.png") no-repeat bottom center;
	background-size: 100% 110px;
}


.imgCidadao {
	background: rgba(255, 255, 255, 0.5) url("../img/imgCidadao.png") no-repeat bottom center;
	background-size: 100% 110px;
}

.imgImprensa {
	background: rgba(255, 255, 255, 0.5) url("../img/imgImprensa.png") no-repeat bottom center;
	background-size: 100% 110px;
}

.imgTelUtil {
	background: rgba(255, 255, 255, 0.5) url("../img/imgTelUtil.png") no-repeat bottom center;
	background-size: 100% 110px;
}

.tran3s,
.theme-main-menu .navbar-nav>li a,
#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
#our-client .owl-theme .owl-dots .owl-dot span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tran4s,
#service-section .single-service- .card-body-icon {
	position: absolute;
	z-index: 0;
	top: -30px;
	right: -15px;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.card-body-link-a {
	text-align: left !important;
	font-weight: 700 !important;
	color: red !important;
	text-decoration: underline !important;
}

.card-body a {
	text-align: left !important;
	font-weight: 700;
	color: rgb(0 1 67 / 60%);
	text-decoration: underline;
}

	.card-body a:hover {
		color: rgba(255, 255, 255, 1.0);
	}

	.card-square {
		width: 100%;
		height: 220px; /* Ajuste aqui o tamanho do quadrado */
		background-color: #f8f9fa !important; /* bg-light */
		border-radius: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		transition: 0.2s;
	}

		.card-square:hover {
			transform: translateY(-5px);
			box-shadow: 0 6px 20px rgba(0,0,0,0.15);
		}

	.collapse ul li a {
		color: #000 !important;
		font-size: 0.75em !important;
		font-weight: 400 !important;
		cursor: pointer;
	}

	.maxWBTN {
		max-width: 480px;
		margin: 3rem auto;
		padding: 0.5rem 1rem;
	}

	.btnRadius {
		-webkit-border-radius: 1rem;
		-moz-border-radius: 1rem;
		border-radius: 1rem;
	}

	.btnBlue {
		font-size: 0.9em;
		text-align: center;
		padding: 0.25rem 1rem;
		background: #093779;
	}

		.btnBlue:hover {
			background: #000044;
		}

		.btnBlue a {
			color: #FFF;
		}

	.btnOutline {
		max-width: 320px;
		font-size: 0.9em;
		text-align: center;
		padding: 0.25rem 1rem;
		border: 2px solid #093779;
	}

		.btnOutline:hover {
			background: #E8ECF2;
		}

		.btnOutline a {
			color: #093779;
		}

	.LogoSPDigital a {
		color: #093779;
	}

	.LogoSPDigital img {
		width: 100%;
		max-width: 200px;
		height: auto;
		padding: 0rem 0 0 1rem;
		text-align: right;
		float: right;
	}

	.LogoSPDigital h2 {
		width: 100%;
		padding: 0.75rem 1.25rem 0 1rem;
		text-align: left;
		font-size: 1.5em;
		font-weight: 600;
		color: #001E70;
	}

	.txtHome {
		color: #FFF;
	}

		.txtHome h3 {
			font-size: 1.5em;
			font-weight: 600;
		}

		.txtHome p {
			line-height: 150% !important;
			font-size: 0.8em;
		}


	.bgWhite {
		background-color: #FFF;
	}

		.bgWhite h4 {
			font-stretch: extra-condensed;
			font-size: 2.2em;
			font-weight: 900 !important;
			color: #093779;
		}

		.bgWhite p {
			font-size: 0.8em;
			line-height: 150%;
		}

		.bgWhite img {
			width: 100%;
			height: auto;
		}

	.bgCyan {
		background-color: #F4F6FC;
	}

		.bgCyan h4 {
			font-stretch: extra-condensed;
			font-size: 2.2em;
			font-weight: 900 !important;
			color: #093779;
		}

		.bgCyan p {
			font-size: 0.8em;
			line-height: 150%;
		}

		.bgCyan img {
			width: 100%;
			height: auto;
		}

	.bgDecretos {
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 100%);
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dcdcdc", GradientType=1);
	}

		.bgDecretos h4 {
			font-stretch: extra-condensed;
			font-size: 2.2em;
			font-weight: 900 !important;
			color: #FFF;
		}

		.bgDecretos p {
			font-size: 1.0em;
			line-height: 150%;
		}

		.bgDecretos img {
			width: 100%;
			height: auto;
		}

	.boxCyan {
		background: #d3deff;
		padding: 1rem;
	}

	.boxPainel {
		width: 100%;
		position: relative;
		border: 1px solid #093779;
		background: rgb(0, 125, 113);
		background: radial-gradient(circle, rgba(0, 125, 113, 1) 0%, rgba(0, 4, 6, 1) 100%);
		color: #FFF;
		padding: 0.75rem 0.5rem 0.25rem;
		transition: 0.5s;
		vertical-align: middle;
	}

		.boxPainel a {
			color: #FFF;
		}

		.boxPainel:before {
			position: absolute;
			content: "";
			top: 0px;
			right: 0px;
			bottom: 0px;
			left: 0px;
			transition: 0.5s;
		}

		.boxPainel:hover {
			box-shadow: 5px 5px #609A81, -5px -5px #B9E2D0;
			cursor: pointer;
			background: rgb(0, 125, 113);
			background: radial-gradient(circle, rgba(0, 95, 86, 1.00) 0%, rgba(0, 0, 0, 1) 100%);
		}

			.boxPainel:hover::before {
				border: 0px;
			}

		.boxPainel h3 {
			margin: 0.5rem 0;
			font-weight: 700;
			font-size: 1.75em;
			color: rgba(255, 255, 255, 0.76);
		}

		.boxPainel p {
			text-align: justify !important;
			font-size: 1.0em;
			line-height: 135%;
		}

	.boxWhite {
		background: #FFF;
		padding: 0 2rem 0.05rem 2rem;
	}

		.boxWhite h4 {
			color: #093779;
			font-weight: 800;
		}

		.boxWhite p {
			text-align: justify !important;
		}

	.iconNormas {
		position: absolute;
		top: 0rem;
		left: 0rem;
		background: #093779;
		color: #FFF;
		font-size: 0.9em;
		border-radius: 50%;
		padding: 0.55rem 0.65rem;
		text-align: center;
	}


	.bgConselho {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		background-image: url("../img/bgConselho.png") !important;
		background-color: black !important;
		padding: 0 3rem;
	}

	.bgConselho {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		background-image: url("../img/bgConselho.png") !important;
		background-color: black !important;
	}

		.bgConselho h5 {
			font-stretch: extra-condensed;
			font-size: 2.2em;
			font-weight: 900 !important;
			color: #093779;
		}

	.text-content {
		padding-bottom: 3rem;
	}

		.text-content ul li,
		.text-content ol li {
			margin-left: 2rem;
		}
	/*abas*/
	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}


	.tab {
		width: 100%;
		min-height: 500px;
		margin: 20px auto;
	}

		.tab input[type] {
			display: none;
		}
		/*envolve todo o nosso conteúdo*/
		.tab label {
			display: block;
			float: left;
			padding: 12px 20px;
			margin-right: 5px;
			cursor: pointer;
			transition: background-color .3s;
			background: #093779;
			border-top: 1px solid #F4F6FC;
			border-right: 1px solid #F4F6FC;
			border-bottom: 1px solid #093779;
			border-left: 1px solid #F4F6FC;
			color: #F4F6FC;
			text-transform: uppercase;
			font-size: 0.7em;
			font-weight: 600;
		}

			.tab label:hover,
			.tab input:checked + label {
				background: #F4F6FC;
				color: #093779;
				border: 1px solid #F4F6FC;
			}

	.tabs {
		clear: both;
		perspective: 400px;
		-webkit-perspective: 400px;
	}

		.tabs .content {
			background: #F4F6FC;
			width: 98%;
			height: 480px;
			position: absolute;
			border: 1px solid #F4F6FC;
			padding: 2rem 1% 1rem;
			line-height: 1.4em;
			opacity: 0;
			transform: rotateX(-20deg);
			transform-origin: top center;
			transition: opacity .3s, transform 1s;
			z-index: 0;
			max-height: 650px;
			overflow: auto;
		}

			.tabs .content h2 {
				text-transform: uppercase;
			}


	#tab1:checked ~ .tabs .content:nth-of-type(1),
	#tab2:checked ~ .tabs .content:nth-of-type(2),
	#tab3:checked ~ .tabs .content:nth-of-type(3),
	#tab4:checked ~ .tabs .content:nth-of-type(4) {
		transform: rotateX(0);
		opacity: 1;
		z-index: 1;
	}


	@media (max-width: 780px) {

		.boxServices {
			min-height: 500px;
		}

		.txtServices {
			width: 100%;
			padding: 0 !important;
		}

			.txtServices h4 {
				font-size: 1.1em;
			}

			.txtServices p {
				font-size: 0.9em;
			}

			.txtServices.float-right.pl-5 {
				padding-left: 0rem !important;
			}

			.txtServices.float-left.pl-3 {
				padding-left: 0rem !important;
			}

		.imgLGPD {
			background-size: 100% 50%;
			background-position: bottom;
		}

		.imgTecCidadao {
			background-size: 100% 50%;
			background-position: bottom;
		}
	}

	@media (max-width: 575px) {


		.welcome-text h2 {
			font-size: 1.2em !important;
			padding: 0 1rem;
			margin: 0 !important;
		}

		.welcome-text p {
			font-size: 0.7em !important;
			padding: 0 1rem;
			margin-top: 1rem;
		}

		.tab {
			width: 100%;
			margin: 0px 0px 60px;
			padding: 0px;
			max-height: 500px !important;
		}

		.sub-page {
			width: 100%;
			padding: 10px 0px;
		}
	}
	/*TRANSPARÊNCIA*/

	h2.titleHome {
		font-size: 1.5em;
		font-weight: 800;
		color: #093779;
		margin: 0;
		text-align: left;
	}

	h3.titleHome {
		font-size: 1.1em;
		font-weight: 600;
		color: #FFF;
		margin: -0.35rem 0 0;
		text-align: left;
	}

	.imgRadius img {
		margin-top: 30%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
	}
	/*SISTEMAS*/

	.service-item {
		width: 100%;
		min-height: 220px;
		position: relative;
		text-align: center;
		cursor: pointer;
		padding: 1rem;
		-webkit-border-radius: 20px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-topright: 0;
		border-radius: 20px;
		border-top-right-radius: 0;
	}

		.service-item .service-icon {
			width: 100%;
			padding: 2px 10px;
		}

		.service-item .service-content {
			padding: 2rem;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: all 200ms ease-in-out;
			-moz-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
		}

			.service-item .service-content .inner-service {
				padding: 0;
			}

			.service-item .service-content h4 {
				font-size: 1.5em;
				font-weight: bold;
				text-transform: uppercase;
				display: inline-block;
				margin: 0px;
			}

			.service-item .service-content p {
				font-size: 0.9em;
				line-height: 150%;
				text-align: left;
			}

		.service-item:hover .service-icon {
			opacity: 0;
			visibility: hidden;
		}

		.service-item:hover .service-content {
			opacity: 1;
			visibility: visible;
		}

	.service-1 {
		cursor: pointer;
		margin: 0px;
	}

		.service-1 h4 {
			margin-top: 10px;
			padding: 0 5px;
		}

	#service-1 .service-content:hover {
		-webkit-border-radius: 20px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-topright: 0;
		border-radius: 20px;
		border-top-right-radius: 0;
		-webkit-box-shadow: inset 4px 4px 15px 0px rgba(0, 0, 0, 0.35), 10px 10px 10px 20px rgba(0, 0, 0, 0);
		box-shadow: inset 4px 4px 15px 0px rgba(0, 0, 0, 0.35), 10px 10px 10px 20px rgba(0, 0, 0, 0);
		border: 1px solid #FFF;
	}


	.service-item {
		color: #000;
	}

		.service-item a {
			color: #ffff66;
		}

			.service-item a:hover {
				color: black;
			}

		.service-item .service-content h3 {
			color: #000;
			border: none;
		}

	.service-icon {
		width: 100%;
		color: #000;
	}


	.service-1:hover {
		color: #FFF;
	}

	#service-1 .service-content h3 {
		color: #FFF;
	}

	#service-1 .service-content:hover {
		background: #E4E4E4;
	}
	/*MENU VERTICAL ACCORDION*/
	.myaccordion {
		max-width: 500px;
		margin: 0 auto;
	}

		.myaccordion .card,
		.myaccordion .card:last-child .card-header {
			border: hidden;
		}

		.myaccordion .card {
			background: rgba(255, 255, 255, 0.75);
			margin-bottom: 0.25rem;
		}

			.myaccordion .card:active,
			.myaccordion .card-header:hover {
				background: rgba(255, 255, 255, 1);
			}

		.myaccordion .card-header {
			border-bottom: hidden;
			padding: 0.25rem 0.5rem;
			font-size: 0.8em;
			color: #000;
		}


			.myaccordion .card-header ul li a {
				color: #000;
			}

		.myaccordion .btn {
			width: 100%;
			color: #000;
			padding: 0;
			font-size: 1em;
		}

		.myaccordion .btn-link:hover,
		.myaccordion .btn-link:focus {
			text-decoration: none;
		}

		.myaccordion li + li {
			margin-top: 10px;
		}

		.myaccordion .card-body ul li {
			font-size: 1em;
			margin: 0 !important;
		}
	/*ACCORDION SERVICES*/

	.accordionService {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 0.5rem 1rem;
		margin: 0.25rem 0;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;
	}

		.activeService,
		.accordionService:hover {
			background-color: #ccc;
		}

		.accordionService:after {
			content: '\002B';
			color: #777;
			font-weight: bold;
			float: right;
			margin-left: 5px;
		}

	.activeService:after {
		content: "\2212";
	}


	.accordion > .card {
		overflow: hidden
	}

		.accordion > .card:not(:first-of-type) .card-header:first-child {
			border-radius: 0
		}

		.accordion > .card:not(:first-of-type):not(:last-of-type) {
			border-bottom: 0;
			border-radius: 0
		}

		.accordion > .card:first-of-type {
			border-bottom: 0;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0
		}

		.accordion > .card:last-of-type {
			border-top-left-radius: 0;
			border-top-right-radius: 0
		}

		.accordion > .card .card-header {
			margin-bottom: -1px
		}

	.panel {
		padding: 0 2rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}

		.panel::after {
			height: 5000px;
		}

		.panel h3 {
			font-size: 1.1rem;
			font-weight: 600;
			margin: 1rem 0 0.5rem;
			color: #00214A;
		}

		.panel p {
			width: 100%;
		}

	.paneltxt ol li {
		list-style-type: number;
		margin-left: 2rem;
	}

	.paneltxt ul li {
		list-style-type: square;
		margin-left: 2rem;
	}

	.panel ul li a {
		color: #666;
		font-size: 0.9em;
		margin: 0.15rem 0;
	}

		.panel ul li a:hover {
			color: #000;
		}

	.btnPanel a {
		text-align: center;
		max-width: 200px;
		padding: 0.5rem 1rem;
		background-color: #00214A;
		color: #FFF;
		border-radius: 0.25rem;
	}

		.btnPanel a:hover {
			background-color: #2d4fa5;
		}
	/*BTN DROPDOWN*/

	button[name="drop"] {
		border: none;
		cursor: pointer;
		background: rgb(10, 50, 120);
		background: radial-gradient(circle, rgba(10, 50, 120, 1) 0%, rgba(0, 0, 30, 1) 100%);
		padding: 1rem 0.5rem;
		margin: 0.5rem 0;
		font-size: 0.9em;
		color: white;
		min-width: 100%;
	}

	button:hover[name="drop"] {
		background: rgba(0, 132, 206, 1.00);
		background: radial-gradient(circle, rgba(0, 105, 164, 1.00) 0%, rgba(10, 50, 120, 1) 100%);
		transition: 1s;
	}

	button[name="drop1"] {
		border: none;
		cursor: pointer;
		background: rgb(10, 50, 120);
		background: radial-gradient(circle, rgba(10, 50, 120, 1) 0%, rgba(0, 0, 30, 1) 100%);
		padding: 0.32rem 0.5rem;
		margin: 0.5rem 0;
		font-size: 0.9em;
		color: white;
		min-width: 100%;
	}

	button:hover[name="drop1"] {
		background: rgba(0, 132, 206, 1.00);
		background: radial-gradient(circle, rgba(0, 105, 164, 1.00) 0%, rgba(10, 50, 120, 1) 100%);
		transition: 1s;
	}

	.menu-drop {
		min-width: 100%;
		display: inline-block;
		position: relative;
	}

	.drop-content {
		display: none;
		background-color: #E6E6E6;
		color: #00214A;
		position: absolute;
		z-index: 1;
		min-width: 100%;
		font-size: 0.75em;
		border-left: 2px solid #004C73;
		margin-top: -0.75rem;
	}

		.drop-content a {
			padding: 0.25rem 0.5rem;
			color: #00214A;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #FFF;
		}

			.drop-content a:hover {
				background-color: #FFF;
			}

	.menu-drop:hover .drop-content {
		display: block;
	}

	.menu-drop:hover button[name="drop"] {
		background-color: #00214A;
		transition: 1s;
	}

	.menu-drop button a {
		color: #FFF;
	}
	/*GLOSSÁRIO*/

	.word {
		background: rgb(157, 157, 157);
		background: linear-gradient(90deg, rgba(157, 157, 157, 1) 0%, rgba(246, 246, 246, 1) 100%);
		color: rgba(255, 255, 255, 1);
		font-weight: 600;
		font-size: 1.5em;
		padding: 0.25rem 0.75rem;
	}

	.boxBKINTER {
		border: rgba(200, 200, 200, 1) 1px solid;
		padding: 0.5rem 0.75rem;
		margin-bottom: 1rem;
	}

	.fteMed {
		color: #00396E;
		font-weight: 600;
		font-size: 1.2em;
	}

	a .boxMAPAS {
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		margin: 0.5rem 0;
		color: #093779;
		border: 2px ridge #FFF;
		background: rgb(251, 251, 251);
		background: radial-gradient(circle, rgba(251, 251, 251, 1) 0%, rgba(231, 231, 231, 1) 100%);
	}

	a:hover .boxMAPAS {
		color: #FFF;
		background: rgb(9, 57, 121);
		background: radial-gradient(circle, rgba(9, 57, 121, 1) 0%, rgba(2, 0, 36, 1) 100%);
	}

	.icoLinkI {
		display: block;
	}
	/*TABELA*/

	.tableMap th,
	.tableMap td {
		border: 2px ridge #cacaca;
		font-weight: 400 !important;
		padding: 0.25rem;
	}

	.tableMap th {
		background: #00214A;
		color: #FFF;
		font-weight: 600 !important;
	}
	/*EXTRAS*/

	.txtDestaq {
		color: red;
	}

	.legend {
		font-size: 0.8em;
		font-weight: 600;
		color: #a82315;
		padding: 0 2.5rem;
		margin: 1rem 0 -1rem;
	}
	/*COLLAPSE*/
	/* # The Rotating Marker # */
	details summary::-webkit-details-marker {
		display: none;
	}

	summary::before {
		content: "▶";
		position: absolute;
		top: 1rem;
		left: 0.8rem;
		transform: rotate(0);
		transform-origin: center;
		transition: 0.2s transform ease;
	}

	details[open] > summary:before {
		transform: rotate(90deg);
		transition: 0.45s transform ease;
	}
	/* # The Sliding Summary # */
	details {
		overflow: hidden;
	}

		details summary {
			position: relative;
			z-index: 10;
		}

	@keyframes details-show {
		from {
			margin-bottom: -80%;
			opacity: 0;
			transform: translateY(-100%);
		}
	}

	details > *:not(summary) {
		animation: details-show 500ms ease-in-out;
		position: relative;
		z-index: 1;
		transition: all 0.3s ease-in-out;
		color: transparent;
		overflow: hidden;
	}

	details[open] > *:not(summary) {
		color: inherit;
	}
	/* # Style 4 # */
	details.styleACC summary {
		padding-right: 2.2rem;
		padding-left: 1rem;
	}

		details.styleACC summary::before {
			content: "×";
			color: #000;
			font-size: 1.2rem;
			font-weight: 700;
			line-height: 1rem;
			transform: rotate(-45deg);
			top: 0.3rem;
			left: unset;
			right: 0.6rem;
		}

	details[open].styleACC > summary:before {
		transform: rotate(90deg);
		color: rgba(0, 0, 0, 0.50) !important;
		transition: color ease 2s, transform ease 1s;
	}
	/* # Just Some Pretty Styles # */

	details {
		box-sizing: border-box;
		margin-top: 5px;
	}

	summary {
		border: 4px solid transparent;
		outline: none;
		padding: 0.25rem;
		display: block;
		background: #E1E1E1;
		color: 000;
		padding-left: 2.2rem;
		position: relative;
		cursor: pointer;
	}

		details[open] summary,
		summary:hover {
			color: #333 !important;
			background: #F2F2F2;
		}

			summary:hover strong,
			details[open] summary strong,
			summary:hover::before,
			details[open] summary::before {
				color: rgba(0, 0, 0, 0.50);
			}

	.contentACC {
		padding: 1rem;
		border: 2px solid #E1E1E1;
		border-top: none;
	}

		.contentACC ul li {
			margin: 0.15rem 1rem;
		}
	/*GLOSSÁRIO*/

	.letras ul li {
		display: inline-block;
		margin: 1rem 0 !important;
		padding: 0.1rem 0.25rem;
		font-size: 1.2em;
		color: #CCC;
		border: 1px solid #CCC;
		border-radius: 0.25rem;
	}

		.letras ul li a {
			text-align: center;
			font-weight: 600;
			color: #00274e;
		}

	.letras a:hover {
		color: #41aaff;
	}

	.hide {
		display: none;
	}
	/*LINKS EXTERNOS*/

	.txtLinks li {
		list-style: disc !important;
		margin-bottom: 0.75rem;
		font-size: 1em;
		margin-left: 2rem;
	}

		.txtLinks li a {
			color: #0063cd;
		}

			.txtLinks li a:hover {
				color: #0084ff;
			}
	/*DROPDOWN MULTISELECT*/

	.dropdown {
		position: relative;
		left: 50px;
		top: 50px;
	}
#filtroCargo {
	padding-right: 2.5rem;
}


.conteudo-texto ul, ol {
	list-style-position: outside;
	padding-left: 1.5rem !important;
	margin-left: 0;
}

	.conteudo-texto ul li, ol li {
		display: list-item !important;
		list-style-type: circle !important;
		list-style-position: outside;
	}

.conteudo-texto ol li {
	display: list-item !important;
	list-style-type: decimal !important;
	list-style-position: outside;
}