@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

html, body {
    scroll-behavior: smooth;
    background-color: #e0f7fa;
}

.service-card {
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 15px;
    text-align: center;
    padding: 2.5rem 1.2rem 1rem;
    margin-top: 40px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.service-card-icon {
    width: 80px;
    height: 80px;
    background-color: #343a40; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.service-card-icon i {
    font-size: 2.5rem;
    color: #e0f7fa;
}

.service-card .card-title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}

.service-card .card-text {
    font-size: 1rem;
    line-height: 1.4;
    color: #ced4da;
}

.navbar-custom .nav-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.reservas-section .social-logo {
    width: 55px;
    height: 55px;
}
