body{
    font-size: 20px;
    overflow-x: hidden;
}
.logo-menu {
    height: 35px;
    width: 35px;
}
.logo{
    height: 250px;
    width: auto;
}
.bgOr{
    background-color: rgba(237,116,23,0.8);
    color: white;
}
.bgGr{
    background-color: rgba(153,153,153,0.8);
    color: white;
}
.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    left: 94%;
    bottom: 35px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}
.serv{
    /*background-color: rgba(237,116,23,0.7);*/
    background-color: white;
    min-height: 250px;
}

.serv:hover{
    background-color:  rgba(153,153,153,0.2);;
}
.icon-serv{
    margin-left: 10px;
    float: left;
    padding-right: 45px;
    width: 180px;
    height: auto;
}
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 30em) and (max-width: 50em) {
    .logo{
        height: 150px;
        width: auto;
    }
}
  