.reservas-section {
    padding: 60px 0;
    background-color: #f56a6a;
}

.reservas-section h2 {
    font-family: 'Oswald', sans-serif;
}

.booking-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.social-contact a {
    color: #212529;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.social-contact a:hover {
    transform: scale(1.05);
}

.social-logo {
    width: 80px;
}

.social-contact p {
    font-size: 1.1rem;
}