
@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);
}

main {
	margin-left: 120px;
	margin-right: 120px;
}

.section-header {
	text-align: center;
	margin-bottom: 160px;
}

.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;
}

.gpm-retiros {
	margin-top: 5px;
}

.servicios {
	background: #3d6040;
	border: 1px dotted beige;
	border-radius: 10px 60px 10px 60px;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.servicios h1 {
	color: #fff;
	font-size: 4rem;
}

h2 {
	font-size: 2rem;
}

.servicios img {
	border: 1px solid #f5f6fa;
	border-radius: 10px;
	background: #dcdde1;
	width: 120px;
	height: 120px;

}

.Retiros {
	/*background: rgba(0, 0, 0, 0.5);*/
	background: #f8c291;
	padding: 5px;
	margin-bottom: 20px;
	/*box-shadow: 0 0 8px #000;*/
}

.Retiros h2{
	text-align: center;
}

.Retiros li{
	font-size: 1.3rem;
	color: #303952;
	font-weight: 600;
}

.Retiros img {
	width: 25%;
	margin-bottom: 14px;
	box-shadow: 0 0 8px #000;
}

.Retiros-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.Talleres {
	display: flex;
	justify-content: space-between;
}

#otros-serv {
	text-align: center;
}

@media only screen and (max-width: 1072px)  {

	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.about .about-info {
		text-align: center;
	}

	.section-header {
		width: 100%;
	}

	.section-title {
		font-size: 2.3rem;
	}

	.Retiros {
	}

	.Retiros-list {
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	    flex-wrap: wrap;
	}

	.Retiros {
		background: #f8c291;
		padding: 30px;
		margin-bottom: 20px;
	}

	.Retiros h2{
		text-align: center;
	}

	.Retiros li{
		font-size: 1.2rem;
	}

	.Retiros img {
		width: 50%;
		padding: 6px;
		margin-top: 14px;
		margin-bottom: 14px;	
	}
}
}

@media only screen and (max-width: 800px)  {

	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.about .about-info {
		text-align: center;
	}

	.section-header {
		width: 100%;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.Retiros {
	}

	.Retiros-list {
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	    flex-wrap: wrap;
	}

	.Retiros {
		background: #f8c291;
		padding: 30px;
		margin-bottom: 20px;
	}

	.Retiros h2{
		text-align: center;
	}

	.Retiros li{
		font-size: 1rem;
	}

	.Retiros img {
		width: 100%;
		padding: 6px;
		margin-top: 14px;
		margin-bottom: 14px;	
	}
}
}

@media only screen and (max-width: 575px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-header {
		width: 100%;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.Retiros {
	}

	.Retiros-list {
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	    flex-wrap: wrap;
	}

	.Retiros {
		background: #f8c291;
		padding: 30px;
		margin-bottom: 20px;
	}

	.Retiros h2{
		text-align: center;
	}

	.Retiros li{
		font-size: 1.2rem;
	}

	.Retiros img {
		width: 100%;
		padding: 6px;
		margin-top: 14px;
		margin-bottom: 14px;	
	}

}