/* Título con color HC Digital Property */
.titulo-hc {
    color: #C2185B;
    font-weight: 700;
}

/* Botón estilo HC */
.btn-hc {
    background-color: #C2185B;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.btn-hc:hover {
    background-color: #a3154e;
    color: #fff;
}
