<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reservar-section {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/IMG_6099.JPG");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* background-attachment: local; */
    filter: blur(0);
    filter: brightness(100%);
    background-size: cover;
}

.reservar-container {
    /* background-color: rgba(0, 0, 0, 0.43); */
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: left;
    z-index: 2;
}

.reservar-section h2 {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.reservar-section p {
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}
.reservar-section button {
    max-width: 80px;
}</pre></body></html>