body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

p.vA-párrafo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.vA-título {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 3.25rem;
}

.vA-subtítulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.vA-subsubtítulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
}

.vA-enlace-ancla {
    font-size: 1.5rem;
    text-decoration: none;
}

#vA-ul-índice-contenido {
    list-style-type: none;
}

.vA-img-centrar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.vA-img-centrar-size-manual {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vA-btn-manual {
    position: fixed;
    bottom: 15px;
    right: 15px;
}