@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;
}

.candidats {
	min-height: 100px;
	background: #34495e;
	border: 1px dotted beige;
	border-radius: 10px 60px 10px 60px;
	padding: 5pxpx;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 40px;
}

.candidats h1 {
	color: #fff;
	font-size: 4rem;
	font-family: 'oswald', sans-serif;
}

.candidats p {
	color: #f7d794;
	font-size: 1.4rem;
}

.jeunes {
	background: rgba(241, 144, 102, 0.2);
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px;
}

.jeunes img {
	padding: 10px;
}


.right {
	background: #fad390;
	width: 40%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 15px;
	box-shadow: 0 0 15px #0e0d0d5e;
}

.right p {
	font-size: 1.2rem;
	font-family: 'Nunito';
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}

 h2 {
	text-align: center;
}

.Peregrinación {
	color: #fff;
	background: #2C3A47;
	border: 1px solid; beige;
	border-radius: 0px 0px 60px 10px;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.Peregrinación .Otroserv {
	border-radius: 0 10px 60px 0;
}

.Peregrinación .Otroserv .right {
	width: 30%;
}

.Peregrinación .Otroserv .right img {
	width: 90%;
}

.Peregrinación .Otroserv .right {
	width: 70%;
	font-size: 1.8rem;
	color: #000;
}

.pereg-notes {
	background: #f7d794;
	border-radius: 10px;
	padding: 15px;
	margin-left: 20px;
	box-shadow: 0 0 15px #0e0d0d5e;
}

.pereg {
	color: #333;
	font-size: 1.3rem;
}

.Gallería h2 {
	color: #fff;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 60px 10px 60px 10px;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
}

.Gallería a:hover {
	color: #d1ccc0;
} 



@media only screen and (max-width: 1572px) {
	
}

/* Medias quieries */

@media only screen and (max-width: 1440px) {
	
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.candidats h1 {
		margin: 0;
		padding: 0;
	}

	.candidats {
		padding: 5px;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}


	.candidats h1 {
		color: #fff;
		font-size: 2.3rem;
		font-family: 'oswald', sans-serif;
	}

	.candidats p {
		color: #f7d794;
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	.jeunes {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 15px;
	}

	.right {
		width: 30%;
		background: #fad390;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-right: 15px;
		margin-left: 15px;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1.2rem;
		font-family: 'Nunito';
		font-weight: 400;
		text-transform: capitalize;
		text-align: center;
	}
}

@media only screen and (max-width: 778px) {
	
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}
	.candidats h1 {
		margin: 0;
		padding: 0;
	}

	.candidats {
		background: #34495e;
		border: 1px dotted beige;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 40px;
	}

	.candidats {
		padding: 5px;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}


	.candidats h1 {
		color: #fff;
		font-size: 2.3rem;
		font-family: 'oswald', sans-serif;
	}

	.candidats p {
		color: #f7d794;
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	.jeunes {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		padding: 15px;
	}

	.right {
		width: 60%;
		background: #fad390;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1.2rem;
		font-family: 'Nunito';
		font-weight: 400;
		text-transform: capitalize;
		text-align: center;
	}
}


@media only screen and (max-width: 600px) {
	
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

		.candidats h1 {
		margin: 0;
		padding: 0;
	}

	.candidats {
		background: #34495e;
		border: 1px dotted beige;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 40px;
	}

	.candidats {
		padding: 5px;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}


	.candidats h1 {
		color: #fff;
		font-size: 2rem;
		font-family: 'oswald', sans-serif;
	}

	.candidats p {
		color: #f7d794;
		font-size: 1.6rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	.jeunes {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		padding: 15px;
	}

	.right {
		width: 60%;
		background: #fad390;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1.2rem;
		font-family: 'Nunito';
		font-weight: 400;
		text-transform: capitalize;
		text-align: center;
	}

	.pereg {
		color: #333;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 375px) {
	
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.candidats h1 {
		margin: 0;
		padding: 0;
	}

	.candidats {
		background: #34495e;
		border: 1px dotted beige;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 40px;
	}

	.candidats {
		padding: 5px;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.candidats h1 {
		color: #fff;
		font-size: 1.5rem;
		font-family: 'oswald', sans-serif;
	}

	.candidats p {
		color: #f7d794;
		font-size: 1rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	.jeunes {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		padding: 15px;
}

.right {
	width: 100%;
	background: #fad390;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0 0 15px #0e0d0d5e;
}

.right p {
	font-size: 0.8rem;
	font-family: 'Nunito';
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}

	.Peregrinación {
		width: 100%;
		color: #fff;
		background: #2C3A47;
		border: 1px solid; beige;
		border-radius: 0px 0px 60px 10px;
		padding: 15px;
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}

	.pereg {
		color: #333;
		font-size: 0.8rem;
	}

}