.destacado {
    border: 4px solid #006eff !important;
    background: #eef6ff !important;
    box-shadow: 0 18px 45px rgba(0, 110, 255, .35) !important;
    transform: scale(1.015);
}

.destacado img.card-img-top {
    height: 260px !important;
}

.destacado-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: #006eff;
    color: #fff;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .04em;
    box-shadow: 0 8px 20px rgba(0, 110, 255, .45);
}
