html{
    font-size: 16px;
}

@media only screen and (min-width: 1024px){
    html{
        font-size: 22px;
        font-size: 18px;
    }

    /* .contenedor{
        width: 80%;
        margin: auto;
        display: block;
        max-width: 1600px;
        border: 1px solid;
    } */

}

@media only screen and (min-width: 1025px){
    html{
        font-size: 22px;
        font-size: 18px;
    }

    .contenedor{
        width: 80%;
        margin: auto;
        display: block;
        min-width: 1024px;
        max-width: 1600px;
        border: 1px solid;
    }
}

@media only screen and (min-width: 1400px){
    html{
        font-size: 24px;
        font-size: 19.5px;
    }
}


@media only screen and (min-width: 1600px){
    html{
        font-size: 24px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1920px){

    html{
        /* font-size: 28px; */
        font-size: 30px;
        font-size: 26px;
    }

}  