@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&family=Alegreya:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');

* {
	margin: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Alegreya Sans", sans-serif;
	margin: auto;
}

h1 {
	font-family: "Alegreya", serif;
	font-size: 42px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}


p {
	font-size: 18px;
}

a:hover {
	color: #2C8153;
}

a {
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	color: #495057;
}

.nav-Bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: none;
	justify-content: space-around;
}

.nav-Bar li {
	padding-left: 3%;
	padding-right: 3%;
}

.listado-Card {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.card-Alumnos {
	width: 80%;
	max-width: 350px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 35px;
	background-color: #f2f2f2;
	border-radius: 15px;
}

.card-Alumnos:hover {
	transform: translateY(-10px);
	transition: transform 0.3s ease;
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.card-Alumnos p {
	color: #6c757d;
	text-align: center;
}

.card-Alumnos .card-Img {
	display: flex;
	justify-content: space-around;
}

.card-Alumnos .card-Img img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

.card-Info h2 {
	font-size: 24px;
	margin: 7px 0;
	margin-top: 10px;
	text-align: center;
}

.card-Info h5 {
	text-align: center;
}

.card-Info h2 a {
	color: #222;
}

.card-Alumnos .card-Info .card-Titulo a:hover {
	color: #2C8153;
}

.card-Moron {
	width: 80%;
	max-width: 350px;
	background-color: #f2f2f2;
	border-radius: 15px;
	margin-bottom: 35px;
}

.card-Moron p {
	color: #6c757d;
	padding: 15px 15px 15px 15px;
	text-align: center;
	font-size: 16px;
}

.card-Moron p strong {
	color: black;
	text-align: center;
	font-size: 18px;
}

.card-Moron img {
	width: 100%;
	height: auto;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.card-Moron .card-Info .card-Titulo a:hover {
	color: #2C8153;
}

.datosobligatorios {
	margin: auto;
	width: 80%;
	border: 3px solid #495057;
	padding: 30px;
	margin-bottom: 40px;
}

.datosobligatorios img {
	margin-top: 25px;
	margin-bottom: 20px;
	display: block;
	background-color: white;
	width: 100%;
	height: auto;
}

#logo-catedra {
	width: 60%;
}

.datosobligatorios ul {
	font-family: arial;
	list-style-type: none;
	color: #495057;
	opacity: .8;
}

.contenedor {
	width: 85%;
	margin: auto;
}

.contenedor-mapa {
	padding: 10px;
}

footer {
	background-color: #495057;
	margin-top: 30px;
}

footer p {
	color: white;
	font-size: 16px;
	padding: 5px 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#desarrollo {
	margin: auto;
	text-align: center;
}

h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.abrir-Archivo{
	background-color: #2C8153;
	width: 80%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

.abrir-Archivo a{
	position: relative;
	top: 12px;
	color: white;
}

@media (min-width: 700px) {
	.datosobligatorios img {
		width: 300px;
		height: auto;
	}

	#logo-catedra {
		width: 200px;
	}
	
}
