/*General*/
* {
  margin: 0em;
  padding: 0em;
  box-sizing: border-box;

}
body {background: linear-gradient(#84DCC6, #144c4e);
         font-family:"Krub","helvetica", "arial", sans-serif;
    

}
@font-face {  
font-family: "Krub";
    src: url("../2/imagenes/Krub.ttf");
}
@import url('https://fonts.googleapis.com/css?family=Krub');



/*Perfil */
header nav {
    background: linear-gradient(to bottom, #0d474a, #0a3234);
    padding: 1em;
}
header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
        
 }
header nav ul li a {
    color: white;
    margin: .5em;
    
}
header nav ul li a img {width: 2em;
height: 2em;}
header {background-color:white;
    

}
h1 { margin-top: .5em;
    text-align: center;
     color: #0a3234;
   
   
   }  
main h2 {text-align: center;
    font-size: 1em;
    font-weight: 80;
     color: #0a3234;
    letter-spacing: 5px;
   }
.foto {
max-width: 50%;
border-radius: 1em;
display: block;
margin: auto;
    margin-top: 1em;
box-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.redes { width: 2.5em;
    height: 2.5em;
background-color: white;
border-radius: 50em;
    margin: 1em;

}
main nav div { display: flex;
    justify-content: center;

}
main nav {background-color: w}

/* Materias*/
div ul li a {color: white;}
article div {margin: .5em;}
.acordeon input {display: none;}
.acordeon__titulo {color: white;
font-size: 1em;
background-color: #0d474a;
text-align: center;
display: block;
cursor: pointer;}
.acordeon__titulo:hover { background: #0a3234;}
.acordeon__contenido {height: 0;
overflow: hidden;
margin: .2em;
transition: all 0.5s;
color: white;
}
div ul li a:hover {color:#0a3234;}
.acordeon input:checked ~ .acordeon__contenido { height: auto; 
margin: 1.2em;
text-align: center;
}

.bold {
font-weight: bold;
}


/*Grupo*/
section h3 {;
    border-bottom: .1em solid white;
    text-align: center;
     color: white;
 margin-bottom: .5em;}
section {
    margin: 1em;}
section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}
section ul li a {
    background-color: white;
    padding: 1em 1.5em;
    margin-bottom: .5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    ;
}
section ul li a {
 color: #0d474a;
}

section img {
  
    width: 1em;
    height: 1em;
    opacity: 0.6;
}
/*Futsal*/
section p {background-color: #FFFFFF;
padding: 1em;
color: black;}

/*Fin*/
ul li{ list-style: none;} 
ul li a {  text-decoration: none;}
footer {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #0a3234;
    padding: 2em;
    color: white;
    font-size: 10px;
    text-align: left;
    line-height: 1.5em;
    font-family: "Krub","helvetica", "arial", sans-serif;
}
.fotofadu {
    width: 
        90px;
}
footer ul {
   
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid .01em white;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
footer ul li {
    display: flex;
    align-items: center;
    margin: 1em;
}
footer p { color: white;
    display: block;
   margin: 1em;
    }
footer ul li h3 { 
    color: white;
    margin: .7em;
}
footer ul li h2 {
 display: block;
    color: white;}

/*plan*/

.h3{background-color: aliceblue;
margin: .5em;
text-align: center;}
.div {margin:.5em;
padding: .5em;}
.div-app {margin:.5em;
padding: .5em;
background-color: rgba(240, 248, 255, 0.6)}
/*Media*/

    @media screen and (min-width: 30em) {
        main img {max-width: 15em;
        width: 10em;
      }
        
        main nav img {width: 2.5em;}
        main section{text-align: left;
        width: 90%;
        max-width: 50em;

        margin: auto;
        margin-top: 4em;
    }
   article div a img {width: 10em;
   
}

}
    
    
 