
.menu-cards {
    padding-top: 25px;
    padding-bottom: 50px;
}

.menu-cards .item {
    color: #fff;
    background-color: white;
    padding: 50px 0px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    width: 100%;
}

.menu-cards .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-cards .item .icon {
    text-align: center;
    margin-bottom: 10px;
}

.menu-cards .item .icon img {
    width: 70px;
    height: 70px;
}

.menu-cards .item h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.menu-cards .item:hover h3 {
    color: #fff !important;
}

.menu-cards .item.bg-red:hover {
    background:#D60B52;
}

.menu-cards .item.bg-blue:hover {
    background: #2B2D70;
}

.menu-cards .item.bg-orange:hover {
    background:#F39200;
}

.menu-cards .item.bg-green:hover {
    background:#36A9E1;
}

/* Specific Text and Icon Colors */
.menu-cards .item.text-red h3,
.menu-cards .item.text-red .icon i {
    color: #D60B52;
}

.menu-cards .item.text-blue h3,
.menu-cards .item.text-blue .icon i {
    color: #2B2D70;
}

.menu-cards .item.text-orange h3,
.menu-cards .item.text-orange .icon i {
    color: #F39200;
}

.menu-cards .item.text-green h3,
.menu-cards .item.text-green .icon i {
    color: #36A9E1;
}

.menu-cards .row {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}
.text-center.mb-4 {   
    color: #2B2D70;
    font-family: 'NombreDeLaFuente', sans-serif;
}