.btn {
	border-radius: 20px !important;
}

.sky-form .icon-append {
	border: none;
}

.input-group-addon {
	background-color: #ed5434;
	color: #FFF;
	opacity: 0.8;
	border-color: #ed5434;
}

.input-group-addon:hover {
	opacity: 1;
}

section .container h2, section .container h3 {
	font-weight: 500;
	color: #12284D;
}

@media only screen and (max-width: 768px) {
	.kpi-mobile {
		margin-bottom: 20px;
	}

	.cidade-titulo {
		font-size: 2em !important;
	}
}