/*TODOS LOS PROYECTOS*/
html{
    box-sizing: border-box;
    font-size: 62.5%; /*1rem = 10px*/
}

*, *::before, *::after{
    box-sizing: inherit;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 2;
}