.mainImage {
    height: 195px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bannermenu.jpg');
}

.topbar {
    height: 66px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #00828A;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 200;
}

.textoCinzento {
    color: #9B9B9B;
    text-align: center;
}
