.aviso {
    background-color: #F3F5F7;
}

.aviso__content {
    margin: auto;
    padding: 60px 0;
}

.aviso__title {
    font-size: 32px;
    text-align: center;
    font-family: ITCAvantStdBold;
    margin-bottom: 50px;
}

.aviso h2,
.aviso h3 {
    font-family: ITCAvantStdBold;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 24px;
}

.aviso p {
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.aviso ul,
.aviso ol {
    margin-left: 20px;
    padding: 0 30px;
    margin-bottom: 25px;
}

.aviso li {
    line-height: 30px;
    overflow-wrap: anywhere;
}

.aviso ol li::marker {
    font-weight: bold;
    font-family: ITCAvantStdBold;
}

footer {
    background-color: #F9F9F9;
}

.aviso table {
    border-collapse: collapse;
    overflow-x: auto;
}

th,
td {
    border: 1px solid black;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
}

.table__bold {
    font-family: ITCAvantStdBold;
}

.aviso__text {
    line-height: 21px !important;
    margin-left: 25px;
}

.table {
    padding: 0 10px;
    overflow-x: auto;
}

.aviso a {
    text-decoration: underline;
    color: #004B86;
}

.text__black {
    color: black;
}

@media screen and (min-width: 500px) {
    .table {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .aviso__content {
        max-width: 1080px;
    }

    .aviso__title {
        font-size: 46px;
    }

    .aviso h2,
    .aviso h3 {
        font-size: 22px;
    }

    .aviso p {
        font-size: 18px;
    }

    .aviso li {
        font-size: 18px;
    }

    th,
    td {
        border: 1px solid black;
        padding: 20px;
        line-height: 26px;
        font-size: 18px;
    }

    .aviso__text {
        line-height: 23px !important;
        margin-left: 45px;
    }
}