.menuAtivo {
    border-bottom: 4px solid red !important;
}
.menu{
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 4px solid white;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.menu:hover{
    border-bottom: 4px solid black;
}
#menuGrande{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.parallax-container {
    height: auto !important;
}
.trMobile{
    cursor: pointer;
    color: white;
}
.trMobile:hover{
    background-color: grey;
}