section {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section>h3 {
	width: 100%;
	color: #ce252d;
	font-size: 26px;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	font-weight: bold;
}

#contet-orientacion {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card-orientacion {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card-orientacion>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.title-orientacion {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.title-orientacion>div {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-info {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.img-orientacion {
	width: 50%;
	padding: 0 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.img-orientacion img {
	width: 90%;
}

.img-orientacion h4 {
	padding: 10px 0;
}

.text-orientacion {
	width: 90%;
}

.text-orientacion li {
	width: 100%;
	color: #353535;
	letter-spacing: 0.4px;
	font-size: 14px;
	padding-bottom: 5px;
	text-align: start;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.text-orientacion li>svg {
	margin-right: 10px;
}

.text-orientacion li>p {
	width: 90%;
}

/*********************************************************
	===================================================
		MEDIA QUERYS
	===================================================
*********************************************************/

/***
========================================================
	Large devices (desktops, 992px and up)
========================================================
***/
@media (min-width: 992px) {
	.card-orientacion>div {
		flex-direction: row;
	}

	.card-orientacion {
		width: 80%;
	}
	
	.text-orientacion {
		width: 60%;
	}
	
	.img-orientacion {
		width: 40%;
		padding: 0;
	}
	
	.img-orientacion img {
		width: 30%;
	}
}