.margin {
    margin-top: 8rem;
    margin-bottom: 15rem;
}

.grupo {
    height: auto;
}

.titulo {
    padding: 5px;
    height: 20px;
}

.conteudo {
    display: none;
    padding: 5px;
}

.title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    /* identical to box height, or 60px */
    color: #147B6E;
    border-bottom: solid 2px #147B6E;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title:hover {
    cursor: pointer;
}

.subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #333333;
}

.text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.titleDescription {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.list_politica {
    margin-left: 2rem;
    margin-top: 1rem;
    color: #666666;

}
#arrow0{
    transition: 0.5s;
    transform: rotate(0deg);
}
#arrow2, #arrow1{
    transition: 0.5s;
    transform: rotate(-180deg);
}
.giro0 {
    transition: 0.5s;
    transform: rotate(-180deg) !important;
}
    .giro {
        transition: 0.5s;
        transform: rotate(1deg) !important;
    }
@media (min-width: 249px) and (max-width: 1500px) {
    .margin {
        margin: unset;
        padding: 1rem;

    }

    .navBar {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
    }

    .title {
        font-size: 1.5rem;
    }

    .subtitle {
        font-size: 1.8rem;
    }

    .titleDescription {
        font-size: 1.1rem;
    }
}