*{
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(88, 128, 147);
    font-family: Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

header, footer{
    background-color: rgb(41, 61, 70); 
}


.logo{
    width: 120px;
    height: auto;
    align-items: center;
    margin-top: 20px;
    
}
.menu{
    align-items: center;
    padding: 0.7rem;
}

.menu ul{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin-left: -6px;
}


.menu a {
    background-color: hsl(0, 0%, 100%);
    color: hsl(215 44% 41%);
    display: block;
    text-align: center;
    border-radius: 100vw;
    width: 5em;
    text-align: center;
    font-size: small;
    text-decoration: none; 
    

}

.fotoprincipal{
    margin: 30px;
}

.fotoprincipal h1{
    margin: 7px;
    color: hsl(215, 20%, 83%);
    margin-bottom: 40px;
}

 
.logouba {
    width: 120px;
    height: 120px;
    align-content: center;
    margin-inline: auto;
    text-align: center;
    padding: 20px;
    }
.integrantes h2{
    color: hsl(215, 20%, 83%);
}
.integrantes li{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

   .integrantes a{
    color: hsl(0, 0%, 100%);
    background-color: hsl(180, 93%, 17%);
    border-radius: 100vw;
    text-align: center;
    width: 11em;
    margin: 6px;
    font-size: 12px;
    text-decoration: none; 
    padding: 2px;
   }
 
   .comitente{
    background-color: hsl(215, 20%, 83%, 30%);
    margin: 14px;
    border-radius: 3%;
    padding: 15px;
    width: 80%;
    margin-inline: auto;
    color: hsl(210, 39%, 13%);
    font-size: 12px;
        list-style: none;

   }
   .comitente ul{
    list-style: none;

   }

   .datos{
    margin: 14px;
    border-radius: 15%;
    padding: 15px;
    margin-inline: auto;
    color: hsl(0, 0%, 70%);
    font-size: 12px;
    background-color: hsl(180, 93%, 17% , 10%);
}

    .datos ul{
        list-style: none;
    }

 
    nav {
    display: grid;
        
        gap: 2rem;
        margin-inline-start: auto;
       
        align-items: center;
        grid-row: auto;
        text-align: center;
    }

   
    footer p {
       font-size: .7em;
       text-align: center;
       color: hsl(0, 0%, 100%);
       padding: 30px;
   }

   .tituloMapa{
    margin: 10px;
    
}

.tituloMapa h1{
    
    margin: 7px;
    color: hsl(215, 20%, 83%);
   
}

