@media screen and (max-width: 1350px) {
	#rodape .container {
		width: 90%;
	}
	#rodape .col {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.valores {
		width: 100%;
	}
	#section-inicial img {
	    padding: 0 15px;
	}
	.valores .abas li {
	    width: 100%;
	    display: block;
	}
	.valores .abas li.ativo:after {
		display: none;
	}
	.valores .abas li.ativo {
		background-color: #7FBFBC;
	}
}
