/****** BLOQUES LINKS *****/
.imaxlinksgroup{
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.imaxlinksgroup{
		max-width: 75%;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.imaxlinksgroup .title p{
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2rem;
}

.imaxlinksgroup .links{
	display: flex;
	flex-wrap: wrap;
}

.imaxlinksgroup .links .link{
	flex-basis: 50%;
    max-width: 50%;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.imaxlinksgroup .links .link{
		flex-basis: 25%;
		max-width: 25%;
	}
}

.imaxlinksgroup .links .link a:hover{
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}