:root {
	--blue-unam: #052346;
	--bg-rgb-gold-unam: 232,158,59;
	--gold-unam: #e89e3b;
}

.border-gold {
	border: var(--bs-border-width) var(--bs-border-style) var(--gold-unam) !important;
}

.border-bottom-gold {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--gold-unam) !important;
}

.border-bottom-blue {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--blue-unam) !important;
}

h1.h2 {
	color: var(--blue-unam) !important;
}
h3.h4 {
	color: var(--gold-unam) !important;
}
.notificacion {
  background: linear-gradient(to bottom,#d9534f 0,#ff3d38 100%);
  color: #ffffff;
}

.proceso {
	background: linear-gradient(to bottom,#43D7C7 10%,#7AD7DE 100%);
}

.ria {
	background: linear-gradient(to bottom,#FFD800 5%,#E87A0C 100%);
}

.termino {
	background: linear-gradient(to bottom,#E4C6AC 0%,#97715C 100%);
}

.secretaria {
  background: linear-gradient(to bottom,#92F296 0%,#76C353 100%);
}

.acceso {
  background: linear-gradient(to bottom,#D7D0FB 0%,#AB9BFF 100%);
}

.obligaciones {
  background: linear-gradient(to bottom,#D0E9FB 0%,#78C1F6 100%);
}

.multiple { background: linear-gradient(to bottom,#fff 0%,#ff8000 100%); }
.ck-editor__editable_inline {
    min-height: 400px;
}

.bg-sg {
	background-color: #ecf0f4 !important;
	background-image: linear-gradient(#fafcfd, #e1e7ec) !important;
	border-bottom: 1px solid #a4c4dd;
}

.tooltip-inner {
    max-width: 600px !important;
}
