/* Reducir tamaño del logo del sitio original por si acaso */
.custom-logo, 
.site-logo img {
    max-width: 150px !important;
    height: auto !important;
    transition: all 0.3s ease;
}

/* Sección Hero Elegante con la nueva foto de la cocina */
.elegant-hero-section-48c5c7fd {
    position: relative;
    width: 100%;
    height: 80vh; 
    min-height: 500px;
    background-image: url('https://cdn.elementor.com/app/storage/2026/05/22/a949b251a37c4613ab2221dc4909aabf.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elegant-hero-overlay-48c5c7fd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Sombreado sutil */
    z-index: 1;
}

.elegant-hero-content-48c5c7fd {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

/* Estilos para el logo centrado en el hero */
.elegant-hero-logo-48c5c7fd {
    max-width: 300px; /* Logo más grande en el centro */
    height: auto;
    border-radius: 8px; /* Ligero borde redondeado para el logo rojo cuadrado */
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); /* Sombra elegante */
    transition: transform 0.3s ease;
}

.elegant-hero-logo-48c5c7fd:hover {
    transform: scale(1.05);
}

/* Ajuste específico para Hello Biz (cabecera transparente) */
body.home .site-header {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .elegant-hero-logo-48c5c7fd {
        max-width: 200px;
    }
}
