@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap');


    body{
	margin: 0;
	padding: 0;
	background-color: #fffffe;
	font-family: 'DM Sans', sans-serif;
	font-size: 17px}


    ul{
	list-style: none;
	padding-left: 0px}

    a{text-decoration: none;}

    h1{font-weight: bold;}

    p{font-weight: lighter;}

    header{
	background-image: url(img/fadu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: relative;}

    header .caption{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	text-align: center;}

    .mapa 	{display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;}

    header .caption h1{
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;}

    #menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;}

    #menu li{
	margin: 0px 70px;}

    #menu li a{
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;}

    #menu li a:hover{
	opacity: .5;
    color: ##40C9D1;
	transition: .1s ease-in-out;}

    #menu li a.active{
	text-decoration: underline;
}

    footer{padding: 30px;background-color: #40C9D1;}

    footer .info{
	margin: 0 auto;
	text-align: center;
	color: white;
    font-family: 'Roboto Condensed', sans-serif;}


    #alumnos{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
	border-bottom: 1px solid #40C9D1;
    color: #40C9D1}

    #alumnos .alumno{
	margin: 0px 50px;
	text-align: center;}

    #alumnos .alumno img{
	border-radius: 50%;
	width: 200px;
	max-width: 200px;}

    #alumnos .alumno img:hover{
	opacity: .6;
	transition: .2s ease-in-out;}

    #alumnos .alumno h4{
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0px;}

    #alumnos .alumno p{
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;}

    #datos{
	display: flex;
	
	justify-content: space-around;
    color: #40C9D1}

    #datos .col{
	flex-basis: 33.3%;
	padding: 70px;
        
        
    
   



