@import 'https://fonts.googleapis.com/css?family=Lato:400,700';

* {
    max-width: 35rem;
    box-sizing: border-box;
    text-align: center;
  
}

header {
    background-color: white;
    color:skyblue;
    font-size: 18px;
    margin: auto;
    list-style: none;
    box-sizing: 100%;
   
}

nav ul {
    background-color: gray;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li{  
    float: left;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 13px;
    background-color: gray;
    display: block;
    padding: .5em 1em; 
    border-left: 1px;
    border-right: 1px;
    

}
nav ul li a:hover {
    color: gray;
    background-color: white;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

.rotulo {
    color: skyblue;
    font-family: "Helvetica Neue",bold, Helvetica, sans-serif;
    line-height:2em;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

h1 {color: white;
    font-family: sans-serif, "helvetica neue";
    font-size: 40px;
    border-width: 1px;
    line-height: normal;
    text-align: center;
    background-color: skyblue;
    box-shadow: .5rem .5rem .5rem silver;

}

h3 {
    background-color: skyblue;
    font-size: 20px;
    color: white;
    max-height: 0,5em;
    padding: 8px;
    margin-bottom: 5px;
    box-shadow: .5rem .5rem .5rem silver;
    
}

h4 {
    background: #fff;
    color: dimgrey;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p {
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 7px;
    
}


#logo {
    box-sizing: 100%;
    width: 300px;
    margin: auto;
    align-content: center;
}

.fuerte {
    font-family: 'Lato', Sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: skyblue;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: left;
}

.epigrafe{
    font-size: 11px;
    color: darkgray;
    margin-top: 3px;
}

.footer {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: white;
    background-color: gray;
    max-height: 0,5em;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

a {
    color: skyblue;
    text-decoration: none;
}

.rotulo {
    color: dimgray;
    font-size: 12px;
    margin-bottom: 2px;
    text-align: left;
}
