.Valores {
    backdrop-filter: blur(5px) saturate(150%);
}

.tituloV {
    font-family: arial black;
    font-weight: bold;
    width: max-content;
    height: max-content;
    position: absolute;
    color: #fc8604;
    animation: none;
    opacity: 1;
    user-select: none;
}

.logoValores {
    width: 50%;
}

.logo__Val {
    width: 10%;
    position: absolute;
    bottom: 5.5vw;
    left: 6.4vw;
    filter: drop-shadow(0.5vw 0.5vw 0.6vw black);
    animation: bajar 5s infinite;
}

@keyframes bajar {
    50%{
        transform: translateY(13%);
    }
}

.esfera  {
    position: absolute;
    width: 5vw;
    height: 1vw;
    bottom: 3vw;
    left: 9.2vw;
    border-radius: 50%;
    border: 0px solid transparent;
    background: radial-gradient(circle, rgb(0 0 0), #0000001c), radial-gradient(circle, #000000, #00000000);
    transform: scale(0.2);
    animation: animacionCrecer 5s infinite;
}

.list__Valores {
    user-select: none;
}

@keyframes animacionCrecer {
    0% {
        transform: scale(0.2);
    }
    50%{
        transform: scale(1);
    }
}

.nuestros {
    top: 4vw;
    right: 18vw;
}

.Valores {
    height: 45vw;
    background-image: url("/Inicio/Recursos/Presentacion/Fotos\ de\ Portada.png");
    background-position-x: -25vw;
}

.valores {
    font-size: 7vw;
    right: 1vw;
    top: 7vw;
}

.valor {
    width: max-content;
    position: absolute;
    font-size: 4vw;
    text-shadow: 10px 10px 10px #000,
        -10px -10px 10px #000,
        10px -10px 10px #000,
        -10px 10px 10px #000;
}

.lealtad {
    left: 8vw;
    top: 8vw;
}

.compromiso {
    top: 15vw;
    left: 22vw;
}

.disciplina {
    top: 22vw;
    left: 36vw;
}

.integridad {
    top: 29vw;
    left: 50vw;
}

