* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    width: 100%;
}

body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, 'Times New Roman', serif;
    color: #1a1a1a;
    padding: 2rem 1rem;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../images/bg.628acd8748f0.jpg') center center / cover no-repeat;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.55);
}

.container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 420px;
    width: 100%;
}

h1 {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.address {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
    color: #333;
}

.schedule {
    margin-bottom: 1.8rem;
}

.schedule h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    letter-spacing: 0.05em;
}

.schedule table {
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.schedule td {
    padding: 0.25rem 0.6rem;
    vertical-align: top;
}

.schedule td:first-child {
    text-align: right;
    font-weight: 600;
    text-transform: capitalize;
}

.schedule td:last-child {
    text-align: left;
}

.closed {
    color: #999;
    font-style: italic;
}

.whatsapp {
    font-size: 0.95rem;
    margin-bottom: 1.8rem;
    color: #333;
}

.whatsapp a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
}

.btn-contacto {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0.5rem auto;
    padding: 0.7rem 2rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #1a1a1a;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: background 0.2s;
    text-decoration: none;
    text-align: center;
}

.btn-contacto:hover {
    background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) and (orientation: portrait) {
    .bg {
        background-position: left center;
    }
}
