.politica {
    margin: 11rem 12rem 1rem 12rem;
}

.politicas_sections {
    margin: 1rem 2rem 1rem 12rem;
}

.politica h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #333333;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-top: 15px;
}

.politicas_sections h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    color: #333333;
}

.politicas_sections h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #333333;
}

.politicas_sections ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    line-height: 1.8rem;
    margin-top: 1rem;
}

.politicas_sections ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin: 2rem 2rem;
}

.politicas_sections ul:last-child {
    margin-bottom: 1rem;
}

.politicas_sections ul li h2::before {
    color: #30A89D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.infos_dotted li::before {
    color: #30A89D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media (min-width: 249px) and (max-width: 860px) {
    .politica {
        margin: 0;
        padding: 10vh 3vh 0rem 2vh;
        text-align: justify;
    }

    .politicas_sections {
        margin: 0;
        padding: 2vh 3vh 0rem 2vh;
    }

    .politica h1 {
        font-size: 1.5rem;
    }

    .politicas_sections h1 {
        font-size: 1.5rem;

    }

    .politicas_sections h2 {
        font-size: 1rem;
    }

    ul {
        display: inline
    }
}

.bold{
    font-weight: bold;
    color: black;
}

.l-none{
    list-style: none;
}