button#botao-reservar {
    text-transform: uppercase;
    font-size: 19px;
    background: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 5px solid #52a084;
    margin-top: 10px;
    border-radius: 0px;
}

a.dropdown-item span {
    font-size: 10px;
    color: #88e6c5;
}

@media only screen and (max-width: 480px) {
  .dropdown-menu.show {
        left: 20%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .dropdown-menu.show {
        left: 35%;
  }
}

