@charset"utf-8";


body {
    background-color: rgb(93, 144, 142);
    color: #1e655a;
    font-family: dosis;
}

.encabezado {
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #000000;
    padding: 1em;
    align-items: center;
    list-style: none;
    margin: 0em;
    
}

header ul li a {
    color: white;
    text-decoration: none;
}

p.integrantes {
    display: flex;
    color: white;
    background-color: #000000;
    padding: 0.5em;
    width: 77%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

.nosotras {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto1 {
    border-style: solid;
    border-color: white;
    border-width: 0.3em;
    border-style: solid;
    margin-bottom: 1em
}
.foto2 {
    border-style: solid;
    border-color: white;
    border-width: 0.3em;
    border-style: solid
}

.bold { 
    font-weight:bold
}


section article.materia {
    margin-left: 1em;
    color: white;
    font-size: 1.1em;

}

p.titulo {
    font-size: 1.3em;
    margin-bottom: 0em;
    padding-bottom: 0.2em;
    
}

p.cuatri {
    margin-top: 0em;
    font-style: italic
}


.datosacademicos {
    margin-top: 5em ;
    font-size: 0.9em;
    padding: 0.5em; 
    color: white;
    font-style: italic;
    border-color: white;
    border-style: solid;
    border-width: thin;
}
   

.ejercicio {display: flex;
    font-size: 65%;
    color: #889592;
    background-color: black;
    padding: 5px;
  }

section.plan {
    background-color: black;
    margin:1em; 
    color: white;
    
}

main section h2 {
    padding: 0.5em;
    padding-bottom: 0em;
    margin: 0em;
    font-size: 1.4em
}

main section p {
    padding: 1em;
    padding-top: 0.5em;
    margin: 0em;
    font-size: 1em;
}
