@charset "utf-8"

* {
    box-sizing: border-box;
    color: black;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-family: 'Poppins', sans-serif;

}

main {
    padding: 1em
}

section {
    padding-bottom: 2rem;
}

h1 {
    color: #ed366f;
    font-size: 30px;
    border-bottom: .4rem solid #ff9ebc;
    max-width: 11em;
}

h3 {
    color: black;
    font-size: 20px;
    border-bottom: .4rem solid #ff9ebc;
    margin: 0rem 0;
    max-width: 11em;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

/* imagenes */

#trabajodestacados img {
    min-width: 20%;
    max-width: 20%;
}

img {
    max-width: 100%;
    height: auto;

}


/* header main menu*/

.menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 1em;
    list-style: none;
    background-color: #ff9ebc
}

header nav .menu li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: space-around;
    justify-content: space-around;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0 15px 0px 15px;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    width: 100px;
    text-decoration: none;
    cursor: pointer;
}

header nav .menu li a:hover {
    background: white;
    color: #ed366f;
    border-radius: .8rem;
}

/* header group menu*/

.integrantes {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 40px
}

header nav .integrantes li {
    display: flex;
    flex-wrap: wrap;
    padding: 13px 10px 13px 10px;
    margin-top: 1rem
}

header nav .integrantes li a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: space-around;
    justify-content: space-around;
    padding: 5px 7px 5px 7px;
    border: .1rem solid;
    border-color: #ed366f;
    border-radius: .8rem;
    border-width: .13rem;
    color: #ed366f;
}

header nav .integrantes li a:hover {
    background: #ed366f;
    color: white;
}


/* personal avatar and image*/

.container {
    max-width: 50rem;
    margin: auto;
}

.me{
    padding-top: 2em;
}


.personal info ol li {
    margin: .5em 0;

}

.personal info ol li > *:not(p) {
    display: block;
    text-align: center;
    margin: 0 auto;
}


.materias{
    max-width: 50rem;
    margin: auto;   
    
}
.materias {
    background-color: #ed366f;
    border-radius: 2em;
    margin-bottom: 3%;

}

.materias {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;

}

.materias h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1%;

}

.materias ul li {
    text-align: center;
    padding: 0%;
    color: white
}

.materias h2 {
    color: white;
    justify-content: center;
    text-align: center;

}


/* lettering slider*/

.lettering-slider{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}

.lettering img {
    border-radius: 10%;
}
.lettering-slider article{
    margin-left: 1em;
        
}
.lettering-slider figure{
width: 20em;
    margin-left: 0;
    margin-right: 0;
}

figcaption {
    margin-top: 0.5em;
    color: black;    
}




/* datos obligatorios*/
.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.academicos img {
    width: 12em;
    height: auto;
}

.academicos > ul > li > *:first-child {
    margin-right: 1em;
    width: 12em;
}

.academicos h3 { margin-top: 0; }
/* mockup button*/
.mockup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: left;
    justify-content: left;
    margin: 1em;
    cursor: pointer;

}

.mockup a {

    display: flex;
    flex-wrap: wrap;
    align-items: left;
    margin: 1rem;
    margin-left: 0;
    padding: 5px 7px 5px 7px;
    border: .1rem solid;
    border-color: #ff9ebc;
    border-radius: .8rem;
    border-width: .13rem;
    color: white;
    background-color: #ff9ebc;
    max-width: 100px;

}

.mockup a:hover {
    background: white;
    color: #ed366f;
}

/* footer*/

footer {
    flex-direction: row;
    text-align: left;
    align-content: center;
    padding: 10px 10px 5px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    color: white;
    background: #ff9ebc
}


/* media*/


}
