@charset "utf-8";

head{
    display: none;
    
}


body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    background-color: #a7d2e5;
    background-image: url(mardepla2.jpg) ;
    background-size: 140%;
    background-repeat: repeat;
    opacity: 50
    
}


*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box; 
    font-family: arial;
}


header{
    display: flex;
    
}


.contenedor{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    
}


#cajalogo{
    width: 120px;
    margin: 10px 10px 10px 10px;
}


#imglogo{
    display: flex;
    justify-content: center;
    width: 100%;
} 


header .contenedor .navmenu .ulmenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

header .ulmenu{
    align-items: center;
    margin: 10px 10px 10px 10px;
}


header .ulmenu li a {
    text-decoration: none;
    color: #d8cab6;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin: 0em 0em 0.8em 0.7em;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: arial;
    background-color: #2e6067;
    border-radius: 5px;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
}


header .ulmenu li a:hover{
    background-color: #429bcb;
    color: #f7d2a6;
}


main {
    flex-grow: 1;
    
    
}


#brado{
   
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #bab8b4;
    text-align: center;
    font-family: arial;
    letter-spacing: 5px;
    font-size: 11px;
}

.fotoPerfil {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 20em;
}

#chado{
    width: 20em;
    display: block;
    margin: auto;
    border-radius: 10em;
    border: .em solid #534e46;
    box-shadow: 5px 4px 2px rgba(0, 0, 0, 0.25);
}

.perfil {
    max-width: 200px;
    background-color: #efefef;
    margin:auto;
    justify-content: center;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-top: 2em;
    margin-bottom: 1em;
    font-family: arial;
    font-size: 13px;
    border-radius: 10px;
    color: #6d6d6d;
   

}
#infoMaterias {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    
    
}
.tituloMateriasCursadas {
    
    background-color: #f2f2f2;
    width: 30em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1em;
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
    padding-bottom: 2em;
}

h2{
    text-align: center;
    font-family: arial;
    margin-bottom: 1em;
    margin-top: 1em;
}
.matCursadas li {
    text-align: center;
    color: #6d6d6d;
   }

.tituloEncurso {
    background-color: #f2f2f2;
    width: 30em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1em;
     margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
    
    padding-bottom: 2em;
}


.matEncurso li {
    text-align: center;
    color: #6d6d6d;
}

.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: 10px;
    margin-top: 20px;
	background-color: #f2f2f2;
	border-radius: 15px;
}
.card-Alumnos:hover {
	transform: translateY(-10px);
	transition: transform 0.3s ease;
	box-shadow: 5px 5px 5px 5px rgba(188, 158, 158, 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;
}



.integrantes img{
    width: 60%;
    height: auto;
    border-radius: 50%;
}
.main a {
    display: block;
    font-family: arial;
    font-weight: lighter;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 10px;
}
articule {
    font-family: arial;
    font-size: 15px;
    color: #8ab9db;
    letter-spacing: -1px;
    list-style: none;
}
.pie{
    background-color: #436986;
    padding: 1em;
    color:#ffffff;
    font-size: 14px;
 
   
}

