body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: -1;
    background: linear-gradient(180deg,rgba(245,245,250,0.5) 0%,rgba(242,242,247,0.5) 21%,rgba(8,110,130,0.5) 100%), url(../Imagenes/BackGround2025.png) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media only screen and (min-width: 380px) and (max-width: 768px) {
    body::before {
        background: linear-gradient(180deg,rgba(245,245,250,0.5) 0%,rgba(242,242,247,0.5) 21%,rgba(8,110,130,0.5) 100%), url(../Imagenes/BackGround2025Vertical.png) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
