/*PARA IMPORTAR FUENTES*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*
body{propiedad:valor;}
*/
{*margin: 0;padding: 0; box-sizing: border-box; } /*ponerlo siempre para resetear valores predeterminados*/

/*cuando pasa el mouse*/
a:hover {color:#ffc305 }

body{background: #white;}

/*navegador menú*/
.barrademenu{background:rgb(0, 0, 255);padding: 1rem; display: flex;justify-content: center;}
nav a {font-size: 1.3rem;font-family: 'Abril Fatface', cursive; color: white;text-decoration: none;margin:0rem 1rem ;}


/*header*/
header{background: #ffc305;font-family: 'Open Sans', sans-serif;; text-align: center; padding-bottom: 1rem;}
h1{color:white; font-family: 'Abril Fatface', cursive; text-align: center; font-size:3rem; }
img {border-radius: 10rem }
.numerodegrupo{font-size: 1.5rem;color: blue;font-family:'Abril Fatface', cursive; padding: 1rem 2rem; margin-bottom: 0}
h3{font-size: 1.4rem;color: #ff4500;font-family:'Abril Fatface', cursive;padding-top: 0.1rem ;margin-top: 0.1rem}

/*columnas*/
.columnas{display: flex;justify-content: space-around;}
section article h2{color:#ffc305;font-family: 'Abril Fatface', cursive;text-align: center;border-bottom-style:}

/* columna integrantes */
.columna-1{background:#3405f5; width: 
45%;margin: 3%; padding: 5%; min-height: 8rem;text-align: center; border-radius: 0rem 0rem 0rem 10rem;} 
section article p a {font-family: 'Open Sans', sans-serif;text-decoration: none; text-align: center;color: azure}


/* columna materias*/ 
.columna-2{background:#3405f5; width: 45%;margin:3%; padding: 5%; min-height:8em;text-align: center; border-radius: 0rem 10rem 00rem 0rem;} 
section article p {font-family: 'Open Sans', sans-serif;text-decoration: none; text-align: center;color: white}

/*datos*/
img{margin: 1rem}
.datosuba{background:#ffc305; padding: 1rem; font-size: 0.8rem ; font:'Open Sans', sans-serif;text-align: center; text-decoration: none; } 

.datoscatedra{background:rgba(255, 195, 5, 0.92); padding: 1rem; font-size: 0.8rem ; font:'Open Sans', sans-serif;text-align: center; text-decoration: none; max-width: 50}

/*boton cátedra*/
section article a{font-size: 1rem ; font:'Open Sans', sans-serif; text-decoration: none; color:white;font-family: 'Abril Fatface', cursive; text-align: center; }
.botoncatedra{background:rgb(0, 0, 255); padding: 1rem; font-size: 0.8rem ; font:'Open Sans', sans-serif;text-align: center; text-decoration: none; margin: 2rem; display: flex; justify-content: center;border-radius: 0rem 10rem 0rem 10rem} 


/*footer*/
footer{background:rgb(0, 0, 0);padding: 1rem;justify-content: center;}
footer p {font-size: 0.7rem; color: #d6d6d6; font-family: 'Open Sans', sans-serif; text-align: center; text-align: center; text-decoration: none; color: white}
