<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 {
    float: none;
    font-size: 20px;
    margin: 100px 0;
    text-align: center;
}
.img-center {
	margin: 0 auto;
}
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;
	}
}
/* 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;
	}
}

/* Botão Subir página */
.gotoTop:hover{color:#eb005d}
.gotoTop span {color:#fff;background-color:rgba(0,0,0,0.4);}
.gotoTop:hover span{background-color:#0e4f35}

.gotoTop{cursor:pointer;height:auto;position:fixed;top:85%;margin:0;z-index:10000;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;left:-70px}
.gotoTop.off{opacity:0;filter:alpha(opacity=0);left:-70px}.gotoTop.on{opacity:1;filter:alpha(opacity=100);left:25px}.gotoTop .hover{display:none}
.gotoTop span{width:40px;height:40px;border-radius: 50%;text-align:center;line-height:44px;text-decoration:none;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s}
.gotoTop span i{font-size:30px;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s}
</pre></body></html>