/* =============================
   Fuentes
   ============================= */
@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/Montserrat-VariableFont_wght.woff") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* =============================
   Estructura principal
   ============================= */
.bloque-salon-container {
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.marielaherrera-bloque-salon-block {
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bloque-salon-content {
    text-align: left;
    padding: 1rem;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    max-width: 100vh;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    margin: 0 0 1rem 0;
    background: none;
    border: none;
    text-shadow: none;
    width: 75vh;
}

/* =============================
   Imágenes superpuestas
   ============================= */
.bloque-salon-images-superpuestas {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 380px;
    min-height: 380px;
}

.marielaherrera-bloque-salon-block .bloque-salon-image-1-superpuesta {
    position: absolute;
    z-index: 2;
    width: 370px;
    height: 370px;
    top: 40px;
    left: 50px;
}

.marielaherrera-bloque-salon-block .bloque-salon-image-2-superpuesta {
    position: absolute;
    z-index: 1;
    width: 370px;
    height: 370px;
    top: -20px;
    right: 50px;
}

.bloque-salon-image-1-superpuesta,
.bloque-salon-image-2-superpuesta {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.parallax {
    /* Movimiento por JS */
}

/* =============================
   Fila y columnas de colores
   ============================= */
.fila-fondo-amarillo {
    flex: 1 1 0;
    display: flex;
    padding-bottom: 1.5rem;
}
.fila-fondo-amarillo > .columna-fondo-rojo,
.fila-fondo-amarillo > .columna-fondo-verde {
    width: 50%;
    box-sizing: border-box;
}
.columna-fondo-rojo {
    position: relative;
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    justify-content: center;

}
.columna-fondo-verde {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;

}

/* =============================
   Botón y textos
   ============================= */
.salon-hero-boton a,
a.salon-hero-boton {
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.salon-hero-boton a:hover,
a.salon-hero-boton:hover {
    background: #c59d5f;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transform: scale(1.05);
}
.salon-hero-background-text {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.salon-hero-encabezado {
    font-size: 1.2em;
    letter-spacing: 0.25em;
}
.salon-hero-title {
    padding-bottom: 0.4em;
}
.salon-hero-description {
    padding-left: 1em;
    padding-right: 1em;
    font-family: 'Montserrat', serif;
    max-width: 100%;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 200;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding-bottom: 0.4em;
}


/* =============================
   Responsive móvil
   ============================= */
@media (max-width: 480px) {
        .marielaherrera-bloque-salon-block {
        margin-top: 0;
        padding-top: 0.5rem;
        overflow: hidden;
    }
    
    p {
        margin: 0 0 0 0em;
    }




    /* Mejorar estructura general */
    .fila-fondo-amarillo {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0;
        height: auto;
        min-height: auto;
        padding: 0;
       
    }
    
    .fila-fondo-amarillo > .columna-fondo-verde {
        order: 1;
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 0 0.5rem 0;
    }
    
    .fila-fondo-amarillo > .columna-fondo-rojo {
        order: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 0;
    }
    
    /* Simplificar imágenes superpuestas */
    .bloque-salon-images-superpuestas {
        min-width: 0;
        min-height: 0;
        width: 100%;
        height: 200px;
        max-width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    .marielaherrera-bloque-salon-block .bloque-salon-image-1-superpuesta,
    .marielaherrera-bloque-salon-block .bloque-salon-image-2-superpuesta {
        position: absolute;
        width: 150px;
        height: 150px;
        max-width: 80vw;
        max-height: 150px;
        object-fit: cover;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .marielaherrera-bloque-salon-block .bloque-salon-image-1-superpuesta {
        left: 75%;
        top: 50%;
        transform: translate(-60%, -40%);
        z-index: 2;
    }
    
    .marielaherrera-bloque-salon-block .bloque-salon-image-2-superpuesta {
        left: 25%;
        top: 50%;
        transform: translate(-40%, -60%);
        z-index: 1;
    }
    
    /* Mejorar contenido de texto */
    .bloque-salon-content {
        width: 100%;
        padding: 1rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    
    .salon-hero-encabezado {
        font-size: 0.9rem !important;
        letter-spacing: 0.2em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }
    
    .salon-hero-background-text {
        font-size: 2.5rem !important;
        padding: 0.5rem 0;
        margin: 0;
        line-height: 1.1;
    }
    
    .salon-hero-title {
        font-size: 1.5rem !important;
        padding: 0.5rem 0;
        margin: 0;
        line-height: 1.2;
    }
    
    .salon-hero-description {
        font-family: 'Montserrat', serif;
        max-width: 100%;
        font-size: 0.95rem;
        font-style: normal;
        font-weight: 300;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        padding: 0.5rem 1rem;
        text-align: center;
        line-height: 1.4;
        margin: 0;
    }
    
    /* Mejorar botón */
    .salon-hero-boton {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .salon-hero-boton a,
    a.salon-hero-boton {
        font-size: 1rem !important;
        padding: 0.75rem 2rem;
        min-width: 200px;
        max-width: 80%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        line-height: 1.3;
        border-radius: 25px;
        text-decoration: none;
        display: inline-block;
    }
    
    /* Limpiar márgenes y padding innecesarios */
    .entry-title {
        margin: 0;
        padding: 0;
    }
    
    .wp-block-marielaherrera-bloque-salon,
    .bloque-salon-content,
    .bloque-salon-images-superpuestas {
        margin: 0;
        padding: 0;
    }
    
    .columna-fondo-verde img {
        display: block;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: auto;
    }
}

/* =============================
   Responsive tablet
   ============================= */
@media (min-width: 481px) and (max-width: 768px) {
    .marielaherrera-bloque-salon-block {
        padding: 1.5rem;
    }
    
    .fila-fondo-amarillo {
        gap: 1.5rem;
    }
    
    .bloque-salon-content {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .salon-hero-background-text {
        font-size: 3.5rem !important;
    }
    
    .salon-hero-title {
        font-size: 1.8rem !important;
    }
    
    .salon-hero-description {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }
    
    .bloque-salon-images-superpuestas {
        min-height: 300px;
    }
    
    .marielaherrera-bloque-salon-block .bloque-salon-image-1-superpuesta,
    .marielaherrera-bloque-salon-block .bloque-salon-image-2-superpuesta {
        width: 250px;
        height: 250px;
    }
}