@charset "UTF-8";
/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: Barra de accesibilidad
 *  - Version: 5.0.0
*/

/* Fuente iconografica */
@font-face {
  font-family: "govco-fontv5";
  src: url("../assets/icons/fonts/gov-co-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Verdana-Regular */
@font-face {
  font-family: 'Verdana-Regular';
  src: url('../assets/fonts/Verdana/static/Verdana-Regular.ttf');
}

/* Nunito_Sans-Bold */
@font-face {
	font-family: 'Nunito_Sans-Bold';
	src: url('../assets/fonts/Nunito_Sans/static/NunitoSans-Bold.ttf');
}

html {
  font-size: 100%;
}

h6 {
	font-family: 'Nunito_Sans-Bold';
	font-size: 16px;
}

a {
  font-family: 'Verdana-Regular';
  color: #0943B5;
}

.button-rounded-menu-govco {
	position: relative;
	padding: 0px 0px !important;
	border-radius: 1.313rem !important;
	transition-duration: 0.3s;
	width: 42px;
	height: 42px;
	background-color: #0943B5 !important;
	border: 0 !important;
	box-shadow: none !important;
	line-height: 1.5 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.button-rounded-menu-govco[aria-expanded="false"]:hover,
.button-rounded-menu-govco[aria-expanded="false"]:focus-visible,
.button-rounded-menu-govco[aria-expanded="false"].hover,
.button-rounded-menu-govco[aria-expanded="false"].focus {
	background-color: #B5C7E9 !important;
}

.button-rounded-menu-govco[aria-expanded="false"].negative,
.button-rounded-menu-govco[aria-expanded="false"].negative-focus
 {
	background-color: #ffffff !important;
}

.button-rounded-menu-govco[aria-expanded="false"]:focus-visible,
.button-rounded-menu-govco[aria-expanded="false"].focus{
	outline: max(0.125rem, 0.125rem) solid #000000;
	outline-offset: max(0.125rem, 0.125rem);
}

.button-rounded-menu-govco[aria-expanded="false"].negative-focus {
	outline: max(0.125rem, 0.125rem) solid #FFFFFF;
	outline-offset: max(0.125rem, 0.125rem);
}

.button-rounded-menu-govco[aria-expanded="false"]:active {
	background-color: #3366cc !important;
}

.button-rounded-menu-govco[aria-expanded="true"] {
	background-color: #3366cc !important;
}

.button-rounded-menu-govco::before {
	font-family: "govco-fontv5";
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	content: "\ea8c";

}

.button-rounded-menu-govco[aria-expanded="false"]:hover::before,
.button-rounded-menu-govco[aria-expanded="false"]:focus-visible::before,
.button-rounded-menu-govco[aria-expanded="false"].hover::before,
.button-rounded-menu-govco[aria-expanded="false"].focus::before {
	color: #3366cc;
}

.button-rounded-menu-govco[aria-expanded="false"].negative::before,
.button-rounded-menu-govco[aria-expanded="false"].negative-focus::before {
	color: #0943B5;
}

.button-rounded-menu-govco[aria-expanded="false"]:active::before {
	color: #ffffff;
}

.dropdown-container-govco {
	width: 2.625rem !important;
	padding: 0 !important;
}

.dropdown-arrow-govco {
	visibility: hidden;
	width: 0;
	height: 0;
	border-right: 0.435rem solid transparent;
	border-top: 0.435rem solid transparent;
	border-left: 0.435rem solid transparent;
	border-bottom: 0.435rem solid #ffffff;
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: 1;
	transform: translate(-14px, 10px);
}

.button-rounded-menu-govco .tooltip-text-govco {
	visibility: hidden;
	width: 16.75rem;
	height: 5.125rem;
	background-color: #ffffff;
	color: #4b4b4b;
	text-align: left;
	border-radius: 5px;
	padding: 0.625rem;
	position: absolute;
	z-index: 1;
	top: 0%;
	right: 0%;
	font-size: 14px;
	box-shadow: 4px 4px 2px #4b4b4b1a;
	transform: translate(0px, 52px);
}

.button-rounded-menu-govco[aria-expanded="false"]:hover .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"]:hover .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].hover .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"].hover .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"]:focus .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"]:focus .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].focus .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"].focus .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].negative .tooltip-text-govco,
.button-rounded-menu-govco[aria-expanded="false"].negative .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].negative-focus .dropdown-arrow-govco,
.button-rounded-menu-govco[aria-expanded="false"].negative-focus .tooltip-text-govco
{
	visibility: visible;
}

