<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}
._notfound,
._embreve,
._texto {
	margin-top: 20px;
}
._spacing {
	height: 30px
}
._separador {
	height: 1px;
	overflow: hidden;
}
.img-center {
	margin: 0 auto;
}
.animar,
.list-animar &gt; li &gt; a {
	-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f2f2f2;
	border-style: solid none;
	border-width: 1px 0;
	margin: 18px 0;
}
/* Medium Devices - md and lg */
@media (min-width:992px) {
	.no-pad-md {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.submenu{
		cursor:pointer;
		margin-bottom:10px;
	}
	.subnav{
		display:none;
	}
}
/* Small Devices - sm */
@media (min-width:768px) and (max-width: 991px) {
	.no-pad-sm {
		padding-left: 0;
		padding-right: 0;
	}
	.text-center-sm {
		text-align: center !important;
	}
	.img-center-sm {
		margin: 0 auto;
	}
}
/* Extra small Devices - xs */
@media (max-width: 767px) {
	.no-pad-xs {
		padding-left: 0;
		padding-right: 0;
	}
	.text-center-xs {
		text-align: center !important;
	}
	.img-center-xs {
		margin: 0 auto;
	}
}</pre></body></html>