@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display:ital@0;1&family=Frijole&family=Nunito:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&family=Raleway&family=Timmana&display=swap');

@font-face {
	font-family: "DMSerif";
	src: url(./public/fonts/DMSerifDisplay-Regular.ttf);
}

.section-header {
	text-align: center;
}

.section-header {
	/*width: 500px;*/
	color: #40407a;
	margin: 10px auto;
	line-height: 1.5;
}

.section-title {
	font-size: 2.5rem;
}

.line {
	width: 260px;
	background: #2c2c54;
	height: 3px;
	margin: auto;
}

.line span {
	display: block;
	width: 140px;
	height: 4px;
	background-color: #f39c12;
	margin: auto;
	position: relative;
	bottom: 0.5px;
}

.mision span {
	color: #f39c12;
	font-size: 2rem;
	font-weight: bold;
}

#Valores_p {
	font-size: 2.4rem;
	text-align: center;
}

.Valores h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #303952;
}

.Valores li {
	font-size: 1.26rem;
}

@media only screen and (max-width: 1572px) {
	
}
}

@media only screen and (max-width: 1440px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
	
}
}

@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
		/*padding: 0 20px;*/
	}

}

@media only screen and (max-width: 600px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-header p{
		width: 50%;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.line {
		width: 160px;
		height: 3px;
	}

	.line span {
		display: block;
		width: 100px;
		height: 3px;
		position: relative;
	}

}
	

@media only screen and (max-width: 375px) {
	
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.line {
		width: 130px;
		height: 2px;
	}

	.line span {
		display: block;
		width: 70px;
		height: 3px;
		position: relative;
	}
}
