html{
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *::before, *::after{ box-sizing: inherit; }

img{
    width: 100%;
}

.contenedor{
    max-width: 102.4rem;
    margin: 0 auto;
}