.requisitos {
    display: block;
}

h3 small {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.list-group li:hover {
    background-color: #e2ecf5;
    cursor: pointer;
}

.preco {
    margin: 10px auto;
    font-weight: normal;
    padding: 5px;
    color: #143655;
}

.preco div div {
    background-color: #EEE;
    padding: 10px 20px;
    border-radius: 15px;
}

.preco span {
    font-size: 24px;
    line-height: 1.45;
}

.preco p {
    font-size: 11px;
    display: block;
}

.card:not(:first-child) {
    margin-top: 15px;
}

.card-header h4 span {
    float: right;
    background: #143655;
    color: #fff;
    padding: 5px 15px;
    margin: -5px -10px -10px;
    border-radius: 8px 0px 0px 8px;
}

.card-header h4 small {
    display: block;
    font-weight: 200;
}

.card-body {
    display: none;
}

.plats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0px;
}

.plats h2 {
    display: block;
    width: 100%;
}

.plats div {
    background-color: #e2ecf5;
    border-radius: 1rem;
    text-align: center;
    color: #1a456d;
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.plats div img {
    width: 36px;
    height: 36px;
}

.plats div p {
    margin: 1rem auto;
    padding: 0;
    font-size: 1rem;
}