#contenedor-texto-legal{
    display: none;
    background-color: #f9f9f9;
    height: 400px;

}

#contenedor-texto-legal .enlace-subrayado{
    color: var(--Color-Content-Interactive-Active, #2F6852);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: IberpangeaText-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}


.titulo-texto-legal{
    font-size: 24px;
    line-height: 32px;
    font-family: IberpangeaText-Regular;
    font-weight: 600;
    color: #2c2c2c;
    margin-inline: 5.188rem;
}
.parrafo-texto-legal{
    margin-inline: 5.188rem;
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    font-family: IberpangeaText-Regular;
    font-weight: 400;
    color: #707070;
}

@media(min-width: 992px){
    #contenedor-texto-legal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .parrafo-texto-legal{
        margin-inline: 5.188rem;
        width: 440px;
        font-size: 12px;
        line-height: 16px;
        font-family: IberpangeaText-Regular;
        font-weight: 400;
        color: #707070;
    }
}

@media(min-width: 1200px){
    .parrafo-texto-legal{
        margin-inline: 5.188rem;
        width: 530px;
        font-size: 12px;
        line-height: 16px;
        font-family: IberpangeaText-Regular;
        font-weight: 400;
        color: #707070;
    }
}
@media(min-width: 1800px){
 .titulo-texto-legal{
    margin-inline: 21.188rem;
 }
.parrafo-texto-legal{
    margin-inline: 21.188rem;
    width: 680px;
}
}