* {
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
    color: #215d79;
}


.global_terminos-y-condiciones {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.terminos_y_condiciones {
    width: 75%;
    display: flex;
    justify-content: center;
    font-family: revert;;
    margin: 10px 0;
}

.terminos_y_condiciones > h1 {
    color: #7d7c7d;
}

.vijente__p-terminos-y-condiciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 10px 0;
}

.container_terminones-y-condiciones {
    width: 75%;
}

.h2__t-y-c {
    margin: 10px 0;
    font-family: system-ui;
    color: #7c7c7c;
}

p {
    font-family: system-ui;
}

.pregunta__t-y-c {
    margin: 20px 0;
}

.opinar__t-y-c {
    background: #2196f3;
    padding: 7px 10px;
    border-radius: 9px;
    margin: 5px;
}

.opinar__t-y-c > a {
    text-decoration: none;
    color: white;
}

.container__opinar {
    display: flex;
    margin-bottom: 55px;
}