.barra-convenios {
    width: 1000px;
    height: 116px;
    background-color: #FFF;
    border-radius: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-evenly;
    padding: 0 25px 0 25px;
    margin-bottom: 35px;
    margin-top: 0px;
}

.convenios {
    display: flex;
    align-items: center;
}
section#barra {
    display: flex;
    justify-content: center;
}
.btn-convenios {
    height: 59px;
    width: 234px;
    background-color: #957799;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-convenios a{
    color:#FFF;
    text-decoration: none;
}