textura-seccion {
    position: relative;
    overflow: hidden;
}

textura-seccion::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://nisustudios.com/wp-content/uploads/2026/09/lilydust-old-2012064-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

textura-seccion  {
    position: relative;
    z-index: 1;
}