@charset "utf-8";
/*-----body----*/

body {
    background-color: silver;
}
*{
    font-family: 'Roboto', sans-serif;
}

section ul li img{
    border-radius: 90%
}
/*-----header----*/


.contenedorgeneral {
display: flex;  
    justify-content: space-between;
    flex-direction: column;
}

.contenedorgeneral img{
    width: 7em;
    margin: 0 11em;
}

.headergeneral nav ul {
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
    list-style: none;
    font-family: sans-serif;
    background-color: black;
    padding: 1em;
}

.headergeneral nav ul a {
    color: white;
    text-decoration: none;
}

/*-----main------*/

.maingeneral article h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    color: blueviolet;
}

.maingeneral article h3{
    padding: 1em;
    margin: 1em;
}
.maingeneral article p {
    display: flex;
    padding: 1em;
    margin: 1em;
    font-size: 1em;
}
#integrantes {
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 75em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#integrantes figure { 
    width: 40vmin;
    margin: .25em;
}

#integrantes img {
    width: 8em;
    margin: 0 2em;
    padding: 0;
    /* para que "desaparezca" el espacio que queda debajo de la imagen */
    display: block;
    border-radius: 50%;
}

#integrantes figure figcaption {
    background-color: rgba(181, 181, 181, 0.74);
    color: white;
    padding: .5em;
    line-height: 1em;
    display: flex;
    justify-content: center;
}

.maingeneral section h4{
    display: flex;
    justify-content: center;
    padding: 1em;
    margin: 1em;
}
.maingeneral section p{
    display: flex;
    padding: 1em;
    margin: 1em;
    font-size: 0.8em;
}


/*-----footer----*/


.footergeneral {
    display: flex;
    justify-content: center;
    padding: 1em;
    margin: 1em;
    font-size: 0.6em;
}

/*---------ROTULO GIAN-------------*/
.gianbody {
    background-color: #600000;
}

/*----header----*/

.gianheader {
    display: flex;   
    justify-content: space-between;
    flex-direction: column;
    /*padding: 1.5em;*/
}

.gianheader nav ul {
    list-style: none;
    font-family: "Dosis" , sans-serif;
    padding: .5em;
    background-color: black;
    margin: 1em 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.gianheader nav ul li{
    margin: .5em 1.5em .5em;
}

.gianheader nav ul a{
    color: white;
    text-decoration: none;
}

.gianheader nav ul a:hover {
    background-color: white;
    color: black;
    padding: .5em;
}

.gianlogo {
    height: 70px;
}


/*----main----*/

.gianmain {
    background-image: url(Imagenes/19235.jpg);
    background-size: cover;
}


.fotomia {
    display: flex;
    width: 150px;
    box-shadow: 0 .3em .3em 0 darkgray;
    margin-bottom: 1em;
    border-radius: 1em;
}

.giandatos, .gianmaterias, .giandatosacademicos, .gianmockups{
    font-family: "Dosis", sans-serif;
    padding: 1.5em;
    margin: 2em 2em 2em 2em;
    background-color: rgba(242, 242, 242, 0.9);
    border-radius: 2em;
    border: 2px solid darkgray;
    box-shadow: 0 .3em .3em rgba(0, 0, 0, 0.31);
}

.giandatos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.gianmaterias ul {
    padding-left: 1em;
}

h1, h2, h3, h4{
    font-family: "Raleway", sans-serif;
    margin-bottom: 1em;
}

h1 {
    font-size: 1.5em;
}
h2, h3, h4, h5 {
    text-decoration: underline;
    color: #710b7e
}

h2 {
    display: flex;
    align-self: flex-start;
}

.giandatosacademicos ul {
    list-style: none;
    padding: 0;
}

.giancompas {
    padding-left: 3em;
    text-decoration: none;
}


.gianmock1, .gianmock2, .gianmock3 {
    display: flex;
    width: 110%;
    height: auto;
    box-shadow: 0 .3em .3em 0 darkgray;
    margin-top: 1.5em;
}

.gianmockups h5 {
    font-size: 1.5em;
    margin: 0;
}

.gianmockups{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

/*---footer---*/

.gianfooter {
    display: flex;
    padding: 0 1.5em 1em 1.5em;
    font-family: "Dosis", sans-serif;
    font-size: .7em;
    align-content: flex-end;
    color: white;
}