@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900');

* {
    box-sizing: border-box;
    margin: 5px;
    background-color:#fdfcf3;
    }

header{
    text-align: center
}

img{
    width: 170px;
    background-color:#84c9bd ;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul{
    list-style: none;
    padding: 0;
    margin:0;
}

header nav ul li a {
    text-decoration: none;
    background-color:#f4dc61 ;
    color: #58595c;
    display: block;
    text-align: center;
    font-family: 'Nunito';
    font-weight: 700;
    padding: 8px;
    margin: 0px;
    margin-top: 4px;
}

header nav ul li a:hover {
    background-color: #84c9bd;
}

.destaque {
    background-color:#f4a5a8 ; }

header nav ul li  {
    text-decoration: none;
    background-color: ;
    display: block;
    font-family: 'Nunito';
    font-weight: 700;
}

h2{
    color: #58595c;
    font-family: 'Nunito';
    font-weight: 900;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
}

div p {
    color:#58595c;
    font-family: 'Nunito';
    font-weight: 400;
    line-height:22px;
    margin-top: 0;
    padding: 6px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}

section div a {
    color: #84c9bd;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 18px;
    display: flex;
    padding: 6px;
    margin-left: 15px;
    margin-top: 4px;
    text-decoration: none;
    
}

footer{
    background-color: #bbd0ea;
    padding: 6px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 300;
}

footer p{
    background-color: #bbd0ea;
    color:#58595c;
    font-family: 'Nunito';
    padding: 6px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 300;
    line-height:17px;
}

h3{
    color: #84c9bd;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 18px;
    display: flex;
    padding: 6px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none;
}

p.negrita{
    color:#58595c;
    font-family: 'Nunito';
    font-weight: 700;
    line-height:22px;
    padding: 0;
    margin: 0;
    padding-left: 6px;
    margin-left: 15px;
}

img.grande{
    display: block;
    justify-content: center;
    align-content: center;
    width: 860px;
}