body{
    background-image:url('css/body_mapa.png');
    font-family: Arial; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
}

.nav {
    background-color: #412e82;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 3.2em;
    font-weight: bold;
    max-width: 100%;
}

.nav a {
    text-decoration: none;
    color: white;
    margin: 0 15px;
}

.right {
    margin-left: auto;
}

.redes{
  margin-left: 10px;
  padding-left: 50px;
  padding-right: 40px;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
.redes img{
  width: 60px;
  height: 60px;
  padding-top: 20px;
  padding-left: 10px;
}
.redes p{
  padding-left: 40px;
}