header {
    background-color: #014c8e;
    padding: 0%;
}
body {
    margin: 0%;
}
div#logos {
    background-color: #fffefe;
}

#logos {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: auto;
}

#navegador {
    display: flex;
    justify-content: space-evenly;
    font-family: Arial, Helvetica, sans-serif; 
    padding: 2rem;
}

.nav {
    border: 2px solid black;
    display: block;
    background-color: hsl(215 44% 41%);
    padding: 10px;
    box-shadow: .3rem .3rem hsl(216, 81%, 77%);
}

main {
    background-color: rgb(1, 76, 142);
    font-family: Arial, Helvetica, sans-serif;
    color: hs1(0 0% 30%)
}

section {
    padding: 20px;
    margin-bottom: 20px;
}

.titulo {
    background-color: white;
}

.integrantes {
    background-color: (1,76,142);
    padding: 2rem;
    text-align: center;
}

.equipo { 
    display: flex;
    padding: 2rem;
}

.int {
    margin: 1rem;
    width: 100%;
}

figure.img-int {
    background-color: hsl(0 0% 95%);
    aspect-ratio: 1;
    padding: .3rem;
    display: block;
    border: 2px solid hsl(0, 0%, 0%);
    box-shadow: .5rem .5rem hsl(215 44% 41%);
    margin-left: auto;
}

.datos {
    background-color: white;
    margin-bottom: 1rem;
    justify-content: space-evenly;
}

#datosac {
    color: #014c8e;
    text-shadow: 0.1rem 0.1rem hsl(216, 81%, 77%);
    text-align: center;
}

.datosac {
    display: block;
    border: 2px solid hsl(0, 0%, 0%);
    padding: 10px;
    box-shadow: .3rem .3rem hsl(215 44% 41%);
    margin: 3rem;
}

a { 
    color: rgb(255, 255, 255); 
    text-decoration: none;
}
a:hover {
    color: hsl(216, 81%, 77%);
}
ul {
    list-style: none;
}

h1 {
    color:#014c8e;
    text-shadow: 0.1rem 0.1rem hsl(0, 0%, 0%);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0.1rem 0.1rem hsl(216, 81%, 77%);
    font-weight: bold;
    font-size: 40px;
}

h2 {
    color: #ffffff;
    text-shadow: 0.2rem 0.2rem hsl(215 44% 41%);
}

p {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 18px;
    color: black;
}

img {
    width: 100%;
}

figure#madres {
  width: 50%;
  margin: auto;
  box-shadow: .5rem .5rem hsl(215 44% 41%);
  object-position: center center;
  padding: 20px;
  border: 5px solid black;
  margin-bottom: 20px;
}

#footer {
    background-color:hsl(215 44% 41%);
    position: relative;
}

#pie {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    justify-content: left;
    padding: 2rem
}

figure {
  width: 100%;
}

.cuerpo {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.titulo {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

figure#mapa {
    width: 80%;
    margin: auto;
    box-shadow: .5rem .5rem hsl(215 44% 41%);
    object-position: center center;
    padding: 20px;
    border: 5px solid black;
    margin-bottom: 5rem;
}

main#mapa {
    background-color: #fffefe;
    flex: 1; 
    align-items: center;
}

main#plan {
    background-color: #fffefe;
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

figure#plan {
    width: 80%;
    margin: auto;
    box-shadow: .5rem .5rem hsl(215 44% 41%);
    object-position: center center;
    padding: 20px;
    border: 5px solid black;
    margin-bottom: 20px;
}

#texto {
    display: block;
    border: 2px solid hsl(0, 0%, 0%);
    padding: 10px;
    box-shadow: .3rem .3rem hsl(215 44% 41%);
    margin: 3rem;
}

main#webapp {
    background-color: #fffefe;
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
