.fondo-principal {
    background-image: url('../fondo-back.png'); 
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat;   
    background-attachment: fixed;   
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
