@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
*{margin: 0; padding: 0; box-sizing: border-box;}
body{
    background: #E2E2E2;
    font-family: Arial;
    text-align: center;
}
/*---HEADER---*/
header{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 black;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
    align-content: stretch;
    z-index: 3;
    height: 100%;
}
header h1{
    display: inline-block;
}
.logo{
    font-size: 7vh;
    font-family: 'DM Serif text', serif;
    font-weight:700;
    color: #333332;
}
.menu li{
    display: inline-block;
    padding: 0.5rem;
    position: relative;
}
.menu li a{
    text-decoration: none;
    font-size: 3vh;
    color: #333332;
    font-family: 'Montserrat', sans-serif;
    padding: 0.5rem;
    display: block;
}
.menu li:hover{
    text-decoration: underline;
    font-weight: 600;
    background-color: #D61727;
    color:#FFFFFF;
}
.menu li a:hover{
    color:#FFFFFF;
}
.submenu{
    display: none;
    position: absolute;
    right: 0;
    background: #333332;
    text-align: right;
    width: 10rem;
    z-index: 4;
}
.submenu li{
    display: inline-block;
    font-size: 1vh;
}
.submenu li a{
    text-decoration: none;
    display: block;
    font-weight: 400;
    color:#FFFFFF;
}
.submenu li a:hover{
    text-decoration: underline;
    font-weight: 600;
}

.menu li:hover .submenu{
    display: block;
}

.submenu hr{width: 80%; margin-left: auto; margin-right: auto; color: white;}
/*---FIN HEADER---*/

/*---Colores---*/
.azul { color: #38324E; }
.rojo { color: #D61727; }
.blanco { color: #FFFFFF; }
.gris { color: #E2E2E2; }
.negro { color: #333332; }

.f-azul{background-color: #38324E ;}
.f-rojo{background-color: #D61727 ;}
.f-blanco{background-color: #FFFFFF ;}
.f-gris{background-color: #E2E2E2 ;}
.f-negro{background-color: #333332 ;}

/*grososr de texto*/
.fino{font-weight:400;}
.cabecera{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
    background-color: #333332;
    background-image: url('../img/pano.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px 0 black;
}
.titulos{
    position: absolute;
    top:30px;
}
.titulo1{
    color: #000000;
    font-weight: 500;
    font-size: 6rem;
    font-family: 'Mrs Saint Delafield', cursive;
}
.titulo2{
    color: #333332 ;
    font-weight: 500;
    font-size: 2rem;
    font-family:  'montserrat', serif;
    position: absolute;
    top: 600px;
}
.titulo3{
    color: #333332 ;
    font-weight: 400;
    font-size: 3rem;
    font-family: 'DM Serif text', serif;
    margin: 3rem 0 0 0;
}
.titulo4{
    color: #E2E2E2 ;
    font-weight: 400;
    font-size: 2rem;
    font-family: 'DM Serif text', serif;
}
.texto{
    text-align: center;
}
.texto2{
    font-size: 1.5rem;
    position: absolute;
    top: 650px;
    font-weight: 400;
    font-family: 'montserrat', serif;
    color: #333332;
}
.sep1{
    width: 30%;
    margin: 1rem auto 0 auto;
    border: 1px solid #333332;
}
.sep2{
    width: 30%;
    margin: 4rem auto 0 auto;
    border: 1px solid #333332;
}
.fotoAlumno{
    width: 250px;
    border-radius: 50%;
    position: absolute;
    top:280px ;

}
.aprobadas{
    width: 100%;
    background-color: #E2E2E2;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    font-family: 'Montserrat', sans-serif;
    height: 200px;
}
.cursando{
    width: 100%;
    background-color: #E2E2E2;
    border-radius: 25px;
    margin-top: 4rem;
    margin-bottom: 6rem;
    font-family: 'Montserrat', sans-serif;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}

.cursando article{
    background-color: #D61727 ;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    padding: 2% 5%;
    width: 580px;
    height: 100%;
}
.año{
    padding: 2% 5%;
    width: 580px;
    height: 100%;
}
.articulos{	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
    align-content: stretch;
    margin-top: 15rem;
    z-index: 1;
}
.articulos p{color: white;}

/*---FOOTER---*/
footer{
    background: #333332;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    box-shadow: 0 0 10px 0 black;
    height: 13%;
}
footer p{
    color: #f7f7f7;
    font-size: 1.5vh;
    line-height: 1.1rem;
    max-width: 60%;
    margin: 1rem auto;
}
footer a{
    text-decoration: none;
    color: #D61727;
    font-weight: 500;
}
footer a:hover{
    font-weight: 600;
}
/*---FIN FOOTER---*/