@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;
}
 
h2 {
	margin: auto;
}

#membre-title {
	width: 100%;
	margin: auto;
	background: #303952;
	border-radius: 10px 60px 10px;
	font-size: 2.5rem;
	padding: 5px;
	margin-top: 30px;
	color: #f7d794;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#membre-title img {
	width: 8%;
	border: 1px solid #d1ccc0;
	box-shadow: 0 6px 2px #00000070;
}

.tipos {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.tipos h3 {
	font-size: 1.8rem;
	color: #b33939;
	margin-bottom: 15px;
}

.tipos li {
	font-size: 1.2rem;
}

#hay {
	font-size: 1.3rem;
	color: blue;
}

.tipos3 {
	color: #F97F51;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

p {
	font-size: 1.2rem;
}

.multi {
	margin-top: 20px;
	color: #30336b;
	font-size: 1.26rem;
}

.title-registro {
	background: #aaa69d;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
}

.title-admisión {
	background: red;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
}

.Registro {
	background: #303952;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	margin-bottom: 60px;
	
}

.RegistroLeft {
	background: #fad390;
	/*border: 2px solid #333;*/
	border-radius: 10px;
	padding: 16px;
}

.RegistroRight {
	background: #fad390;
	border: 1px solid #333;
	margin-left: 30px;
	padding: 16px;
	border-radius: 10px;

}

.Requisitos {
	background: ;
	margin-bottom: 60px;
}

.Requisitos .ser {
	color: #b33939;
}

.Ventajas {
	background: #cc8e35;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-radius: 10px 10px 0 0;
}

.Ventajas img {
	width: 10%;
	border: 1px solid #d1ccc0;
	box-shadow: 0 6px 2px #00000070;
}

.Ventajas h2 {
	color: #fff;
	font-size: 2.5rem;
}

.exitosa {
	background: #f7f1e3;
	padding: 25px;
	margin-bottom: 30px;
}

.exitosa span {
	color: #30336b;
	text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

@media only screen and (max-width: 768px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}
}
@media only screen and (max-width: 600px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#membre-title {
		width: 100%;
		margin: auto;
		background: #303952;
		border-radius: 10px 10px 10px;
		font-size: 1.6rem;
		padding: 5px;
		margin-top: 20px;
		color: #f7d794;
		margin-bottom: 25px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#membre-title img {
		width: 20%;
		border: 1px solid #d1ccc0;
		box-shadow: 0 6px 2px #00000070;
	}

	.multi {
	color: #30336b;
	font-size: 1.2rem;
}

	.tipos h3 {
		font-size: 1.4rem;
		color: #b33939;
		margin-bottom: 15px;
	}

	#hay {
		font-size: 1.3rem;
		color: blue;
	}

	.tipos li {
		font-size: 1.2rem;
	}

	p {
		font-size: 1.3rem;
	}

	.membregis {
		width: 100%;
		/*background: #ccae62;*/
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
	}

	.Registro {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.RegistroLeft {
		background: #fad390;
		/*border: 2px solid #333;*/
		border-radius: 10px;
		padding: 16px;
		margin-bottom: 30px;
	}

	.RegistroRight {
		background: #fad390;
		border: 1px solid #333;
		/*margin-left: 30px;*/
		padding: 16px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.title-registro {
		background: #aaa69d;
		margin-top: 20px;
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}

	.Ventajas {
		width: 100%;
		background: #cc8e35;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		border-radius: 10px 10px 0 0;
	}

	.Ventajas img {
		display: none;
	}

	.Ventajas h2 {
		font-size: 1.5rem;
	}


	.exitosa p {
		font-size: 1.2rem;
	}

	.Requisitos {
		margin-bottom: 10px;
	}

	.Requisitos p {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 375px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#membre-title {
		width: 100%;
		margin: auto;
		background: #303952;
		border-radius: 10px 10px 10px;
		font-size: 1.3rem;
		padding: 5px;
		margin-top: 20px;
		color: #f7d794;
		margin-bottom: 25px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#membre-title img {
		width: 20%;
		border: 1px solid #d1ccc0;
		box-shadow: 0 6px 2px #00000070;
	}

	.multi {
	color: #30336b;
	font-size: 1rem;
}

	.tipos h3 {
		font-size: 1.2rem;
		color: #b33939;
		margin-bottom: 15px;
	}

	#hay {
		font-size: 1.1rem;
		color: blue;
	}

	.tipos li {
		font-size: 1rem;
	}

	p {
		font-size: 1.1rem;
	}

	.membregis {
		width: 100%;
		/*background: #ccae62;*/
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
	}

	.Registro {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.RegistroLeft {
		background: #fad390;
		/*border: 2px solid #333;*/
		border-radius: 10px;
		padding: 16px;
		margin-bottom: 30px;
	}

	.RegistroRight {
		background: #fad390;
		border: 1px solid #333;
		/*margin-left: 30px;*/
		padding: 16px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.title-registro {
		/*background: #aaa69d;*/
		margin-top: 20px;
		border-radius: 15px;	
		text-align: center;
		margin-bottom: 20px;
		font-size: 3.5rem;
	}

	.Ventajas {
		width: 100%;
		background: #cc8e35;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		border-radius: 10px 10px 0 0;
	}

	.Ventajas img {
		display: none;
	}

	.Ventajas h2 {
		font-size: 1.2rem;
	}

	.exitosa p {
		font-size: 0.8rem;
	}

	.Requisitos {
		margin-bottom: 10px;
	}

	.Requisitos p {
		font-size: 0.9rem;
	}
}