@charset "UTF-8";

/* Fuente iconografica */
@font-face {
	font-family: 'govco-fontv2';
	src: url('../fonts/govco-fontv2.eot?35076025');
	src: url('../fonts/govco-fontv2.eot?35076025#iefix') format('embedded-opentype'),
		url('../fonts/govco-fontv2.woff2?35076025') format('woff2'),
		url('../fonts/govco-fontv2.woff?35076025') format('woff'),
		url('assets/icons/fonts/govco-font-icons.ttf') format('truetype'),
		url('assets/icons/govco/govco-fontv2.svg?35076025#govco-fontv2') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

html {
	font-size: 100%;
}


/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: all
 *  - Version: 4.0.0
 */

/* MIGA DE PAN */
.breadcrumb-govco {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.breadcrumb-item-govco {
	padding: 0.3rem 0.4rem 0.3rem 0.8rem;
}

.breadcrumb-item-govco+.breadcrumb-item-govco::before {
	float: left;
	padding-right: 0.8rem;
	color: #282C34;
	content: var(--bs-breadcrumb-divider, ">");
	font-weight: medium;
}

.breadcrumb-item-govco>a {
	color: #3366CC;
	text-decoration: underline;
}

.breadcrumb-item-govco.active {
	color: #282C34;
	font-weight: medium;
}

.breadcrumb-item-govco.invested {
	background-color: #004884;
}

.breadcrumb-item-govco.invested,
.breadcrumb-item-govco.invested>a,
.breadcrumb-item-govco.invested+.breadcrumb-item-govco.invested::before {
	color: #FFFFFF;
}


/* ================================= Buscador =============================== */
.search-govco {
	width: 100%;
	position: relative;
	z-index: 1;
}

.search-govco .bar-search-govco {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 12;
	padding: 0.2rem;
}

.search-govco .input-search-govco {
	width: 100%;
	font-family: WorkSans-Regular;
	height: 2.625rem;
	border-radius: 1.5rem;
	border: 0.063rem solid #4B4B4B;
	background-color: #FFFFFF;
	color: #4B4B4B;
	outline: 0;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5.5rem 0 1rem;
}

.search-govco .bar-search-govco.active .input-search-govco {
	padding: 0 5.5rem 0 1rem;
}

.search-govco .icon-search-govco {
	position: absolute;
	border: 0;
	background: #FFFFFF;
	padding: 0;
}

.search-govco .icon-close-search-govco {
	right: 3.3rem;
	padding: 0;
	border-right: 0.063rem solid #4B4B4B;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	display: none;
	cursor: pointer;
	line-height: initial;
}

.search-govco .icon-close-search-govco::after {
	font-family: "govco-font";
	content: "\eb73";
	font-size: 26px;
	color: #3366CC;
}

.search-govco .search-icon-search-govco {
	right: 0.45rem;
	background-color: #737373;
	border-radius: 50%;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.625rem;
}

.search-govco .search-icon-search-govco::after {
	font-family: "govco-font";
	content: "\eae1";
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.search-govco .container-options-search-govco {
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 2.8rem;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 1.5rem 1.5rem 0.125rem 0.125rem;
	border: 0.125rem solid #3366CC;
	-webkit-box-shadow: 0 0.188rem 0.375rem #00000029;
	-moz-box-shadow: 0 0.188rem 0.375rem #00000029;
	box-shadow: 0 0.188rem 0.375rem #00000029;
	text-align: center;
	z-index: 10;
	position: absolute;
	display: none;
	margin: 0.2rem;
}

.search-govco .options-search-govco {
	max-height: 12.063rem;
	margin-top: 0;
	overflow-y: auto;
	margin-bottom: 0.5rem;
}

.search-govco .options-search-govco::-webkit-scrollbar {
	width: 0.625rem;
}

.search-govco .options-search-govco::-webkit-scrollbar-track {
	background: #004884 0% 0% no-repeat padding-box;
	border-radius: 0.75rem;
}

.search-govco .options-search-govco::-webkit-scrollbar-thumb {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0.75rem;
	-webkit-box-shadow: 0 0.188rem 0.375rem #00000029;
	-moz-box-shadow: 0 0.188rem 0.375rem #00000029;
	box-shadow: 0 0.188rem 0.375rem #00000029;
	border: 0.125rem solid transparent;
}

.search-govco .options-search-govco ul {
	margin: 0;
	text-align: left;
	list-style: none;
	padding-left: 0;
}

.search-govco .options-search-govco ul li a {
	color: #4B4B4B;
	font-size: 16px;
	font-family: WorkSans-Regular;
	padding: 0.75rem 0 0.75rem 1rem;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.search-govco .options-search-govco ul li a strong {
	font-family: WorkSans-SemiBold;
}

.search-govco .options-search-govco ul li:not(.selected):hover,
.search-govco .options-search-govco ul li:not(.selected) a:focus {
	background: #E6EFFD;
}

.search-govco .options-search-govco ul li:not(.selected) a:active {
	background-color: #3366CC;
	color: #FFFFFF;
}

.search-govco .bar-search-govco.active~.container-options-search-govco,
.search-govco .bar-search-govco.exist-content .icon-close-search-govco {
	display: inline;
}

.search-govco input:disabled {
	background-color: #F2F2F2;
}

.search-govco .bar-search-govco:not(.active):not(.disabled) input:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

/* ================================= fin Buscador =============================== */


/* Volver arriba */

.volver-arriba-govco {
	color: #FFFFFF;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #3366CC 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 6px #00000029;
	transform: translateX(0);
	transition: all 300ms;
	text-align: center;
	border-width: 0px;
}

.volver-arriba-govco::before {
	font-family: "govco-fontv2";
	content: "\e8b4";
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	font-size: 36px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.volver-arriba-govco:hover {
	color: white;
	width: 118px;
	height: 54px;
	background: #004884 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 6px #00000029;
	border-radius: 27px 10px 10px 27px;
	text-align: center;
	border-width: 0px;
	text-align: left;
	transform: translateX(-50%);
	transition: all 300ms;
}

.volver-arriba-govco:hover::before {
	font-family: "govco-fontv2";
	content: "\e8b4";
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	font-size: 36px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
}

.volver-arriba-govco:hover::after {
	content: "Volver arriba";
	color: white;
	position: absolute;
	text-align: center;
	font: normal normal medium 16px/19px Work Sans;
	letter-spacing: 0px;
	margin-top: 8px;
	margin-left: 8px;
	line-height: 1.2;
	width: 52px;
	height: 42px;
	transform: none;
}


.volver-arriba-govco:focus,
.volver-arriba-govco:active {
	color: white;
	width: 118px;
	height: 54px;
	background: #004884 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 6px #00000029;
	border-radius: 27px 10px 10px 27px;
	border-width: 0px;
	text-align: left;
	outline: 7px double black !important;
	transform: translateX(-50%);
	transition: all 300ms;
}

.volver-arriba-govco:focus::before,
.volver-arriba-govco:active::before {
	font-family: "govco-fontv2";
	content: "\e8b4";
	display: inline-block;
	font-weight: 900;
	line-height: 1;
	font-size: 36px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
}

.volver-arriba-govco:focus::after,
.volver-arriba-govco:active::after {
	content: "Volver arriba";
	color: white;
	position: absolute;
	text-align: center;
	font: normal normal medium 16px/19px Work Sans;
	letter-spacing: 0px;
	margin-top: 8px;
	margin-left: 8px;
	line-height: 1.2;
	width: 52px;
	height: 42px;
}

/* ================================= fin iconografia =============================== */

/* ================================= Color =============================== */

.govcolor-blue-dark {
	color: #004884;
}

.govcolor-marine {
	color: #3366cc;
}

.govcolor-blue-light {
	color: #c9e2ff;
}

.govcolor-black {
	color: #000000;
}

.govcolor-tundora {
	color: #4B4B4B;
}

.govcolor-dim-gray {
	color: #737373;
}

.govcolor-silver {
	color: #BABABA;
}

.govcolor-concrete {
	color: #F2F2F2;
}

.govcolor-hawkes-blue {
	color: #F6F8F9;
}

.govcolor-white {
	color: #FFFFFF;
}

.govcolor-radical-red {
	color: #F42F63;
}

.govcolor-shiraz {
	color: #A80521;
}

.govcolor-orange {
	color: #F3561F;
}

.govcolor-gold {
	color: #FFAB00;
}

.govcolor-elf-green {
	color: #068460;
}

.govcolor-dodger-blue {
	color: #3772FF;
}

.govcolor-blue-capri {
	color: #81ABFF;
}

.govcolor-blue-denim {
	color: #4573D0;
}

.govcolor-blue-lake {
	color: #5B8BFF;
}

.govcolor-blue-quilt {
	color: #9DBEFF;
}

.govcolor-blue-ocean {
	color: #5881D5;
}

.govcolor-blue-marlin {
	color: #4A7EFF;
}

.govcolor-orange-v2 {
	color: #FF6C00;
}

.govcolor-green {
	color: #069169;
}

.govcolor-red-flag {
	color: #D31F3F;
}

.govcolor-yellow {
	color: #FAD118;
}

.govcolor-gray {
	color: #f1f1f1;
}

.govco-bg-blue-dark {
	background-color: #004884;
}

.govco-bg-marine {
	background-color: #3366cc;
}

.govco-bg-blue-light {
	background-color: #c9e2ff;
}

.govco-bg-black {
	background-color: #000000;
}

.govco-bg-tundora {
	background-color: #4B4B4B;
}

.govco-bg-dim-gray {
	background-color: #737373;
}

.govco-bg-silver {
	background-color: #BABABA;
}

.govco-bg-concrete {
	background-color: #F2F2F2;
}

.govco-bg-hawkes-blue {
	background-color: #F6F8F9;
}

.govco-bg-white {
	background-color: #FFFFFF;
}

.govco-bg-radical-red {
	background-color: #F42F63;
}

.govco-bg-shiraz {
	background-color: #A80521;
}

.govco-bg-orange {
	background-color: #F3561F;
}

.govco-bg-gold {
	background-color: #FFAB00;
}

.govco-bg-elf-green {
	background-color: #068460;
}

.govco-bg-dodger-blue {
	background-color: #3772FF;
}

.govco-bg-blue-capri {
	background-color: #81ABFF;
}

.govco-bg-blue-denim {
	background-color: #4573D0;
}

.govco-bg-blue-lake {
	background-color: #5B8BFF;
}

.govco-bg-blue-quilt {
	background-color: #9DBEFF;
}

.govco-bg-blue-ocean {
	background-color: #5881D5;
}

.govco-bg-blue-marlin {
	background-color: #4A7EFF;
}

.govco-bg-orange-v2 {
	background-color: #FF6C00;
}

.govco-bg-green {
	background-color: #069169;
}

.govco-bg-red-flag {
	background-color: #D31F3F;
}

.govco-bg-yellow {
	background-color: #FAD118;
}

.govco-bg-gray {
	background-color: #f1f1f1;
}

.card-paleta {
	width: 100%;
	-webkit-box-shadow: 0px 4px 2px #00000029;
	-moz-box-shadow: 0px 4px 2px #00000029;
	box-shadow: 0px 4px 2px #00000029;
}

.card-paleta-header {
	height: 6rem;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.content-color-info {
	border-radius: 10px !important;
}

.content-color-info span {
	font-size: 1rem !important;
	font-weight: 400 !important;
	text-align: center;
	font-family: "WorkSans-Regular";
	color: #000000;
	display: block;
}

.govcolor-info-danger {
	background-color: #A80521;
	width: 100%;
	height: 2.5rem;
	border-radius: 10px !important;
}

.govcolor-info-warning {
	background-color: #FFAB00;
	width: 100%;
	height: 2.5rem;
	border-radius: 10px !important;
}

.govcolor-info-success {
	background-color: #068460;
	width: 100%;
	height: 2.5rem;
	border-radius: 10px !important;
}

/* ================================= fin Color =============================== */


/* ================================= Tipografía =============================== */
.h1-tipografia-govco,
.h2-tipografia-govco,
.h3-tipografia-govco,
.h4-tipografia-govco,
.h5-tipografia-govco,
.h6-tipografia-govco {
	font-family: Montserrat-SemiBold;
	color: #000000;
}

.h1-tipografia-govco {
	font-size: 40px;
	line-height: 3rem;
}

.h2-tipografia-govco {
	font-size: 32px;
	line-height: 2.875rem;
}

.h3-tipografia-govco {
	font-size: 24px;
	line-height: 2.25rem;
}

.h4-tipografia-govco {
	font-size: 20px;
	line-height: 1.875rem;
}

.h5-tipografia-govco {
	font-size: 18px;
	line-height: 1.688rem;
}

.h6-tipografia-govco {
	font-size: 16px;
	line-height: 1.5rem;
}

/* textos */
.text1-tipografia-govco {
	font-family: Montserrat-Medium;
	color: #000000;
	line-height: 1.875rem;
	font-size: 20px;
}

.text2-tipografia-govco {
	font-family: WorkSans-Regular;
	color: #000000;
	line-height: 1.5rem;
	font-size: 16px;
}

.text3-tipografia-govco {
	font-family: WorkSans-Regular;
	color: #000000;
	line-height: 1.313rem;
	font-size: 14px;
}

.text1-tipografia-govco.bold-tipografia-govco {
	font-family: Montserrat-Bold;
}

.text2-tipografia-govco.bold-tipografia-govco,
.text3-tipografia-govco.bold-tipografia-govco {
	font-family: WorkSans-Bold;
}

.italic-tipografia-govco {
	font-family: Montserrat-MediumItalic;
}

/* Enlaces */
.link-tipografia-govco {
	font-family: WorkSans-Medium;
	color: #3366CC;
	line-height: 1.375rem;
	font-size: 15px;
}

.link-tipografia-govco:hover {
	color: #004884;
}

.link-tipografia-govco:focus-visible {
	color: #004884;
	outline: max(0.125rem, 0.125rem) solid #707070;
	outline-offset: max(0.313rem, 0.313rem);
	border-radius: 1.875rem;
}

.link-tipografia-govco:visited {
	color: #4B4B4B;
}

.link-tipografia-govco[aria-disabled="true"] {
	color: #737373;
	pointer-events: none;
}

/* ================================= fin Tipografía =============================== */


/* ================================= Barra superior =============================== */
.barra-superior-govco {
	background-color: #3366cc;
	width: 100%;
	height: 3rem;
	padding-left: 4.375rem;
}

.barra-superior-govco a {
	content: url(https://cdn.www.gov.co/assets/images/logo.svg);
	height: 1.875rem;
	width: 8.5rem;
}

.barra-superior-govco a:focus-visible {
	outline: max(0.125rem, 0.15em) solid #FFFFFF;
	border-radius: 0.313rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco {
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 0.313rem;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	border: 0.125rem solid #FFFFFF;
	font-size: 10px;
	position: absolute;
	right: 5.375rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover {
	background-color: #004884;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:focus {
	outline: max(0.125rem, 0.15em) solid #FFFFFF;
	outline-offset: max(0.188rem, 0.15em);
}

.barra-superior-govco .idioma-icon-barra-superior-govco::before {
	font-family: "govco-font";
	content: '\ec56';
	color: #3366CC;
	font-size: 14px;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover::before {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.barra-superior-govco {
		padding: 0;
	}

	.barra-superior-govco .idioma-icon-barra-superior-govco {
		right: 1rem;
	}
}

/* ================================= fin Barra superior =============================== */

/* ================================= Entradas de texto =============================== */
/* all */
.entradas-de-texto-govco {
	padding: 1rem 0;
	font-size: 16px;
	font-family: WorkSans-Regular;
}

.entradas-de-texto-govco label {
	color: #4B4B4B;
	display: block;
	font-size: 16px;
	margin-bottom: 0.625rem;
	line-height: 1.375rem;
}

.entradas-de-texto-govco .container-input-texto-govco {
	position: relative;
}

.entradas-de-texto-govco input {
	outline: none;
	background-color: #FFFFFF;
	border: 0.094rem solid #737373;
	border-radius: 0.313rem;
	width: 100%;
	padding: 0.5rem;
	color: #4B4B4B;
	font-size: 16px;
	margin-bottom: 0.5rem;
	display: inline;
	height: auto;
	box-sizing: inherit;
	line-height: 1.375rem;
}

.entradas-de-texto-govco input::placeholder {
	color: #737373;
}

.entradas-de-texto-govco input:not(.success):not(.error):focus {
	box-shadow: 0 0.25rem 0 #3366CC24;
	border: 0.094rem solid #3366CC;
}

.entradas-de-texto-govco input:disabled {
	background-color: #F2F2F2;
	border: 0.094rem solid #BABABA;
}

.entradas-de-texto-govco input:disabled::placeholder,
.entradas-de-texto-govco.disabled-govco label,
.entradas-de-texto-govco.disabled-govco span {
	color: #BABABA;
}

/* contador, nota, contraseña, Correo electronico, Teléfono, Validaciones */
.entradas-de-texto-govco .alert-entradas-de-texto-govco {
	display: block;
}

/* contador */
.entradas-de-texto-govco .counter-entradas-de-texto-govco {
	color: #737373;
	float: right;
}

/* nota, contraseña */
.entradas-de-texto-govco .info-entradas-de-texto-govco {
	color: #737373;
}

/* contraseña, Correo electronico, Teléfono, Validaciones */
.entradas-de-texto-govco .icon-entradas-de-texto-govco {
	position: absolute;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	display: block;
	background-size: 1.6rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-65%);
}

.entradas-de-texto-govco .eye-slash-entradas-de-texto-govco {
	right: 0.625rem;
}

.entradas-de-texto-govco .eye-entradas-de-texto-govco {
	right: 0.625rem;
}

.entradas-de-texto-govco .icon-entradas-de-texto-govco::after {
	font-family: "govco-font";
}

.entradas-de-texto-govco .eye-entradas-de-texto-govco::after {
	content: "\e937";
	color: #3366CC;
	font-size: 21.3px;
}

.entradas-de-texto-govco .eye-slash-entradas-de-texto-govco::after {
	content: "\e936";
	color: #737373;
	font-size: 19.2px;
}

/* contraseña, Correo electronico, Teléfono, Validaciones */
.entradas-de-texto-govco input.success {
	border: 0.094rem solid #068460 !important;
}

.entradas-de-texto-govco input.success::placeholder,
.entradas-de-texto-govco input.success {
	color: #077253;
}

.entradas-de-texto-govco .success-texto-govco {
	color: #068460;
}

.entradas-de-texto-govco input.error {
	border: 0.094rem solid #A80521 !important;
}

.entradas-de-texto-govco input.error::placeholder,
.entradas-de-texto-govco .error-texto-govco,
.entradas-de-texto-govco input.error {
	color: #A80521;
}

.entradas-de-texto-govco input.success~.success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco input.error~.error-icon-entradas-de-texto-govco {
	display: initial;
}

.entradas-de-texto-govco input::-ms-reveal {
	display: none;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
	right: 0.625rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	text-align: center;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco {
	background-color: #068460;
}

.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
	background-color: #A80521;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco::after,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco::after {
	color: #FFFFFF;
	font-size: 14px;
}

.entradas-de-texto-govco .success-icon-entradas-de-texto-govco::after {
	content: "\e8a7";
}

.entradas-de-texto-govco .error-icon-entradas-de-texto-govco::after {
	content: "\e92f";
}

.entradas-de-texto-govco .none,
.entradas-de-texto-govco .success-icon-entradas-de-texto-govco,
.entradas-de-texto-govco .error-icon-entradas-de-texto-govco {
	display: none;
}

/* ================================= fin Entradas de texto =============================== */


/* ================================= Opciones de selección =============================== */

/* checkbox */
.checkbox-seleccion-govco {
	display: block;
	cursor: pointer;
}

.checkbox-seleccion-govco label {
	font-size: 16px;
	color: #4b4b4b;
	font-family: WorkSans-Regular;
}

.checkbox-seleccion-govco input[type="checkbox"]+label {
	color: #4B4B4B;
	font-size: 16px;
	cursor: pointer;
}

.checkbox-seleccion-govco input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #3366CC;
	width: 1.25rem;
	height: 1.25rem;
	border: 0.188rem solid #3366cc;
	transform: translateY(-0.075em);
	border-radius: 0.25rem;
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
	cursor: pointer;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked::after {
	content: "";
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0.188rem;
	width: 0.438rem;
	height: 0.813rem;
	border: solid #ffffff;
	border-width: 0 0.188rem 0.188rem 0;
	transform: rotate(45deg);
	border-radius: 0.125rem;
}

.checkbox-seleccion-govco input[type="checkbox"]:not(:checked),
.checkbox-seleccion-govco input[type="checkbox"]:checked {
	pointer-events: auto !important;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked {
	background-color: #3366CC;
}

.checkbox-seleccion-govco input[type="checkbox"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.checkbox-seleccion-govco input[type="checkbox"]:disabled {
	border: 0.188rem solid #737373;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked:disabled {
	background-color: #737373;
}

.checkbox-seleccion-govco input[type="checkbox"]:disabled+label {
	color: #737373;
}

/* switch */
.switch-seleccion-govco {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 0.938rem;
	display: flex;
	align-items: center;
	display: block;
}

.switch-seleccion-govco label {
	font-size: 16px;
	color: #4b4b4b;
	font-family: WorkSans-Regular;
}

.switch-seleccion-govco input {
	margin-top: 0.563rem;
	padding: 0;
	margin: 0 !important;
	cursor: pointer;
	border: 0.063rem solid #3366cc;
	height: 1.25rem;
	width: 2.25rem !important;
	position: relative !important;
	opacity: 1 !important;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='rgba(51, 102, 204)'/></svg>") !important;
}

.switch-seleccion-govco input:checked {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
	background-color: #3366cc;
	border: 0.063rem solid #3366cc;
}

.switch-seleccion-govco input:disabled {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23737373'/></svg>") !important;
	background-color: #BABABA;
	border: 0.063rem solid #737373;
}

.switch-seleccion-govco input:checked:disabled {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
	background-color: #737373;
}

.switch-seleccion-govco input:disabled+label {
	color: #737373;
}

.switch-seleccion-govco input:focus-visible {
	outline: 0.125rem solid black;
	outline-offset: 0.188rem;
	box-shadow: none !important;
}

.switch-seleccion-govco label {
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	display: initial;
	margin-left: 0.5rem;
	font-size: 16px;
}

/* Radio button */
.radio-seleccion-govco {
	margin-bottom: 0.125rem;
}

.radio-seleccion-govco input[type="radio"]+label {
	color: #4B4B4B;
	font-size: 16px;
	font-family: WorkSans-Regular;
	margin: 0;
	line-height: 1.375rem;
	cursor: pointer;
}

.radio-seleccion-govco input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #3366CC;
	width: 1.15em;
	height: 1.15em;
	border: 0.1667rem solid #3366cc;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
}

.radio-seleccion-govco input[type="radio"]:hover {
	border: 0.15em solid #004884;
}

.radio-seleccion-govco input[type="radio"]:disabled {
	border: 0.15em solid #737373;
}

.radio-seleccion-govco input[type="radio"]:disabled+label {
	color: #737373;
}

.radio-seleccion-govco input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #3366CC;
}

.radio-seleccion-govco input[type="radio"]:hover::before {
	box-shadow: inset 1em 1em #004884;
}

.radio-seleccion-govco input[type="radio"]:disabled::before {
	box-shadow: inset 1em 1em #737373;
}

.radio-seleccion-govco input[type="radio"]:checked::before {
	transform: scale(1);
}

.radio-seleccion-govco input[type="radio"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.radio-seleccion-govco input[type="radio"]:not(:checked),
.radio-seleccion-govco input[type="radio"]:checked {
	pointer-events: all !important;
	cursor: pointer;
}

/* ================================= fin Opciones de selección =============================== */


/* ================================= Menú de Navegación =============================== */
.container-navbar-menu-govco {
	background-color: #F2F2F2 !important;
	width: 100%;
	min-height: 3.75rem;
	max-height: 4.5rem;
}

.container-navbar-menu-govco.blue-menu-govco,
.blue-menu-govco .navbar-collapse-menu-govco {
	border-bottom: 0.188rem solid #004884;
}

.container-navbar-menu-govco.green-menu-govco,
.green-menu-govco .navbar-collapse-menu-govco {
	border-bottom: 0.188rem solid #068460;
}

.container-navbar-menu-govco.yellow-menu-govco,
.yellow-menu-govco .navbar-collapse-menu-govco {
	border-bottom: 0.188rem solid #FAD118;
}

.container-navbar-menu-govco.red-menu-govco,
.red-menu-govco .navbar-collapse-menu-govco {
	border-bottom: 0.188rem solid #D31F3F;
}

.container-navbar-menu-govco.orange-menu-govco,
.orange-menu-govco .navbar-collapse-menu-govco {
	border-bottom: 0.188rem solid #FF6C00;
}

.navbar-collapse-menu-govco {
	background-color: #F2F2F2 !important;
}

.navbar-menu-govco .megamenu-menu-govco,
.navbar-menu-govco .dropdown-large-menu-govco {
	background-color: #F2F2F2 !important;
}

.navbar-menu-govco ul.navbar-nav li {
	background-color: #F2F2F2;
}

.navbar-menu-govco ul.navbar-nav li a {
	white-space: normal;
	color: #4B4B4B !important;
	height: 100%;
	display: flex;
	font-size: 14px;
	line-height: normal !important;
	font-family: WorkSans-Medium;
}

.navbar-menu-govco ul.navbar-nav li a.nav-link.active {
	font-family: WorkSans-SemiBold;
}

.navbar-menu-govco ul.navbar-nav li a:not(.active):hover .text-item-menu-govco {
	text-decoration: underline;
}

.navbar-menu-govco ul.navbar-nav li a.disabled {
	color: #BABABA !important;
}

.navbar-menu-govco ul.navbar-nav li a:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.188rem, 0.15em);
	z-index: 1;
	font-family: WorkSans-SemiBold;
}

.navbar-menu-govco ul.navbar-nav li ul {
	background-color: #F2F2F2;
	border: 0;
}

.navbar-menu-govco ul.navbar-nav li ul li {
	width: 100%
}

.navbar-menu-govco ul.navbar-nav li ul li a {
	align-items: center;
	padding: 0 0 0 1.875rem;
	font-family: WorkSans-Regular;
}

.navbar-menu-govco ul.navbar-nav li ul li a:not(.active):hover {
	text-decoration: underline;
	background-color: #F2F2F2;
}

.navbar-menu-govco ul.navbar-nav li ul li a:active,
.navbar-menu-govco ul.navbar-nav li ul li a.active,
.navbar-menu-govco ul.navbar-nav li ul li a:not(.active):focus-visible {
	background-color: #FFFFFF !important;
	color: #4B4B4B !important;
	font-family: WorkSans-Medium;
}

.navbar-menu-govco ul.navbar-nav li div span {
	font-size: 15px;
	color: #4B4B4B;
}

.navbar-menu-govco ul.navbar-nav li a .icon-caret-menu-govco::before {
	font-family: "govco-font";
	content: "\e88e";
	line-height: 1;
	font-size: 16px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #4B4B4B;
}

.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before,

.icon-entidad-menu-govco {
	content: url(https://cdn.www.gov.co/v4/assets/images/Entidad.svg);
	height: 2.188rem;
	margin-left: 1.125rem;
	padding: 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar-menu-govco ul.navbar-nav li a {
		padding-top: 1rem;
	}

	.navbar-menu-govco {
		font-size: 14px;
		margin: 0 auto;
		padding: 0 !important;
		max-width: 65.875rem;
	}

	.navbar-menu-govco .container-second-navbar-menu-govco {
		padding: 0;
		margin: 0 auto;
	}

	.navbar-menu-govco .megamenu-menu-govco {
		padding: 0.6rem;
		border-radius: 0 0 0.313rem 0.313rem;
		border: 0;
		margin-top: -0.16rem !important;
		left: 0;
		right: 0;
		width: 100%;
	}

	.navbar-menu-govco .dropdown-large-menu-govco {
		padding: 0.6rem;
		border-radius: 0 0 0.313rem 0.313rem;
		border: 0;
		margin-top: -0.01rem !important;
	}

	.navbar-menu-govco ul.navbar-nav-menu-govco {
		margin: 0 auto;
		height: 4.313rem;
	}

	.navbar-menu-govco ul.navbar-nav li {
		max-width: 13.75rem;
	}

	.navbar-menu-govco ul.navbar-nav li a span.container-text-icon-menu-govco {
		display: flex;
	}

	.navbar-menu-govco ul.navbar-nav li a span.text-item-menu-govco {
		max-width: 11.25rem;
		padding: 0 0.5rem;
	}

	.navbar-menu-govco ul.navbar-nav li ul {
		margin-top: -0.01rem !important;
		border-radius: 0 0 0.313rem 0.313rem;
	}

	.navbar-menu-govco ul.navbar-nav li ul li {
		min-width: 18.75rem;
		background-color: #F2F2F2;
	}

	.navbar-menu-govco ul.navbar-nav li ul li a {
		height: 2.25rem;
	}

	.navbar-menu-govco ul.navbar-nav li div ul li {
		min-width: auto;
	}

	.navbar-menu-govco .container-items-govco {
		display: flex;
		justify-content: space-between;
	}

	.navbar-menu-govco .colum-item-menu-govco {
		display: inline-block;
		max-width: 12.5rem;
	}

	.navbar-menu-govco .has-megamenu-menu-govco {
		position: static !important;
	}

	.navbar-menu-govco .dropdown-large-menu-govco.col-3-menu-govco {
		min-width: 40.625rem;
	}

	.navbar-menu-govco .dropdown-large-menu-govco.col-2-menu-govco {
		min-width: 30rem;
	}
}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

	.navbar-menu-govco {
		padding:0;
	}

	.navbar-menu-govco .button-responsive-menu-govco {
		border: 0;
		margin-right: 1.125rem;
	}

	.icon-bars-menu-govco::before {
		font-family: "govco-font";
		content: "\e83f";
		line-height: 1;
		font-size: 35px;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		color: #737373;
	}

	.navbar-collapse-menu-govco {
		z-index: 2;
		position: absolute;
		top: 3.563rem;
		width: 100%;
		margin: 0;
		left: 0;
		height: calc(100vh - 3.563rem);
		transition: none !important;
		border-bottom: 0.188rem solid #004884;
	}

	.button-responsive-menu-govco:not(.collapsed) .icon-bars-menu-govco::before {
		font-family: "govco-font";
		content: "\eb73";
	}

	.navbar-menu-govco ul.navbar-nav li > a, .navbar-menu-govco ul.navbar-nav li > span {
		align-items: center;
		padding-left: 1.5rem !important;
		padding-right: 1.875rem !important;
		padding-bottom: .75rem !important;
	}

	.navbar-menu-govco.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 0.625rem;
	}

	.navbar-menu-govco ul.navbar-nav li div span {
		padding-left: 1.5rem;
	}

	.navbar-menu-govco ul.navbar-nav {
		padding: 0;
	}

	.navbar-menu-govco ul.navbar-nav li a span.text-item-menu-govco {
		align-items: center;
	}

	.navbar-menu-govco ul.navbar-nav li a span {
		display: grid;
		grid-template-columns: 110fr 1fr;
	}

	.navbar-menu-govco ul.navbar-nav li ul li a {
		height: 3rem;
	}

	.navbar-menu-govco .colum-item-menu-govco {
		margin-bottom: 0.5rem;
	}

	.navbar-menu-govco ul.navbar-nav li a.show .icon-caret-menu-govco::before {
		font-family: "govco-font";
		content: "\e895";
	}

	.container-search-icon-menu-govco {
		display: grid;
		grid-template-columns: 20fr 1fr;
		grid-gap: 2.5rem;
		align-items: center;
		margin-bottom: 0.5rem;
		margin-right: 1.125rem;
		margin-top: 0.938rem;
	}

	.icon-user-alt-menu-govco {
		text-align: center;
	}

	.icon-user-alt-menu-govco::before {
		font-family: "govco-font";
		content: "\eba3";
		line-height: 1;
		font-size: 30px;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		color: #737373;
	}

	.navbar-menu-govco .megamenu-menu-govco,
	.navbar-menu-govco .dropdown-large-menu-govco {
		margin-top: 0 !important;
	}

	.container-second-navbar-menu-govco {
		padding: 0;
	}
}

/* ============ mobile view .end// ============ */
/* ================================= fin Menú de Navegación =============================== */


/* ================================= Desplegables =============================== */
/* all */
.label-desplegable-govco {
	text-align: left;
	font-family: WorkSans-Regular;
	font-size: 16px;
	letter-spacing: 0;
	color: #4B4B4B;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}

.desplegable-govco {
	position: relative;
	text-align: left;
	font-family: WorkSans-Regular;
	font-size: 16px;
	letter-spacing: 0;
}

.desplegable-govco .govco-chevron-left:before {
	content: '\e8b6';
}

.desplegable-govco .govco-chevron-right:before {
	content: '\e8b7';
}

.desplegable-govco select {
	display: none;
}

.desplegable-govco .desplegable-selected-option {
	border: 0.063rem solid #737373;
	border-radius: 0.313rem;
}

.desplegable-govco button.desplegable-selected-option {
	line-height: 1.5rem;
}

.desplegable-govco .desplegable-selected-option:hover {
	border: 0.063rem solid #3366CC;
	border-radius: 0.313rem;
}

.desplegable-govco .desplegable-selected-option:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco .desplegable-selected-option:after {
	font-family: "govco-font";
	font-size: 12px;
	content: '\e8b5';
	position: absolute;
	margin-top: 0.188rem;
	right: 0.75rem;
	color: #3366cc;
}

.desplegable-govco .desplegable-selected-option:after:hover {
	position: absolute;
	content: "";
	top: 1rem;
	right: 0.625rem;
	width: 0;
	height: 0;
	border: 0.313rem solid transparent;
	border-color: #3366CC transparent transparent transparent;
}

.desplegable-govco:not(.desplegable-calendar-govco) .desplegable-selected-option.search-filter-selected-option.desplegable-arrow-active:not(.error-desplegable-govco):after {
	content: '\e8b8';
}

.desplegable-govco .desplegable-selected-option.desplegable-arrow-active {
	border: 0.063rem solid #3366CC;
	box-shadow: 0 0.25rem 0 #3366CC24;
}

.desplegable-govco .desplegable-items li,
.desplegable-govco .desplegable-selected-option {
	font-family: WorkSans-Regular;
	font-size: 16px;
	color: #4B4B4B;
	padding: 0.438rem 3.8rem 0.438rem 1rem;
	cursor: pointer;
	user-select: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	display: flex;
	align-items: center;
}

.desplegable-govco .desplegable-items li {
	height: 2.5rem;
}

.desplegable-govco .desplegable-selected-option[value="0"] {
	color: #737373;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco,
.desplegable-govco .desplegable-selected-option:disabled {
	border-color: #BABABA;
	background-color: #F2F2F2;
	color: #BABABA;
	pointer-events: none;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco input::placeholder,
.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco input {
	color: #BABABA;
	pointer-events: none;
}

.desplegable-govco .desplegable-selected-option.disabled-desplegable-govco::after,
.desplegable-govco .desplegable-selected-option:disabled::after {
	color: #BABABA;
}

.desplegable-govco .desplegable-selected-option.error-desplegable-govco,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco {
	border-color: #A80521;
	color: #A80521;
}

.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco::after {
	font-size: 14px;
	color: #FFFFFF;
	content: "\e92f";
	background-color: #A80521;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	padding-top: 0.125rem;
	border-radius: 50%;
	margin-top: 0;
}

.desplegable-govco .desplegable-selected-option.error-desplegable-govco::after,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco input::placeholder,
.desplegable-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco input {
	color: #A80521;
}

.label-desplegable-govco.disabled-desplegable-govco~.alert-desplegable-govco,
.label-desplegable-govco.disabled-desplegable-govco {
	color: #BABABA;
}

.desplegable-govco .desplegable-items {
	box-shadow: 0 0.188rem 0.375rem #00000029;
	position: absolute;
	outline: 0.063rem solid #3366CC;
	border-radius: 0.125rem;
	background-color: white;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0.063rem;
	margin-top: 0.25rem;
	max-height: 12.5rem;
	overflow-y: auto;
	list-style: none;
	padding: 0;
}

.desplegable-govco .desplegable-items::-webkit-scrollbar {
	width: 0.519rem;
	background: #004884 0% 0% no-repeat padding-box;
	border-radius: 0.75rem;
}

.desplegable-govco .desplegable-items::-webkit-scrollbar-thumb {
	border-radius: 0.75rem;
	box-shadow: 0 0.188rem 0.375rem #00000029;
	background-color: #FFFFFF;
	border: 0.063rem solid #000;
}

.desplegable-govco .desplegable-items li:hover,
.desplegable-govco .desplegable-items li:focus-visible {
	background-color: #E6EFFD;
}

.desplegable-govco .desplegable-items li:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
}

.desplegable-govco .desplegable-items li.same-as-selected {
	background-color: #3366CC;
	color: #FFFFFF;
}

.desplegable-govco .desplegable-hide {
	display: none;
}

.desplegable-govco~.alert-desplegable-govco {
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	font-size: 16px;
	line-height: 1.375rem;
	margin-top: 1rem;
	display: block;
}

.desplegable-govco~.alert-desplegable-govco.error-desplegable-govco {
	color: #A80521;
}

/* Filtro */
.desplegable-govco.desplegable-filter-govco .desplegable-selected-option:not(.desplegable-arrow-active):focus-within {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco.desplegable-filter-govco .desplegable-selected-option .btn-clear-desplegable-govco {
	position: absolute;
	right: 2rem;
	border: 0;
	background: transparent;
	padding: 0;
}

.desplegable-govco.desplegable-filter-govco .desplegable-selected-option.search-filter-selected-option.error-desplegable-govco .btn-clear-desplegable-govco {
	right: 2.5rem;
}

.desplegable-govco.desplegable-filter-govco .btn-clear-desplegable-govco::before {
	font-family: "govco-font";
	font-size: 24px;
	content: '\eb73';
	color: #3366CC;
	border-right: 0.063rem solid #BABABA;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

.desplegable-govco.desplegable-filter-govco .disabled-desplegable-govco .btn-clear-desplegable-govco::before {
	color: #BABABA;
}

.desplegable-govco.desplegable-filter-govco ul li.none-desplegable-govco {
	display: none;
}

/*  Filtro, Calendario */
.desplegable-govco .desplegable-selected-option input {
	display: inline-block;
	box-shadow: none;
	border: none;
	width: 100%;
	margin-top: 0.313rem;
	transition: none;
	box-shadow: none;
	padding: 0;
	height: 1.25rem;
	margin: 0;
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	background-color: transparent;
}

.desplegable-govco .desplegable-selected-option input:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}


/* Casillas de verificación */
/* opciones de seleccion */
/* checkbox */
.checkbox-seleccion-govco {
	display: block;
	cursor: pointer;
}

.checkbox-seleccion-govco label {
	font-size: 16px;
	color: #4b4b4b;
	font-family: WorkSans-Regular;
}

.checkbox-seleccion-govco input[type="checkbox"]+label {
	color: #4B4B4B;
	font-size: 16px;
	cursor: pointer;
}

.checkbox-seleccion-govco input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #3366CC;
	width: 1.25rem;
	height: 1.25rem;
	border: 0.188rem solid #3366cc;
	transform: translateY(-0.075em);
	border-radius: 0.25rem;
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
	cursor: pointer;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked::after {
	content: "";
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0.188rem;
	width: 0.438rem;
	height: 0.813rem;
	border: solid #ffffff;
	border-width: 0 0.188rem 0.188rem 0;
	transform: rotate(45deg);
	border-radius: 0.125rem;
}

.checkbox-seleccion-govco input[type="checkbox"]:not(:checked),
.checkbox-seleccion-govco input[type="checkbox"]:checked {
	pointer-events: auto !important;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked {
	background-color: #3366CC;
}

.checkbox-seleccion-govco input[type="checkbox"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.checkbox-seleccion-govco input[type="checkbox"]:disabled {
	border: 0.188rem solid #737373;
}

.checkbox-seleccion-govco input[type="checkbox"]:checked:disabled {
	background-color: #737373;
}

.checkbox-seleccion-govco input[type="checkbox"]:disabled+label {
	color: #737373;
}

/* switch */
.switch-seleccion-govco {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 0.938rem;
	display: flex;
	align-items: center;
	display: block;
}

.switch-seleccion-govco label {
	font-size: 16px;
	color: #4b4b4b;
	font-family: WorkSans-Regular;
}

.switch-seleccion-govco input {
	margin-top: 0.563rem;
	padding: 0;
	margin: 0 !important;
	cursor: pointer;
	border: 0.063rem solid #3366cc;
	height: 1.25rem;
	width: 2.25rem !important;
	position: relative !important;
	opacity: 1 !important;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='rgba(51, 102, 204)'/></svg>") !important;
}

.switch-seleccion-govco input:checked {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
	background-color: #3366cc;
	border: 0.063rem solid #3366cc;
}

.switch-seleccion-govco input:disabled {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23737373'/></svg>") !important;
	background-color: #BABABA;
	border: 0.063rem solid #737373;
}

.switch-seleccion-govco input:checked:disabled {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3.8' fill='%23fff'/></svg>") !important;
	background-color: #737373;
}

.switch-seleccion-govco input:disabled+label {
	color: #737373;
}

.switch-seleccion-govco input:focus-visible {
	outline: 0.125rem solid black;
	outline-offset: 0.188rem;
	box-shadow: none !important;
}

.switch-seleccion-govco label {
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	display: initial;
	margin-left: 0.5rem;
	font-size: 16px;
}

/* Radio button */
.radio-seleccion-govco {
	margin-bottom: 0.125rem;
}

.radio-seleccion-govco input[type="radio"]+label {
	color: #4B4B4B;
	font-size: 16px;
	font-family: WorkSans-Regular;
	margin: 0;
	line-height: 1.375rem;
	cursor: pointer;
}

.radio-seleccion-govco input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #3366CC;
	width: 1.15em;
	height: 1.15em;
	border: 0.1667rem solid #3366cc;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
}

.radio-seleccion-govco input[type="radio"]:hover {
	border: 0.15em solid #004884;
}

.radio-seleccion-govco input[type="radio"]:disabled {
	border: 0.15em solid #737373;
}

.radio-seleccion-govco input[type="radio"]:disabled+label {
	color: #737373;
}

.radio-seleccion-govco input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #3366CC;
}

.radio-seleccion-govco input[type="radio"]:hover::before {
	box-shadow: inset 1em 1em #004884;
}

.radio-seleccion-govco input[type="radio"]:disabled::before {
	box-shadow: inset 1em 1em #737373;
}

.radio-seleccion-govco input[type="radio"]:checked::before {
	transform: scale(1);
}

.radio-seleccion-govco input[type="radio"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.radio-seleccion-govco input[type="radio"]:not(:checked),
.radio-seleccion-govco input[type="radio"]:checked {
	pointer-events: all !important;
	cursor: pointer;
}


/* calendario */
.desplegable-govco.desplegable-calendar-govco {
	position: relative;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-selected-option:after {
	content: '\ebf6';
	font-size: 16px;
	margin-top: 0;
}

.desplegable-govco.desplegable-calendar-govco button.icon {
	padding: 0.25rem;
	margin: 0;
	border: transparent 0.125rem solid;
	border-radius: 0.313rem;
	text-align: left;
	background-color: white;
	position: relative;
	left: -0.25rem;
	top: 0.188rem;
}

.desplegable-govco.desplegable-calendar-govco button.icon:focus {
	outline: none;
	border-color: hsl(216, 80%, 55%);
}

.desplegable-govco.desplegable-calendar-govco span.arrow {
	margin: 0;
	padding: 0;
	display: none;
	background: transparent;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-calendar-control {
	display: none;
	width: 17.5rem;
	border: 0.063rem solid #3366CC;
	border-radius: 0.313rem;
	padding: 0 0.625rem 0.375rem 0.625rem;
	margin-top: 0.25rem;
	box-shadow: 0 0.25rem 0 #3366CC24;
	background-color: #FFFFFF;
	position: absolute;
}

.desplegable-govco.desplegable-calendar-govco .header {
	padding: 0.625rem 0.375rem 0.5rem 0.375rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.desplegable-govco.desplegable-calendar-govco .header h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 16px;
	color: #4B4B4B;
	text-transform: none;
	font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .header button {
	border-style: none;
	background: transparent;
}

.desplegable-govco.desplegable-calendar-govco .header button:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
}

.desplegable-govco.desplegable-calendar-govco .desplegable-calendar-control button::-moz-focus-inner {
	border: 0;
}

.desplegable-govco.desplegable-calendar-govco .prev-month,
.desplegable-govco.desplegable-calendar-govco .prev-year,
.desplegable-govco.desplegable-calendar-govco .prev-decade {
	position: absolute;
	padding: 0.375rem 0 0.375rem 0;
	top: 0.25rem;
	left: 0;
	color: #3366cc;
}

.desplegable-govco.desplegable-calendar-govco .next-month,
.desplegable-govco.desplegable-calendar-govco .next-year,
.desplegable-govco.desplegable-calendar-govco .next-decade {
	position: absolute;
	padding: 0.375rem 0 0.375rem 0;
	top: 0.25rem;
	right: 0;
	color: #3366cc;
}

.desplegable-govco.desplegable-calendar-govco .fa-calendar-alt {
	color: hsl(216, 89%, 72%);
}

.desplegable-govco.desplegable-calendar-govco .month-year {
	display: inline-block;
	width: 12em;
	text-align: center;
}

.desplegable-govco.desplegable-calendar-govco table {
	margin: 0;
}

.desplegable-govco.desplegable-calendar-govco table.dates {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

.desplegable-govco.desplegable-calendar-govco tbody,
.desplegable-govco.desplegable-calendar-govco thead,
.desplegable-govco.desplegable-calendar-govco tr {
	border: 0;
}

.desplegable-govco.desplegable-calendar-govco tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco table.dates th,
.desplegable-govco.desplegable-calendar-govco table.dates td {
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco table.dates th {
	width: 2rem;
	height: 0.07rem;
	margin-bottom: 0.125rem;
	color: #4B4B4B;
	font-family: WorkSans-Medium;
	font-weight: normal;
}

.desplegable-govco.desplegable-calendar-govco .date-cell {
	outline: 0;
	border: 0;
	padding: 0 0 0.125rem 0.094rem;
	margin: 0;
	height: 2rem;
	width: 2rem;
}

.desplegable-govco.desplegable-calendar-govco .month-cell {
	outline: 0;
	border: 0;
	padding: 0.094rem;
	margin: 0;
	height: 2.5rem;
	width: 2.5rem;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4B4B4B;
}

.desplegable-govco.desplegable-calendar-govco .month-button {
	padding: 0.063rem 0.375rem;
	width: 3.75rem;
	height: 3.75rem;
	background: none;
	border: none;
	-webkit-appearance: none;
	display: inline-block;
	border-radius: 0.25rem;
	color: #4B4B4B;
	font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .year-cell {
	outline: 0;
	border: 0;
	padding: 0.094rem;
	margin: 0;
	height: 2.5rem;
	width: 2.5rem;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4B4B4B;
}

.desplegable-govco.desplegable-calendar-govco .year-button {
	padding: 0.063rem 0.375rem;
	width: 3.75rem;
	height: 3.75rem;
	background: none;
	border: none;
	-webkit-appearance: none;
	display: inline-block;
	border-radius: 0.25rem;
	color: #4B4B4B;
	font-family: WorkSans-Medium;
}

.desplegable-govco.desplegable-calendar-govco .date-button {
	padding: 0;
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	-webkit-appearance: none;
	display: inline-block;
	align-items: none;
	border-radius: 0.25rem;
	color: #4B4B4B;
	font-family: WorkSans-Regular;
}

.desplegable-govco.desplegable-calendar-govco .date-button:not(.disabled):hover,
.desplegable-govco.desplegable-calendar-govco .year-button:not(.disabled):hover,
.desplegable-govco.desplegable-calendar-govco .month-button:not(.disabled):hover {
	background-color: #E6EFFD;
}

.desplegable-govco.desplegable-calendar-govco .date-button:not(.disabled):focus,
.desplegable-govco.desplegable-calendar-govco .year-button:not(.disabled):focus,
.desplegable-govco.desplegable-calendar-govco .month-button:not(.disabled):focus {
	border-color: #3366CC;
	color: #FFFFFF;
	background-color: #3366CC;
	outline: 0;
}

.desplegable-govco.desplegable-calendar-govco .date-button[aria-selected="true"],
.desplegable-govco.desplegable-calendar-govco .year-button[aria-selected="true"],
.desplegable-govco.desplegable-calendar-govco .month-button[aria-selected="true"] {
	background-color: #3366CC;
	color: #FFFFFF;
}

.desplegable-govco.desplegable-calendar-govco .date-button[tabindex="0"]:not(:focus),
.desplegable-govco.desplegable-calendar-govco .year-button[tabindex="0"]:not(:focus),
.desplegable-govco.desplegable-calendar-govco .month-button[tabindex="0"]:not(:focus) {
	background-color: #E6EFFD;
	color: #4B4B4B;
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.063rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco .date-button[tabindex="0"]:focus,
.desplegable-govco.desplegable-calendar-govco .year-button[tabindex="0"]:focus,
.desplegable-govco.desplegable-calendar-govco .month-button[tabindex="0"]:focus {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.063rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco .desplegable-selected-option:not(.desplegable-arrow-active):focus-within {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.desplegable-govco.desplegable-calendar-govco td button.disabled {
	color: #BABABA;
}

.desplegable-govco.desplegable-calendar-govco .date-button.disabled {
	background-color: transparent;
	border: none;
	cursor: not-allowed;
	border-color: transparent;
	outline: 0;
}

/* ================================= fin Desplegables =============================== */


/* ================================= Tablas =============================== */
.titulo-tabla {
	text-align: center;
	margin-bottom: 15px !important;
}

.checkout-tabla {
	display: none !important;
}

/* estilos del contenedor */
.contenedor-tabla {
	width: 1088px;
	margin: 0 auto;
}

.encabezado-tabla {
	background: #004884;
	width: 100%;
}

/* estilos generales de la tabla */
.table-general table {
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
	width: 100% !important;
}

.table-general thead tr th {
	vertical-align: top !important;
	background: #E6EFFD;
	color: #004884;
	text-align: center;
	height: 70px !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
	border-bottom: none;
}

.table-general tbody {
	overflow-y: auto;
	width: 100%;
	max-height: 394px;
}

/* estilos del scroll */
.table-general tbody::-webkit-scrollbar {
	width: 8px;
	background: #E6EFFD;
	border-radius: 12px;
	opacity: 1;
}

.table-general tbody::-webkit-scrollbar-thumb {
	background: #004884;
	border-radius: 12px;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	height: 21px;
}

/* estilos del checkbox */
.table-general input[type="checkbox"]+label {
	color: #4B4B4B;
	font-size: 16px;
}

.table-general input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	margin: 0;
	font: inherit;
	color: #004884;
	height: 20px;
	width: 20px;
	border: 3px solid #004884;
	transform: translateY(-0.075em);
	border-radius: 0.25rem;
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
}

.table-general input[type="checkbox"]:checked::after {
	content: "";
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	width: 7px;
	height: 13px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	border-radius: 2px;
}

.table-general input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	pointer-events: auto !important;
}

.table-general input[type="checkbox"]:checked {
	background-color: #004884;
}

.table-general input[type="checkbox"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.table-general input[type="checkbox"]:disabled {
	border: 0.188rem solid #737373;
}

.table-general input[type="checkbox"]:checked:disabled {
	background-color: #737373;
}

.table-general input[type="checkbox"]:disabled+label {
	color: #737373;
}

/* estilos del tbody */
.contenido-tablas {
	color: #4b4b4b;
	font-family: "Work sans", sans-serif;
	font-size: 14px;
	text-align: left;
}

.contenido-tablas td {
	height: 65px;
	vertical-align: middle !important;
}

.contenido-hover tr:hover,
.table-general:not(.table-acentuada) tbody.contenido-hover tr:nth-child(even):hover {
	background: #FFAB001A !important;
}

.fila-activa tr:active,
.table-general:not(.table-acentuada) tbody.fila-activa tr:nth-child(even):active {
	background: #FFAB001A !important;
}

/*-------------------------------------------------------------------------------------*/
/* Estilos Tablas Anidadas */

.table-externa {
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
	width: 100% !important;
}

.table-externa thead th {
	padding-top: 14px;
	padding-left: 20px;
}

.table-externa thead th:nth-child(1) {
	width: 5%;
}

.table-externa thead th:nth-child(2) {
	width: 30%;
}

.table-externa thead th:nth-child(3) {
	width: 15%;
}

.table-externa thead th:nth-child(4) {
	width: 50%;
}

.table-externa tbody td:nth-child(3) {
	text-align: right;
}

.table-externa tbody td:nth-child(1) {
	padding-left: 20px;
}

.table-externa tbody td {
	padding-left: 15px;
}

.encabezado-tabla-externa {
	vertical-align: top !important;
	background: #E6EFFD;
	color: #004884;
	text-align: left !important;
	height: 71px !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
}

.contenedor-tabla-interna {
	background: #F6F8F9;
}

.caption-1 {
	color: #004884;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
	margin-left: 29px;
	margin-top: 15px;
	padding-bottom: 0px !important;
	display: block;
	margin-bottom: 0.5rem;
}

.caption-2 {
	color: #4b4b4b;
	font-size: 16px;
	font-family: "Work sans", sans-serif !important;
	margin-left: 29px;
}

.encabezado-tabla-interna {
	color: #004884;
	width: 80%;
	text-align: left !important;
	height: 71px !important;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
	padding-left: 29px !important;
}

.table-interna {
	background: #F6F8F9;
	width: 98%;
}

.table-interna thead th {
	padding-left: 15px;
}

.table-interna thead th:nth-child(1) {
	width: 5%;
	padding-left: 20px;
	padding-right: 0px;
}

.table-interna thead th:nth-child(2) {
	width: 20%;
}

.table-interna thead th:nth-child(3) {
	width: 15%;
}

.table-interna thead th:nth-child(4) {
	width: 60%;
}

.table-interna tbody tr,
.table-interna tbody td {
	background-color: #F6F8F9;
	padding: 10px 18px;
}

.table-interna thead tr th,
.table-interna tbody tr td {
	border-bottom: 1px solid #bababa;
}

/* estilo para foundation*/
.table-externa tbody tr:nth-child(even) {
	border-color: inherit !important;
}

table.table-externa thead,
table.table-externa tbody {
	border: 0;
}

/* estilo en foundation*/
.table-externa:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: #F6F8F9 !important;
}

.table-externa input[type=checkbox]+label {
	margin: 0 !important;
}

.caption-2 {
	font-weight: initial !important;
}

/* estilo para materialize*/
.table-externa tr.contenedor-tabla-interna>td,
.table-externa tr.contenedor-tabla-interna .table-interna {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* estilos del checkbox tablas anidadas */
.table-externa input[type="checkbox"]+label {
	color: #4B4B4B;
	font-size: 16px;
}

.table-externa input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	margin: 0;
	font: inherit;
	color: #004884;
	height: 20px;
	width: 20px;
	border: 3px solid #004884;
	transform: translateY(-0.075em);
	border-radius: 0.25rem;
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
}

.table-externa input[type="checkbox"]:checked::after {
	content: "";
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	width: 7px;
	height: 13px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	border-radius: 2px;
}

.table-externa input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	pointer-events: auto !important;
}

.table-externa input[type="checkbox"]:checked {
	background-color: #004884;
}

.table-externa input[type="checkbox"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.table-externa input[type="checkbox"]:disabled {
	border: 0.188rem solid #737373;
}

.table-externa input[type="checkbox"]:checked:disabled {
	background-color: #737373;
}

.table-externa input[type="checkbox"]:disabled+label {
	color: #737373;
}


/*-------------------------------------------------------------------------------------*/
/*Tablas con Encabezado*/

.table-encabezado {
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
	width: 100% !important;
}

.table-encabezado thead tr th {
	vertical-align: top !important;
	background: #E6EFFD;
	color: #004884;
	text-align: left !important;
	height: 71px !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
	border-bottom: none;
}

.table-encabezado thead th {
	padding-top: 14px;
	padding-left: 20px;
}

.table-encabezado thead th:nth-child(1) {
	width: 5%;
	padding-right: 0px;
}

.table-encabezado thead th:nth-child(2) {
	width: 30%;
	padding-left: 15px;
	padding-right: 0px;
}

.table-encabezado thead th:nth-child(3) {
	width: 15%;
	padding-left: 15px;
	padding-right: 0px;
}

.table-encabezado thead th:nth-child(4) {
	width: 50%;
	padding-left: 15px;
	padding-right: 0px;
}

.table-encabezado tbody td {
	padding-left: 15px;
	padding-right: 0px;
	vertical-align: middle !important;
}

.table-encabezado tbody td:nth-child(1) {
	padding-left: 20px;
}

.table-encabezado tbody td:nth-child(3) {
	text-align: right;
}

/* estilo para foundation*/
.table-encabezado tbody tr:nth-child(even) {
	border-color: inherit !important;
}

/* estilo en foundation*/
.table-encabezado:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: transparent !important;
}

/* estilos del checkbox tablas encabezado */
.table-encabezado input[type="checkbox"]+label {
	color: #4B4B4B;
	font-size: 16px;
}

.table-encabezado input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	margin: 0;
	font: inherit;
	color: #004884;
	height: 20px;
	width: 20px;
	border: 3px solid #004884;
	transform: translateY(-0.075em);
	border-radius: 0.25rem;
	display: inline-grid;
	place-content: center;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.25em;
	position: relative !important;
	opacity: 1 !important;
}

.table-encabezado input[type="checkbox"]:checked::after {
	content: "";
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	width: 7px;
	height: 13px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	border-radius: 2px;
}

.table-encabezado input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	pointer-events: auto !important;
}

.table-encabezado input[type="checkbox"]:checked {
	background-color: #004884;
}

.table-encabezado input[type="checkbox"]:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.table-encabezado input[type="checkbox"]:disabled {
	border: 0.188rem solid #737373;
}

.table-encabezado input[type="checkbox"]:checked:disabled {
	background-color: #737373;
}

.table-encabezado input[type="checkbox"]:disabled+label {
	color: #737373;
}

/*------------------------------------------------------------------------------------*/
/* Estilos Tablas con Pie de pagina */
.table-normal {
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
	width: 100% !important;
}

.table-normal caption {
	font-size: 14px;
	color: #4b4b4b;
	font-family: "Work sans", sans-serif !important;
}

.table-normal thead tr th {
	vertical-align: top !important;
	background: #E6EFFD;
	color: #004884;
	text-align: left !important;
	height: 71px !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
}

.table-normal thead th {
	padding-top: 14.31px;
	padding-left: 15px;
}

.table-normal thead th:nth-child(1) {
	padding-left: 20px;
}

.table-normal tbody td {
	padding-left: 15px;
}

.table-normal tbody td:nth-child(1) {
	padding-left: 20px;
}

.table-normal tbody td:last-child {
	padding-right: 20px;
}

.table-normal tfoot td {
	padding-left: 15px;
}

.table-normal tfoot td:nth-child(1) {
	padding-left: 20px;
}

.table-normal tfoot td:last-child {
	padding-right: 20px;
}

.table-normal tbody tr td {
	border-bottom: 2px solid #E6EFFD;
}

.table-normal tbody {
	overflow-y: auto;
	width: 100%;
	max-height: 394px;
}

.contenido-tablas-normal {
	color: #4b4b4b;
	font-family: "Work sans", sans-serif;
	font-size: 14px;
	text-align: left;
}

.contenido-tablas-normal td {
	height: 65px;
	vertical-align: middle !important;
}

.table-normal tfoot tr {
	height: 65px;
	border-top: none !important;
	background: #bababa;
	font-family: "Work sans", sans-serif;
	font-size: 14px;
	text-align: left;
}

.table-normal tfoot {
	border-style: none;
}

.table-normal tfoot td:nth-child(1) {
	text-align: left;

}

.table-normal tfoot td {
	text-align: right;
}

.table-normal tbody td:nth-child(1) {
	text-align: left;
}

.table-normal tbody tr:last-child {
	border-style: none !important;
}

.contenido-tablas-normal {
	text-align: right;
}

.table-normal thead th:nth-child(1) {
	width: 250px;
}

/* estilo para foundation*/
.table-normal tbody tr:nth-child(even) {
	border-color: inherit !important;
}

/* estilo en foundation*/
.table-normal:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: transparent !important;
}

.table-normal tfoot td,
.table-normal caption {
	font-weight: initial !important;
}

/* estilo en materialize*/
.table-normal td {
	text-align: unset;
}

/*---------------------------------------------------------------------------------------*/
/*Estilos de tablas leyenda*/
.table-normal td,
.table-normal th {
	border: none !important;
}

/* estilo para foundation*/
.table-normal tbody tr:nth-child(even) {
	border-color: inherit !important;
}

/* estilo en foundation*/
.table-normal:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: transparent !important;
}

/* estilo en materialize*/
.table-normal td {
	text-align: unset;
}

/*---------------------------------------------------------------------------------------*/
/*Estilos de tablas adaptativos*/

.table-adaptativo {
	width: 362px !important;
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
}

.table-adaptativo thead th {
	border-style: none !important;
}

.table-adaptativo thead th:nth-child(1) {
	width: 20%;
}

.table-adaptativo thead th:nth-child(2) {
	width: 25%;
}

.table-adaptativo thead th:nth-child(3) {
	width: 15%;
}

.table-adaptativo thead th:nth-child(4) {
	width: 25%;
}

.table-adaptativo thead tr th {
	vertical-align: top !important;
	background: #E6EFFD;
	color: #004884;
	height: 71px !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
}

.contenido-adaptativo {
	color: #4b4b4b;
	font-family: "Work sans", sans-serif;
	font-size: 14px;
	text-align: center;
}

.table-adaptativo thead th {
	padding-top: 14.31px;
	padding-left: 15px;
	text-align: left;
	padding-right: 0px;
}

.table-adaptativo thead th:nth-child(1) {
	padding-left: 20px;
}

.table-adaptativo tbody td {
	padding-left: 15px;
	text-align: left;
	padding-right: 0px;
}

.table-adaptativo tbody td:nth-child(1) {
	padding-left: 20px;
}

.table-adaptativo tbody td:last-child {
	padding-right: 20px;
}

.table-adaptativo tbody td:nth-child(3) {
	text-align: right;
}

.contenido-adaptativo td {
	height: 65px;
	vertical-align: middle !important;
}

/*----------------------------------------------------------------------------------*/
/* Estilo tablas modelo responsivo */

.table-response {
	width: 362px !important;
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
}

.table-response tbody th {
	padding-top: 14.31px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.table-response tbody td {
	padding-top: 14.31px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.table-response tbody tr:nth-child(4n) {
	border-bottom: 2px solid #E6EFFD;
}

.table-response tr th {
	color: #004884;
	text-align: left !important;
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 16px;
}

.table-response tr th:nth-child(1) {
	width: 180px;
	height: 16px;
}

.table-response tr td {
	font-family: 'Works sans', sans-serif !important;
	letter-spacing: 0px;
	font-size: 14px;
}

/* estilo para foundation*/
.table-response tbody tr:nth-child(even) {
	border-color: inherit !important;
}

/* estilo en foundation*/
.table-response:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: transparent !important;
}

/* estilo en materialize*/
.table-response tr {
	border-bottom: 0;
}

/* estilo para foundation*/
.table-general tbody tr:nth-child(even) {
	border-color: inherit !important;
}

/* estilo en foundation*/
.table-general:not(.table-acentuada) tbody tr:nth-child(even) {
	background-color: transparent !important;
}

/* estilo para tablas asentuadas en foundation*/
.table-acentuada tbody tr:nth-child(even) {
	background-color: #F6F8F9 !important;
}

/* estilo en foundation*/
.table-general input[type=checkbox]+label {
	margin: 0 !important;
}

/* ================================= fin Tablas =============================== */


/* ================================= Descripcion Emergente =============================== */
.btn-descripcion-emergente-govco {
	background-color: #3366CC;
	border: #3366CC;
	color: #fff;
	border-radius: 11px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-descripcion-emergente-govco::before {
	font-family: "govco-font";
	content: "\eab0";
	text-align: center;
	font-size: 25px;
}

.descripcion-emergente-govco {
	position: relative;
}

.descripcion-emergente-govco .tiptext {
	visibility: hidden;
	background-color: #000000B3 !important;
	color: #fff;
	border-radius: 4px;
	width: 215px;
	height: 40px;
	position: absolute;
	font-size: 14px;
	font-family: WorkSans-SemiBold !important;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 28px;
	padding-right: 28px;
}

.descripcion-emergente-govco .tiptext::after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
}

.descripcion-emergente-govco:hover .tiptext {
	visibility: visible;
}

.descripcion-emergente-govco.top .tiptext {
	margin-left: -100px;
	bottom: 150%;
	left: 30%;
}

.descripcion-emergente-govco.top .tiptext::after {
	margin-left: -5px;
	top: 100%;
	left: 50%;
	border-color: #000000B3 transparent transparent transparent;
}

.btn-descripcion-emergente-govco:focus {
	background-color: #3366CC;
	border: #3366CC;
	min-width: 40px;
	height: 40px;
	font-size: 25px;
	outline: 2px solid #000 !important;
	border: 2px solid #fff !important;
	font-size: 14px;
	font-family: WorkSans-SemiBold !important;
}


.btn-descripcion-emergente-govco:focus::before {
	font-family: "govco-font";
	content: "\eab0";
	font-size: 26px;
	text-align: center;
}

.descripcion-emergente-govco:focus .tiptext {
	visibility: visible;
}

.descripcion-emergente-govco:focus.top .tiptext {
	margin-left: -100px;
	bottom: 150%;
	left: 30%;
}

.descripcion-emergente-govco:focus.top .tiptext::after {
	margin-left: -5px;
	top: 100%;
	left: 50%;
	border-color: #000000B3 transparent transparent transparent;
}

.btn-descripcion-emergente-govco.disabled {
	background-color: #737373 !important;
	border: #737373 !important;
	color: #fff !important;
	border-radius: 11px !important;
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.btn-descripcion-emergente-govco.disabled:hover {
	outline: 0rem !important;
}

.btn-descripcion-emergente-govco.disabled:focus {
	border: 0rem !important;
	outline: 0rem !important;
}

.descripcion-emergente-govco.disabled:focus .tiptext {
	visibility: hidden !important;
}

.descripcion-emergente-govco.disabled:hover .tiptext {
	visibility: hidden !important;
}

/* ================================= fin Descripcion Emergente =============================== */


/* ================================= Pie de Página =============================== */
.govco-twitter-square:before {
	content: "\ee16";
}

.govco-twitter:before {
	content: "\ee17";
}

.govco-instagram-square:before {
	content: "\ed5b";
}

.govco-instagram:before {
	content: "\ed5c";
}

.govco-facebook-f:before {
	content: "\ed0e";
}

.govco-facebook-messenger:before {
	content: "\ed0f";
}

.govco-facebook-square:before {
	content: "\ed10";
}

.govco-facebook:before {
	content: "\ed11";
}

.govco-phone:before {
	content: "\ea8a";
}

.govco-phone-alt:before {
	content: "\ea85";
}

/*** FUENTE ICONOS ***/

/*** MODALES 1 - 2 - 3 - 4 ***/
.govco-logo-entidad {
	height: 64px;
	display: inline-block;
}

.govco-co {
	height: 48px;
	margin-top: 24px;
	display: inline-block;
}

.govco-separator {
	border-left: 1px solid #e5eefb;
	opacity: 1px;
	height: 44px;
	margin-left: 10px;
	margin-right: 5px;
	display: inline-block;
}

.govco-logo {
	height: 30px;
	display: inline-block;
	vertical-align: super;
}

.govco-footer-logo {
	height: 96px;
	background-color: #3366cc;
	width: 100%;
	margin-top: 20px !important;
}

.govco-data-front {
	width: calc(100% - 40px);
	margin-left: 20px !important;
	-webkit-box-shadow: 50px 30px 0px -30px #e6effd, -50px 30px 0px -30px #e6effd,
		0px 20px 0px 0px #e6effd, 50px 50px 0px -30px #e6effd,
		-50px 50px 0px -30px #e6effd;
	box-shadow: 50px 30px 0px -30px #e6effd, -50px 30px 0px -30px #e6effd,
		0px 20px 0px 0px #e6effd, 50px 50px 0px -30px #e6effd,
		-50px 50px 0px -30px #e6effd;
	top: 0;
	border: 2px solid #e5eefb;
	border-radius: 10px;
	opacity: 1;
}

.govco-text-header-1 {
	color: #3366cc;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

.govco-text-header-2 {
	color: #3366cc;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.govco-text-header-3 {
	color: #3366cc;
	text-align: left;
	margin-bottom: 0 !important;
}

.govco-logo-container {
	margin-left: 80px !important;
}

.govco-link-modal {
	color: #3366cc;
	margin-right: 30px !important;
	text-decoration: underline;
}

.icon::before {
	margin: 0 !important;
	padding: 0 !important;
	transform: scale(1.5, 1.5);
	margin-right: 10px !important;
	margin-left: 5px !important;
	vertical-align: text-top !important;
	color: #3366cc;
}

.govco-iconContainer {
	display: inline-block !important;
}

.govco-links-container {
	margin-bottom: 50px !important;
	margin-top: 30px !important;
}

.govco-footer-text {
	margin-top: 50px !important;
	margin-left: 80px !important;
	padding-right: 50px;
}

.govco-texto-sedes,
.govco-network {
	padding: unset !important;
}

.govco-network,
.govco-listado-sedes {
	margin-top: 30px !important;
}

.govco-sedes {
	margin-top: 20px !important;
}

.govco-logo-div-a {
	text-align: right !important;
}

.govco-links-directorio {
	margin-top: 20px !important;
}

@media (max-width: 991px) {
	.govco-text-header-1 {
		margin-left: 20px;
	}

	.govco-logo-entidad {
		height: 65px;
	}

	.govco-footer-text {
		margin: 0 !important;
		margin-top: 50px !important;
		padding-right: 20px;
	}

	.govco-nombre-entidad {
		margin-left: 0px !important;
		width: 100% !important;
	}

	.govco-logo-div-a {
		margin-left: 0 !important;
	}

	.govco-texto-sedes,
	.govco-links-directorio,
	.govco-listado-sedes,
	.govco-links-container {
		margin-left: 15px !important;
		margin-top: 20px !important;
	}

	.govco-texto-sedes,
	.govco-network {
		padding: unset !important;
	}

	.govco-iconContainer {
		margin-top: 20px !important;
		display: block !important;
	}

	.govco-network {
		margin-left: 15px !important;
	}

	.govco-text-header-3 {
		margin-top: 20px !important;
	}
}

/*** MODALES 1 - 2 - 3 - 4 ***/

/*** MODALES 5 - 6 ***/
.govco-portales-contenedor {
	background-color: #3366cc;
	color: white;
}

.govco-links-portal-container {
	margin-left: 15px !important;
	margin-bottom: 50px !important;
	margin-top: 30px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.govco-link-portal {
	color: white;
	margin-right: 20px !important;
	text-decoration: underline;
}

.govco-texto-telefonos,
.govco-texto-datos-portal {
	display: inline-block;
	margin-left: 15px !important;
	margin-top: 40px !important;
	width: calc(100% - 20px);
}

.govco-text-header-portal-1 {
	color: white;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.govco-text-header-portal-2 {
	color: white;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.govco-iconContainer {
	display: inline-block !important;
}

.govco-network {
	margin-top: 30px !important;
	margin-left: 0px !important;
}

.icon-portal::before {
	margin: 0 !important;
	padding: 0 !important;
	transform: scale(1.5, 1.5);
	margin-right: 10px !important;
	margin-left: 5px !important;
	vertical-align: text-top !important;
	color: white;
}

.govco-logo-container-portal {
	margin: 0 auto;
	display: table;
}

.govco-separator-rows {
	border-left: 1.5px solid #e5eefb;
	height: 70%;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 40px !important;
}

.govco-footer-logo-portal {
	height: 96px;
	background-color: #3366cc;
	margin-top: 100px !important;
}

@media (max-width: 991px) {
	.govco-separator-rows {
		display: none !important;
	}

	.govco-info-datos-portal {
		display: block !important;
		width: 100% !important;
		order: 1 !important;
	}

	.govco-info-telefonos {
		display: block !important;
		width: 100% !important;
		order: 2 !important;
	}

	.govco-footer-logo-portal {
		display: block !important;
		width: 100% !important;
		order: 3 !important;
		margin-top: 10px !important;
	}

	.govco-network {
		margin-top: 40px !important;
	}

	.govco-iconContainer {
		margin-top: 20px !important;
		display: block !important;
	}

	.govco-links-portal-container {
		margin-left: 15px !important;
		margin-top: 30px !important;
		margin-bottom: auto !important;
	}
}

.extramt-network {
	margin-top: 85px !important;
}

.govco-network.extramt-network {
	margin-left: 15px !important;
}

.govco-header-name {
	padding-left: unset !important;
}

/*** MODALES 5 - 6 ***/
/* ================================= fin Pie de Página =============================== */

/* ================================= Acordeón =============================== */
.accordion-govco .accordion-header {
	line-height: 0;
	margin: 0;
}

.accordion-govco .button-accordion-govco {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	border: 0;
	min-height: 4.375rem;
	padding: 0 1.5rem;
	border-bottom: 0.125rem solid #E6EFFD;
	display: flex;
	align-items: center;
}

.accordion-govco .button-accordion-govco:focus {
	background-color: #ffffff;
}

.accordion-govco .text-button-accordion-govco {
	font-family: Montserrat-SemiBold;
	color: #000000;
	font-size: 18px;
	line-height: 1rem;
}

.accordion-govco .button-accordion-govco::after {
	font-family: "govco-font";
	line-height: 0;
	font-size: 26px;
	color: #004884;
	margin-left: auto;
}

.accordion-govco .button-accordion-govco::after {
	content: "\e813";
}

.accordion-govco .button-accordion-govco.collapsed::after {
	content: "\e814";
}

.accordion-govco .item-accordion-govco {
	background-color: #ffffff;
}

.accordion-govco .body-accordion-govco {
	padding: 1.875rem 1.5rem 1.875rem 1.5rem;
	background-color: #F6F8F9;
}

.accordion-govco .title-one-accordion-govco {
	color: #004884;
	font-size: 18px;
	font-family: Montserrat-SemiBold;
	display: block;
}

.accordion-govco .title-two-accordion-govco {
	color: #000000;
	font-size: 16px;
	font-family: Montserrat-Bold;
	margin-left: 0.875rem;
	margin-top: 1.875rem;
	display: block;
}

.accordion-govco .text-one-accordion-govco {
	color: #000000;
	font-size: 16px;
	font-family: WorkSans-Regular;
	margin-left: 0.875rem;
	margin-top: 0.938rem;
	margin-bottom: 0;
	display: block;
	line-height: 1.5rem;
}

.accordion-govco .button-accordion-govco:disabled {
	background-color: #737373;
}

.accordion-govco .button-accordion-govco:disabled::after {
	color: #FFFFFF;
}

.accordion-govco .button-accordion-govco:disabled>* {
	pointer-events: none;
	color: #FFFFFF;
}

.accordion-govco .button-accordion-govco:focus-visible {
	outline: 0.125rem solid black;
}

/* style icon or number */
.accordion-govco .icon-button-accordion-govco {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #004884;
	border-radius: 3.125rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.625rem;
}

.accordion-govco .button-accordion-govco:disabled .icon-button-accordion-govco {
	background-color: #FFFFFF;
	color: #737373;
}

/* end example ACORDEON */

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

/* ================================= fin Acordeón =============================== */


/* ================================= Etiquetas =============================== */
.etiqueta-govco {
	background-color: #F2F2F2 !important;
	border-radius: 14px !important;
	color: #000000 !important;
	text-align: left;
	font-size: 14px;
	font-family: WorkSans-Medium !important;
	width: 150px;
	height: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.etiqueta-govco.completado {
	background-color: #CDE6DF !important;
	border-radius: 14px;
	color: #0D684B !important;
}

.etiqueta-govco.error {
	background-color: #EECDD2 !important;
	border-radius: 14px;
	color: #B30937 !important;
}

.etiqueta-govco.pendiente {
	background-color: #FFEECC !important;
	border-radius: 14px;
	color: #8B5D13 !important;
}

.etiqueta-govco-filtro {
	background-color: #E6EFFD !important;
	border: solid #E6EFFD !important;
	border-radius: 20px !important;
	color: #004884 !important;
	text-align: left;
	font-size: 14px;
	font-family: WorkSans-Medium !important;
	text-decoration: none;
	width: 169px;
	height: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 10px;
}

.etiqueta-govco-filtro::after {
	font-family: "govco-font";
	color: #004884;
}

.etiqueta-govco-filtro::after {
	content: "\eb72";
}

.campo-etiqueta-govco {
	width: 200px;
	height: 40px;
	background: white;
	display: block
}

.etiqueta-govco-filtro:hover {
	background-color: #3366CC !important;
	border: solid #3366CC !important;
	border-radius: 20px;
	color: #fff !important;
	text-align: left;
	font-size: 14px;
	font-family: WorkSans-Medium !important;
	width: 169px;
	height: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 10px;
}

.etiqueta-govco-filtro:hover::after {
	font-family: "govco-font";
	color: #fff;
}

.etiqueta-govco-filtro:focus {
	background-color: #3366CC !important;
	border-radius: 20px;
	color: #fff !important;
	text-align: left;
	font-size: 14px;
	font-family: WorkSans-Medium !important;
	width: 169px;
	height: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 10px;
	outline: 2px solid #000 !important;
	border: 2px solid #fff !important;
	box-shadow: none !important;
}

.etiqueta-govco-filtro:focus::after {
	font-family: "govco-font";
	color: #fff;
}

/* ================================= fin Etiquetas =============================== */


/* ================================= Barra Accesibilidad =============================== */
.barra-accesibilidad-letra {
	width: 500px;
	height: 60px;
}

.barra-accesibilidad-govco button {
	line-height: inherit;
}

.barra-accesibilidad-letra .titulo-barra-accesibilidad {
	color: #000;
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	margin: 0px;
}

.barra-accesibilidad-letra .descripcion-barra-accesibilidad {
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	font-size: 16px;
	margin: 0px;
}

.barra-accesibilidad-govco {
	height: 145px;
	width: 48px;
	position: fixed;
	right: 0;
	top: 35%;
	background-color: #004884 !important;
	border-radius: 10px 0px 0px 10px;
	opacity: 1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 20px;
	align-items: center;
}

.barra-accesibilidad-govco .icon-contraste {
	background: #004884;
	width: 48px;
	height: 40px;
	border: none;
	outline: none;
	text-decoration: none;
}

.barra-accesibilidad-govco .icon-contraste::after {
	background: #fff;
	content: "\e803";
	font-family: "govco-font";
	height: 24px;
	width: 24px;
	color: #004884;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.barra-accesibilidad-govco #titlecontraste {
	text-align: left;
	position: absolute;
	background: #3366CC;
	color: #fff;
	line-height: normal !important;
	font-family: WorkSans-Medium !important;
	font-size: 14px;
	margin-top: -8px;
	opacity: 0;
	width: 172px;
	height: 40px;
	border-radius: 10px 0px 0px 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titlecontraste {
	opacity: 1;
	visibility: visible;
	margin-left: -135px;
}

.icon-contraste:hover::after {
	background: #fff;
	content: "\e803";
	font-family: "govco-font";
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.icon-contraste:focus #titlecontraste {
	font-family: WorkSans-Medium !important;
	opacity: 1;
	line-height: normal !important;
	visibility: visible;
	margin-left: -136px;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.icon-contraste:focus::after {
	background: #fff;
	content: "\e803";
	font-family: "govco-font";
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.barra-accesibilidad-govco .icon-reducir {
	background: #004884;
	text-align: center;
	width: 48px;
	height: 40px;
	border: none;
	outline: none;
	text-decoration: none;
}

.barra-accesibilidad-govco .icon-reducir::after {
	background: #fff;
	content: "\ec2a";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #004884;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.barra-accesibilidad-govco #titledisminuir {
	text-align: left;
	position: absolute;
	background: #3366CC;
	color: #fff;
	line-height: normal !important;
	font-family: WorkSans-Medium !important;
	font-size: 14px;
	margin-top: -8px;
	opacity: 0;
	width: 172px;
	height: 40px;
	border-radius: 10px 0 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titledisminuir {
	opacity: 1;
	visibility: visible;
	margin-left: -135px;
}

.icon-reducir:hover::after {
	background: #fff;
	content: "\ec2a";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.icon-reducir:focus #titledisminuir {
	font-family: WorkSans-Medium !important;
	opacity: 1;
	line-height: normal !important;
	visibility: visible;
	margin-left: -136px;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.icon-reducir:focus::after {
	background: #fff;
	content: "\ec2a";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.barra-accesibilidad-govco .icon-aumentar {
	background: #004884;
	text-align: center;
	width: 48px;
	height: 40px;
	border: none;
	outline: none;
	text-decoration: none;
}

.barra-accesibilidad-govco .icon-aumentar::after {
	background: #fff;
	content: "\ec29";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #004884;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.barra-accesibilidad-govco #titleaumentar {
	text-align: left;
	position: absolute;
	background: #3366CC;
	color: #fff;
	line-height: normal !important;
	font-family: WorkSans-Medium !important;
	font-size: 14px;
	margin-top: -8px;
	opacity: 0;
	width: 172px;
	height: 40px;
	border-radius: 10px 0 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titleaumentar {
	opacity: 1;
	visibility: visible;
	margin-left: -135px;
}

.icon-aumentar:hover::after {
	background: #fff;
	content: "\ec29";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.icon-aumentar:focus #titleaumentar {
	font-family: WorkSans-Medium !important;
	opacity: 1;
	line-height: normal !important;
	visibility: visible;
	margin-left: -136px;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.icon-aumentar:focus::after {
	background: #fff;
	content: "\ec29";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.active-barra-accesibilidad-govco {
	background-color: #3366CC !important;
}

.active-barra-accesibilidad-govco.icon-aumentar::after {
	background: #fff;
	content: "\ec29";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.active-barra-accesibilidad-govco.icon-reducir::after {
	background: #fff;
	content: "\ec2a";
	font-family: "govco-font";
	line-height: 0;
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.active-barra-accesibilidad-govco.icon-contraste::after {
	background: #fff;
	content: "\e803";
	font-family: "govco-font";
	height: 24px;
	width: 24px;
	color: #3366CC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.modo_oscuro-govco {
	width: 100%;
	align-items: center;
	text-align: center;
	background-color: #000;
	color: #fff;
}

.modo_oscuro-govco .titulo-barra-accesibilidad {
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	margin: 0px;
}

.modo_oscuro-govco .descripcion-barra-accesibilidad {
	font-family: WorkSans-Regular;
	font-size: 16px;
	margin: 0px;
}

.modo_claro-govco {
	width: 100%;
	align-items: center;
	text-align: center;
	background-color: #fff;
}

.modo_claro-govco .titulo-barra-accesibilidad {
	color: #000;
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	margin: 0px;
}

.modo_claro-govco .descripcion-barra-accesibilidad {
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	font-size: 16px;
	margin: 0px;
}

#contenedor {
	width: 500px;
	margin: 0 auto;
}

/* ================================= fin Barra Accesibilidad =============================== */


/* ================================= Botones =============================== */
/* Botón de texto, simbólico, mixto */
.btn-govco {
	border-radius: 1.563rem;
	font-family: WorkSans-Medium;
	font-size: 16px;
	line-height: 0.563rem;
	padding: 0.75rem 1rem;
	border-width: 0.125rem;
	border-style: solid;
}

.btn-govco.fill-btn-govco:hover,
.btn-govco.fill-btn-govco:focus-visible,
.btn-govco.outline-btn-govco:hover,
.btn-govco.outline-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:hover,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible {
	background-color: #004884;
	border-color: #004884;
	color: #FFFFFF;
}

.btn-govco.fill-btn-govco:focus-visible,
.btn-govco.outline-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:focus-visible {
	outline: max(0.125rem, 0.125rem) solid #000000;
	outline-offset: max(0.125rem, 0.188rem);
}

.btn-govco.fill-btn-govco,
.btn-govco.outline-btn-govco {
	text-decoration:none;
}

.btn-govco.fill-btn-govco,
.btn-govco.outline-secundary-btn-govco {
	background-color: #3366CC;
	color: #FFFFFF;
}

.btn-govco.outline-btn-govco,
.btn-govco.fill-secundary-btn-govco,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible {
	background-color: #FFFFFF;
	color: #3366CC;
}

.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:focus-visible {
	outline-color: #FFFFFF;
}

.btn-govco:disabled {
	background-color: #737373;
	border-color: #737373;
	color: #FFFFFF;
	pointer-events: none;
}

.btn-govco.fill-secundary-btn-govco:hover,
.btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.fill-secundary-btn-govco:disabled,
.btn-govco.fill-secundary-btn-govco,
.btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.outline-secundary-btn-govco:focus-visible,
.btn-govco.outline-secundary-btn-govco:disabled,
.btn-govco.outline-secundary-btn-govco {
	border-color: #FFFFFF;
}

.blanco .btn-govco.fill-secundary-btn-govco a, .blanco .btn-govco.outline-secundary-btn-govco a {
    color: #3366CC !important;
}
.blanco .btn-govco.fill-secundary-btn-govco:hover a, .blanco .btn-govco.outline-secundary-btn-govco:hover a {
    color: #fff !important;
}

/* Botón simbólico, mixto */
.btn-govco.outline-btn-govco:disabled {
	background-color: #FFFFFF;
	border-color: #737373;
	color: #737373;
}

.btn-govco.symbol-btn-govco {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-govco.symbol-btn-govco::before,
.btn-govco.symbol-btn-govco::after {
	font-family: "govco-font";
	font-size: 24px;
}

.btn-govco.symbol-btn-govco.right-arrow-btn-govco:not(.mixed-btn-govco):not(.fill-mixed-btn-govco):before {
	content: "\ebf0";
}

.btn-govco.symbol-btn-govco.left-arrow-btn-govco:not(.mixed-btn-govco):not(.fill-mixed-btn-govco)::before {
	content: "\ebef";
}

.btn-govco.symbol-btn-govco.fill-btn-govco,
.btn-govco.symbol-btn-govco.outline-btn-govco:hover,
.btn-govco.symbol-btn-govco.outline-btn-govco:focus-visible,
.btn-govco.symbol-btn-govco.fill-secundary-btn-govco:hover,
.btn-govco.symbol-btn-govco.fill-secundary-btn-govco:focus-visible,
.btn-govco.symbol-btn-govco.outline-secundary-btn-govco,
.btn-govco.symbol-btn-govco.fill-secundary-btn-govco:disabled {
	color: #FFFFFF;
}

.btn-govco.symbol-btn-govco.outline-btn-govco,
.btn-govco.symbol-btn-govco.fill-secundary-btn-govco,
.btn-govco.symbol-btn-govco.outline-secundary-btn-govco:hover,
.btn-govco.symbol-btn-govco.outline-secundary-btn-govco:focus-visible {
	color: #3366CC;
}

.btn-govco.symbol-btn-govco.outline-btn-govco:disabled {
	color: #737373;
}

/* Botón mixto */
.btn-govco.symbol-btn-govco.mixed-btn-govco.right-arrow-btn-govco[icon-position="right"]::after,
.btn-govco.symbol-btn-govco.fill-mixed-btn-govco.right-arrow-btn-govco[icon-position="right"]::after {
	content: "\ebf0";
}

.btn-govco.symbol-btn-govco.mixed-btn-govco.right-arrow-btn-govco[icon-position="left"]::before,
.btn-govco.symbol-btn-govco.fill-mixed-btn-govco.right-arrow-btn-govco[icon-position="left"]::before {
	content: "\ebf0";
}

.btn-govco.symbol-btn-govco.mixed-btn-govco.left-arrow-btn-govco[icon-position="right"]::after,
.btn-govco.symbol-btn-govco.fill-mixed-btn-govco.left-arrow-btn-govco[icon-position="right"]::after {
	content: "\ebef";
}

.btn-govco.symbol-btn-govco.mixed-btn-govco.left-arrow-btn-govco[icon-position="left"]::before,
.btn-govco.symbol-btn-govco.fill-mixed-btn-govco.left-arrow-btn-govco[icon-position="left"]::before {
	content: "\ebef";
}

.btn-govco.no-fill-btn-govco span.sub-btn-govco {
	text-decoration: underline;
}

.btn-govco.no-fill-btn-govco[icon-position="left"] span {
	justify-content: left;
	margin-left: 0.625rem;
}

.btn-govco.no-fill-btn-govco[icon-position="right"] span {
	justify-content: right;
	margin-right: 0.625rem;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco,
.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco {
	border: 0;
	background-color: transparent;
	font-size: 15px;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco {
	color: #3366CC;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco {
	border: 0;
	background-color: transparent;
	color: #3366CC;
	font-size: 15px;
}

.btn-govco.mixed-btn-govco span,
.btn-govco.fill-mixed-btn-govco span {
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco::before,
.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco::before {
	font-size: 20px;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco {
	color: #3366CC;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco:hover,
.btn-govco.mixed-btn-govco.no-fill-btn-govco:focus-visible {
	color: #004884;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco:focus-visible {
	outline: max(0.125rem, 0.125rem) solid #000000;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco:focus-visible,
.btn-govco.mixed-btn-govco.no-fill-btn-govco:hover {
	color: #004884;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco:disabled {
	color: #737373;
}

.btn-govco.mixed-btn-govco.no-fill-btn-govco:disabled {
	color: #737373;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco {
	color: #FFFFFF;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco {
	color: #FFFFFF;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco:hover,
.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco:focus-visible {
	font-family: WorkSans-Bold;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco:focus-visible {
	outline: max(0.125rem, 0.125rem) solid #FFFFFF;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco:disabled {
	color: #BABABA;
	font-family: WorkSans-Medium;
}

.btn-govco.fill-mixed-btn-govco.no-fill-btn-govco:disabled {
	color: #BABABA;
}

/* ================================= fin Botones =============================== */


/* ==================================== indicador de carga ==================================== */
.spinner-indicador-de-carga-govco {
	display: inline-block;
	vertical-align: -0.125em;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
	border-color: #0B457F;
	border-style: solid;
	border-right-color: transparent;
	position: relative;
}

/* style button trigger spinner */
.btn-loader {
	width: 214px;
	padding: 4px !important;
	height: 43px;
	font-family: WorkSans-Medium;
	margin-left: 0.3rem !important;
}

.btn-loader:hover {
	border: 1.5px solid #004884 !important;
	background-color: #004884 !important;
	color: #FFFFFF !important;
}

.btn-loader:focus-visible,
.btn-loader:focus {
	outline: max(0.125rem, 0.15em) solid #000000 !important;
	outline-offset: max(0.125rem, 0.15em);
	border: 1.5px solid #004884 !important;
	background-color: #004884 !important;
	color: #FFFFFF !important;
	box-shadow: none;
}

/* end style button trigger spinner */

.container-indicador-de-carga-govco {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-modal-indicador-de-carga-govco {
	background-color: #FFFFFF;
	border-radius: 10.31px;
	position: fixed;
	z-index: 1055;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 150px;
}

.spinner-modal-govco {
	display: none;
}

.backdrop-govco {
	opacity: .2 !important;
}

@media (min-width: 500px) {
	.spinner-modal-indicador-de-carga-govco {
		width: 400px;
		height: 300px;
	}
}

@media (min-width: 800px) {
	.spinner-modal-indicador-de-carga-govco {
		width: 600px;
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.spinner-modal-indicador-de-carga-govco {
		width: 700px;
		height: 500px;
	}
}

@media (min-width: 1400px) {
	.spinner-modal-indicador-de-carga-govco {
		width: 800px;
		height: 600px;
	}
}

/* ==================================== fin indicador de carga ==================================== */

/* ==================================== carga de archivo ==================================== */
.label-carga-de-archivo-govco {
	font-family: WorkSans-Regular;
	font-size: 16px;
	color: #4B4B4B;
	display: block;
}

.loader-carga-de-archivo-govco {
	margin-bottom: 0.4rem;
	display: flex;
	align-items: center;
}

.all-input-carga-de-archivo-govco {
	display: inline-block;
	position: relative;
}

.input-carga-de-archivo-govco {
	opacity: 0;
	position: absolute;
	height: 70%;
	width: 100%;
	top: 0;
	cursor: pointer;
}

.container-input-carga-de-archivo-govco {
	padding: 0.125rem;
	height: 100%;
	display: flex;
	justify-content: start;
	margin-top: 0.2rem;
	margin-bottom: 0.813rem;
	max-width: 24.375rem;
}

.container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco {
	width: 11.625rem;
	border-radius: 0.313rem 0 0 0.313rem;
	border: 0.094rem solid #3366CC;
	background-color: #3366CC;
	font-family: WorkSans-Medium;
	color: #fff;
	text-align: center;
	padding: 0.438rem 0.875rem 0.438rem 0.875rem;
}

.container-input-carga-de-archivo-govco .file-name-carga-de-archivo-govco {
	width: 13.75rem;
	border: 0.094rem solid #737373;
	border-radius: 0 0.313rem 0.313rem 0;
	background-color: #FFFFFF;
	font-family: WorkSans-Regular;
	color: #737373;
	padding: 0.438rem 0.313rem 0.438rem 0.313rem;
}

.container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco,
.container-input-carga-de-archivo-govco .file-name-carga-de-archivo-govco {
	font-size: 16px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.text-validation-carga-de-archivo-govco {
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	font-size: 16px;
}

.button-loader-carga-de-archivo-govco {
	background-color: #3366CC;
	min-width: 10.313rem;
	height: 2.625rem;
	border-radius: 1.563rem;
	color: #FFFFFF;
	font-family: WorkSans-Medium;
	font-size: 16px;
	border: 0.063rem solid #3366CC;
	display: inline-block;
}

.input-carga-de-archivo-govco[data-error="1"]+.label-carga-de-archivo-govco {
	color: #A80521;
}

.container-detail-carga-de-archivo-govco {
	border-top: 0.063rem solid #BABABA;
	margin-top: 0.5rem;
	display: none;
}

.alert-carga-de-archivo-govco {
	color: #A80521;
	font-size: 16px;
	font-family: WorkSans-Regular;
	display: block;
	padding-top: 0.8rem;
}

.attached-files-carga-de-archivo-govco {
	padding-top: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}

.attached-file-carga-de-archivo-govco {
	width: 19.375rem;
	height: 4.25rem;
	background-color: #FFFFFF;
	border: 0.063rem solid #E8EFFC;
	border-radius: 0.313rem;
	display: flex;
	align-items: center;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	position: relative;
}

.attached-file-carga-de-archivo-govco span {
	color: #000000;
	font-family: Montserrat-Medium;
	font-size: 0.875rem;
	display: block;
}

.attached-file-carga-de-archivo-govco span:first-child {
	font-family: Montserrat-SemiBold;
}

.icon-text-carga-de-archivo-govco {
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	margin-left: 1rem;
}

.file-alt-carga-de-archivo-govco::after {
	font-family: "govco-font";
	content: "\ec18";
	font-size: 2rem;
	color: #004884;
}

.container-text-name-carga-de-archivo-govco {
	max-width: 13.875rem;
}

.text-name-carga-de-archivo-govco {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.trash-alt-1-carga-de-archivo-govco {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 0.625rem;
	line-height: 1;
	padding: 0.2rem 0.4rem;
}

.trash-alt-1-carga-de-archivo-govco::after {
	font-family: "govco-font";
	content: "\ec83";
	font-size: 1.5rem;
	color: #004884;
	cursor: pointer;
}

.load-button-carga-de-archivo-govco {
	display: flex;
}

.load-carga-de-archivo-govco {
	padding: 0 1rem;
	visibility: hidden;
	display: flex;
	align-items: center;
}

.input-carga-de-archivo-govco:focus-visible~.container-input-carga-de-archivo-govco {
	border-radius: 0.313rem;
	outline: max(0.125rem, 0.15em) solid #000000;
}

.button-loader-carga-de-archivo-govco:focus-visible,
.attached-file-carga-de-archivo-govco:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.input-carga-de-archivo-govco:hover~.container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco,
.input-carga-de-archivo-govco:focus~.container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco,
.button-loader-carga-de-archivo-govco:hover,
.button-loader-carga-de-archivo-govco:focus-visible,
.attached-file-carga-de-archivo-govco:hover,
.attached-file-carga-de-archivo-govco:focus,
.attached-file-carga-de-archivo-govco:focus-within {
	background-color: #004884;
}

.attached-file-carga-de-archivo-govco:hover span,
.attached-file-carga-de-archivo-govco:hover .file-alt-carga-de-archivo-govco::after,
.attached-file-carga-de-archivo-govco:hover .trash-alt-1-carga-de-archivo-govco::after,
.attached-file-carga-de-archivo-govco:focus span,
.attached-file-carga-de-archivo-govco:focus .file-alt-carga-de-archivo-govco::after,
.attached-file-carga-de-archivo-govco:focus .trash-alt-1-carga-de-archivo-govco::after,
.attached-file-carga-de-archivo-govco:focus-within span,
.attached-file-carga-de-archivo-govco:focus-within .file-alt-carga-de-archivo-govco::after,
.attached-file-carga-de-archivo-govco:focus-within .trash-alt-1-carga-de-archivo-govco::after {
	color: #FFFFFF;
}

.attached-file-carga-de-archivo-govco .trash-alt-1-carga-de-archivo-govco:focus-visible,
.attached-file-carga-de-archivo-govco .trash-alt-1-carga-de-archivo-govco:focus {
	background-color: transparent;
}

.attached-file-carga-de-archivo-govco .trash-alt-1-carga-de-archivo-govco:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.input-carga-de-archivo-govco:disabled {
	cursor: default;
}

.input-carga-de-archivo-govco:disabled~.container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco {
	background-color: #737373;
	border-color: #737373;
	cursor: default;
}

.input-carga-de-archivo-govco:disabled~.container-input-carga-de-archivo-govco .file-name-carga-de-archivo-govco {
	background-color: #F2F2F2;
	border-color: #BABABA;
	color: #BABABA;
	cursor: default;
}

.input-carga-de-archivo-govco.active:disabled~.label-carga-de-archivo-govco,
.input-carga-de-archivo-govco.active:disabled~.text-validation-carga-de-archivo-govco {
	color: #BABABA;
}

.button-loader-carga-de-archivo-govco:disabled {
	background-color: #737373;
	border-color: #737373;
}

/* Responsive */
.container-carga-de-archivo-govco.responsive-govco .loader-carga-de-archivo-govco {
	display: block;
}

.container-carga-de-archivo-govco.responsive-govco .load-button-carga-de-archivo-govco {
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 0.5rem;
	margin-bottom: 0.8rem;
}

.container-carga-de-archivo-govco.responsive-govco .all-input-carga-de-archivo-govco {
	width: 100%;
}

.container-carga-de-archivo-govco.responsive-govco .container-input-carga-de-archivo-govco .button-file-carga-de-archivo-govco {
	width: 10.375rem;
}

.container-carga-de-archivo-govco.responsive-govco .container-text-name-carga-de-archivo-govco {
	max-width: 10rem;
}

.container-carga-de-archivo-govco.responsive-govco .text-validation-carga-de-archivo-govco {
	font-size: 0.875rem;
}

.container-carga-de-archivo-govco.small-fileupload-govco .attached-file-carga-de-archivo-govco {
	margin-right: 0;
	width: 100%;
}

.container-carga-de-archivo-govco.responsive-govco .container-input-carga-de-archivo-govco {
	margin-bottom: 0.2rem;
}

/* ==================================== fin carga de archivo ==================================== */


/* ==================================== Alerta Notificación ==================================== */
.container-alerta-govco {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}

.alerta-govco {
	width: 100%;
	height: 44px;
	max-width: 826px;
	max-height: 44px;
	border-radius: 3px !important;
	padding: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px !important;
	text-align: center;
	background-color: #F6F8F9 !important;
	border: 1px solid #3366CC !important;
	box-shadow: 0px 4px 0px #3366CC24;
}

.alerta-govco-sm {
	max-width: 664px;
}

.alerta-success-govco {
	background-color: #CDE6DF !important;
	border: 1px solid #0D684B !important;
	box-shadow: 0px 4px 0px #06846024;
}

.alerta-error-govco {
	background-color: #EECDD2 !important;
	border: 1px solid #B30937 !important;
	box-shadow: 0px 4px 0px #B3093724;
}

.alerta-content-text {
	margin: 0 auto;
	margin-left: 0px;
	font-family: "Montserrat-Medium";
	font-size: 16px;
}

.alerta-content-text-sm {
	font-size: 12px;
}

.alerta-icon-govco {
	margin-left: 4.5rem;
	margin-right: 10px;
}

.alerta-icon-govco::after {
	font-family: "govco-font";
	font-size: 24px;
}

.alerta-icon-notificacion-govco::after {
	content: "\e9f3";
}

.alerta-icon-success-govco::after {
	content: "\e8a4";
}

.alerta-icon-error-govco::after {
	content: "\eb72";
}

.alerta-link {
	font-family: "Montserrat-SemiBold";
	font-weight: normal !important;
	text-decoration: underline !important;
}

.anotificacion,
.anotificacion:hover {
	color: #3366CC;
}

.asuccess,
.asuccess:hover {
	color: #0D684B;
}

.aerror,
.aerror:hover {
	color: #B30937;
}

.toast-govco {
	width: 100% !important;
	height: 100% !important;
	min-width: 386px !important;
	min-height: 96px !important;
	max-width: 386px !important;
	max-height: 96px !important;
	box-shadow: none !important;
	background-color: #ffffff !important;
	border: 1px solid #737373 !important;
	display: block !important;
	border-radius: 4px !important;
	padding: 0px !important;
	line-height: 21px !important;
	margin: 16px !important;
	position: static !important;
	font-size: 14px;
}

.toast-header-govco {
	background-color: #F6F8F9 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 386px !important;
	max-height: 40px !important;
	padding: 9px 0px !important;
}

.toast-title-govco {
	font-family: "Montserrat-SemiBold";
	font-size: 18px;
	color: #282C34;
	font-weight: normal !important;
}

.toast-small-govco {
	font-family: "WorkSans-Regular";
	color: #737373;
	font-size: 12px;
}

.toast-small-mb-govco {
	font-family: "WorkSans-Regular";
	color: #737373;
	font-size: 12px;
	display: none;
}

.toast-icon-govco {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
}

.close-btn-toast {
	height: 24px;
	min-height: 24px;
	width: 24px;
	min-width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #0d6efd;
	margin-left: 10px;
	margin-right: 10px;
}

.close-btn-toast:focus {
	padding: 6px !important;
	border: 1px solid #000 !important;
	border-radius: 5px;
	box-shadow: none;
}

.close-btn-toast:focus-visible {
	outline: none;
	box-shadow: none;
}

.govco-times {
	background-image: url(../assets/icons/times.svg);
	min-width: 16px;
	min-height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.toast-btn-close {
	filter: brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(0%) hue-rotate(183deg) brightness(94%) contrast(77%);
	line-height: 0px;
	min-width: 14px !important;
	min-height: 14px !important;
	background-size: 14px 14px;
}

.toast-btn-close::before {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.close-btn-toast:hover span {
	filter: brightness(0) saturate(100%) invert(17%) sepia(36%) saturate(4735%) hue-rotate(192deg) brightness(98%) contrast(101%);
}

.close-btn-toast:focus span {
	filter: brightness(0) saturate(100%) invert(17%) sepia(36%) saturate(4735%) hue-rotate(192deg) brightness(98%) contrast(101%);
}

.toast-icon-govco::after {
	font-family: "govco-font";
	font-size: 16px;
}

.toast-body-govco {
	line-height: 18px;
	height: 56px;
	padding: 0.625rem !important;
	font-family: "WorkSans-Regular";
	font-size: 14px;
	color: #000000;
}

.container-alerta-interactivo {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;
}

.container-toast-interactivo {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;
}

/* style button trigger alerts */
.button-notification-loader-govco {
	background-color: #3366CC;
	min-width: 214px;
	height: 42px;
	border-radius: 1.563rem;
	color: #FFFFFF;
	font-family: WorkSans-Medium;
	font-size: 16px;
	border: 1px solid #3366CC;
}

.button-notification-loader-govco:focus-visible {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
	background-color: #004884;
}

.button-notification-loader-govco:hover {
	background-color: #004884;
}

.button-notification-loader-govco:focus {
	background-color: #3366CC;
}

.button-notification-loader-govco:disabled {
	background-color: #737373;
	border-color: #737373;
}

.btn-example-alerts-interactive {
	width: 214px;
	min-width: 214px;
	padding: 4px !important;
	height: 45px;
	min-height: 45px;
	font-family: WorkSans-Medium;
	transition: none !important;
	margin-top: 20px;
	margin-left: 5px;
	background-color: #ffffff !important;
	color: #3366CC !important;
	border: 2px solid #3366CC !important;
	border-radius: 21px;
	letter-spacing: normal !important;
	text-transform: none !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal !important;
	box-shadow: none !important;
}

.btn-example-alerts-interactive:hover {
	border: 2px solid #004884 !important;
	background-color: #004884 !important;
	color: #FFFFFF !important;
}

.btn-example-alerts-interactive:focus {
	box-shadow: none !important;
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
	border: 2px solid #004884 !important;
	background-color: #004884 !important;
	color: #FFFFFF !important;
}

/* end style button trigger alerts */

@media(max-width:575px) {

	.alerta-govco,
	.alerta-govco-sm {
		height: 55px;
		max-height: 55px;
		max-width: 296px;
	}

	.alerta-icon-govco {
		display: none;
	}

	.alerta-content-text,
	.alerta-content-text-sm {
		font-family: "WorkSans-Regular";
		font-size: 14px;
		margin: 10px !important;
	}

	.alerta-link {
		font-family: "WorkSans-SemiBold";
	}

	.toast-govco {
		min-width: 296px !important;
		max-width: 296px !important;
	}

	.toast-header-govco {
		max-width: 296px !important;
	}

	.toast-small-govco {
		display: none;
	}

	.toast-small-mb-govco {
		display: block;
	}
}

/* ==================================== fin Alerta Notificación ==================================== */


/* ==================================== Alerta Modal ==================================== */
.modal-container-govco {
	position: relative !important;
	display: block !important;
	z-index: 1 !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	outline: 0;
}

.modal-dialog-govco {
	width: 100%;
	position: relative;
	pointer-events: none;
}

.modal-content-govco {
	height: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border: none !important;
	border-radius: 0.313rem !important;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
}

.close-btn-modal {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #0d6efd;
}

.close-btn-modal:focus {
	padding: 6px !important;
	border: 1px solid #000 !important;
	box-shadow: none;
}

.close-btn-modal:focus-visible {
	outline: none;
	box-shadow: none;
}

.govco-times {
	background-image: url(../assets/icons/times.svg);
	min-width: 16px;
	min-height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}

.modal-close-govco {
	filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(639%) hue-rotate(189deg) brightness(92%) contrast(99%);
	line-height: 0px;
}

.modal-close-govco::before {
	margin-left: 0px !important;
}

.close-btn-modal:hover span {
	filter: brightness(0) saturate(100%) invert(14%) sepia(81%) saturate(2933%) hue-rotate(193deg) brightness(98%) contrast(102%);
}

.modal-header-govco {
	border-bottom: none !important;
	padding: 2rem 2rem 0px 2rem !important;
	justify-content: flex-end !important;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body-govco {
	margin: 0px 3.625rem auto 3.625rem !important;
	padding: 0px !important;
	padding-top: 14px !important;
}

.modal-title-govco {
	font-family: Montserrat-SemiBold;
	color: #004884;
	font-size: 2rem;
	margin-bottom: 1rem !important;
	margin: 0px;
	font-weight: normal;
	line-height: 1.219;
	width: fit-content;
}

.modal-subtitle-govco {
	font-family: Montserrat-SemiBold;
	color: #0b457f;
	font-size: 1.125rem;
	margin: 0px;
	margin-bottom: 2rem !important;
	font-weight: normal;
	line-height: 1.222;
	width: fit-content;
}

.modal-text-govco {
	font-family: WorkSans-Regular;
	width: 100%;
	font-size: 14px;
	color: #4B4B4B;
	margin-bottom: 2rem;
	padding-right: 1.25rem;
	line-height: 1.452;
}

.modal-footer-govco {
	margin: 0px 4.688rem auto 4.688rem;
	padding-bottom: 3.5rem !important;
	justify-content: flex-start !important;
	border-top: none !important;
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-buttons-govco {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.btn-modal-govco {
	font-family: WorkSans-Medium;
	display: block !important;
	border-radius: 25px !important;
	background-color: #3366cc !important;
	border: 2px solid #3366cc !important;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	padding-right: 48px !important;
	padding-left: 48px !important;
	font-size: 16px !important;
	line-height: 8px !important;
	letter-spacing: normal;
	text-transform: none;
	box-shadow: none;
	height: 42px;
	width: 165px;
}

.btn-modal-govco.btn-contorno {
	border: 2px solid #3366cc !important;
	background-color: transparent !important;
	color: #3366cc !important;
}

.btn-modal-govco:hover {
	background-color: #004884 !important;
	border: 2px solid #004884 !important;
}

.btn-modal-govco:focus {
	outline: 2px solid #000 !important;
	outline-offset: max(0.2px, 2.4px);
	background-color: #004884 !important;
	box-shadow: none !important;
	border: 2px solid #004884 !important;
}

.btn-modal-govco.btn-contorno:hover,
.btn-modal-govco.btn-contorno:focus {
	color: #ffffff !important;
}


.modal-header-alerts-govco {
	padding-top: 1.375rem !important;
}

.center-elements-govco {
	text-align: center;
}

.modal-icon {
	margin-bottom: 3px;
}

.confirmation-govco,
.success-govco,
.error-govco,
.warning-govco {
	width: 100%;
	margin-bottom: 1.875rem !important;
}

.confirmation-govco,
.modal-confirmation-icon::after {
	color: #3165c9;
}

.success-govco,
.modal-success-icon::after {
	color: #069169;
}

.error-govco,
.modal-error-icon::after {
	color: #a80521;
}

.warning-govco,
.modal-warning-icon::after {
	color: #ffab00;
}

.modal-text-center-govco {
	margin-bottom: 2rem;
	padding-right: 0px;
	line-height: 1.143;
}

.modal-icon-govco::after {
	font-family: "govco-font";
	font-size: 70px;
	line-height: 1.318;
}

.modal-confirmation-icon::after {
	content: "\e8a4";
}

.modal-success-icon::after {
	content: "\e8a4";
}

.modal-error-icon::after {
	content: "\eb72";
}

.modal-warning-icon::after {
	content: "\e92d";
}

@media(min-width:576px) {
	.modal-dialog-govco {
		max-width: 540px !important;
	}
}

@media(max-width:480px) {

	.modal-header-govco {
		padding: 1rem 1rem 0px 1rem !important;
	}

	.close-btn-modal {
		width: 8px;
		height: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #0d6efd;
	}

	.close-btn-modal:focus {
		padding: 0px !important;
		border: 1px solid #000 !important;
	}

	.govco-times {
		min-width: 8px;
		min-height: 8px;
		background-size: 0.5rem 0.5rem;
	}

	.modal-close-govco::before {
		font-size: 8px;
	}

	.modal-body-govco {
		margin: 0px 1.5rem auto 1.5rem !important;
		padding-top: 1rem !important;
	}

	.modal-title-govco {
		font-size: 1.5rem;
		margin-bottom: 0.5rem !important;
		line-height: 1.208;
	}

	.modal-subtitle-govco {
		font-size: 16px;
		margin-bottom: 1rem !important;
		line-height: 1.188;
	}

	.modal-text-govco {
		font-size: 0.75rem;
		margin-bottom: 1.5rem !important;
		padding-right: 0 !important;
		line-height: 1.604;
	}

	.modal-footer-govco {
		margin: 0px 1.5rem auto 1.5rem;
		padding-bottom: 3.5rem !important;
	}

	.modal-buttons-govco {
		display: block;
		width: 100%;
	}

	.btn-modal-govco {
		width: 100%;
		margin-bottom: 1rem !important;
	}

	.btn-contorno {
		margin-bottom: 0 !important;
	}

	.confirmation-govco,
	.success-govco,
	.error-govco,
	.warning-govco {
		margin-bottom: 1rem !important;
	}

	.modal-icon-govco::after {
		font-size: 48px;
	}

	.modal-header-alerts-govco {
		padding-top: 0 !important;
	}

	.modal-icon {
		margin-bottom: 6px;
	}
}

/* ==================================== fin Alerta Modal ==================================== */


/* ================================== Pestañas ===================================== */
.container-navbar-pestana-govco {
	position: absolute;
	background-color: #fff !important;
	width: 100%;
	height: 4rem;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 200px;
	padding-right: 16.5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-navbar-pestana-govco .navbar-pestana-govco ul li {
	background-color: #F6F8F9;
	width: 13.375rem;
	height: 4rem;
}

.container-navbar-pestana-govco .navbar-expand-lg {
	box-shadow: none;
}

.container-navbar-pestana-govco .navbar-pestana-govco ul li hr {
	position: initial;
	max-width: 75rem;
	height: 0;
	margin: 0rem;
	border-bottom: 0px;
}

.navbar-pestana-govco ul li a {
	white-space: normal;
	color: #004884;
	width: 13.375rem;
	height: 4rem;
	font-size: 1rem;
	text-align: center;
	line-height: normal !important;
	font-family: Montserrat-Medium !important;
	border: 2px solid #E8EFFC;
	padding-top: 1.375rem;
	padding-bottom: 1.438rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	opacity: 1;
}

.navbar-pestana-govco ul li a p {
	line-height: 1;
}

.navbar-pestana-govco .navbar-nav {
	flex-direction: row;
}

.navbar-pestana-govco ul li a:hover {
	background-color: #004884;
	color: #FFFFFF;
}

.navbar-pestana-govco ul li a:focus-visible {
	position: relative;
	background-color: #FFFFFF;
	color: #004884 !important;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.navbar-pestana-govco ul li a:focus {

	background-color: #FFFF !important;
	color: #004884 !important;
}

.navbar-pestana-govco .nav-link {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.clase-uno {
	background-color: transparent !important;
	height: 0px !important;
}

.clase-dos {
	position: relative;
	height: 0.25rem !important;
	width: 13.37rem !important;
	border: #004884 !important;
	color: #004884 !important;
	background-color: #004884 !important;
	background: #004884 !important;
	opacity: 1;
	margin-top: -4px !important;
}

.navbar-pestana-govco ul li a.disabled {
	background-color: #F2F2F2;
	color: #BABABA !important;
}

.container-navbar-pestana-govco .navbar-expand-lg {
	background-color: #fff;
	color: #FFFFFF;
	width: 67rem;
	height: 3.8rem;
	opacity: 1;
}

@media only screen and (max-width: 990px) {


	#pestania3 {
		display: none;
	}

	#pestania4 {
		display: none;
	}

	#pestania5 {
		display: none;
	}

}

/* ---------------------- fin pestana horizontal ----------------- */
/*--------------------------- pestana vertical -------------------- */

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

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

.container-navbar-pestana-vertical-govco {
	width: 0px;
	height: 0px;
}

.container-navbar-pestana-vertical-govco .navbar-pestana-vertical-govco ul {
	margin: 0;
	padding: 0;
}

.container-navbar-pestana-vertical-govco .navbar-pestana-vertical-govco ul li {
	background-color: #F6F8F9 !important;
	width: 290px;
	height: 56px;
}

.navbar-pestana-vertical-govco ul li a {
	white-space: normal;
	color: #004884;
	width: 290px;
	height: 56px;
	font-size: 16px;
	line-height: normal !important;
	text-align: left;
	list-style: none;
	font-family: Montserrat-Medium !important;
	border: 2px solid #E8EFFC;
	padding-top: 19px !important;
	padding-bottom: 18px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.navbar-pestana-vertical-govco ul li a .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.navbar-pestana-vertical-govco ul li a p {
	line-height: 1.5;
}

.navbar-pestana-vertical-govco ul li a .icon_right::after {
	content: "\e8b7";
	font-family: "govco-font";
	color: #004884;
	opacity: 1;
	height: 14px;
	width: 8px;
	margin-left: 170px;
}

.navbar-pestana-vertical-govco ul li a .icon_left::after {
	content: "\e8b6";
	font-family: "govco-font";
	line-height: 0;
	color: #004884;
	opacity: 1;
	height: 14px;
	width: 8px;
	margin-left: 170px;
}

.navbar-pestana-vertical-govco ul li a:hover {
	background-color: #004884;
	color: #FFFFFF;
}

.navbar-pestana-vertical-govco ul li a:hover .icon_right::after {
	color: #FFFFFF;
}

.navbar-pestana-govco-vertical-hover ul li a::after {
	font-family: "govco-font";
	font-size: 16px;
	color: #fff;
	margin-left: 180px;
}

.navbar-pestana-vertical-govco ul li a:focus-visible {
	background-color: #FFFFFF;
	color: #004884 !important;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.navbar-pestana-vertical-govco ul li a:focus {
	position: relative;
	background-color: #FFFFFF;
	color: #004884 !important;
}

.navbar-pestana-vertical-govco ul li a.disabled {
	background-color: #F2F2F2;
	color: #BABABA !important;
}

.navbar-pestana-vertical-govco ul li a.disabled .icon_right::after {
	color: #BABABA !important;
}

.navbar-pestana-vertical-govco .nav-link {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.campo-texto-pestana-govco {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 19px !important;
	padding-bottom: 18px !important;
}

.linea-vertical-govco {
	border-left: 0px solid #F6F8F9 !important;
	height: 0px !important;
	margin-top: -2px !important;
	margin-left: -2px !important;
}

.linea-vertical-govco-activa {
	border-left: 0.313rem solid #004884 !important;
	height: 56px !important;
	margin-top: -2px !important;
	margin-left: -2px !important;
}

/*-------------------------- fin pestana vertical -------------------------------*/
/* ================================== fin Pestañas ===================================== */


/* ==================================== tarjetas de informacion ==================================== */
.tarjeta-govco {
	border-radius: 0.625rem;
	text-decoration: none;
	background-color: #FFFFFF;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
}

.tarjeta-govco .container-img-tarjeta-govco {
	background-color: #F6F8F9;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.tarjeta-govco .container-img-tarjeta-govco .image-tarjeta-govco {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tarjeta-govco .body-tarjeta-govco {
	background-color: #FFFFFF;
}

.tarjeta-govco .body-tarjeta-govco span {
	color: #707070;
	font-size: 14px;
	font-family: WorkSans-Regular;
	margin-bottom: 0.625rem;
	display: block;
}

.tarjeta-govco .body-tarjeta-govco h5 {
	font-family: Montserrat-SemiBold;
	color: #3366CC;
	text-decoration: underline;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.688rem;
}

.tarjeta-govco .body-tarjeta-govco p {
	font-family: WorkSans-Regular;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
	line-height: 1.5rem;
}

.tarjeta-govco:hover,
.tarjeta-govco:focus-visible,
.tarjeta-govco:focus {
	text-decoration: none;
	box-shadow: 0 0.25rem 0 #3366CC24;
}

.tarjeta-govco:focus-visible,
.tarjeta-govco:focus {
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
}

.tarjeta-govco:hover .body-tarjeta-govco h5,
.tarjeta-govco:focus .body-tarjeta-govco h5 {
	color: #004884;
}

.tarjeta-govco.horizontal-tarjeta-govco {
	display: flex;
	max-width: 34.75rem;
	height: 12.5rem;
	border: 0.063rem solid #E5EEFB;
}

.tarjeta-govco.horizontal-tarjeta-govco .container-img-tarjeta-govco {
	border-radius: 0.625rem 0 0 0.625rem;
	max-width: 16.438rem;
	height: 100%;
}

.tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco {
	border-radius: 0 0.625rem 0.625rem 0;
	max-width: 18.313rem;
	height: 100%;
	padding: 1.875rem;
}

.tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco p {
	color: #000000;
}

.tarjeta-govco.horizontal-tarjeta-govco:hover,
.tarjeta-govco.horizontal-tarjeta-govco:focus-visible,
.tarjeta-govco.horizontal-tarjeta-govco:focus {
	border-color: #3366CC;
}

.tarjeta-govco.vertical-tarjeta-govco {
	display: inline-block;
	max-width: 22.75rem;
	height: 29.375rem;
}

.tarjeta-govco.vertical-tarjeta-govco .container-img-tarjeta-govco {
	border-radius: 0.625rem 0.625rem 0 0;
	width: 100%;
	height: 16.25rem;
}

.tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco {
	border-radius: 0 0 0.625rem 0.625rem;
	width: 100%;
	height: 13.125rem;
	padding: 1.875rem 0.625rem 0.625rem 0.625rem;
	border: 0.063rem solid #E5EEFB;
	border-top: 0;
}

.tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco p {
	color: #4B4B4B;
}

.tarjeta-govco.vertical-tarjeta-govco:hover .body-tarjeta-govco,
.tarjeta-govco.vertical-tarjeta-govco:focus-visible .body-tarjeta-govco,
.tarjeta-govco.vertical-tarjeta-govco:focus .body-tarjeta-govco {
	border-color: #3366CC;
}

.tarjeta-govco.reverse-tarjeta-govco {
	flex-direction: row-reverse;
}

.tarjeta-govco.reverse-tarjeta-govco .container-img-tarjeta-govco {
	border-radius: 0 0.625rem 0.625rem 0;
}

.tarjeta-govco.reverse-tarjeta-govco .body-tarjeta-govco {
	border-radius: 0.625rem 0 0 0.625rem;
}

.icono-tarjeta-govco {
	border-radius: 0.313rem;
	border: 0.063rem solid #E6EFFD;
	background-color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}

.icono-tarjeta-govco .container-icono-tarjeta-govco img {
	max-width: 100%;
	max-height: 100%;
}

.icono-tarjeta-govco .body-tarjeta-govco h5 {
	font-family: WorkSans-Medium;
	font-size: 16px;
	text-decoration: underline;
	color: #3366CC;
	margin-bottom: 0;
	line-height: 1.2rem;
	margin-top: 0;
}

.icono-tarjeta-govco .body-tarjeta-govco p {
	font-family: WorkSans-Regular;
	font-size: 16px;
	color: #000000;
	margin-top: 0.625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 4.813rem;
	line-height: 1.2rem;
}

a.icono-tarjeta-govco:hover,
button.icono-tarjeta-govco:hover {
	text-decoration: none;
	border: 1px solid #3366CC;
	box-shadow: 0 0.25rem 0 #3366CC24;
	color: #004884;
}

a.icono-tarjeta-govco:focus-visible,
a.icono-tarjeta-govco:focus,
button.icono-tarjeta-govco:focus-visible,
button.icono-tarjeta-govco:focus {
	border: 1px solid #3366CC;
	outline: max(0.125rem, 0.15em) solid #000000;
	outline-offset: max(0.125rem, 0.15em);
	box-shadow: 0 0.25rem 0 #3366CC24;
	color: #004884;
}

div.icono-tarjeta-govco {
	background-color: #F2F2F2;
	cursor: default;
}

div.icono-tarjeta-govco .container-icono-tarjeta-govco img {
	filter: grayscale(100%);
}

div.icono-tarjeta-govco .body-tarjeta-govco h5,
div.icono-tarjeta-govco .body-tarjeta-govco p {
	color: #4B4B4B;
}

.icono-tarjeta-govco.variable-tarjeta-govco {
	background-color: #F6F8F9;
	border: 0;
}

.icono-tarjeta-govco.vertical-tarjeta-govco {
	max-width: 16rem;
	height: 17.188rem;
	text-align: center;
	padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}

.icono-tarjeta-govco.vertical-tarjeta-govco .container-icono-tarjeta-govco {
	max-width: 4.625rem;
	height: 4.625rem;
	margin: 0 auto;
}

.icono-tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco {
	margin-top: 0.313rem;
}

.icono-tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco .title-body-tarjeta-govco {
	position: relative;
	height: 2.5rem;
	width: 100%;
}

.icono-tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	line-height: 1.2rem;
	margin-top: 0;
}

.icono-tarjeta-govco.horizontal-tarjeta-govco {
	width: 20.625rem;
	height: 6.25rem;
	padding: 1.375rem;
}

.icono-tarjeta-govco.horizontal-tarjeta-govco .container-icono-tarjeta-govco {
	max-width: 2.938rem;
	height: 2.938rem;
	min-width: 2.938rem;
}

.icono-tarjeta-govco.horizontal-tarjeta-govco,
.icono-tarjeta-govco.horizontal-tarjeta-govco .container-icono-tarjeta-govco,
.icono-tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco {
	display: flex;
	align-items: center;
}

.icono-tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco {
	margin-left: 1rem;
	max-width: 13.063rem;
	height: 2.875rem;
	margin-left: 1rem;
}

.icono-tarjeta-govco.horizontal-tarjeta-govco .body-tarjeta-govco h5 {
	width: 100%;
	height: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2rem;
	margin-top: 0;
}

a.icono-tarjeta-govco.horizontal-tarjeta-govco:focus-visible,
a.icono-tarjeta-govco.horizontal-tarjeta-govco:focus,
button.icono-tarjeta-govco.horizontal-tarjeta-govco:focus-visible,
button.icono-tarjeta-govco.horizontal-tarjeta-govco:focus {
	outline: max(0.125rem, 0.125rem) solid #000000;
	outline-offset: max(0.188rem, 0.188rem);
}

.module-tarjeta-govco {
	background-color: #FFFFFF;
	max-width: 13.938rem;
	height: 13.188rem;
	text-decoration: none;
	border-radius: 0.625rem;
	display: inline-block;
}

.module-tarjeta-govco .header-tarjeta-govco {
	border-color: #E6EFFD;
	border-style: solid;
	border-width: 0.125rem 0.125rem 0 0.125rem;
	border-radius: 0.625rem 0.625rem 0 0;
	width: 100%;
	height: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-tarjeta-govco .header-tarjeta-govco h5 {
	color: #004884;
	font-family: Montserrat-Bold;
	font-size: 16px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 95%;
	line-height: 1.2rem;
}

.module-tarjeta-govco hr {
	width: 100%;
	background-color: #004884;
	opacity: initial;
	margin: 0;
}

.module-tarjeta-govco hr:not([size]) {
	height: 0.25rem;
}

.module-tarjeta-govco .body-tarjeta-govco {
	border-color: #E6EFFD;
	border-style: solid;
	border-width: 0 0.125rem 0.125rem 0.125rem;
	border-radius: 0 0 0.625rem 0.625rem;
	width: 100%;
	height: 9.188rem;
	padding: 1.438rem 1.969rem 1.438rem 1.969rem;
}

.module-tarjeta-govco .body-tarjeta-govco p {
	color: #4B4B4B;
	font-family: WorkSans-Regular;
	font-size: 14px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 0;
	line-height: 1.2rem;
}

a.module-tarjeta-govco:hover,
button.module-tarjeta-govco:hover {
	text-decoration: none;
}

a.module-tarjeta-govco:hover .header-tarjeta-govco,
a.module-tarjeta-govco:focus .header-tarjeta-govco,
a.module-tarjeta-govco:focus-visible .header-tarjeta-govco,
button.module-tarjeta-govco:hover .header-tarjeta-govco,
button.module-tarjeta-govco:focus .header-tarjeta-govco,
button.module-tarjeta-govco:focus-visible .header-tarjeta-govco {
	background-color: #E6EFFD;
}

a.module-tarjeta-govco:focus,
a.module-tarjeta-govco:focus-visible,
button.module-tarjeta-govco:focus,
button.module-tarjeta-govco:focus-visible {
	outline: max(0.125rem, 0.125rem) solid #000000;
	outline-offset: max(0.125rem, 0.125rem);
}

div.module-tarjeta-govco {
	cursor: default;
}

div.module-tarjeta-govco .header-tarjeta-govco,
div.module-tarjeta-govco .body-tarjeta-govco {
	border-color: #F2F2F2;
}

div.module-tarjeta-govco .header-tarjeta-govco {
	background-color: #F2F2F2;
}

div.module-tarjeta-govco .header-tarjeta-govco h5 {
	color: #4B4B4B;
}

div.module-tarjeta-govco hr {
	background-color: #4B4B4B;
}

/* ==================================== fin tarjetas de informacion ==================================== */


/* ====================================== galeria de aplicaciones ====================================== */
.dropdown-candy-box-govco {
	font-family: "WorkSans-Regular";
}

.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: #3366cc !important;
	border: 0 !important;
	box-shadow: none !important;
	line-height: 1.5 !important;
	font-family: "WorkSans-Regular";
	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: #e6effd !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"]:active {
	background-color: #004884 !important;
}

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

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

.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"]: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: 18rem;
	height: 5.125rem;
	background-color: #ffffff;
	color: #4b4b4b;
	text-align: left;
	border-radius: 5px;
	padding: 10px 15px;
	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 {
	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-family: "WorkSans-SemiBold";
	font-size: 16px;
	color: #4b4b4b;
}

.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: #3366cc;
	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-font";
	color: #ffffff;
	font-size: 1.875rem;
	line-height: 18px;
	content: "\ec02";
}

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

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

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

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

.dropdown-item-govco span {
	font-family: "WorkSans-Regular";
	text-align: center;
	color: #4b4b4b;
	font-size: 0.875rem;
}

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

.dropdown-item-govco:hover,
.dropdown-item-govco.hover {
	background-color: #e6effd !important;
	transition: all 0.3s linear;
}

.dropdown-item-govco:hover span,
.dropdown-item-govco.hover span {
	color: #004884;
}

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

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

.dropdown-item-govco:active,
.dropdown-item-govco.active-select {
	background-color: #ffffff !important;
	outline: 1px solid #004884;
	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: #004884 !important;
}

.dropdown-item-govco:active .item-active-icon-govco::before,
.dropdown-item-govco.active-select .item-active-icon-govco::before {
	font-family: "govco-font";
	position: absolute;
	top: 10%;
	right: 22%;
	content: "\e8a4";
	font-size: 16px;
	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-font";
	position: absolute;
	top: 10%;
	right: 22%;
	content: "\ec01";
	font-size: 16px;
	color: #ffffff;
}

/* ==================================== fin galeria de aplicaciones ==================================== */

/* ==================================== carrusel ==================================== */
.carrusel-govco {
	height: auto;
	overflow: initial;
}

.carrusel-govco.carousel-fade .carousel-inner {
	overflow: initial;
}

.carrusel-govco .carousel-indicators {
	margin-right: 20%;
	margin-left: 20%;
	margin-bottom: 1.5rem;
	z-index: 1;
}

.carrusel-govco .carousel-indicators button {
	border-radius: 50%;
	width: 0.75rem;
	height: 0.75rem;
	margin: 0.25rem;
	box-shadow: 0 0.188rem 0.25rem #00000029;
	background-color: #FFFFFF;
	border: 0;
}

.carrusel-govco .carousel-indicators button:not(.active) {
	opacity: 1;
	background-color: rgba(255, 255, 255, .4);
}

.carrusel-govco .carousel-indicators button:focus-visible {
	outline: max(0.125rem, 0.063em) solid #000000;
	outline-offset: max(0.125rem, 0.063rem);
}

.carrusel-govco .carousel-inner .carousel-item {
	position: relative;
	visibility: initial;
	width: 100%;
	height: auto;
}

.carrusel-govco .carousel-inner .carousel-item>a {
	display: block;
}

.carrusel-govco .carousel-inner .carousel-item>a:focus-visible {
	outline-offset: 0.25rem;
	outline: 0.125rem solid #000000;
}

.carrusel-govco .carousel-inner .carousel-item img {
	min-height: 19.813rem;
	width: 100%;
}

.carrusel-govco .carousel-inner .carousel-item:not(.multiple-carrusel-govco) .carousel-caption {
	top: 35%;
	bottom: 22%;
	padding: 0.2rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	left: 17%;
	right: 17%;
	overflow: hidden;
}

.carrusel-govco .carousel-inner .carousel-caption a:focus-visible {
	outline: 0.125rem solid #000000;
}

.carrusel-govco .carousel-inner .carousel-caption a {
	text-decoration: none;
	height: auto;
	max-height: 100%;
}

.carrusel-govco .carousel-inner .carousel-caption h5,
.carrusel-govco .carousel-inner .carousel-caption p {
	color: #FFFFFF;
	max-width: 45.625rem;
	display: block;
	margin: 0.6rem;
}

.carrusel-govco .carousel-inner .carousel-caption h5 {
	font-size: 2rem;
	font-family: Montserrat-SemiBold;
}

.carrusel-govco .carousel-inner .carousel-caption p {
	font-size: 1.313rem;
	font-family: Montserrat-Regular;
}


/* PS */
.carrusel-govco-controls {
	position: relative;
	top: -40px;
	z-index: 1;
}    
.carrusel-govco-controls .control-start-pause {
	margin: .5rem 0;
	padding-left: 15px;
}
.carrusel-govco-controls .control-start-pause button {
	background-color: inherit;
	border: 0;
	color: #333;
	font-size: 0.875rem;
	font-family: WorkSans-Regular;
	cursor: pointer;
	line-height: 1rem;
	padding: 0.11rem 0.2rem;
}

.carrusel-govco-controls .control-start-pause button::before {
	font-family: "govco-font";
	font-size: 16px;
}

.carrusel-govco-controls .control-start-pause button.start::before {
	content: "\ea95";
}

.carrusel-govco-controls .control-start-pause button.pause::before {
	content: "\ea75";
}

.carrusel-govco-controls .control-start-pause button:focus-visible {
	outline: 0.125rem solid #000000;
}

.carrusel-govco-controls .control-start-pause button.activo {
	color: #000;
}
.carrusel-govco-controls .control-start-pause button:hover {
	color: #222;
}
.carrusel-govco-controls .control-start-pause button:not(.activo):hover {
	color: #333;
	cursor:initial;
}

.carrusel-govco-controls .control-start-pause button span {
	margin-left: 0.5rem;
}
.carrusel-govco-controls .col-md-12 {
	padding-left:50px;
}
@media (max-width: 991px) {
	.carrusel-govco-controls .col-md-12 {
		padding-left:0;
		text-align:center;
	}
	.carrusel-govco-controls .control-start-pause {
		border-left:none;
	}
}





.carrusel-govco .carousel-control-prev,
.carrusel-govco .carousel-control-next {
	top: 40%;
	bottom: 40%;
	opacity: 1;
}

.carrusel-govco .carousel-control-next:focus-visible,
.carrusel-govco .carousel-control-prev:focus-visible {
	outline: none;
}

.carrusel-govco .carousel-control-prev-icon,
.carrusel-govco .carousel-control-next-icon {
	background-image: none;
	width: auto;
	height: auto;
}

.carrusel-govco .carousel-control-prev-icon::after,
.carrusel-govco .carousel-control-next-icon::after {
	font-family: "govco-font";
	font-size: 2.625rem;
	color: #FFFFFF;
}

.carrusel-govco .carousel-control-prev-icon::after {
	content: '\e811';
}

.carrusel-govco .carousel-control-next-icon::after {
	content: '\e812';
}

.carrusel-govco .carousel-control-prev:hover .carousel-control-prev-icon::after,
.carrusel-govco .carousel-control-next:hover .carousel-control-next-icon::after {
	color: #0B457F;
}

.carrusel-govco>button:focus {
	background-color: transparent;
}

.carrusel-govco .carousel-control-prev:focus-visible .carousel-control-prev-icon::after,
.carrusel-govco .carousel-control-next:focus-visible .carousel-control-next-icon::after {
	border: 0.125rem solid #000000;
}

/* multiple */
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco {
	display: flex;
	background-color: #069169;
}

.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
	width: 40%;
	position: relative;
	left: initial;
	right: initial;
	bottom: initial;
	padding: 0;
	display: flex;
	align-items: center;
	padding-left: 10%;
	padding-right: 1.5%;
	text-align: left;
}

.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption p {
	font-size: 1.125rem;
	text-decoration: underline;
	font-family: Montserrat-SemiBold;
	margin: 0.1rem;
}

.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco>a {
	width: 100%;
}

.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco>a:focus-visible {
	outline-offset: 0.125rem;
}

/* Responsive */
.responsive-carrusel-govco .carousel-indicators,
.responsive-carrusel-govco .control-start-pause {
	margin-bottom: 1rem;
}

.responsive-carrusel-govco .carousel-indicators button {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.125rem;
}

.responsive-carrusel-govco .carousel-control-prev-icon::after,
.responsive-carrusel-govco .carousel-control-next-icon::after {
	font-size: 2rem;
}

.responsive-carrusel-govco .carousel-inner .carousel-item img {
	min-height: 13.5rem;
}

.responsive-carrusel-govco .carousel-inner .carousel-caption {
	left: 15%;
	right: 15%;
}

.responsive-carrusel-govco .carousel-inner .carousel-item:not(.multiple-carrusel-govco) .carousel-caption {
	top: 20%;
	bottom: 21%;
}

.responsive-carrusel-govco .carousel-inner .carousel-caption h5 {
	font-size: 1.25rem;
	color: #FFFFFF;
	font-family: Montserrat-SemiBold;
}

.responsive-carrusel-govco .carousel-inner .carousel-caption p {
	font-size: 1.125rem;
}

.responsive-carrusel-govco .control-start-pause button span {
	margin-left: 0.25rem;
}

/* multiple Responsive */
.responsive-carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco {
	flex-direction: column;
}

.responsive-carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
	height: 12.063rem;
	width: 92%;
	align-items: initial;
	left: 4%;
	right: 4%;
	padding: 0;
	padding-bottom: 3.375rem;
	padding-top: 1.625rem;
}

.responsive-carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption p {
	height: 100%;
	overflow: hidden;
	margin: 0.2rem;
}

.responsive-carrusel-govco.multiple-carrusel-govco .carousel-control-prev,
.responsive-carrusel-govco.multiple-carrusel-govco .carousel-control-next {
	top: 30%;
	bottom: 50%;
}

/* ==================================== fin carrusel ==================================== */


/* =============================== inicio area de servicio ============================== */
.aservice-container {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.aservice-spacing {
	margin-bottom: 20px;
}

.aservice:focus-visible,
.aservice.focus {
	border-radius: 8px !important;
	background-color: #ffffff;
	outline-offset: max(0.15rem, 0.15rem);
	outline: max(0.125rem, 0.125rem) solid #000000;
}

.aservice-item {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 5px !important;
	border: 1px solid #E6EFFD;
	box-shadow: 0px 4px 0px #3366CC24;
	display: flex;
	flex-direction: column;
	max-width: 288px;
	width: 288px;
}

.aservice-spacing-card {
	margin: 21px auto 21px 27px !important;
	line-height: 16px;
}

.link-card:hover,
.link-card.hover {
	background-color: #3366CC;
}

.link-card:hover .aservice-text-govco,
.link-card.hover .aservice-text-govco {
	color: #ffffff !important;
}

.link-card:hover .aservice-text-govco,
.link-card.hover .aservice-text-govco {
	color: #004884;
}

.aservice-text-govco,
.aservice-item-govco span {
	color: #004884;
	font-family: "Montserrat-SemiBold";
	font-size: 16px;
	font-weight: normal !important;
	text-decoration: none !important;
	line-height: 24px;
}

.aservice-link-govco {
	text-decoration: underline !important;
}

.aservice-link-govco:hover {
	color: #3366CC;
}

.aservice-mailto-govco:focus-visible {
	border-radius: 30px;
	outline-offset: max(0.15rem, 0.15rem);
	outline: max(0.125rem, 0.125rem) solid #000000;
}

.aservice-header-govco {
	margin-bottom: 0px;
	margin-top: 0px;
}

.button-aservice-govco {
	align-items: center;
	background-color: #ffffff;
	border-radius: 5px !important;
	border: 0;
	display: flex;
	min-height: 4.375rem;
	padding: 0 1.5rem;
	text-align: left;
	width: 100%;
}

.button-aservice-govco:focus {
	background-color: transparent;
}

.button-aservice-govco:focus-visible,
.button-aservice-govco.focus {
	border-radius: 8px !important;
	background-color: #ffffff;
	outline-offset: max(0.15rem, 0.15rem);
	outline: 2px solid #000000;
}

.button-aservice-govco[aria-expanded="false"]:hover,
.button-aservice-govco[aria-expanded="false"].hover {
	background-color: #3366CC;
}

.button-aservice-govco[aria-expanded="false"]:hover::after,
.button-aservice-govco[aria-expanded="false"].hover::after {
	color: #FFFFFF;
}

.button-aservice-govco[aria-expanded="false"]:hover .aservice-text-govco,
.button-aservice-govco[aria-expanded="false"].hover .aservice-text-govco {
	color: #ffffff;
}

.button-aservice-govco[aria-expanded="true"]:hover .aservice-text-govco,
.button-aservice-govco[aria-expanded="true"].hover .aservice-text-govco {
	color: #004884;
}

.button-aservice-govco::after {
	color: #004884;
	font-family: "govco-font";
	font-size: 26px;
	line-height: 0;
	margin-left: auto;
}

.button-aservice-govco::after {
	content: "\e813";
}

.button-aservice-govco.collapsed::after {
	content: "\e814";
}

.aservice-body {
	padding: 24px 32px 16px 32px;
}

.aservice-body-two {
	padding: 24px 0px 16px 0px;
}

.aservice-collapse {
	width: 100%;
}

.aservice-row-govco {
	align-items: flex-end !important;
	flex-wrap: nowrap !important;
}

.aservice-row-center-govco {
	align-items: center !important;
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}

.mail-icon-govco {
	height: fit-content !important;
	width: fit-content !important;
}

.mail-icon-govco::after {
	color: #3366CC;
	font-family: "govco-font";
	font-size: 24px;
	line-height: 24px;
	margin-left: auto;
}

.mail-icon-govco::after {
	content: "\e927";
}

.aservice-mailto-container {
	padding-bottom: 2px;
	padding-left: 9px !important;
}

.aservice-mailto-govco {
	color: #3366CC;
	font-family: "WorkSans-Medium";
	font-size: 14px;
	height: fit-content !important;
	text-decoration: underline !important;
	width: fit-content !important;
}

.aservice-mailto-govco:hover {
	color: #004884;
}

.headset-icon-govco {
	height: fit-content !important;
	width: fit-content !important;
}

.headset-icon-govco::after {
	color: #3366CC;
	font-family: "govco-font";
	font-size: 24px;
	line-height: 24px;
	margin-left: auto;
}

.headset-icon-govco::after {
	content: "\e9c9";
}

.aservice-number-govco {
	font-family: "WorkSans-Regular";
	font-size: 15px;
	margin-bottom: 0px;
	color: #000000;
}

.aservice-item-menu-ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 2px !important;
	padding: 0 !important;
}

.aservice-item-menu-li {
	padding: 0rem 1.375rem !important;
}

.aservice-item-govco {
	padding: 0rem !important;
}

.aservice-item-govco:hover,
.aservice-item-govco:focus {
	background-color: transparent !important;
}

.aservice-item-govco:active {
	outline-offset: none;
	outline: none;
}

.aservice-item-govco:focus-visible {
	border-radius: 3px;
	outline-offset: max(0.2px, 2.4px);
	outline: 2px solid #000 !important;
}

.aservice-item-icon-govco {
	align-items: center;
	display: flex !important;
	justify-content: center;
	margin-bottom: 7px;
}

.easy-icon-govco::after,
.hard-icon-govco::after {
	color: #3366CC;
	font-family: "govco-font";
	font-size: 2rem;
	line-height: 32px;
}

.aservice-item-govco:hover .easy-icon-govco::after,
.aservice-item-govco:hover .hard-icon-govco::after,
.aservice-item-govco:hover span {
	color: #004884;
}

.aservice-item-govco.selected .easy-icon-govco::after,
.aservice-item-govco.selected .hard-icon-govco::after,
.aservice-item-govco.selected span {
	color: #3366CC;
}

.aservice-item-govco.selected .easy-icon-govco::after {
	content: "\e8a4";
}

.aservice-item-govco.selected .hard-icon-govco::after {
	content: "\eb72";
}

.easy-icon-govco::after {
	content: "\ec01";
}

.hard-icon-govco::after {
	content: "\ec81";
}

.aservice-item-govco span {
	color: #3366CC;
	text-transform: uppercase;
}

.aservice-alerta-govco {
	border-radius: 5px !important;
	margin: 18px 20px 20px 20px !important;
	padding: 10px 8px 10px 9px !important;
}

.aservice-alerta-success-govco {
	background-color: #CDE6DF !important;
}

.aservice-alerta-content-text {
	font-family: "Montserrat-SemiBold";
	font-size: 14px;
	margin-bottom: 0px !important;
	width: 97%;
}

.aservice-alerta-content-text span {
	font-size: 18px;
}

.asuccess,
.asuccess:hover {
	color: #0D684B;
}

.aservice-comentarios {
	margin: 18px 10px 20px 10px;
}

.aservice-comentarios * {
	font-family: "WorkSans-Regular";
	font-size: 1rem;
}

.aservice-comentarios-fixed-text {
	color: #000000;
	margin-bottom: 8px;
}

.aservice-comentarios-textarea {
	display: block;
	border-radius: 5px;
	color: #737373;
	height: 200px;
	outline: none;
	border: 1px solid #737373;
	padding: 11px 23px 11px 15px;
	resize: none;
	width: 100%;
	box-shadow: none;
	line-height: 24px;
}

.aservice-comentarios-textarea::placeholder {
	color: #737373;
}

.aservice-comentarios-textarea:focus {
	box-shadow: none;
}

.aservice-comentarios-textarea.errorTextArea {
	border: 1px solid #A80521;
}

.aservice-comentarios-textarea.successTextArea {
	color: #000000;
	border: 1px solid #3366CC;
}

.aservice-comentarios-alert {
	color: #A80521;
	font-size: 12px !important;
	margin-bottom: 20px;
	margin-top: 8px;
}

.container-button {
	margin: 0px 20px;
}

.btn-service-govco {
	background-color: #3366cc !important;
	border-radius: 25px !important;
	border: 2px solid #3366cc !important;
	box-shadow: none;
	display: block !important;
	font-family: WorkSans-Medium;
	font-size: 16px !important;
	height: 42px;
	letter-spacing: normal !important;
	line-height: 16px !important;
	padding: 11px 16px !important;
	text-transform: none;
	width: 100%;
}

.btn-service-govco.btn-contorno {
	background-color: transparent !important;
	border: 2px solid #3366cc !important;
	color: #3366cc !important;
}

.btn-service-govco:hover {
	background-color: #004884 !important;
	border: 2px solid #004884 !important;
	box-shadow: none !important;
}

.btn-service-govco:focus {
	box-shadow: none !important;
}

.btn-service-govco:active,
.btn-service-govco:focus-visible {
	background-color: #004884 !important;
	border: 2px solid #004884 !important;
	box-shadow: none !important;
	outline-offset: max(0.2px, 2.4px);
	outline: 2px solid #000 !important;
}

.btn-service-govco.btn-contorno:hover,
.btn-service-govco.btn-contorno:active,
.btn-service-govco.btn-contorno:focus-visible {
	color: #ffffff !important;
}

.aservice-item-govco.disabled .easy-icon-govco::after,
.aservice-item-govco.disabled .hard-icon-govco::after,
.aservice-item-govco.disabled span,
.btn-service-govco:disabled {
	color: #737373 !important;
}

.btn-service-govco:disabled {
	border: 2px solid #737373 !important;
}

/* ================================= fin area de servicio =============================== */

/* =================================== Cabecera ================================= */
.logo-aut-header-govco {
	position: relative;
	margin-bottom: 2rem;
}

.logo-aut-header-govco .link-login-header-govco {
	color: #3366CC;
	font-family: WorkSans-Regular;
	font-size: 14px;
	display: block;
	right: 5.375rem;
	position: absolute;
	margin-top: 2rem;
}

.logo-aut-header-govco .link-login-header-govco:hover {
	color: #004884;
}

.container-logo-header-govco {
	padding: 3.563rem 5.375rem 0 5.375rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container-logo-header-govco .logo-header-govco {
	height: 3rem;
}

.container-logo-header-govco .container-search-header-govco {
	max-width: 21.875rem;
}

@media (max-width: 991px) {
	.logo-aut-header-govco {
		display: none;
	}

	.container-logo-header-govco {
		padding: 0.781rem 0 0.781rem 1.125rem;
		border-bottom: 0.188rem solid #004884;
	}

	.container-logo-header-govco .logo-header-govco {
		height: 2.188rem;
	}
}

/* ================================= fin Cabecera =============================== */
