* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    background: url('../img/portada-fondo.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}


.logo-mensaje-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.logo-esbari {
    width: 160px;
    max-width: 60vw;
    margin-bottom: 18px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
}

.mensaje-seleccion {
    font-size: 1.25em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 24px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
/* style.css - Estilos básicos para Esbari */
* {
    box-sizing: border-box;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-top: 40px;
    text-shadow: 1px 1px 8px #fff;
}

.sucursales-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.sucursal {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(7, 7, 7, 0.80);
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    padding: 36px 28px 24px 28px;
    min-width: 480px;
    max-width: 420px;
    transition: transform 0.2s;
}

.sucursal:hover {
    transform: scale(1.04);
    cursor: pointer;
}

.sucursal-img {
    width: 420px;
    height: 320px;
    max-width: 98vw;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    transition: width 0.2s, height 0.2s;
}

.direccion {
    font-size: 1.1em;
    color: #ffffff;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
}

.logo-mensaje-container {
    margin:0 auto;
    text-align: center;
}

@media (max-width: 900px) {
    .sucursales-container {
        flex-direction: column;
        gap: 32px;
    }

.sucursal {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(7, 7, 7, 0.80);
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
        min-width: 80%;
        max-width: auto;
        padding: 18px 4vw 18px 4vw;
    transition: transform 0.2s;
}

.sucursal img {
    width: 100%;
}
body {    
    font-family: Arial, sans-serif;
    background: url('../img/portada-fondo.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-top: 40px;
}

p {
    text-align: center;
    color: #555;
}

}