#s-info-nosotros {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#s-info-nosotros > div {
	width: 70%;
	display: flex;
	padding: 50px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
#s-info-nosotros p {
	font-size: 18px;
	text-align: justify;
}

#s-time-line {
	justify-content: center;
	align-items: center;
	padding: 60px;
	background-color: #efefef;
}

#content-cards-nos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card-time-line {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.card-time-line img {
	width: 20%;
	position: relative;
	border-right: 2px solid #8762a0;
	padding: 30px 0px;
	padding-right: 60px;
}

.info-card-nos::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #8762a0;
	border-radius: 50%;
	left: -61px;
}

.line-nosotros {
	width: 100%;
	height: 2px;
	background-color: var(--azul-claro);
	margin: 25px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.line-nosotros::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: var(--azul-claro);
	border-radius: 50%;
}

.info-card-nos {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	position: relative;
	margin-left: 50px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.info-card-nos h4 {
	color: var(--azul-claro);
	font-weight: bold;
	font-size: 22px;
	font-family: "GothamRounded-Bold";
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 20px;
}
.info-card-nos h4 svg {
	width: 30px;
	fill: var(--azul-claro);
}
.info-card-nos h5 {
	font-size: 18px;
	color: #000;
}
.info-card-nos p {
	font-size: 13px;
	text-align: justify;
	display: none;
	padding: 0px 20px 20px;
}

.info-card-nos p.active {
	display: block;
}
@media screen and (max-width: 992px) {
	#s-info-nosotros > div {
		width: 90%;
		padding: 20px 0px;
	}

	#s-time-line {
		padding: 20px;
	}
	#content-cards-nos {
		width: 100%;
		flex-direction: column;
	}

	.card-time-line {
		width: 100%;
		padding: 30px;
		flex-direction: column;
		border-left: 2px solid #8762a0;
	}

	.line-nosotros {
		display: none;
	}

	.card-time-line::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		background-color: #8762a0;
		border-radius: 50%;
		left: -11px;
	}

	.info-card-nos {
		width: 100%;
		margin: 0px;
		gap: 10px;
	}
	.info-card-nos::before {
		display: none;
	}

	.card-time-line img {
		margin: 0px;
		padding: 30px 0px !important;
		border: none;
		width: 35%;
	}

	/* .info-card-nos p {
		padding: 0px;
	} */
}
