#page {
    padding-bottom: 30px;
}

h2 {
    margin-left: -40px;
    margin-bottom: 50px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.pageTitle {
	padding: 0px;
}

.objetivo {
    padding: 20px;
    font-size: 24px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.objetivo1 {
    background: linear-gradient(-45deg, rgba(46,43,87), #413c83, #5751b6, #494486, #4b459e);
	background-size: 600% 600%;
	animation: gradient 15s ease infinite;
}

.objetivo2 {
	background: linear-gradient(-45deg, #dc3545, #f05262, #fc5868, #e43243);
	background-size: 600% 600%;
	animation: gradient 15s ease infinite;
}

.objetivo3 {
	background: linear-gradient(-45deg, #4b459e, #6059c5, #4c43be, rgba(46,43,87));
	background-size: 600% 600%;
	animation: gradient 15s ease infinite;
}

.objetivo4 {
	background: linear-gradient(-45deg, #e46470, #d84857, #b42e3c, #dc3545);
	background-size: 600% 600%;
	animation: gradient 15s ease infinite;
}

.page i {
    font-size: 48px
}