@charset "utf-8";

* {
    color: #3b3838;
    text-decoration: none;
    list-style:none;
    margin: 0pt;
    padding: 0pt;
    font-family: 'Roboto', sans-serif;
}

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

.menu {
    background-color: #0D8962;
} 
.menu ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    padding: 1em;
}
.menu ul li {
    padding: 0.7em 1em;
    
}
.menu ul li a {
    color: #f0f0f0;
}
#seleccion {
    font-weight: 900;
    color: black;
}


main {
    margin: 0 1em;
    background-color:  #f0f0f0;
}

h1 {
    font-size: 20pt;
    color: #0D8962;
    margin: 0.8em 0 1em;
    font-weight: 900;
}

h2 {
    font-size: 1.2em;
    margin: 1em 0 0.5em;
}

h4 {
    font-size: 1em;
    margin: 1.5em 0 0.5em;
}
p {
    max-width: 100%;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 
}
.objetivo {
    margin-bottom: 1.5em;
}


.fotosnosotros { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
    
}
.alumne {
    padding: 0 0.5em; 
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
.alumne img {
    margin-bottom: 1em;
     border-radius: 50%;
    width: 100px;
    height: auto;
    
}

h3 {
    font-size: 0.9em;
    color: #0D8962;
    margin-left: 1em;
    margin: 1em 0 0.3em 1em;
}

h5 {
    font-size: 0.9em;
    color: #0D8962;
    margin-left: 1em;
    margin: 1em 0 0.3em;
}

.obj {
    display: flex;
    align-items: center;
}
.obj img {
    width: 8%;
    height: auto;
    margin-right: 1em;
}

.objetivos {
    flex-grow: 2;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.integrantes {
    flex-grow: 2;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.infoacademica {
    flex-grow: 2;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.catedra {
    margin-top: 30pt;
    margin-bottom: 30pt;
}

footer {
    background-color: #0D8962;
    margin: 20pt 0pt 0;
    font-size: 8pt;
    align-self: baseline;
}
.facultad{
    margin: 2em 2em;
    
} 
.facultad li p {
    color: #f0f0f0;
    
}
.pertenencia {
    margin-bottom: 2em;
}
.logofooter {
    max-height: 45px;
    padding-bottom: 0.5em;
}
.obligatorio {
    color: aliceblue;
    padding: 3em;
    text-align: center;
    background-color: black;
}

.club {
    margin: 1em;
    display: flex;
    align-items: center;
}
.club h1 {
    margin-left: 0.5em;
}

.mapagrupal{
    width: 100%;
}

a:hover {
    color: #248345;
}



































