body{
    position: relative;
    background-image: url(../img/fondo-sobre.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; /* Ajusta al ancho completo del body */
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.construccion{
    position: fixed;
    width: 100%;
    background-color: #BA27F4;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    z-index: 5;
    text-align: center;
    font-family: "Open Sans", serif;
    font-weight: 100;
}

.sobre{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sobre__title{
    display: block;
    width: 100%;
    font-family: "Parisienne", serif;
    color: #1b1a1a;
    font-weight: 200;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}

.sobre__subtitle{
    display: block;
    padding: 2rem;
    margin-top: -3rem;
    font-family: "Open Sans", serif;
    color: #1b1b1b;
    font-weight: 100;
    font-size: 1rem;
    text-align: center;
}

.clip__top{
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/Sobre-02.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.logo{
    all: unset;
    position: absolute;
    display: block;
    background-image: url(../img/Sobre-04.png);
    background-size: cover;
    background-position: center;
    width: 20rem;
    height: 30%;
    z-index: 3;
}

.clip__buttom{
    position: absolute;
    bottom: 0;
    background-image: url(../img/Sobre-03.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}