
/* 

selector{propiedad:valor;}

*/ 
@import url('https://fonts.googleapis.com/css2? family = Bebas + Neue & display = swap'); 
@import url ('https://fonts.googleapis.com/css2? family = PT + Sans + Narrow: wght @ 400; 700 & display = swap');

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

body
{background: #f8f8e9; 
font-family:sans-serif; 
text-align: center;}

h1 /*manuela bourren*/ 
{color:#000000;
background:#f8f8e9;
font-size: 3rem;font-family: "Bebas Neue",cursive;} 

h2 /*vn04*/
{color: #000000;
font-family: "PT Sans Narrow", sans-serif;} 

.inicio-etc /*inicio-plan-mapa-app*/
{background:#63ff26;
font-size: 1.4rem;
color: #000000; 
padding: 2%; 
text-decoration: none;
font-family: "PT Sans Narrow", sans-serif;
box-shadow: 0rem 0rem 0.6rem #63ff26} 

.integrantes /*nombres de alumnos*/ 
{text-align: center;
margin: 0.5%; 
font-family: "PT Sans Narrow", sans-serif;
text-decoration: none;
padding: 0.4%;
color: black}

h4 /*titulos (nivel1-2-3)*/
{color:#000000;
font-family: "Bebas Neue",cursive;
font-size: 1.5rem;
text-align: center} 


.columnas{display: flex; justify-content:space-evenly }

.nivel1
{border-bottom: 0.2rem solid #63ff26;
border-top: 0.2rem solid #63ff26;
text-align: left;
box-shadow: 0rem 0.5rem 0.5rem #b8fa9e; 
margin: 0.5%; 
padding: 0.1%;
font-family: "PT Sans Narrow", sans-serif;
font-size: 1rem;
width: 30%}


.nivel2
{border-bottom: 0.2rem solid #63ff26;
border-top: 0.2rem solid #63ff26;
text-align: left;
box-shadow: 0rem 0.5rem 0.5rem #b8fa9e;
margin: 0.5%;
padding-bottom: 0.5%;
font-family: "PT Sans Narrow", sans-serif;
font-size: 1rem;
width: 30%}

.nivel3
{border-bottom: 0.2rem solid #63ff26;
border-top: 0.2rem solid #63ff26;
text-align: left;
box-shadow: 0rem 0.5rem 0.5rem #b8fa9e;
margin: 0.5%;
padding-top: 0.5%;
font-family: "PT Sans Narrow", sans-serif;
font-size: 1rem;
width: 30%}  

.datos /* datos de la catedra*/
{background: #f8f8e9;
padding-top: 1.5%;
padding-bottom: 1.5%;
font-family: "PT Sans Narrow", sans-serif;
margin: 0.4% }

footer p /*ubafadu*/
{background:#63ff26;
color: #000000; 
font-size: 1rem;
padding: 0.5%; }

.fadu{font-family: "Bebas Neue",cursive;}

.catedra /*link a catedra */ 
    {font-family: "PT Sans Narrow", sans-serif;
    text-decoration: none;}


.catedra:hover{background:#b8fa9e;}

.pie{background:#f8f8e9; 
font-family: "PT Sans Narrow", sans-serif; 
font-size: 0.8rem;}

/* sin subrayado en los nombres e inicio,etc y negrita*/

.deco{text-decoration: none;margin: 0.2%;color: #000;}
.sinsub{text-decoration: none;margin: 0.5%;color: #000;}
.negrita1 {font font-family:"PT Sans Narrow", sans-serif;  font-weight: 700;}
.negrinteg{font font-family:"PT Sans Narrow", sans-serif;  font-weight: 700;}

/* hover para inicio,etc y para los integrantes*/
.inicio-etc .sinsub:hover{background:#f8f8e9} 
.barrita:hover{background:#b8fa9e; }

.pie .ptonegro {font font-family:"PT Sans Narrow", sans-serif;  font-weight: 700;}

.foto img{width: 15rem;height: 15rem;border-radius: 50%; }


.barrita:hover{background:#b8fa9e; }
.barranegrita:{font font-family:"PT Sans Narrow", sans-serif;  font-weight: 700;}