*{
    box-sizing: border-box;
}

.contenido{
    width: 90%;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    line-height: 1.2;
}

.contenido h2{
    color: #0085CA;
    font-size: 20pt;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.contenido p{
    margin-bottom: 20px;
}

ul{
    list-style: circle;
    margin-left: 35px;
}

strong{
    font-weight: bold;
}