/* propiedades de las regiones */
.t-Region-header {
    background: linear-gradient(135deg, #0B4F9A 0%, #084385 100%) !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    text-shadow: none !important;
    box-shadow:
            0 6px 12px rgba(11,79,154,0.14),
            inset 0 1px 0 rgba(255,255,255,0.12) !important;
    transition: all 0.22s ease !important;
}

.t-Region-title {
    color: #FFFFFF !important;
}