#btn-reserva {
    left: 39.15vw;
    max-width: 100%;
    top: 90vh;
    margin-block-end: 0;
    position: fixed;
    min-width: 0;
    z-index: 1;
}

.reserva-button {
    font-family: "Nunito", Sans-serif;
    font-size: 1.25vw;
    font-weight: 500;
    background-color: #26AA35;
    border-radius: .50em .50em .50em .50em;
    box-shadow: 0px 0px 10px 2px rgba(64.99999999999996, 47.99999999999995, 66.99999999999994, 0.22);
    padding: 1.5vw 2.5vw 1.5vw 2.5vw;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.reserva-button:hover {
    transform: scale(0.9);
    color: white;
}

@media(max-width: 767px) {
    #btn-reserva {
        left: 22%;
        top: 92%;
        margin-block-end: 0;
    }

    .reserva-button {
        font-size: 4vw;
        padding: 3.5vw 3.5vw 3.5vw 3.5vw;
        
    }
}