#sobre-nosotros-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-sobre-nosotros {
    min-height: 40vh;
    background: linear-gradient(rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.7));
    position: relative;
    z-index: 1;
}

.about-container {
    padding: 100px 20px;
    position: relative;
    z-index: 1;
}

.about-panel {
    max-width: 900px;
    margin: 0 auto 80px auto;
    background-color: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 255, 0.2);
    padding: 50px;
    border-radius: 10px;
    text-align: left;
}

.about-panel h2 {
    font-size: 2.2em;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FF00FF; 
    display: inline-block;
}

.about-panel p {
    font-size: 1.2em;
    line-height: 1.8;
    color: #DDDDDD;
}

.about-panel p + p {
    margin-top: 20px; 
}
