body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;

}

.container {
    width: 80%;
    max-width: 940px;
    margin: 0px auto;
}

.d-flex{
    display:flex;
    flex-wrap:wrap;
}

.flex-2-col{
    width: 50%;
    flex-grow: 1;
}

.w-100{
    width: 100%;
}

.link-social{
    margin: 10px 2px 0px 2px;
    width: 25px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

#banner {
    display: flex;
    width: 90%;
    height: 300px;
    justify-content: center;
    padding-left: 5%;
    padding-top: 2%;
}

header h1:hover {
    transition: all .4s ease-in-out;
    transform: scale(1.2);

}


header h1 a {
    width: 260px;
    color: black;
    text-decoration: none;
    list-style: none;

}


header nav ul {
    display: flex;
    list-style-type: none;
    margin-right: 5%;


}

header nav ul li {
    font-weight: bold;
    padding: 10%;
}

header nav ul li a {
    color: black;
    text-decoration: none;
}

header nav ul li:hover {
    transition: all .4s ease-in-out;
    transform: scale(1.2);
}

main {
    background-color: #d8e4f2;
    padding: 2% 0%;
    /* width: 80%;
    max-width: 940px;
    margin: 0px auto;*/

}

main h2 {
    text-align: center;
    font-size: 30px;


}

footer {
    justify-content: flex-start;
    display: flex;
    justify-content: space-around;

}

.endereco{
    display: inline-block;
    width: 45%;
    text-align: center;
}