#espacios,
#beneficios,
#reserva-espacios #solutions {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#espacios {
	margin-top: 60px;
}

#reserva-espacios #solutions .title__text span {
	font-style: normal;
	display: block;
}

#espacios .title__text,
#beneficios .title__text,
#reserva-espacios #solutions .title__text {
	max-width: 1200px;
	text-align: center;
	margin: 0 30px 10px;
}

#espacios ul {
	margin: 0 30px;
}

#espacios li {
	color: var(--color-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
}

#espacios .arrow-icon {
	transform: rotate(45deg);
}

#espacios .section__title {
	text-transform: uppercase;
}

#espacios .section__title,
#beneficios .section__title {
	margin: 0 30px;
}

#reserva-espacios #solutions .solutions__menu {
	display: flex;
	align-items: flex-end;
	margin: 20px auto;
	justify-content: center;
}

#reserva-espacios #solutions .solutions__menu-element {
	padding: 15px;
	position: relative;
	letter-spacing: 1px;
	font-size: 20px;
}

#reserva-espacios #solutions .solutions__menu-element:hover {
	color: var(--color-accent);
}

#reserva-espacios #solutions .solutions__menu-element:first-of-type::after {
	content: "";
	display: inline-block;
	height: 25px;
	width: 1px;
	background-color: var(--color-secondary);
	margin-left: 14px;
	top: 15px;
	position: absolute;
}

#reserva-espacios #solutions {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

#reserva-espacios .solutions__img {
	max-width: 95%;
}
#reserva-espacios .solutions__img img {
	width: 100%;
}

#reserva-espacios .solutions__info-content {
	width: 100%;
	margin: 80px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#reserva-espacios .solutions__info-content-text {
	max-width: 500px;
}

#reserva-espacios .solutions__info-content p {
	color: var(--color-accent);
	font-size: 20px;
	letter-spacing: 1px;
	text-align: left;
}

#reserva-espacios .solutions__info-content h3 {
	font-size: 25px;
	font-weight: 600;
	color: var(--color-primary);
	text-align: left;
	padding: 30px 0;
}

#reserva-espacios .solutions__list-element {
	color: var(--color-secondary);
	text-align: left;
	line-height: 1.5;
	margin: 15px;
	display: flex;
	gap: 15px;
}

#reserva-espacios .solutions__list-element .rounded-button {
	border: 1px solid var(--color-accent);
	width: 25px;
	min-width: 25px;
	height: 25px;
}
#reserva-espacios .booking-management .solutions__img {
	justify-self: right;
}
#reserva-espacios .space-booking .solutions__info-content-text {
	justify-self: right;
}

.benefits__list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 30px;
	gap: 30px;
	justify-content: center;
}

.benefits__list-element {
	background-color: var(--color-light);
	max-width: 300px;
	height: 400px;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.benefits__list-icon {
	max-height: 80px;
	width: fit-content;
	margin-bottom: auto;
	padding-top: 20px;
}

.benefits__list-element h5 {
	font-size: 24px;
	font-weight: 600;
	padding-right: 45px;
}
.benefits__list-element p {
	color: var(--color-secondary);
	padding-top: 20px;
	font-size: 16px;
}

#reserva-espacios #beneficios {
	margin-top: 60px;
}

#beneficios .button {
	margin: 0 auto 100px;
}

#solution_reservas,
#solution_espacios {
	scroll-margin-top: 200px;
}

@media (width <= 1200px) {
	.benefits__list {
		max-width: 800px;
	}
	#reserva-espacios #solutions {
		margin: 0px 30px;
	}
}
@media (width <= 1024px) {
	#reserva-espacios .solutions__info-content {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		justify-items: center;
		gap: 20px;
		margin: 50px 0;
	}

	#reserva-espacios .solutions__img {
		max-width: 500px;
		justify-self: center;
		grid-row: 1;
	}
}
@media (width <= 768px) {
	#espacios .title__text,
	#beneficios .title__text,
	#reserva-espacios #solutions .title__text {
		text-align: left;
	}
	#reserva-espacios #solutions .title__text {
		margin: 0;
	}

	#espacios,
	#beneficios,
	#reserva-espacios #solutions {
		align-items: flex-start;
	}

	#espacios li {
		justify-content: flex-start;
		align-items: flex-start;
	}

	#reserva-espacios .solutions__info {
		align-self: center;
	}
	#reserva-espacios #solutions .solutions__menu {
		display: none;
	}
}

@media (width < 425px) {
	#espacios li {
		padding: 0 0 10px;
	}
}
