.infoferta h4 {
    font-family: "Raleway", Public Sans;
    font-size: 16px;
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tableinfoferta .headtable {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #612525;
    border: solid 1px #612525;
    font-weight: 600;
    line-height: normal;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    font-size: 12px;
}

.tableinfoferta .headtable>span {
    width: 33.3%;
    text-align: center;
    max-width: 100%;
    color: white;
}

.tableinfoferta .rowoferta {
    border: solid 1px #612525;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 4px;
}

.tableinfoferta .rowoferta>span {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #191714;
    width: 33.3%;
    text-align: center;
    max-width: 100%;
    font-weight: 700;
}