@charset "utf-8";

* {
    margin: 0.1em;
    padding: 0.1em;
}

body {
    background-color: dimgray;
    font-family: 'Fira Sans', sans-serif;
    
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    color: pink;
    font-weight: bold;
    margin-bottom: .5em;
}

}
header {
    background-color: black;
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#logo {
    display: block;
    width: 5em;
    background-color: white;
    
    
}
header ul{
    display: flex;
}
header ul li {
    width: 6em;
    height: 3em;
    margin-bottom: .25em;
    margin-top: .25em;
    margin-left: .25em;
    display: flex;
}
header ul li a {
    width: 100%;
    height: 100%;
    background-color: white;
    color: palevioletred;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: flex;
    
    
    justify-content: center;
    
    align-items: center;
}

header a{
    color: white;
    
}
img {
    max-width: 100%;
    height: auto;
    
}


h1{
    font-size: 36px;
    color: white;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: pink;
}

h3 {
    color: pink;
    background-color: black;
    margin: 0.2em;
    padding: 0.2em;
}

p {
    font-size: 14px;
    padding: 0.2em;
    
}

footer {
    background-color: black;
    color:white;
    padding: 0.8em;
    
}

h4 {
    font-size: 18px;
    color: deeppink;
    font-weight: bold;
    padding-bottom: .5em;
    padding-top: .5em;
}
h5 {
    font-size: 14px;
    color:black;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
}

#equipo {
    color: dimgray;
    font-weight: bold;
    
    
}
#equipo h4 {
    color: palevioletred;
    font-size: 24px;
}
#equipo p{
    color: black;
    font-weight: 600;
    font-size: 16px;
}
#equipo ul li{
    font-size: 20px;
    color: palevioletred;
    margin-top: .5em;

}
#Agua {
    background-color: white;
    
    
}
#Agua h1 {
    color: black;
    font-size: 30px;
}
#Agua p {
    color:black;
}
#datos {
    background-color: gainsboro;

    color: dimgray
    
}
#datos h4 {
    color: palevioletred;
    font-size: 24px;
}
#datos h5 {
    color:palevioletred;
    font-size: 18px;
}
#datos ul li {
    font-size: 16px;
    font-weight: bold;

}
#datos ul li p{
    color: black;
    font-size: 15px;
    font-weight: 300
}
#datos h6 {
    font-size: 16px;
    padding-bottom: 1em;
}

