body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.fondo {
    background-image: linear-gradient(99deg,
            white 30%,
            rgb(255 255 255) 50%,
            rgb(33 33 33 / 55%)),
        url(/img/img_arribas/fondo.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    /* opacity: 1; */
    /* animation: aparecer 2s linear; */
    z-index: -1;
}

.izq {
    display: flex;
    flex-direction: column;
    width: 65vw;
    height: 100vh;
    overflow: hidden;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

.der {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(/img/fondo.png);
    background-position: left bottom;
    width: 35vw;
    background-size: cover;
    opacity: 0.3;
}

.arribas {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 40vh;
    overflow: hidden;
}

.inter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 50vh;
    overflow: hidden;
}

a {
    height: 80%;
}

svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(9px 9px 3px rgb(182, 182, 182));
    overflow: hidden;
}

.lazo{
    opacity: 1 !important;
    transform: scaleX(-1);
    right: 25px;
    top: 25px;
    position: fixed;
    height: 300px;
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    .der {
        display: none;
    }

    .izq {
        width: 100vw;
    }

    .arribas {
        justify-content: flex-end;
    }

    .fondo {
        background-image: linear-gradient(135deg,
                white 30%,
                rgb(255 255 255) 50%,
                rgb(33 33 33 / 55%)),
            url(/img/img_arribas/fondo.jpg);
    }
}

.tablaaccesos {
        width: 90%;
    height: 75%;
    background-color: white;
}