.dropdown-menu-candy-box-govco {
	width: 18rem;
	height: 9.375rem;
	background-color: #ffffff !important;
	box-shadow: 0.25rem 0.25rem 0.125rem #4b4b4b1a !important;
	border-radius: 0.313rem !important;
	padding: 14px 0.375rem 7px 0.375rem !important;
	margin-top: 10px !important;
	text-align: center !important;
	border: none !important;
	inset: 0px calc(2.625rem * (-0.01)) auto auto !important;
}

.dropdown-menu-candy-box-govco.show {
	transform: translate(0px, 42px) !important;
}

.dropdown-menu-candy-box-govco.not-show {
	display: none !important;
}

.button-rounded-menu-govco[aria-expanded="true"]+.dropdown-arrow-govco {
	visibility: visible;
}

.dropdown-title-govco {
	font-size: 16px;
	color: #4b4b4b;
	font-family: 'Nunito_Sans-Bold';
}

.dropdown-item-menu-ul {
	list-style: none;
	padding: 0 !important;
	margin: 0.4rem 0 0 0 !important;
	display: flex;
	justify-content: center;
}

.dropdown-item-menu-li {
	width: 5.75rem;
	height: 6.063rem;
	padding: 0;
}

.dropdown-item-govco {
	padding: 0.6rem !important;
	white-space: normal !important;
	border-radius: 0.3rem;
	line-height: 1rem;
	position: relative;
}

.dropdown-item-icon-govco {
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.313rem;
	background-color: #0943B5;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}

.icon-ciiu-govco {
	line-height: 0;
}

.icon-ciiu-govco::after {
	font-family: "govco-fontv5";
	color: #ffffff;
	font-size: 1.875rem;
	line-height: 18px;
	content: "\e891";
}

.icon-govco-govco {
	line-height: 0;
}

.icon-govco-govco::after {
	font-family: "govco-fontv5";
	color: #ffffff;
	font-size: 2rem;
	line-height: 18px;
	content: "\e947";
}

.icon-folder-user-govco {
	line-height: 0;
}

.icon-folder-user-govco::after {
	font-family: "govco-fontv5";
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 18px;
	content: "\e927";
}

.dropdown-item-govco span {
	text-align: center;
	color: #4b4b4b;
	font-size: 0.75rem;
}

.dropdown-item-govco.disabled .dropdown-item-icon-govco {
	background-color: #C8C8C8;
}

.dropdown-item-govco:hover,
.dropdown-item-govco.hover {
	background-color: #B5C7E9 !important;
	/* transition: all 0.3s linear; */
  width: 100% !important;
}

.dropdown-item-govco:focus {
	background-color: #ffffff !important;
}

.dropdown-item-govco:focus-visible,
.dropdown-item-govco.focus {
	background-color: #B5C7E9 !important;
  outline: max(0.125rem, 0.125rem) solid #000000;
	outline-offset: max(0.125rem, 0.125rem);
	z-index: 1;
  width: 100%;
}

.dropdown-item-govco:active,
.dropdown-item-govco.active-select {
	background-color: #ffffff !important;
	outline: 1px solid #0943B5;
	outline-offset: -1px;
	box-shadow: 0px 3px 2px #282c3424;
}

.dropdown-item-govco:active .dropdown-item-icon-govco,
.dropdown-item-govco.active-select .dropdown-item-icon-govco {
	background-color: #0943B5!important;
}

.dropdown-item-govco:active .item-active-icon-govco::before,
.dropdown-item-govco.active-select .item-active-icon-govco::before {
	font-family: "govco-fontv5";
	position: absolute;
	top: 10%;
	right: 22%;
	content: "\e886";
	font-size: 16px;
	color: #ffffff;
  border-radius: 1.313rem;
  border: 0.063rem solid #068460;
  background-color: #068460;
}

.dropdown-item-govco:active .item-active-icon-background-govco::before,
.dropdown-item-govco.active-select .item-active-icon-background-govco::before {
	font-family: "govco-fontv5";
	position: absolute;
	top: 10%;
	right: 22%;
	content: "\ec01";
	font-size: 16px;
	color: #ffffff;
}