@charset "utf-8"

*{  margin:0;
    padding:0;
    max-width: 100vh;
    box-sizing: border-box;    
}

body{
    color:black;
    font-family: "avenir next", sans-serif;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    margin:0;
}

header{
    background-color:firebrick;
    box-sizing: border-box;
    max-width: 100;
    box-shadow: .8em .1em .2em .1rem silver;
}
header nav ul{
    font-size: 1.1em;
    list-style: none;
    padding:1.3em;
    margin:0em;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

header nav ul li a{
    text-decoration: none;
    color:white;
    margin:1em;
}

header nav a:hover{
    color:black;
}

/*img{
     border-radius: 10em;
} */
 
h1{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 250;
}

h2{
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
}

h3{
    text-transform:uppercase;
    font-size: 1em;
    font-weight: 400;
    color: black;
}

p{
    font-size: .9em;
}

.presentación{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.presentación h1{
    padding-top:1em;
}

.presentación p{
    padding:1em 0.5em 1em 0.5em;
}

.presentación img{
    border-radius: 10em;
}

.materias{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: firebrick;
    color: white;
    margin: 1em 3em 1em 3em;
    padding:1em 4em 1em 4em;
    text-align: center;
    box-shadow: .1em .1em .2em .1rem silver;
}
.materias h3{
    margin-bottom:.1em;
}

.materias p{
    margin-top:.1em;
}

.redes_sociales{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 3em 1em 3em;
    padding:1em 3em 1em 3em;
    text-align: center;
    box-shadow: .1em .1em .2em .1rem silver; 
    background-color:black;
}
.redes_sociales h3{
    color:white;
}

.contenedora_grupo {
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 3em 1em 3em;
    padding:1em 3em 1em 3em;
    box-shadow: .1em .1em .2em .1rem silver; 
    background-color: firebrick;
}
.contenedora_grupo h3{
    margin-bottom:.5em;
}
.contenedora_grupo ul li{
    list-style: circle ;
}

.contenedora_grupo ul li a{
    text-decoration:none;
    color:white;  
}
.contenedora_grupo ul li a:hover{
    color:black;
}

.comitente{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 3em 1em 3em;
    padding:1em 4em 1em 4em;
    text-align: center;
    box-shadow: .1em .1em .2em .1rem silver; 
    background-color:black;
}
.comitente h3{
    color:white;
}
.comitente p{
    color:white;
}

.boceto{
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 3em 1em 3em;
    padding:1em 8em 1em 8em;
    text-align: center;
    box-shadow: .1em .1em .2em .1rem silver; 
    background-color:firebrick;
   }

.boceto a{
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    margin:1em 0em 1em 0em;
    padding:0em 0em 0em 0em;
}

.boceto a:hover{
    color:black;
    }

#uba{
    font-size:.7em;
    text-align: center;
    color: gray;
    margin:2em;
    margin-bottom: 2em;
}
#uba strong{
    font-weight: 250;
    color:firebrick;
}
#uba p{
    font-size:.8em;
}

footer{
    background-color: gainsboro;
    color:black;
}

footer p{
    font-size:.6em;
    text-align: center;
    padding:1em;
    margin:1em;
}

.footerimg{
    display:flex;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 1em;
}
