
.integrantes img{
    
    width: 250px;
    border-radius: 250px;
}

.integrantes ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    
}
.integrantes ul a{
    
    display: block;
    margin: 20px;
    text-align: center;
    text-decoration: none;
}
header {
    background-color: #FB7813;
    background-size: cover;
    
}
.links {
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-basis: 25%;
    align-items: center;
    align-content: center;
    max-width: 50rem;
    margin: auto; 
    font-family: montserrat;
    color: #FF3C00;
    text-decoration: none
    
}

.links a {
    color: #ffffff;
    text-align: center;
    padding: 1em 1em 1em 1em;
    text-decoration: none;

}
    
.links a:hover {background-color: #17706E;
             align-items: center;
    align-content: center;
    color: #B6EB7A;
}

nav {
    padding: 1em;
}

.portada {
    width: 100%;
    height: auto;
}

p1 { width: 100%;
    height: auto;
            
} 
    

h1 {
    margin: 10;
    color:#FFFFFF;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #B6EB7A;
    font-family: montserrat;
    background-size: cover;
}
img {width:17%;
    height: auto;
    
    }
h2 { color: #17706E;
    font-size: 0.85em;
    text-align: center;
    font-family: montserrat;
    text-justify: auto;
    margin-left: 3em;
    margin-right: 3em;
    box-sizing: content-box;
}
h3 {
    color: #B6EB7A;
    font-size: 2em;
    text-align: center;
    font-family: montserrat;
}

body {
    background-color: #E9FFCC;
    color:#000000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    font-family: montserrat;
}

p {
    font-size: 0.75em;
    color: #000000;
    text-align: center;
    font-family: montserrat;
}

    
}
div img {
       width:100%;
    height: auto; 
}
.dgpc {
   width:10%;
    height: auto; 
}


nav a {
    color: white;
    flex-wrap: wrap;
    
}
p4 {
    color: #000000;
    font-size: 1em;
    text-align: center;
    font-family: montserrat;
    text-justify: auto
}
.boceto img {
    width:100%;
    height: auto;
}