@media (max-width: 768px) {
	.line-primary {
		width: 100%;
	}
}

/*hacer seccion*/
.section-hacer {
	padding-top: 16px;
	padding-bottom: 1.5px;
}
.hacer__image {
	width: 100%;
}
.hacer__subtitle {
	font-size: 12px;
	margin: 16px 0;
	color: #cccccc;
}
.hacer__subtitle span {
	color: #000000;
}

@media (min-width: 992px) {
	.section-hacer {
		padding-top: 35px;
	}
	.hacer__container {
		display: flex;
		justify-content: space-between;
	}
	.hacer__container-text {
		width: 400px;
		margin-left: 30px;
	}
	.hacer__subtitle {
		font-size: 16px;
	}
}

/*seccion de servicios brindados*/
.title-primary {
	margin: 15px 0 20px 0;
}
.container-cards {
	position: relative;
	margin: 0 auto;
}
.listen-card {
	height: 300px;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.listen-card {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.listen__image {
		width: 105px;
		height: 105px;
		margin-top: 42px;
	}
	.listen-card__title {
		font-size: 26px;
		margin: 0;
	}

	.listen-card__link {
		position: inherit;
		width: 100%;
		margin-top: 29px;
	}
}
.listen-card__link {
	display: block;
}

/*flechas*/
.arrow-rigth,
.arrow-left {
	z-index: 1;
}
.arrow-left {
	top: 7rem;
	left: 0;
}
.arrow-right {
	right: 0;
	top: 7rem;
}
@media (min-width: 769px) {
	.arrow-left,
	.arrow-right {
		top: 7.5rem;
	}
	.arrow-left {
		left: -1rem;
	}
	.listen__image {
		width: 120px;
		height: auto;
	}
	.listen-card__title {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.arrow-left {
		left: -0.8rem;
	}
	.arrow-right {
		right: 1.5rem;
	}
}
@media (min-width: 1260px) {
	.arrow-left {
		left: -3rem;
	}
	.arrow-right {
		right: -0.5rem;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.d-none-tablet {
		display: none;
	}
}
