.fundo-hero-terms{
    background-color: var(--secundary-background);
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 15px;
}

.terms-hero{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    gap: 30px;
    margin-top: 9vh;
    color: #FFFFFF;
    text-align: justify;
    font-size: var(--font-xl);
}

.terms-title{
    font-size: var(--font-xl);
    font-weight: var(--hero-title-font-weight);
    text-align: center;
    color: #578E73;
}


.fundo-page-terms{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terms-page{
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    gap: 30px;
    color: #ffffff;
    font-size: var(--font-xl);
}

.terms-text{
    text-align: justify;
}

.terms-list{
    font-size: var(--font-xl);
    margin-left: 3%;
    list-style-type: none;
    line-height: 2;
}


li:hover{
    .span-list{
        color: var(--primary-text);
        transition: .5s;
    }
}

.pointer{
    cursor: pointer !important;
}

.pointer:hover{
    color: var(--primary-text) !important;
}

.terms-li-text{
    display: flex;
    gap: 20px;
    cursor: pointer;
}

.terms-content{
    display: none;
}

.text-active{
    display: block;
}

.section {
    cursor: pointer;
    margin: 10px 0;
}

.toggle-icon {
    font-weight: bold;
    margin-right: 5px;
}

.content {
    display: none;
    margin-left: 20px;
    margin-top: 5px;
    font-size: var(--font-lg);
    color: #ffffff;
}

.content2{
    margin-left: 20px;
    margin-top: 5px;
    font-size: var(--font-lg);
    color: #ffffff;
}

#divContent-1{
    display: none;
    padding-left: 1.8%;
}

#divContent-2{
    display: none;
    padding-left: 2.8%;
}

.span-content{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.content-ext{
    padding-left: 1.8%;
}

.terms-phone{
    text-decoration: none;
    color: #ffffff;
}
