.Presentacion {
    background: none;
    backdrop-filter: blur(5px) saturate(150%) brightness(0.6);
}

.img__LogoPres {
    filter: drop-shadow(1.2vw 1.2vw 0.5vw rgba(0, 0, 0, 0.75));
}

.secActividadesPermitidas {
    width: 100%;
    height: auto;
    padding: 0 0 5vw;
    backdrop-filter: blur(5px) saturate(150%) brightness(0.5);
}

.alidado__Seguridad {
    color: #fff;
}

.actividad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.actividad ul {
    width: 75%;
    font-size: 2vw;
    list-style-type: symbols("→ ");
}

.actividad ul > li {
    padding: 1vw;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5),
                   -2px 2px 5px rgba(0, 0, 0, 0.5),
                   2px -2px 5px rgba(0, 0, 0, 0.5),
                   -2px -2px 5px rgba(0, 0, 0, 0.5);
}

.div_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6vw 0 1vw;
}

.actPerm {
    background: url("/blogs/Recursos/Boru-19.jpg");
}

.img {
    width: 20vw;
    height: 20vw;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow:  15px 15px 25px #0a0909,
             -15px -15px 25px #262323;
}

.act {
    display: flex;
    flex-direction: column;
}

.act p {
    width: 75%;
}