
* {
    font-family: 'Times New Roman';
}

/* Editorial Titulo */
.container__editorial{
    height: 200px;
}

.container__incentivos p{
    text-align: justify;
    text-indent: 30px;
}

.container__ingles p {
    text-align: justify;
    text-indent: 30px;
}






/* Referencias */

.container__referencias li {
    text-align: justify;
}

/* Listas */
ul {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ul>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -1.5em;
    list-style-type: none;
    counter-increment: item;
}

ul>li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}