@charset "utf-8";


*{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    }

body {
    background-color: #f0f0f0;
    font-family: 'Dosis';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

header img {
            margin: 1em 1em;
            }

header nav ul {
    display: flex;
    flex-direction: row;
    margin: auto;
}

header nav ul li a {
    color: #f0f0f0;
    font-family: 'Dosis';
    font-weight: 800;
    text-decoration: none;
    padding: 1px 10px;
    font-size: 1em; 
    }


header nav ul li a:hover {
    color: #e4aa33;
     }

header nav {
    width: 100%;
    padding: 20px 0px;
    width: 100%;
    height: 30px;
    background: #676767;
    display: flex;
        }

h1{
    font-size: 1.5em;
    font-family: 'Dosis';
    font-weight: 800;
    text-transform: uppercase;
    color: #e4aa33;
    margin: 30px 0px 0px 0.7em;
    }       

main article p {
        font-family:'Dosis';
        font-size: 0.9em;
        padding: 10px 0px;
        margin: 0em 0em 0em 1em;
        border-bottom: 2px solid #676767;
}

#integrantes h2, #profesores h2 {
    text-transform: uppercase; 
    margin: 40px 0px 0px 1em;
    font-size: 1.2em;
    color:  #676767;
}




#integrantes li a p{
    font-size: 1em;
    font-weight: 600;
    margin-left: 1em;
    margin-top: 1rem;
    color: #676767;
   }

#integrantes li a p:hover{
    color: #e4aa33;
    font-weight: 800;
}

.equipo {
    margin-left: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}


.equipo figure {
    width: 45vmin;
    height: 45vmin;
    position: relative;
    overflow: hidden;
}

.nicole {
        background-image: url(../imagenes/nicole.jpg);
    background-size: cover;
    }

.martina {
        background-image: url(../imagenes/martina.jpg);
    background-size: cover;
    }

.alfonso {
        background-image: url(../imagenes/alfonso.jpg);
    background-size: cover;
    }

.victoria {
        background-image: url(../imagenes/victoria.jpg);
    background-size: cover;
    }


.equipo figcaption {
    background-color: rgba(0,0,0,.5);
    color: #e4aa33;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.6em;
    line-height: 0.5em;
    position: absolute;
    height: 100%;
    width: 100%;
    top: calc(100% - 2em);
    transition: all .5s ease;
}

.equipo figure:hover figcaption {
    background-color: rgba(228,170,51,.5);
    top: 50%;
    transition: all .5s ease;
}

.equipo figcaption span {
    display: block;
    font-size: 1em;
    color: #f0f0f0;
    font-weight: 600;
    margin-top: 1em;
    line-height: normal;
}


.datos {
    margin-left: 1rem;
    font-size: 1em;
    font-style: italic;
    margin-bottom: 1.2rem;
}

.nombre {
    font-size: 1em;
    font-weight: 600;
    margin-left: 1em;
    margin-top: .5rem;
    color: #676767;
}

.datos2 {
    margin-left: 1rem;
    font-size: .7em;
    font-style: italic;
    margin-bottom: 1rem;
    margin-top: 3rem;
}


/*PLAN*/
.subtitulos {
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: 1em;
    color: #676767;
    margin-top: 1.5em;
}


footer {
    background-color: black;
    padding: 2em;
    margin:auto;
    color: #F2E4B1;
    font-family: 'Dosis';
    font-size: 0.6em;
   
}

ul { list-style: none;
    padding: 0;
    margin: 0;
}

