:root {
    --bg-color-primario: #357B89;
  // --bg-color-primario: #20A8B6;
    --bg-color-secundario: #E9A74E
}
.t-Button.t-Button--hot,
.uniguajira-primario {
    background-color: var(--bg-color-primario)!important
}
.uniguajira-secundario {
    background-color: var(--bg-color-secundario)!important;
    color: #fff
}
.t-Header-branding {
    color: #fff
}
.a-TreeView-content.is-selected.is-current--top,
.a-TreeView-row.is-focused,
.a-TreeView-row.is-selected,
.a-TreeView-row.is-selected.is-current--top,
.a-TreeView-row.is-selected.is-focused,
.ui-button.ui-corner-all.ui-widget {
    background-color: var(--bg-color-secundario)!important
}
.t-Cards--displayIcons .t-Card-icon,
.t-Header-branding {
    background-color: var(--bg-color-primario)
}
.a-IRR-controls-cell,
.a-IRR-reportSummary-icon,
.a-TreeView-badge {
    background-color: var(--bg-color-primario)!important
}
.t-Card-wrap {
    transition: transform .1s ease
}
.t-Card-wrap:hover {
    background-color: #f1efed!important
}
.t-Card-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--bg-color-secundario);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}
.t-Card-wrap:hover::before {
    transform-origin: left;
    transform: scaleX(1)
}
.a-TreeView-badge,
.t-Breadcrumb-label,
.t-BreadcrumbRegion-titleText,
.t-HeroRegion-title {
    font-family: Oracle Sans!important
}
.rw-pillar--neutral .t-Body-title:after,
.rw-pillar--neutral.rw-layout--fixed .t-Body-mainContent:before,
body:not([class*=rw-pillar--]) .t-Body-title:after,
body:not([class*=rw-pillar--]).rw-layout--fixed .t-Body-mainContent:before {
    background-image: none!important;
    background-color: #fff!important
}
.t-Form-labelContainer,
.t-fht-thead.js-stickyTableHeader.js-stickyWidget-toggle {
    z-index: 1!important
}
.ui-button-icon.ui-icon.ui-icon-closethick,
.ui-button.ui-corner-all.ui-widget {
    color: #fff
}
.imgRedonda {
    width:100px;
    height:100px;
    border-radius:50px;
    padding: 5px;
}