.logo{
   height: 65px; 
}
.banner{
    width: 100%;
}
.recuo{
    padding: 40px 120px;
}
.destaque{
    height: 300px;
    margin: 30px;
}
.row{
    text-align: center;
    border: 30px;
    border-color: black;
}
footer{
    padding: 60px;
    text-align: center;
    background-color: dimgray;
    color: black;
}