@charset "UTF-8";

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


/* Nunito_Sans-Regular */
@font-face {
	font-family: 'Nunito_Sans-Regular';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-Regular.ttf');
	font-display: swap;
  }
  
  /* Nunito_Sans-Bold */
  @font-face {
	font-family: 'Nunito_Sans-Bold';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-Bold.ttf');
	font-display: swap;
  }
  
  /* Nunito_Sans-SemiBold */
  @font-face {
	font-family: 'Nunito_Sans-SemiBold';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-SemiBold.ttf');
  }
  
  /* NunitoSans-ExtraBold */
  @font-face {
	font-family: 'NunitoSans-ExtraBold';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-ExtraBold.ttf');
	font-display: swap;
  }
  
  /* Nunito_Sans-SemiBoldItalic */
  @font-face {
	font-family: 'Nunito_Sans-SemiBoldItalic';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-SemiBoldItalic.ttf');
	font-display: swap;
  }
  
  /* Nunito_Sans-Medium */
  @font-face {
	font-family: 'Nunito_Sans-Medium';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-Medium.ttf');
	font-display: swap;
  }
  
  /* Nunito_Sans-Italic */
  @font-face {
	font-family: 'Nunito_Sans-Italic';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Nunito_Sans/static/NunitoSans-Italic.ttf');
	font-display: swap;
  }
  
  /* Verdana-Regular */
  @font-face {
	font-family: 'Verdana-Regular';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Verdana/static/Verdana-Regular.ttf');
  }
  
  /* Verdana-Bold */
  @font-face {
	font-family: 'Verdana-Bold';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Verdana/static/Verdana-Bold.ttf');
	font-display: swap;
  }
  
  /* Verdana-Italic */
  @font-face {
	font-family: 'Verdana-Italic';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Verdana/static/Verdana-Italic.ttf');
  }
  
  /* Verdana-BoldItalic */
  @font-face {
	font-family: 'Verdana-BoldItalic';
	src: url('/themes/custom/b5subtheme/css/../assets/fonts/Verdana/static/Verdana-BoldItalic.ttf');
	font-display: swap;
  }
/* ================================= iconografia =============================== */

[class^="govco-"]:before,
[class*=" govco-"]:before {
	font-family: "govco-fontv2";
	font-style: normal;
	font-weight: normal;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

html {
	font-size: 100%;
	/* 100% = 16px */
}


/* ================================= iconografia =============================== */
.govco-address-book:before {
	content: '\e800';
}

/* '' */
.govco-ad:before {
	content: '\e801';
}

/* '' */
.govco-address-card:before {
	content: '\e802';
}

/* '' */
.govco-adjust:before {
	content: '\e803';
}

/* '' */
.govco-air-freshener:before {
	content: '\e804';
}

/* '' */
.govco-align-center:before {
	content: '\e805';
}

/* '' */
.govco-align-justify:before {
	content: '\e806';
}

/* '' */
.govco-align-left:before {
	content: '\e807';
}

/* '' */
.govco-align-right:before {
	content: '\e808';
}

/* '' */
.govco-allergies:before {
	content: '\e809';
}

/* '' */
.govco-ambulance:before {
	content: '\e80a';
}

/* '' */
.govco-american-sign-language-interpreting:before {
	content: '\e80b';
}

/* '' */
.govco-anchor:before {
	content: '\e80c';
}

/* '' */
.govco-angle-double-down:before {
	content: '\e80d';
}

/* '' */
.govco-angle-double-left:before {
	content: '\e80e';
}

/* '' */
.govco-angle-double-right:before {
	content: '\e80f';
}

/* '' */
.govco-angle-double-up:before {
	content: '\e810';
}

/* '' */
.govco-angle-left:before {
	content: '\e811';
}

/* '' */
.govco-angle-right:before {
	content: '\e812';
}

/* '' */
.govco-angle-up:before {
	content: '\e813';
}

/* '' */
.govco-angle-down:before {
	content: '\e814';
}

/* '' */
.govco-angry:before {
	content: '\e815';
}

/* '' */
.govco-apple-alt:before {
	content: '\e816';
}

/* '' */
.govco-archive:before {
	content: '\e817';
}

/* '' */
.govco-archway:before {
	content: '\e818';
}

/* '' */
.govco-arrow-alt-circle-left:before {
	content: '\e819';
}

/* '' */
.govco-arrow-alt-circle-down:before {
	content: '\e81a';
}

/* '' */
.govco-ankh:before {
	content: '\e81b';
}

/* '' */
.govco-arrow-alt-circle-right:before {
	content: '\e81c';
}

/* '' */
.govco-arrow-alt-circle-up:before {
	content: '\e81d';
}

/* '' */
.govco-arrow-circle-down:before {
	content: '\e81e';
}

/* '' */
.govco-arrow-circle-left:before {
	content: '\e81f';
}

/* '' */
.govco-arrow-circle-right:before {
	content: '\e820';
}

/* '' */
.govco-arrow-circle-up:before {
	content: '\e821';
}

/* '' */
.govco-arrow-down:before {
	content: '\e822';
}

/* '' */
.govco-arrow-left:before {
	content: '\e823';
}

/* '' */
.govco-arrow-right:before {
	content: '\e824';
}

/* '' */
.govco-arrow-up:before {
	content: '\e825';
}

/* '' */
.govco-arrows-alt-h:before {
	content: '\e826';
}

/* '' */
.govco-arrows-alt-v:before {
	content: '\e827';
}

/* '' */
.govco-arrows-alt:before {
	content: '\e828';
}

/* '' */
.govco-assistive-listening-systems:before {
	content: '\e829';
}

/* '' */
.govco-asterisk:before {
	content: '\e82a';
}

/* '' */
.govco-atlas:before {
	content: '\e82c';
}

/* '' */
.govco-atom:before {
	content: '\e82d';
}

/* '' */
.govco-audio-description:before {
	content: '\e82e';
}

/* '' */
.govco-award:before {
	content: '\e82f';
}

/* '' */
.govco-baby-carriage:before {
	content: '\e830';
}

/* '' */
.govco-baby:before {
	content: '\e831';
}

/* '' */
.govco-backspace:before {
	content: '\e832';
}

/* '' */
.govco-backward:before {
	content: '\e833';
}

/* '' */
.govco-bacon:before {
	content: '\e834';
}

/* '' */
.govco-bacteria:before {
	content: '\e835';
}

/* '' */
.govco-bacterium:before {
	content: '\e836';
}

/* '' */
.govco-bahai:before {
	content: '\e837';
}

/* '' */
.govco-balance-scale-left:before {
	content: '\e838';
}

/* '' */
.govco-balance-scale-right:before {
	content: '\e839';
}

/* '' */
.govco-balance-scale:before {
	content: '\e83a';
}

/* '' */
.govco-ban:before {
	content: '\e83b';
}

/* '' */
.govco-band-aid:before {
	content: '\e83c';
}

/* '' */
.govco-barcode:before {
	content: '\e83d';
}

/* '' */
.govco-baseball-ball:before {
	content: '\e83e';
}

/* '' */
.govco-bars:before {
	content: '\e83f';
}

/* '' */
.govco-basketball-ball:before {
	content: '\e840';
}

/* '' */
.govco-bath:before {
	content: '\e841';
}

/* '' */
.govco-battery-empty:before {
	content: '\e842';
}

/* '' */
.govco-battery-full:before {
	content: '\e843';
}

/* '' */
.govco-battery-half:before {
	content: '\e844';
}

/* '' */
.govco-battery-quarter:before {
	content: '\e845';
}

/* '' */
.govco-battery-three-quarters:before {
	content: '\e846';
}

/* '' */
.govco-bed:before {
	content: '\e847';
}

/* '' */
.govco-beer:before {
	content: '\e848';
}

/* '' */
.govco-bell-slash:before {
	content: '\e849';
}

/* '' */
.govco-bell:before {
	content: '\e84a';
}

/* '' */
.govco-bezier-curve:before {
	content: '\e84b';
}

/* '' */
.govco-bible:before {
	content: '\e84c';
}

/* '' */
.govco-bicycle:before {
	content: '\e84d';
}

/* '' */
.govco-biking:before {
	content: '\e84e';
}

/* '' */
.govco-binoculars:before {
	content: '\e84f';
}

/* '' */
.govco-biohazard:before {
	content: '\e850';
}

/* '' */
.govco-birthday-cake:before {
	content: '\e851';
}

/* '' */
.govco-blender-phone:before {
	content: '\e852';
}

/* '' */
.govco-blender:before {
	content: '\e853';
}

/* '' */
.govco-blind:before {
	content: '\e854';
}

/* '' */
.govco-blog:before {
	content: '\e855';
}

/* '' */
.govco-bold:before {
	content: '\e856';
}

/* '' */
.govco-bolt:before {
	content: '\e857';
}

/* '' */
.govco-bomb:before {
	content: '\e858';
}

/* '' */
.govco-bone:before {
	content: '\e859';
}

/* '' */
.govco-bong:before {
	content: '\e85a';
}

/* '' */
.govco-book-dead:before {
	content: '\e85b';
}

/* '' */
.govco-book-medical:before {
	content: '\e85c';
}

/* '' */
.govco-book-open:before {
	content: '\e85d';
}

/* '' */
.govco-book-reader:before {
	content: '\e85e';
}

/* '' */
.govco-book:before {
	content: '\e85f';
}

/* '' */
.govco-bookmark:before {
	content: '\e860';
}

/* '' */
.govco-border-all:before {
	content: '\e861';
}

/* '' */
.govco-border-none:before {
	content: '\e862';
}

/* '' */
.govco-border-style:before {
	content: '\e863';
}

/* '' */
.govco-bowling-ball:before {
	content: '\e864';
}

/* '' */
.govco-box-open:before {
	content: '\e865';
}

/* '' */
.govco-box-tissue:before {
	content: '\e866';
}

/* '' */
.govco-box:before {
	content: '\e867';
}

/* '' */
.govco-boxes:before {
	content: '\e868';
}

/* '' */
.govco-braille:before {
	content: '\e869';
}

/* '' */
.govco-brain:before {
	content: '\e86a';
}

/* '' */
.govco-bread-slice:before {
	content: '\e86b';
}

/* '' */
.govco-briefcase-medical:before {
	content: '\e86c';
}

/* '' */
.govco-briefcase:before {
	content: '\e86d';
}

/* '' */
.govco-broadcast-tower:before {
	content: '\e86e';
}

/* '' */
.govco-broom:before {
	content: '\e86f';
}

/* '' */
.govco-brush:before {
	content: '\e870';
}

/* '' */
.govco-bug:before {
	content: '\e871';
}

/* '' */
.govco-building:before {
	content: '\e872';
}

/* '' */
.govco-bullhorn:before {
	content: '\e873';
}

/* '' */
.govco-bullseye:before {
	content: '\e874';
}

/* '' */
.govco-burn:before {
	content: '\e875';
}

/* '' */
.govco-bus-alt:before {
	content: '\e876';
}

/* '' */
.govco-bus:before {
	content: '\e877';
}

/* '' */
.govco-business-time:before {
	content: '\e878';
}

/* '' */
.govco-calculator:before {
	content: '\e879';
}

/* '' */
.govco-calendar-alt:before {
	content: '\e87a';
}

/* '' */
.govco-calendar-check:before {
	content: '\e87b';
}

/* '' */
.govco-calendar-day:before {
	content: '\e87c';
}

/* '' */
.govco-calendar-minus:before {
	content: '\e87d';
}

/* '' */
.govco-calendar-plus:before {
	content: '\e87e';
}

/* '' */
.govco-calendar-times:before {
	content: '\e87f';
}

/* '' */
.govco-calendar-week:before {
	content: '\e880';
}

/* '' */
.govco-calendar:before {
	content: '\e881';
}

/* '' */
.govco-camera-retro:before {
	content: '\e882';
}

/* '' */
.govco-camera:before {
	content: '\e883';
}

/* '' */
.govco-campground:before {
	content: '\e884';
}

/* '' */
.govco-candy-cane:before {
	content: '\e885';
}

/* '' */
.govco-cannabis:before {
	content: '\e886';
}

/* '' */
.govco-capsules:before {
	content: '\e887';
}

/* '' */
.govco-car-alt:before {
	content: '\e888';
}

/* '' */
.govco-car-battery:before {
	content: '\e889';
}

/* '' */
.govco-car-crash:before {
	content: '\e88a';
}

/* '' */
.govco-car-side:before {
	content: '\e88b';
}

/* '' */
.govco-car:before {
	content: '\e88c';
}

/* '' */
.govco-caravan:before {
	content: '\e88d';
}

/* '' */
.govco-caret-down:before {
	content: '\e88e';
}

/* '' */
.govco-caret-left:before {
	content: '\e88f';
}

/* '' */
.govco-caret-right:before {
	content: '\e890';
}

/* '' */
.govco-caret-square-down:before {
	content: '\e891';
}

/* '' */
.govco-caret-square-left:before {
	content: '\e892';
}

/* '' */
.govco-caret-square-right:before {
	content: '\e893';
}

/* '' */
.govco-caret-square-up:before {
	content: '\e894';
}

/* '' */
.govco-caret-up:before {
	content: '\e895';
}

/* '' */
.govco-carrot:before {
	content: '\e896';
}

/* '' */
.govco-cart-arrow-down:before {
	content: '\e897';
}

/* '' */
.govco-cart-plus:before {
	content: '\e898';
}

/* '' */
.govco-cash-register:before {
	content: '\e899';
}

/* '' */
.govco-cat:before {
	content: '\e89a';
}

/* '' */
.govco-certificate:before {
	content: '\e89b';
}

/* '' */
.govco-chair:before {
	content: '\e89c';
}

/* '' */
.govco-chalkboard-teacher:before {
	content: '\e89d';
}

/* '' */
.govco-chalkboard:before {
	content: '\e89e';
}

/* '' */
.govco-charging-station:before {
	content: '\e89f';
}

/* '' */
.govco-chart-area:before {
	content: '\e8a0';
}

/* '' */
.govco-chart-bar:before {
	content: '\e8a1';
}

/* '' */
.govco-chart-line:before {
	content: '\e8a2';
}

/* '' */
.govco-chart-pie:before {
	content: '\e8a3';
}

/* '' */
.govco-check-circle:before {
	content: '\e8a4';
}

/* '' */
.govco-check-double:before {
	content: '\e8a5';
}

/* '' */
.govco-check-square:before {
	content: '\e8a6';
}

/* '' */
.govco-check:before {
	content: '\e8a7';
}

/* '' */
.govco-cheese:before {
	content: '\e8a8';
}

/* '' */
.govco-chess-bishop:before {
	content: '\e8a9';
}

/* '' */
.govco-chess-board:before {
	content: '\e8aa';
}

/* '' */
.govco-chess-king:before {
	content: '\e8ab';
}

/* '' */
.govco-chess-knight:before {
	content: '\e8ac';
}

/* '' */
.govco-chess-pawn:before {
	content: '\e8ad';
}

/* '' */
.govco-chess-queen:before {
	content: '\e8ae';
}

/* '' */
.govco-chess-rook:before {
	content: '\e8af';
}

/* '' */
.govco-chess:before {
	content: '\e8b0';
}

/* '' */
.govco-chevron-circle-down:before {
	content: '\e8b1';
}

/* '' */
.govco-chevron-circle-left:before {
	content: '\e8b2';
}

/* '' */
.govco-chevron-circle-right:before {
	content: '\e8b3';
}

/* '' */
.govco-chevron-circle-up:before {
	content: '\e8b4';
}

/* '' */
.govco-chevron-down:before {
	content: '\e8b5';
}

/* '' */
.govco-chevron-left:before {
	content: '\e8b6';
}

/* '' */
.govco-chevron-right:before {
	content: '\e8b7';
}

/* '' */
.govco-chevron-up:before {
	content: '\e8b8';
}

/* '' */
.govco-child:before {
	content: '\e8b9';
}

/* '' */
.govco-church:before {
	content: '\e8ba';
}

/* '' */
.govco-circle-notch:before {
	content: '\e8bb';
}

/* '' */
.govco-circle:before {
	content: '\e8bc';
}

/* '' */
.govco-city:before {
	content: '\e8bd';
}

/* '' */
.govco-clinic-medical:before {
	content: '\e8be';
}

/* '' */
.govco-clipboard-check:before {
	content: '\e8bf';
}

/* '' */
.govco-clipboard-list:before {
	content: '\e8c0';
}

/* '' */
.govco-clipboard:before {
	content: '\e8c1';
}

/* '' */
.govco-clock:before {
	content: '\e8c2';
}

/* '' */
.govco-clone:before {
	content: '\e8c3';
}

/* '' */
.govco-closed-captioning:before {
	content: '\e8c4';
}

/* '' */
.govco-cloud-download-alt:before {
	content: '\e8c5';
}

/* '' */
.govco-cloud-meatball:before {
	content: '\e8c6';
}

/* '' */
.govco-cloud-moon-rain:before {
	content: '\e8c7';
}

/* '' */
.govco-cloud-moon:before {
	content: '\e8c8';
}

/* '' */
.govco-cloud-rain:before {
	content: '\e8c9';
}

/* '' */
.govco-cloud-showers-heavy:before {
	content: '\e8ca';
}

/* '' */
.govco-cloud-sun-rain:before {
	content: '\e8cb';
}

/* '' */
.govco-cloud-sun:before {
	content: '\e8cc';
}

/* '' */
.govco-cloud-upload-alt:before {
	content: '\e8cd';
}

/* '' */
.govco-cloud:before {
	content: '\e8ce';
}

/* '' */
.govco-cocktail:before {
	content: '\e8cf';
}

/* '' */
.govco-code-branch:before {
	content: '\e8d0';
}

/* '' */
.govco-code:before {
	content: '\e8d1';
}

/* '' */
.govco-coffee:before {
	content: '\e8d2';
}

/* '' */
.govco-cog:before {
	content: '\e8d3';
}

/* '' */
.govco-cogs:before {
	content: '\e8d4';
}

/* '' */
.govco-coins:before {
	content: '\e8d5';
}

/* '' */
.govco-columns:before {
	content: '\e8d6';
}

/* '' */
.govco-comment-alt:before {
	content: '\e8d7';
}

/* '' */
.govco-comment-dollar:before {
	content: '\e8d8';
}

/* '' */
.govco-comment-dots:before {
	content: '\e8d9';
}

/* '' */
.govco-comment-medical:before {
	content: '\e8da';
}

/* '' */
.govco-comment-slash:before {
	content: '\e8db';
}

/* '' */
.govco-comment:before {
	content: '\e8dc';
}

/* '' */
.govco-comments-dollar:before {
	content: '\e8dd';
}

/* '' */
.govco-comments:before {
	content: '\e8de';
}

/* '' */
.govco-compact-disc:before {
	content: '\e8df';
}

/* '' */
.govco-compass:before {
	content: '\e8e0';
}

/* '' */
.govco-compress-alt:before {
	content: '\e8e1';
}

/* '' */
.govco-compress-arrows-alt:before {
	content: '\e8e2';
}

/* '' */
.govco-compress:before {
	content: '\e8e3';
}

/* '' */
.govco-concierge-bell:before {
	content: '\e8e4';
}

/* '' */
.govco-cookie-bite:before {
	content: '\e8e5';
}

/* '' */
.govco-cookie:before {
	content: '\e8e6';
}

/* '' */
.govco-copy:before {
	content: '\e8e7';
}

/* '' */
.govco-copyright:before {
	content: '\e8e8';
}

/* '' */
.govco-couch:before {
	content: '\e8e9';
}

/* '' */
.govco-credit-card:before {
	content: '\e8ea';
}

/* '' */
.govco-crop-alt:before {
	content: '\e8eb';
}

/* '' */
.govco-crop:before {
	content: '\e8ec';
}

/* '' */
.govco-cross:before {
	content: '\e8ed';
}

/* '' */
.govco-crosshairs:before {
	content: '\e8ee';
}

/* '' */
.govco-crow:before {
	content: '\e8ef';
}

/* '' */
.govco-crown:before {
	content: '\e8f0';
}

/* '' */
.govco-crutch:before {
	content: '\e8f1';
}

/* '' */
.govco-cube:before {
	content: '\e8f2';
}

/* '' */
.govco-cubes:before {
	content: '\e8f3';
}

/* '' */
.govco-cut:before {
	content: '\e8f4';
}

/* '' */
.govco-database:before {
	content: '\e8f5';
}

/* '' */
.govco-deaf:before {
	content: '\e8f6';
}

/* '' */
.govco-democrat:before {
	content: '\e8f7';
}

/* '' */
.govco-desktop:before {
	content: '\e8f8';
}

/* '' */
.govco-dharmachakra:before {
	content: '\e8f9';
}

/* '' */
.govco-diagnoses:before {
	content: '\e8fa';
}

/* '' */
.govco-dice-d6:before {
	content: '\e8fb';
}

/* '' */
.govco-dice-d20:before {
	content: '\e8fc';
}

/* '' */
.govco-dice-five:before {
	content: '\e8fd';
}

/* '' */
.govco-dice-four:before {
	content: '\e8fe';
}

/* '' */
.govco-dice-one:before {
	content: '\e8ff';
}

/* '' */
.govco-dice-six:before {
	content: '\e900';
}

/* '' */
.govco-dice-three:before {
	content: '\e901';
}

/* '' */
.govco-dice-two:before {
	content: '\e902';
}

/* '' */
.govco-dice:before {
	content: '\e903';
}

/* '' */
.govco-digital-tachograph:before {
	content: '\e904';
}

/* '' */
.govco-directions:before {
	content: '\e905';
}

/* '' */
.govco-disease:before {
	content: '\e906';
}

/* '' */
.govco-divide:before {
	content: '\e907';
}

/* '' */
.govco-dizzy:before {
	content: '\e908';
}

/* '' */
.govco-dna:before {
	content: '\e909';
}

/* '' */
.govco-dog:before {
	content: '\e90a';
}

/* '' */
.govco-dollar-ban:before {
	content: '\e90b';
}

/* '' */
.govco-dollar-sign:before {
	content: '\e90c';
}

/* '' */
.govco-dolly-flatbed:before {
	content: '\e90d';
}

/* '' */
.govco-dolly:before {
	content: '\e90e';
}

/* '' */
.govco-donate:before {
	content: '\e90f';
}

/* '' */
.govco-door-closed:before {
	content: '\e910';
}

/* '' */
.govco-door-open:before {
	content: '\e911';
}

/* '' */
.govco-dot-circle:before {
	content: '\e912';
}

/* '' */
.govco-dove:before {
	content: '\e913';
}

/* '' */
.govco-download:before {
	content: '\e914';
}

/* '' */
.govco-drafting-compass:before {
	content: '\e915';
}

/* '' */
.govco-dragon:before {
	content: '\e916';
}

/* '' */
.govco-draw-polygon:before {
	content: '\e917';
}

/* '' */
.govco-drum-steelpan:before {
	content: '\e918';
}

/* '' */
.govco-drum:before {
	content: '\e919';
}

/* '' */
.govco-drumstick-bite:before {
	content: '\e91a';
}

/* '' */
.govco-dumbbell:before {
	content: '\e91b';
}

/* '' */
.govco-dumpster-fire:before {
	content: '\e91c';
}

/* '' */
.govco-dumpster:before {
	content: '\e91d';
}

/* '' */
.govco-dungeon:before {
	content: '\e91e';
}

/* '' */
.govco-edit:before {
	content: '\e91f';
}

/* '' */
.govco-egg:before {
	content: '\e920';
}

/* '' */
.govco-eject:before {
	content: '\e921';
}

/* '' */
.govco-ellipsis-h:before {
	content: '\e922';
}

/* '' */
.govco-ellipsis-v:before {
	content: '\e923';
}

/* '' */
.govco-envelope-open-text:before {
	content: '\e924';
}

/* '' */
.govco-envelope-open:before {
	content: '\e925';
}

/* '' */
.govco-envelope-square:before {
	content: '\e926';
}

/* '' */
.govco-envelope:before {
	content: '\e927';
}

/* '' */
.govco-equals:before {
	content: '\e928';
}

/* '' */
.govco-eraser:before {
	content: '\e929';
}

/* '' */
.govco-ethernet:before {
	content: '\e92a';
}

/* '' */
.govco-euro-sign:before {
	content: '\e92b';
}

/* '' */
.govco-exchange-alt:before {
	content: '\e92c';
}

/* '' */
.govco-exclamation-circle:before {
	content: '\e92d';
}

/* '' */
.govco-exclamation-triangle:before {
	content: '\e92e';
}

/* '' */
.govco-exclamation:before {
	content: '\e92f';
}

/* '' */
.govco-expand-alt:before {
	content: '\e930';
}

/* '' */
.govco-expand-arrows-alt:before {
	content: '\e931';
}

/* '' */
.govco-expand:before {
	content: '\e932';
}

/* '' */
.govco-external-link-alt:before {
	content: '\e933';
}

/* '' */
.govco-external-link-square-alt:before {
	content: '\e934';
}

/* '' */
.govco-eye-dropper:before {
	content: '\e935';
}

/* '' */
.govco-eye-slash:before {
	content: '\e936';
}

/* '' */
.govco-eye:before {
	content: '\e937';
}

/* '' */
.govco-fan:before {
	content: '\e938';
}

/* '' */
.govco-fast-backward:before {
	content: '\e939';
}

/* '' */
.govco-fast-forward:before {
	content: '\e93a';
}

/* '' */
.govco-faucet:before {
	content: '\e93b';
}

/* '' */
.govco-fax:before {
	content: '\e93c';
}

/* '' */
.govco-feather-alt:before {
	content: '\e93d';
}

/* '' */
.govco-feather:before {
	content: '\e93e';
}

/* '' */
.govco-female:before {
	content: '\e93f';
}

/* '' */
.govco-fighter-jet:before {
	content: '\e940';
}

/* '' */
.govco-file-alt-1:before {
	content: '\e941';
}

/* '' */
.govco-file-archive:before {
	content: '\e942';
}

/* '' */
.govco-file-audio:before {
	content: '\e943';
}

/* '' */
.govco-file-code:before {
	content: '\e944';
}

/* '' */
.govco-file-contract:before {
	content: '\e945';
}

/* '' */
.govco-file-csv:before {
	content: '\e946';
}

/* '' */
.govco-file-download:before {
	content: '\e947';
}

/* '' */
.govco-file-excel:before {
	content: '\e948';
}

/* '' */
.govco-file-export:before {
	content: '\e949';
}

/* '' */
.govco-file-image:before {
	content: '\e94a';
}

/* '' */
.govco-file-import:before {
	content: '\e94b';
}

/* '' */
.govco-file-invoice-dollar:before {
	content: '\e94c';
}

/* '' */
.govco-file-invoice:before {
	content: '\e94d';
}

/* '' */
.govco-file-medical-alt:before {
	content: '\e94e';
}

/* '' */
.govco-file-medical:before {
	content: '\e94f';
}

/* '' */
.govco-file-pdf:before {
	content: '\e950';
}

/* '' */
.govco-file-powerpoint:before {
	content: '\e951';
}

/* '' */
.govco-file-prescription:before {
	content: '\e952';
}

/* '' */
.govco-file-signature:before {
	content: '\e953';
}

/* '' */
.govco-file-upload:before {
	content: '\e954';
}

/* '' */
.govco-file-video:before {
	content: '\e955';
}

/* '' */
.govco-file-word:before {
	content: '\e956';
}

/* '' */
.govco-file:before {
	content: '\e957';
}

/* '' */
.govco-fill-drip:before {
	content: '\e958';
}

/* '' */
.govco-fill:before {
	content: '\e959';
}

/* '' */
.govco-film:before {
	content: '\e95a';
}

/* '' */
.govco-filter:before {
	content: '\e95b';
}

/* '' */
.govco-fingerprint:before {
	content: '\e95c';
}

/* '' */
.govco-fire-alt:before {
	content: '\e95d';
}

/* '' */
.govco-fire-extinguisher:before {
	content: '\e95e';
}

/* '' */
.govco-fire:before {
	content: '\e95f';
}

/* '' */
.govco-first-aid:before {
	content: '\e960';
}

/* '' */
.govco-fish:before {
	content: '\e961';
}

/* '' */
.govco-fist-raised:before {
	content: '\e962';
}

/* '' */
.govco-flag-checkered:before {
	content: '\e963';
}

/* '' */
.govco-flag-usa:before {
	content: '\e964';
}

/* '' */
.govco-flag:before {
	content: '\e965';
}

/* '' */
.govco-flask:before {
	content: '\e966';
}

/* '' */
.govco-flushed:before {
	content: '\e967';
}

/* '' */
.govco-folder-minus:before {
	content: '\e968';
}

/* '' */
.govco-folder-open:before {
	content: '\e969';
}

/* '' */
.govco-folder-plus:before {
	content: '\e96a';
}

/* '' */
.govco-folder:before {
	content: '\e96b';
}

/* '' */
.govco-font-awesome-logo-full:before {
	content: '\e96c';
}

/* '' */
.govco-font:before {
	content: '\e96d';
}

/* '' */
.govco-football-ball:before {
	content: '\e96e';
}

/* '' */
.govco-forward:before {
	content: '\e96f';
}

/* '' */
.govco-frog:before {
	content: '\e970';
}

/* '' */
.govco-frown-open:before {
	content: '\e971';
}

/* '' */
.govco-frown:before {
	content: '\e972';
}

/* '' */
.govco-funnel-dollar:before {
	content: '\e973';
}

/* '' */
.govco-futbol:before {
	content: '\e974';
}

/* '' */
.govco-gamepad:before {
	content: '\e975';
}

/* '' */
.govco-gas-pump:before {
	content: '\e976';
}

/* '' */
.govco-gavel:before {
	content: '\e977';
}

/* '' */
.govco-gem:before {
	content: '\e978';
}

/* '' */
.govco-genderless:before {
	content: '\e979';
}

/* '' */
.govco-ghost:before {
	content: '\e97a';
}

/* '' */
.govco-gift:before {
	content: '\e97b';
}

/* '' */
.govco-gifts:before {
	content: '\e97c';
}

/* '' */
.govco-glass-cheers:before {
	content: '\e97d';
}

/* '' */
.govco-glass-martini-alt:before {
	content: '\e97e';
}

/* '' */
.govco-glass-martini:before {
	content: '\e97f';
}

/* '' */
.govco-glass-whiskey:before {
	content: '\e980';
}

/* '' */
.govco-glasses:before {
	content: '\e981';
}

/* '' */
.govco-globe-africa:before {
	content: '\e982';
}

/* '' */
.govco-globe-americas:before {
	content: '\e983';
}

/* '' */
.govco-globe-asia:before {
	content: '\e984';
}

/* '' */
.govco-globe-europe:before {
	content: '\e985';
}

/* '' */
.govco-globe:before {
	content: '\e986';
}

/* '' */
.govco-golf-ball:before {
	content: '\e987';
}

/* '' */
.govco-gopuram:before {
	content: '\e988';
}

/* '' */
.govco-graduation-cap:before {
	content: '\e989';
}

/* '' */
.govco-greater-than-equal:before {
	content: '\e98a';
}

/* '' */
.govco-greater-than:before {
	content: '\e98b';
}

/* '' */
.govco-grimace:before {
	content: '\e98c';
}

/* '' */
.govco-grin-alt:before {
	content: '\e98d';
}

/* '' */
.govco-grin-beam-sweat:before {
	content: '\e98e';
}

/* '' */
.govco-grin-beam:before {
	content: '\e98f';
}

/* '' */
.govco-grin-hearts:before {
	content: '\e990';
}

/* '' */
.govco-grin-squint-tears:before {
	content: '\e991';
}

/* '' */
.govco-grin-squint:before {
	content: '\e992';
}

/* '' */
.govco-grin-stars:before {
	content: '\e993';
}

/* '' */
.govco-grin-tears:before {
	content: '\e994';
}

/* '' */
.govco-grin-tongue-squint:before {
	content: '\e995';
}

/* '' */
.govco-grin-tongue-wink:before {
	content: '\e996';
}

/* '' */
.govco-grin-tongue:before {
	content: '\e997';
}

/* '' */
.govco-grin-wink:before {
	content: '\e998';
}

/* '' */
.govco-grin:before {
	content: '\e999';
}

/* '' */
.govco-grip-horizontal:before {
	content: '\e99a';
}

/* '' */
.govco-grip-lines-vertical:before {
	content: '\e99b';
}

/* '' */
.govco-grip-lines:before {
	content: '\e99c';
}

/* '' */
.govco-grip-vertical:before {
	content: '\e99d';
}

/* '' */
.govco-guitar:before {
	content: '\e99e';
}

/* '' */
.govco-h-square:before {
	content: '\e99f';
}

/* '' */
.govco-hamburger:before {
	content: '\e9a0';
}

/* '' */
.govco-hammer:before {
	content: '\e9a1';
}

/* '' */
.govco-hamsa:before {
	content: '\e9a2';
}

/* '' */
.govco-hand-holding-heart:before {
	content: '\e9a3';
}

/* '' */
.govco-hand-holding-medical:before {
	content: '\e9a4';
}

/* '' */
.govco-hand-holding-usd:before {
	content: '\e9a5';
}

/* '' */
.govco-hand-holding-water:before {
	content: '\e9a6';
}

/* '' */
.govco-hand-holding:before {
	content: '\e9a7';
}

/* '' */
.govco-hand-lizard:before {
	content: '\e9a8';
}

/* '' */
.govco-hand-middle-finger:before {
	content: '\e9a9';
}

/* '' */
.govco-hand-paper:before {
	content: '\e9aa';
}

/* '' */
.govco-hand-peace:before {
	content: '\e9ab';
}

/* '' */
.govco-hand-point-down:before {
	content: '\e9ac';
}

/* '' */
.govco-hand-point-left:before {
	content: '\e9ad';
}

/* '' */
.govco-hand-point-right:before {
	content: '\e9ae';
}

/* '' */
.govco-hand-point-up:before {
	content: '\e9af';
}

/* '' */
.govco-hand-pointer:before {
	content: '\e9b0';
}

/* '' */
.govco-hand-rock:before {
	content: '\e9b1';
}

/* '' */
.govco-hand-scissors:before {
	content: '\e9b2';
}

/* '' */
.govco-hand-sparkles:before {
	content: '\e9b3';
}

/* '' */
.govco-hand-spock:before {
	content: '\e9b4';
}

/* '' */
.govco-hands-helping:before {
	content: '\e9b5';
}

/* '' */
.govco-hands-wash:before {
	content: '\e9b6';
}

/* '' */
.govco-hands:before {
	content: '\e9b7';
}

/* '' */
.govco-handshake-alt-slash:before {
	content: '\e9b8';
}

/* '' */
.govco-handshake-slash:before {
	content: '\e9b9';
}

/* '' */
.govco-handshake:before {
	content: '\e9ba';
}

/* '' */
.govco-hanukiah:before {
	content: '\e9bb';
}

/* '' */
.govco-hard-hat:before {
	content: '\e9bc';
}

/* '' */
.govco-hashtag:before {
	content: '\e9bd';
}

/* '' */
.govco-hat-cowboy-side:before {
	content: '\e9be';
}

/* '' */
.govco-hat-cowboy:before {
	content: '\e9bf';
}

/* '' */
.govco-hat-wizard:before {
	content: '\e9c0';
}

/* '' */
.govco-hdd:before {
	content: '\e9c1';
}

/* '' */
.govco-head-side-cough-slash:before {
	content: '\e9c2';
}

/* '' */
.govco-head-side-cough:before {
	content: '\e9c3';
}

/* '' */
.govco-head-side-mask:before {
	content: '\e9c4';
}

/* '' */
.govco-head-side-virus:before {
	content: '\e9c5';
}

/* '' */
.govco-heading:before {
	content: '\e9c6';
}

/* '' */
.govco-headphones-alt:before {
	content: '\e9c7';
}

/* '' */
.govco-headphones:before {
	content: '\e9c8';
}

/* '' */
.govco-headset:before {
	content: '\e9c9';
}

/* '' */
.govco-heart-broken:before {
	content: '\e9ca';
}

/* '' */
.govco-heart:before {
	content: '\e9cb';
}

/* '' */
.govco-heartbeat:before {
	content: '\e9cc';
}

/* '' */
.govco-helicopter:before {
	content: '\e9cd';
}

/* '' */
.govco-highlighter:before {
	content: '\e9ce';
}

/* '' */
.govco-hiking:before {
	content: '\e9cf';
}

/* '' */
.govco-hippo:before {
	content: '\e9d0';
}

/* '' */
.govco-history:before {
	content: '\e9d1';
}

/* '' */
.govco-hockey-puck:before {
	content: '\e9d2';
}

/* '' */
.govco-holly-berry:before {
	content: '\e9d3';
}

/* '' */
.govco-home:before {
	content: '\e9d4';
}

/* '' */
.govco-horse-head:before {
	content: '\e9d5';
}

/* '' */
.govco-horse:before {
	content: '\e9d6';
}

/* '' */
.govco-hospital-alt:before {
	content: '\e9d7';
}

/* '' */
.govco-hospital-symbol:before {
	content: '\e9d8';
}

/* '' */
.govco-hospital-user:before {
	content: '\e9d9';
}

/* '' */
.govco-hospital:before {
	content: '\e9da';
}

/* '' */
.govco-hot-tub:before {
	content: '\e9db';
}

/* '' */
.govco-hotdog:before {
	content: '\e9dc';
}

/* '' */
.govco-hotel:before {
	content: '\e9dd';
}

/* '' */
.govco-hourglass-end:before {
	content: '\e9de';
}

/* '' */
.govco-hourglass-half:before {
	content: '\e9df';
}

/* '' */
.govco-hourglass-start:before {
	content: '\e9e0';
}

/* '' */
.govco-hourglass:before {
	content: '\e9e1';
}

/* '' */
.govco-house-damage:before {
	content: '\e9e2';
}

/* '' */
.govco-house-user:before {
	content: '\e9e3';
}

/* '' */
.govco-hryvnia:before {
	content: '\e9e4';
}

/* '' */
.govco-i-cursor:before {
	content: '\e9e5';
}

/* '' */
.govco-ice-cream:before {
	content: '\e9e6';
}

/* '' */
.govco-icicles:before {
	content: '\e9e7';
}

/* '' */
.govco-icons:before {
	content: '\e9e8';
}

/* '' */
.govco-id-badge:before {
	content: '\e9e9';
}

/* '' */
.govco-id-card-alt:before {
	content: '\e9ea';
}

/* '' */
.govco-id-card:before {
	content: '\e9eb';
}

/* '' */
.govco-igloo:before {
	content: '\e9ec';
}

/* '' */
.govco-image:before {
	content: '\e9ed';
}

/* '' */
.govco-images:before {
	content: '\e9ee';
}

/* '' */
.govco-inbox:before {
	content: '\e9ef';
}

/* '' */
.govco-indent:before {
	content: '\e9f0';
}

/* '' */
.govco-industry:before {
	content: '\e9f1';
}

/* '' */
.govco-infinity:before {
	content: '\e9f2';
}

/* '' */
.govco-info-circle:before {
	content: '\e9f3';
}

/* '' */
.govco-info:before {
	content: '\e9f4';
}

/* '' */
.govco-italic:before {
	content: '\e9f5';
}

/* '' */
.govco-jedi:before {
	content: '\e9f6';
}

/* '' */
.govco-joint:before {
	content: '\e9f7';
}

/* '' */
.govco-journal-whills:before {
	content: '\e9f8';
}

/* '' */
.govco-kaaba:before {
	content: '\e9f9';
}

/* '' */
.govco-key:before {
	content: '\e9fa';
}

/* '' */
.govco-keyboard:before {
	content: '\e9fb';
}

/* '' */
.govco-khanda:before {
	content: '\e9fc';
}

/* '' */
.govco-kiss-beam:before {
	content: '\e9fd';
}

/* '' */
.govco-kiss-wink-heart:before {
	content: '\e9fe';
}

/* '' */
.govco-kiss:before {
	content: '\e9ff';
}

/* '' */
.govco-kiwi-bird:before {
	content: '\ea00';
}

/* '' */
.govco-landmark:before {
	content: '\ea01';
}

/* '' */
.govco-language:before {
	content: '\ea02';
}

/* '' */
.govco-laptop-code:before {
	content: '\ea03';
}

/* '' */
.govco-laptop-house:before {
	content: '\ea04';
}

/* '' */
.govco-laptop-medical:before {
	content: '\ea05';
}

/* '' */
.govco-laptop:before {
	content: '\ea06';
}

/* '' */
.govco-laugh-beam:before {
	content: '\ea07';
}

/* '' */
.govco-laugh-squint:before {
	content: '\ea08';
}

/* '' */
.govco-laugh-wink:before {
	content: '\ea09';
}

/* '' */
.govco-laugh:before {
	content: '\ea0a';
}

/* '' */
.govco-layer-group:before {
	content: '\ea0b';
}

/* '' */
.govco-leaf:before {
	content: '\ea0c';
}

/* '' */
.govco-lemon:before {
	content: '\ea0d';
}

/* '' */
.govco-less-than-equal:before {
	content: '\ea0e';
}

/* '' */
.govco-less-than:before {
	content: '\ea0f';
}

/* '' */
.govco-level-down-alt:before {
	content: '\ea10';
}

/* '' */
.govco-level-up-alt:before {
	content: '\ea11';
}

/* '' */
.govco-life-ring:before {
	content: '\ea12';
}

/* '' */
.govco-lightbulb:before {
	content: '\ea13';
}

/* '' */
.govco-link:before {
	content: '\ea14';
}

/* '' */
.govco-lira-sign:before {
	content: '\ea15';
}

/* '' */
.govco-list-alt:before {
	content: '\ea16';
}

/* '' */
.govco-list-ol:before {
	content: '\ea17';
}

/* '' */
.govco-list-ul:before {
	content: '\ea18';
}

/* '' */
.govco-list:before {
	content: '\ea19';
}

/* '' */
.govco-location-arrow:before {
	content: '\ea1a';
}

/* '' */
.govco-lock-open:before {
	content: '\ea1b';
}

/* '' */
.govco-lock:before {
	content: '\ea1c';
}

/* '' */
.govco-long-arrow-alt-down:before {
	content: '\ea1d';
}

/* '' */
.govco-long-arrow-alt-left:before {
	content: '\ea1e';
}

/* '' */
.govco-long-arrow-alt-right:before {
	content: '\ea1f';
}

/* '' */
.govco-long-arrow-alt-up:before {
	content: '\ea20';
}

/* '' */
.govco-low-vision:before {
	content: '\ea21';
}

/* '' */
.govco-luggage-cart:before {
	content: '\ea22';
}

/* '' */
.govco-lungs-virus:before {
	content: '\ea23';
}

/* '' */
.govco-lungs:before {
	content: '\ea24';
}

/* '' */
.govco-magic:before {
	content: '\ea25';
}

/* '' */
.govco-magnet:before {
	content: '\ea26';
}

/* '' */
.govco-mail-bulk:before {
	content: '\ea27';
}

/* '' */
.govco-male:before {
	content: '\ea28';
}

/* '' */
.govco-map-marked-alt:before {
	content: '\ea29';
}

/* '' */
.govco-map-marked:before {
	content: '\ea2a';
}

/* '' */
.govco-map-marker-alt:before {
	content: '\ea2b';
}

/* '' */
.govco-map-marker:before {
	content: '\ea2c';
}

/* '' */
.govco-map-pin:before {
	content: '\ea2d';
}

/* '' */
.govco-map-signs:before {
	content: '\ea2e';
}

/* '' */
.govco-map:before {
	content: '\ea2f';
}

/* '' */
.govco-marker:before {
	content: '\ea30';
}

/* '' */
.govco-mars-double:before {
	content: '\ea31';
}

/* '' */
.govco-mars-stroke-h:before {
	content: '\ea32';
}

/* '' */
.govco-mars-stroke-v:before {
	content: '\ea33';
}

/* '' */
.govco-mars-stroke:before {
	content: '\ea34';
}

/* '' */
.govco-mars:before {
	content: '\ea35';
}

/* '' */
.govco-mask:before {
	content: '\ea36';
}

/* '' */
.govco-medal:before {
	content: '\ea37';
}

/* '' */
.govco-medkit:before {
	content: '\ea38';
}

/* '' */
.govco-meh-blank:before {
	content: '\ea39';
}

/* '' */
.govco-meh-rolling-eyes:before {
	content: '\ea3a';
}

/* '' */
.govco-meh:before {
	content: '\ea3b';
}

/* '' */
.govco-memory:before {
	content: '\ea3c';
}

/* '' */
.govco-menorah:before {
	content: '\ea3d';
}

/* '' */
.govco-mercury:before {
	content: '\ea3e';
}

/* '' */
.govco-meteor:before {
	content: '\ea3f';
}

/* '' */
.govco-microchip:before {
	content: '\ea40';
}

/* '' */
.govco-microphone-alt-slash:before {
	content: '\ea41';
}

/* '' */
.govco-microphone-alt:before {
	content: '\ea42';
}

/* '' */
.govco-microphone-slash:before {
	content: '\ea43';
}

/* '' */
.govco-microphone:before {
	content: '\ea44';
}

/* '' */
.govco-microscope:before {
	content: '\ea45';
}

/* '' */
.govco-minus-circle:before {
	content: '\ea46';
}

/* '' */
.govco-minus-square:before {
	content: '\ea47';
}

/* '' */
.govco-minus:before {
	content: '\ea48';
}

/* '' */
.govco-mitten:before {
	content: '\ea49';
}

/* '' */
.govco-mobile-alt:before {
	content: '\ea4a';
}

/* '' */
.govco-mobile:before {
	content: '\ea4b';
}

/* '' */
.govco-money-bill-alt:before {
	content: '\ea4c';
}

/* '' */
.govco-money-bill-wave-alt:before {
	content: '\ea4d';
}

/* '' */
.govco-money-bill-wave:before {
	content: '\ea4e';
}

/* '' */
.govco-money-bill:before {
	content: '\ea4f';
}

/* '' */
.govco-money-check-alt:before {
	content: '\ea50';
}

/* '' */
.govco-money-check:before {
	content: '\ea51';
}

/* '' */
.govco-monument:before {
	content: '\ea52';
}

/* '' */
.govco-moon:before {
	content: '\ea53';
}

/* '' */
.govco-mortar-pestle:before {
	content: '\ea54';
}

/* '' */
.govco-mosque:before {
	content: '\ea55';
}

/* '' */
.govco-motorcycle:before {
	content: '\ea56';
}

/* '' */
.govco-mountain:before {
	content: '\ea57';
}

/* '' */
.govco-mouse-pointer:before {
	content: '\ea58';
}

/* '' */
.govco-mouse:before {
	content: '\ea59';
}

/* '' */
.govco-mug-hot:before {
	content: '\ea5a';
}

/* '' */
.govco-music:before {
	content: '\ea5b';
}

/* '' */
.govco-network-wired:before {
	content: '\ea5c';
}

/* '' */
.govco-neuter:before {
	content: '\ea5d';
}

/* '' */
.govco-newspaper:before {
	content: '\ea5e';
}

/* '' */
.govco-not-equal:before {
	content: '\ea5f';
}

/* '' */
.govco-notes-medical:before {
	content: '\ea60';
}

/* '' */
.govco-object-group:before {
	content: '\ea61';
}

/* '' */
.govco-object-ungroup:before {
	content: '\ea62';
}

/* '' */
.govco-oil-can:before {
	content: '\ea63';
}

/* '' */
.govco-om:before {
	content: '\ea64';
}

/* '' */
.govco-otter:before {
	content: '\ea65';
}

/* '' */
.govco-outdent:before {
	content: '\ea66';
}

/* '' */
.govco-pager:before {
	content: '\ea67';
}

/* '' */
.govco-paint-brush:before {
	content: '\ea68';
}

/* '' */
.govco-paint-roller:before {
	content: '\ea69';
}

/* '' */
.govco-palette:before {
	content: '\ea6a';
}

/* '' */
.govco-pallet:before {
	content: '\ea6b';
}

/* '' */
.govco-paper-plane:before {
	content: '\ea6c';
}

/* '' */
.govco-paperclip:before {
	content: '\ea6d';
}

/* '' */
.govco-parachute-box:before {
	content: '\ea6e';
}

/* '' */
.govco-paragraph:before {
	content: '\ea6f';
}

/* '' */
.govco-parking:before {
	content: '\ea70';
}

/* '' */
.govco-passport:before {
	content: '\ea71';
}

/* '' */
.govco-pastafarianism:before {
	content: '\ea72';
}

/* '' */
.govco-paste:before {
	content: '\ea73';
}

/* '' */
.govco-pause-circle:before {
	content: '\ea74';
}

/* '' */
.govco-pause:before {
	content: '\ea75';
}

/* '' */
.govco-paw:before {
	content: '\ea76';
}

/* '' */
.govco-peace:before {
	content: '\ea77';
}

/* '' */
.govco-pen-alt:before {
	content: '\ea78';
}

/* '' */
.govco-pen-fancy:before {
	content: '\ea79';
}

/* '' */
.govco-pen-nib:before {
	content: '\ea7a';
}

/* '' */
.govco-pen-square:before {
	content: '\ea7b';
}

/* '' */
.govco-pen:before {
	content: '\ea7c';
}

/* '' */
.govco-pencil-alt:before {
	content: '\ea7d';
}

/* '' */
.govco-pencil-ruler:before {
	content: '\ea7e';
}

/* '' */
.govco-people-arrows:before {
	content: '\ea7f';
}

/* '' */
.govco-people-carry:before {
	content: '\ea80';
}

/* '' */
.govco-pepper-hot:before {
	content: '\ea81';
}

/* '' */
.govco-percent:before {
	content: '\ea82';
}

/* '' */
.govco-percentage:before {
	content: '\ea83';
}

/* '' */
.govco-person-booth:before {
	content: '\ea84';
}

/* '' */
.govco-phone-alt:before {
	content: '\ea85';
}

/* '' */
.govco-phone-slash:before {
	content: '\ea86';
}

/* '' */
.govco-phone-square-alt:before {
	content: '\ea87';
}

/* '' */
.govco-phone-square:before {
	content: '\ea88';
}

/* '' */
.govco-phone-volume:before {
	content: '\ea89';
}

/* '' */
.govco-phone:before {
	content: '\ea8a';
}

/* '' */
.govco-photo-video:before {
	content: '\ea8b';
}

/* '' */
.govco-piggy-bank:before {
	content: '\ea8c';
}

/* '' */
.govco-pills:before {
	content: '\ea8d';
}

/* '' */
.govco-pizza-slice:before {
	content: '\ea8e';
}

/* '' */
.govco-place-of-worship:before {
	content: '\ea8f';
}

/* '' */
.govco-plane-arrival:before {
	content: '\ea90';
}

/* '' */
.govco-plane-departure:before {
	content: '\ea91';
}

/* '' */
.govco-plane-slash:before {
	content: '\ea92';
}

/* '' */
.govco-plane:before {
	content: '\ea93';
}

/* '' */
.govco-play-circle:before {
	content: '\ea94';
}

/* '' */
.govco-play:before {
	content: '\ea95';
}

/* '' */
.govco-plug:before {
	content: '\ea96';
}

/* '' */
.govco-plus-circle:before {
	content: '\ea97';
}

/* '' */
.govco-plus-square:before {
	content: '\ea98';
}

/* '' */
.govco-plus:before {
	content: '\ea99';
}

/* '' */
.govco-podcast:before {
	content: '\ea9a';
}

/* '' */
.govco-poll-h:before {
	content: '\ea9b';
}

/* '' */
.govco-poll:before {
	content: '\ea9c';
}

/* '' */
.govco-poo-storm:before {
	content: '\ea9d';
}

/* '' */
.govco-poo:before {
	content: '\ea9e';
}

/* '' */
.govco-poop:before {
	content: '\ea9f';
}

/* '' */
.govco-portrait:before {
	content: '\eaa0';
}

/* '' */
.govco-pound-sign:before {
	content: '\eaa1';
}

/* '' */
.govco-power-off:before {
	content: '\eaa2';
}

/* '' */
.govco-pray:before {
	content: '\eaa3';
}

/* '' */
.govco-praying-hands:before {
	content: '\eaa4';
}

/* '' */
.govco-prescription-bottle-alt:before {
	content: '\eaa5';
}

/* '' */
.govco-prescription-bottle:before {
	content: '\eaa6';
}

/* '' */
.govco-prescription:before {
	content: '\eaa7';
}

/* '' */
.govco-print:before {
	content: '\eaa8';
}

/* '' */
.govco-procedures:before {
	content: '\eaa9';
}

/* '' */
.govco-project-diagram:before {
	content: '\eaaa';
}

/* '' */
.govco-pump-medical:before {
	content: '\eaab';
}

/* '' */
.govco-pump-soap:before {
	content: '\eaac';
}

/* '' */
.govco-puzzle-piece:before {
	content: '\eaad';
}

/* '' */
.govco-qrcode:before {
	content: '\eaae';
}

/* '' */
.govco-question-circle:before {
	content: '\eaaf';
}

/* '' */
.govco-question:before {
	content: '\eab0';
}

/* '' */
.govco-quidditch:before {
	content: '\eab1';
}

/* '' */
.govco-quote-left:before {
	content: '\eab2';
}

/* '' */
.govco-quote-right:before {
	content: '\eab3';
}

/* '' */
.govco-quran:before {
	content: '\eab4';
}

/* '' */
.govco-radiation-alt:before {
	content: '\eab5';
}

/* '' */
.govco-radiation:before {
	content: '\eab6';
}

/* '' */
.govco-rainbow:before {
	content: '\eab7';
}

/* '' */
.govco-random:before {
	content: '\eab8';
}

/* '' */
.govco-receipt:before {
	content: '\eab9';
}

/* '' */
.govco-record-vinyl:before {
	content: '\eaba';
}

/* '' */
.govco-recycle:before {
	content: '\eabb';
}

/* '' */
.govco-redo-alt:before {
	content: '\eabc';
}

/* '' */
.govco-redo:before {
	content: '\eabd';
}

/* '' */
.govco-registered:before {
	content: '\eabe';
}

/* '' */
.govco-remove-format:before {
	content: '\eabf';
}

/* '' */
.govco-reply-all:before {
	content: '\eac0';
}

/* '' */
.govco-reply:before {
	content: '\eac1';
}

/* '' */
.govco-republican:before {
	content: '\eac2';
}

/* '' */
.govco-restroom:before {
	content: '\eac3';
}

/* '' */
.govco-retweet:before {
	content: '\eac4';
}

/* '' */
.govco-ribbon:before {
	content: '\eac5';
}

/* '' */
.govco-ring:before {
	content: '\eac6';
}

/* '' */
.govco-road:before {
	content: '\eac7';
}

/* '' */
.govco-robot:before {
	content: '\eac8';
}

/* '' */
.govco-rocket:before {
	content: '\eac9';
}

/* '' */
.govco-route:before {
	content: '\eaca';
}

/* '' */
.govco-rss-square:before {
	content: '\eacb';
}

/* '' */
.govco-rss:before {
	content: '\eacc';
}

/* '' */
.govco-ruble-sign:before {
	content: '\eacd';
}

/* '' */
.govco-ruler-combined:before {
	content: '\eace';
}

/* '' */
.govco-ruler-horizontal:before {
	content: '\eacf';
}

/* '' */
.govco-ruler-vertical:before {
	content: '\ead0';
}

/* '' */
.govco-ruler:before {
	content: '\ead1';
}

/* '' */
.govco-running:before {
	content: '\ead2';
}

/* '' */
.govco-rupee-sign:before {
	content: '\ead3';
}

/* '' */
.govco-sad-cry:before {
	content: '\ead4';
}

/* '' */
.govco-sad-tear:before {
	content: '\ead5';
}

/* '' */
.govco-satellite-dish:before {
	content: '\ead6';
}

/* '' */
.govco-satellite:before {
	content: '\ead7';
}

/* '' */
.govco-save:before {
	content: '\ead8';
}

/* '' */
.govco-school:before {
	content: '\ead9';
}

/* '' */
.govco-screwdriver:before {
	content: '\eada';
}

/* '' */
.govco-scroll:before {
	content: '\eadb';
}

/* '' */
.govco-sd-card:before {
	content: '\eadc';
}

/* '' */
.govco-search-dollar:before {
	content: '\eadd';
}

/* '' */
.govco-search-location:before {
	content: '\eade';
}

/* '' */
.govco-search-minus:before {
	content: '\eadf';
}

/* '' */
.govco-search-plus:before {
	content: '\eae0';
}

/* '' */
.govco-search:before {
	content: '\eae1';
}

/* '' */
.govco-seedling:before {
	content: '\eae2';
}

/* '' */
.govco-server:before {
	content: '\eae3';
}

/* '' */
.govco-shapes:before {
	content: '\eae4';
}

/* '' */
.govco-share-alt-square:before {
	content: '\eae5';
}

/* '' */
.govco-share-alt:before {
	content: '\eae6';
}

/* '' */
.govco-share-square:before {
	content: '\eae7';
}

/* '' */
.govco-share:before {
	content: '\eae8';
}

/* '' */
.govco-shekel-sign:before {
	content: '\eae9';
}

/* '' */
.govco-shield-alt:before {
	content: '\eaea';
}

/* '' */
.govco-shield-virus:before {
	content: '\eaeb';
}

/* '' */
.govco-ship:before {
	content: '\eaec';
}

/* '' */
.govco-shipping-fast:before {
	content: '\eaed';
}

/* '' */
.govco-shoe-prints:before {
	content: '\eaee';
}

/* '' */
.govco-shopping-bag:before {
	content: '\eaef';
}

/* '' */
.govco-shopping-basket:before {
	content: '\eaf0';
}

/* '' */
.govco-shopping-cart:before {
	content: '\eaf1';
}

/* '' */
.govco-shower:before {
	content: '\eaf2';
}

/* '' */
.govco-shuttle-van:before {
	content: '\eaf3';
}

/* '' */
.govco-sign-in-alt:before {
	content: '\eaf4';
}

/* '' */
.govco-sign-language:before {
	content: '\eaf5';
}

/* '' */
.govco-sign-out-alt:before {
	content: '\eaf6';
}

/* '' */
.govco-sign:before {
	content: '\eaf7';
}

/* '' */
.govco-signal:before {
	content: '\eaf8';
}

/* '' */
.govco-signature:before {
	content: '\eaf9';
}

/* '' */
.govco-sim-card:before {
	content: '\eafa';
}

/* '' */
.govco-sink:before {
	content: '\eafb';
}

/* '' */
.govco-sitemap:before {
	content: '\eafc';
}

/* '' */
.govco-skating:before {
	content: '\eafd';
}

/* '' */
.govco-skiing-nordic:before {
	content: '\eafe';
}

/* '' */
.govco-skiing:before {
	content: '\eaff';
}

/* '' */
.govco-skull-crossbones:before {
	content: '\eb00';
}

/* '' */
.govco-skull:before {
	content: '\eb01';
}

/* '' */
.govco-slash:before {
	content: '\eb02';
}

/* '' */
.govco-sleigh:before {
	content: '\eb03';
}

/* '' */
.govco-sliders-h:before {
	content: '\eb04';
}

/* '' */
.govco-smile-beam:before {
	content: '\eb05';
}

/* '' */
.govco-smile-wink:before {
	content: '\eb06';
}

/* '' */
.govco-smile:before {
	content: '\eb07';
}

/* '' */
.govco-smog:before {
	content: '\eb08';
}

/* '' */
.govco-smoking-ban:before {
	content: '\eb09';
}

/* '' */
.govco-smoking:before {
	content: '\eb0a';
}

/* '' */
.govco-sms:before {
	content: '\eb0b';
}

/* '' */
.govco-snowboarding:before {
	content: '\eb0c';
}

/* '' */
.govco-snowflake:before {
	content: '\eb0d';
}

/* '' */
.govco-snowman:before {
	content: '\eb0e';
}

/* '' */
.govco-snowplow:before {
	content: '\eb0f';
}

/* '' */
.govco-soap:before {
	content: '\eb10';
}

/* '' */
.govco-socks:before {
	content: '\eb11';
}

/* '' */
.govco-solar-panel:before {
	content: '\eb12';
}

/* '' */
.govco-sort-alpha-down-alt:before {
	content: '\eb13';
}

/* '' */
.govco-sort-alpha-down:before {
	content: '\eb14';
}

/* '' */
.govco-sort-alpha-up-alt:before {
	content: '\eb15';
}

/* '' */
.govco-sort-alpha-up:before {
	content: '\eb16';
}

/* '' */
.govco-sort-amount-down-alt:before {
	content: '\eb17';
}

/* '' */
.govco-sort-amount-down:before {
	content: '\eb18';
}

/* '' */
.govco-sort-amount-up-alt:before {
	content: '\eb19';
}

/* '' */
.govco-sort-amount-up:before {
	content: '\eb1a';
}

/* '' */
.govco-sort-down:before {
	content: '\eb1b';
}

/* '' */
.govco-sort-numeric-down-alt:before {
	content: '\eb1c';
}

/* '' */
.govco-sort-numeric-down:before {
	content: '\eb1d';
}

/* '' */
.govco-sort-numeric-up-alt:before {
	content: '\eb1e';
}

/* '' */
.govco-sort-numeric-up:before {
	content: '\eb1f';
}

/* '' */
.govco-sort-up:before {
	content: '\eb20';
}

/* '' */
.govco-sort:before {
	content: '\eb21';
}

/* '' */
.govco-spa:before {
	content: '\eb22';
}

/* '' */
.govco-space-shuttle:before {
	content: '\eb23';
}

/* '' */
.govco-spell-check:before {
	content: '\eb24';
}

/* '' */
.govco-spider:before {
	content: '\eb25';
}

/* '' */
.govco-spinner:before {
	content: '\eb26';
}

/* '' */
.govco-splotch:before {
	content: '\eb27';
}

/* '' */
.govco-spray-can:before {
	content: '\eb28';
}

/* '' */
.govco-square-full:before {
	content: '\eb29';
}

/* '' */
.govco-square-root-alt:before {
	content: '\eb2a';
}

/* '' */
.govco-square:before {
	content: '\eb2b';
}

/* '' */
.govco-stamp:before {
	content: '\eb2c';
}

/* '' */
.govco-star-and-crescent:before {
	content: '\eb2d';
}

/* '' */
.govco-star-half-alt:before {
	content: '\eb2e';
}

/* '' */
.govco-star-half:before {
	content: '\eb2f';
}

/* '' */
.govco-star-of-david:before {
	content: '\eb30';
}

/* '' */
.govco-star-of-life:before {
	content: '\eb31';
}

/* '' */
.govco-star:before {
	content: '\eb32';
}

/* '' */
.govco-step-backward:before {
	content: '\eb33';
}

/* '' */
.govco-step-forward:before {
	content: '\eb34';
}

/* '' */
.govco-stethoscope:before {
	content: '\eb35';
}

/* '' */
.govco-sticky-note:before {
	content: '\eb36';
}

/* '' */
.govco-stop-circle:before {
	content: '\eb37';
}

/* '' */
.govco-stop:before {
	content: '\eb38';
}

/* '' */
.govco-stopwatch-20:before {
	content: '\eb39';
}

/* '' */
.govco-stopwatch:before {
	content: '\eb3a';
}

/* '' */
.govco-store-alt-slash:before {
	content: '\eb3b';
}

/* '' */
.govco-store-alt:before {
	content: '\eb3c';
}

/* '' */
.govco-store-slash:before {
	content: '\eb3d';
}

/* '' */
.govco-store:before {
	content: '\eb3e';
}

/* '' */
.govco-stream:before {
	content: '\eb3f';
}

/* '' */
.govco-street-view:before {
	content: '\eb40';
}

/* '' */
.govco-strikethrough:before {
	content: '\eb41';
}

/* '' */
.govco-stroopwafel:before {
	content: '\eb42';
}

/* '' */
.govco-subscript:before {
	content: '\eb43';
}

/* '' */
.govco-subway:before {
	content: '\eb44';
}

/* '' */
.govco-suitcase-rolling:before {
	content: '\eb45';
}

/* '' */
.govco-suitcase:before {
	content: '\eb46';
}

/* '' */
.govco-sun:before {
	content: '\eb47';
}

/* '' */
.govco-superscript:before {
	content: '\eb48';
}

/* '' */
.govco-surprise:before {
	content: '\eb49';
}

/* '' */
.govco-swatchbook:before {
	content: '\eb4a';
}

/* '' */
.govco-swimmer:before {
	content: '\eb4b';
}

/* '' */
.govco-swimming-pool:before {
	content: '\eb4c';
}

/* '' */
.govco-synagogue:before {
	content: '\eb4d';
}

/* '' */
.govco-sync-alt:before {
	content: '\eb4e';
}

/* '' */
.govco-sync:before {
	content: '\eb4f';
}

/* '' */
.govco-syringe:before {
	content: '\eb50';
}

/* '' */
.govco-table-tennis:before {
	content: '\eb51';
}

/* '' */
.govco-table:before {
	content: '\eb52';
}

/* '' */
.govco-tablet-alt:before {
	content: '\eb53';
}

/* '' */
.govco-tablet:before {
	content: '\eb54';
}

/* '' */
.govco-tablets:before {
	content: '\eb55';
}

/* '' */
.govco-tachometer-alt:before {
	content: '\eb56';
}

/* '' */
.govco-tag:before {
	content: '\eb57';
}

/* '' */
.govco-tags:before {
	content: '\eb58';
}

/* '' */
.govco-tape:before {
	content: '\eb59';
}

/* '' */
.govco-tasks:before {
	content: '\eb5a';
}

/* '' */
.govco-taxi:before {
	content: '\eb5b';
}

/* '' */
.govco-teeth-open:before {
	content: '\eb5c';
}

/* '' */
.govco-teeth:before {
	content: '\eb5d';
}

/* '' */
.govco-temperature-high:before {
	content: '\eb5e';
}

/* '' */
.govco-temperature-low:before {
	content: '\eb5f';
}

/* '' */
.govco-tenge:before {
	content: '\eb60';
}

/* '' */
.govco-terminal:before {
	content: '\eb61';
}

/* '' */
.govco-text-height:before {
	content: '\eb62';
}

/* '' */
.govco-text-width:before {
	content: '\eb63';
}

/* '' */
.govco-th-large:before {
	content: '\eb64';
}

/* '' */
.govco-th-list:before {
	content: '\eb65';
}

/* '' */
.govco-th:before {
	content: '\eb66';
}

/* '' */
.govco-theater-masks:before {
	content: '\eb67';
}

/* '' */
.govco-thermometer-empty:before {
	content: '\eb68';
}

/* '' */
.govco-thermometer-full:before {
	content: '\eb69';
}

/* '' */
.govco-thermometer-half:before {
	content: '\eb6a';
}

/* '' */
.govco-thermometer-quarter:before {
	content: '\eb6b';
}

/* '' */
.govco-thermometer-three-quarters:before {
	content: '\eb6c';
}

/* '' */
.govco-thermometer:before {
	content: '\eb6d';
}

/* '' */
.govco-thumbs-down:before {
	content: '\eb6e';
}

/* '' */
.govco-thumbs-up:before {
	content: '\eb6f';
}

/* '' */
.govco-thumbtack:before {
	content: '\eb70';
}

/* '' */
.govco-ticket-alt:before {
	content: '\eb71';
}

/* '' */
.govco-times-circle:before {
	content: '\eb72';
}

/* '' */
.govco-times:before {
	content: '\eb73';
}

/* '' */
.govco-tint-slash:before {
	content: '\eb74';
}

/* '' */
.govco-tint:before {
	content: '\eb75';
}

/* '' */
.govco-tired:before {
	content: '\eb76';
}

/* '' */
.govco-toggle-off:before {
	content: '\eb77';
}

/* '' */
.govco-toggle-on:before {
	content: '\eb78';
}

/* '' */
.govco-toilet-paper-slash:before {
	content: '\eb79';
}

/* '' */
.govco-toilet-paper:before {
	content: '\eb7a';
}

/* '' */
.govco-toilet:before {
	content: '\eb7b';
}

/* '' */
.govco-toolbox:before {
	content: '\eb7c';
}

/* '' */
.govco-tools:before {
	content: '\eb7d';
}

/* '' */
.govco-tooth:before {
	content: '\eb7e';
}

/* '' */
.govco-torah:before {
	content: '\eb7f';
}

/* '' */
.govco-torii-gate:before {
	content: '\eb80';
}

/* '' */
.govco-tractor:before {
	content: '\eb81';
}

/* '' */
.govco-trademark:before {
	content: '\eb82';
}

/* '' */
.govco-traffic-light:before {
	content: '\eb83';
}

/* '' */
.govco-trailer:before {
	content: '\eb84';
}

/* '' */
.govco-train:before {
	content: '\eb85';
}

/* '' */
.govco-tram:before {
	content: '\eb86';
}

/* '' */
.govco-transgender-alt:before {
	content: '\eb87';
}

/* '' */
.govco-transgender:before {
	content: '\eb88';
}

/* '' */
.govco-trash-alt:before {
	content: '\eb89';
}

/* '' */
.govco-trash-restore-alt:before {
	content: '\eb8a';
}

/* '' */
.govco-trash-restore:before {
	content: '\eb8b';
}

/* '' */
.govco-trash:before {
	content: '\eb8c';
}

/* '' */
.govco-tree:before {
	content: '\eb8d';
}

/* '' */
.govco-trophy:before {
	content: '\eb8e';
}

/* '' */
.govco-truck-loading:before {
	content: '\eb8f';
}

/* '' */
.govco-truck-monster:before {
	content: '\eb90';
}

/* '' */
.govco-truck-moving:before {
	content: '\eb91';
}

/* '' */
.govco-truck-pickup:before {
	content: '\eb92';
}

/* '' */
.govco-truck:before {
	content: '\eb93';
}

/* '' */
.govco-tshirt:before {
	content: '\eb94';
}

/* '' */
.govco-tty:before {
	content: '\eb95';
}

/* '' */
.govco-tv:before {
	content: '\eb96';
}

/* '' */
.govco-umbrella-beach:before {
	content: '\eb97';
}

/* '' */
.govco-umbrella:before {
	content: '\eb98';
}

/* '' */
.govco-underline:before {
	content: '\eb99';
}

/* '' */
.govco-undo-alt:before {
	content: '\eb9a';
}

/* '' */
.govco-undo:before {
	content: '\eb9b';
}

/* '' */
.govco-universal-access:before {
	content: '\eb9c';
}

/* '' */
.govco-university:before {
	content: '\eb9d';
}

/* '' */
.govco-unlink:before {
	content: '\eb9e';
}

/* '' */
.govco-unlock-alt:before {
	content: '\eb9f';
}

/* '' */
.govco-unlock:before {
	content: '\eba0';
}

/* '' */
.govco-upload:before {
	content: '\eba1';
}

/* '' */
.govco-user-alt-slash:before {
	content: '\eba2';
}

/* '' */
.govco-user-alt:before {
	content: '\eba3';
}

/* '' */
.govco-user-astronaut:before {
	content: '\eba4';
}

/* '' */
.govco-user-check:before {
	content: '\eba5';
}

/* '' */
.govco-user-circle:before {
	content: '\eba6';
}

/* '' */
.govco-user-clock:before {
	content: '\eba7';
}

/* '' */
.govco-user-cog:before {
	content: '\eba8';
}

/* '' */
.govco-user-edit:before {
	content: '\eba9';
}

/* '' */
.govco-user-friends:before {
	content: '\ebaa';
}

/* '' */
.govco-user-graduate:before {
	content: '\ebab';
}

/* '' */
.govco-user-injured:before {
	content: '\ebac';
}

/* '' */
.govco-user-lock:before {
	content: '\ebad';
}

/* '' */
.govco-user-md:before {
	content: '\ebae';
}

/* '' */
.govco-user-minus:before {
	content: '\ebaf';
}

/* '' */
.govco-user-ninja:before {
	content: '\ebb0';
}

/* '' */
.govco-user-nurse:before {
	content: '\ebb1';
}

/* '' */
.govco-user-plus:before {
	content: '\ebb2';
}

/* '' */
.govco-user-secret:before {
	content: '\ebb3';
}

/* '' */
.govco-user-shield:before {
	content: '\ebb4';
}

/* '' */
.govco-user-slash:before {
	content: '\ebb5';
}

/* '' */
.govco-user-tag:before {
	content: '\ebb6';
}

/* '' */
.govco-user-tie:before {
	content: '\ebb7';
}

/* '' */
.govco-user-times:before {
	content: '\ebb8';
}

/* '' */
.govco-user:before {
	content: '\ebb9';
}

/* '' */
.govco-users-cog:before {
	content: '\ebba';
}

/* '' */
.govco-users-slash:before {
	content: '\ebbb';
}

/* '' */
.govco-users:before {
	content: '\ebbc';
}

/* '' */
.govco-utensil-spoon:before {
	content: '\ebbd';
}

/* '' */
.govco-utensils:before {
	content: '\ebbe';
}

/* '' */
.govco-vector-square:before {
	content: '\ebbf';
}

/* '' */
.govco-venus-double:before {
	content: '\ebc0';
}

/* '' */
.govco-venus-mars:before {
	content: '\ebc1';
}

/* '' */
.govco-venus:before {
	content: '\ebc2';
}

/* '' */
.govco-vest-patches:before {
	content: '\ebc3';
}

/* '' */
.govco-vest:before {
	content: '\ebc4';
}

/* '' */
.govco-vial:before {
	content: '\ebc5';
}

/* '' */
.govco-vials:before {
	content: '\ebc6';
}

/* '' */
.govco-video-slash:before {
	content: '\ebc7';
}

/* '' */
.govco-video:before {
	content: '\ebc8';
}

/* '' */
.govco-vihara:before {
	content: '\ebc9';
}

/* '' */
.govco-virus-slash:before {
	content: '\ebca';
}

/* '' */
.govco-virus:before {
	content: '\ebcb';
}

/* '' */
.govco-viruses:before {
	content: '\ebcc';
}

/* '' */
.govco-voicemail:before {
	content: '\ebcd';
}

/* '' */
.govco-volleyball-ball:before {
	content: '\ebce';
}

/* '' */
.govco-volume-down:before {
	content: '\ebcf';
}

/* '' */
.govco-volume-mute:before {
	content: '\ebd0';
}

/* '' */
.govco-volume-off:before {
	content: '\ebd1';
}

/* '' */
.govco-volume-up:before {
	content: '\ebd2';
}

/* '' */
.govco-vote-yea:before {
	content: '\ebd3';
}

/* '' */
.govco-vr-cardboard:before {
	content: '\ebd4';
}

/* '' */
.govco-walking:before {
	content: '\ebd5';
}

/* '' */
.govco-wallet:before {
	content: '\ebd6';
}

/* '' */
.govco-warehouse:before {
	content: '\ebd7';
}

/* '' */
.govco-water:before {
	content: '\ebd8';
}

/* '' */
.govco-wave-square:before {
	content: '\ebd9';
}

/* '' */
.govco-weight-hanging:before {
	content: '\ebda';
}

/* '' */
.govco-weight:before {
	content: '\ebdb';
}

/* '' */
.govco-wheelchair:before {
	content: '\ebdc';
}

/* '' */
.govco-wifi:before {
	content: '\ebdd';
}

/* '' */
.govco-wind:before {
	content: '\ebde';
}

/* '' */
.govco-window-close:before {
	content: '\ebdf';
}

/* '' */
.govco-window-maximize:before {
	content: '\ebe0';
}

/* '' */
.govco-window-minimize:before {
	content: '\ebe1';
}

/* '' */
.govco-window-restore:before {
	content: '\ebe2';
}

/* '' */
.govco-wine-bottle:before {
	content: '\ebe3';
}

/* '' */
.govco-wine-glass-alt:before {
	content: '\ebe4';
}

/* '' */
.govco-wine-glass:before {
	content: '\ebe5';
}

/* '' */
.govco-won-sign:before {
	content: '\ebe6';
}

/* '' */
.govco-wrench:before {
	content: '\ebe7';
}

/* '' */
.govco-x-ray:before {
	content: '\ebe8';
}

/* '' */
.govco-yen-sign:before {
	content: '\ebe9';
}

/* '' */
.govco-yin-yang:before {
	content: '\ebea';
}

/* '' */
.govco-address-book-1:before {
	content: '\ebeb';
}

/* '' */
.govco-address-card-1:before {
	content: '\ebec';
}

/* '' */
.govco-angry-1:before {
	content: '\ebed';
}

/* '' */
.govco-arrow-alt-circle-down-1:before {
	content: '\ebee';
}

/* '' */
.govco-arrow-alt-circle-left-1:before {
	content: '\ebef';
}

/* '' */
.govco-arrow-alt-circle-right-1:before {
	content: '\ebf0';
}

/* '' */
.govco-bell-slash-1:before {
	content: '\ebf1';
}

/* '' */
.govco-arrow-alt-circle-up-1:before {
	content: '\ebf2';
}

/* '' */
.govco-bell-1:before {
	content: '\ebf3';
}

/* '' */
.govco-bookmark-1:before {
	content: '\ebf4';
}

/* '' */
.govco-building-1:before {
	content: '\ebf5';
}

/* '' */
.govco-calendar-alt-1:before {
	content: '\ebf6';
}

/* '' */
.govco-calendar-check-1:before {
	content: '\ebf7';
}

/* '' */
.govco-calendar-minus-1:before {
	content: '\ebf8';
}

/* '' */
.govco-calendar-plus-1:before {
	content: '\ebf9';
}

/* '' */
.govco-calendar-times-1:before {
	content: '\ebfa';
}

/* '' */
.govco-calendar-1:before {
	content: '\ebfb';
}

/* '' */
.govco-caret-square-down-1:before {
	content: '\ebfc';
}

/* '' */
.govco-caret-square-left-1:before {
	content: '\ebfd';
}

/* '' */
.govco-caret-square-right-1:before {
	content: '\ebfe';
}

/* '' */
.govco-chart-bar-1:before {
	content: '\ebff';
}

/* '' */
.govco-check-square-1:before {
	content: '\ec00';
}

/* '' */
.govco-check-circle-1:before {
	content: '\ec01';
}

/* '' */
.govco-ciiu:before {
	content: '\ec02';
}

/* '' */
.govco-circle-1:before {
	content: '\ec03';
}

/* '' */
.govco-clipboard-1:before {
	content: '\ec04';
}

/* '' */
.govco-clock-1:before {
	content: '\ec05';
}

/* '' */
.govco-caret-square-up-1:before {
	content: '\ec06';
}

/* '' */
.govco-clone-1:before {
	content: '\ec07';
}

/* '' */
.govco-closed-captioning-1:before {
	content: '\ec08';
}

/* '' */
.govco-comment-alt-1:before {
	content: '\ec09';
}

/* '' */
.govco-comment-dots-1:before {
	content: '\ec0a';
}

/* '' */
.govco-comment-1:before {
	content: '\ec0b';
}

/* '' */
.govco-comments-1:before {
	content: '\ec0c';
}

/* '' */
.govco-compass-1:before {
	content: '\ec0d';
}

/* '' */
.govco-copy-1:before {
	content: '\ec0e';
}

/* '' */
.govco-copyright-1:before {
	content: '\ec0f';
}

/* '' */
.govco-credit-card-1:before {
	content: '\ec10';
}

/* '' */
.govco-dizzy-1:before {
	content: '\ec11';
}

/* '' */
.govco-dot-circle-1:before {
	content: '\ec12';
}

/* '' */
.govco-edit-1:before {
	content: '\ec13';
}

/* '' */
.govco-envelope-open-1:before {
	content: '\ec14';
}

/* '' */
.govco-envelope-1:before {
	content: '\ec15';
}

/* '' */
.govco-eye-slash-1:before {
	content: '\ec16';
}

/* '' */
.govco-eye-1:before {
	content: '\ec17';
}

/* '' */
.govco-file-alt:before {
	content: '\ec18';
}

/* '' */
.govco-file-archive-1:before {
	content: '\ec19';
}

/* '' */
.govco-file-audio-1:before {
	content: '\ec1a';
}

/* '' */
.govco-file-code-1:before {
	content: '\ec1b';
}

/* '' */
.govco-file-excel-1:before {
	content: '\ec1c';
}

/* '' */
.govco-file-image-1:before {
	content: '\ec1d';
}

/* '' */
.govco-file-pdf-1:before {
	content: '\ec1e';
}

/* '' */
.govco-file-powerpoint-1:before {
	content: '\ec1f';
}

/* '' */
.govco-file-video-1:before {
	content: '\ec20';
}

/* '' */
.govco-file-word-1:before {
	content: '\ec21';
}

/* '' */
.govco-file-1:before {
	content: '\ec22';
}

/* '' */
.govco-flag-1:before {
	content: '\ec23';
}

/* '' */
.govco-flushed-1:before {
	content: '\ec24';
}

/* '' */
.govco-folder-open-1:before {
	content: '\ec25';
}

/* '' */
.govco-folder-user:before {
	content: '\ec26';
}

/* '' */
.govco-folder-1:before {
	content: '\ec27';
}

/* '' */
.govco-font-awesome-logo-full-1:before {
	content: '\ec28';
}

/* '' */
.govco-font-maximize:before {
	content: '\ec29';
}

/* '' */
.govco-font-minimize:before {
	content: '\ec2a';
}

/* '' */
.govco-frown-open-1:before {
	content: '\ec2b';
}

/* '' */
.govco-frown-1:before {
	content: '\ec2c';
}

/* '' */
.govco-futbol-1:before {
	content: '\ec2d';
}

/* '' */
.govco-gem-1:before {
	content: '\ec2e';
}

/* '' */
.govco-govco:before {
	content: '\ec2f';
}

/* '' */
.govco-grimace-1:before {
	content: '\ec30';
}

/* '' */
.govco-grin-alt-1:before {
	content: '\ec31';
}

/* '' */
.govco-grin-beam-sweat-1:before {
	content: '\ec32';
}

/* '' */
.govco-grin-beam-1:before {
	content: '\ec33';
}

/* '' */
.govco-grin-hearts-1:before {
	content: '\ec34';
}

/* '' */
.govco-grin-squint-tears-1:before {
	content: '\ec35';
}

/* '' */
.govco-grin-squint-1:before {
	content: '\ec36';
}

/* '' */
.govco-grin-stars-1:before {
	content: '\ec37';
}

/* '' */
.govco-grin-tears-1:before {
	content: '\ec38';
}

/* '' */
.govco-grin-tongue-squint-1:before {
	content: '\ec39';
}

/* '' */
.govco-grin-tongue-wink-1:before {
	content: '\ec3a';
}

/* '' */
.govco-grin-tongue-1:before {
	content: '\ec3b';
}

/* '' */
.govco-grin-wink-1:before {
	content: '\ec3c';
}

/* '' */
.govco-grin-1:before {
	content: '\ec3d';
}

/* '' */
.govco-hand-lizard-1:before {
	content: '\ec3e';
}

/* '' */
.govco-hand-paper-1:before {
	content: '\ec3f';
}

/* '' */
.govco-hand-peace-1:before {
	content: '\ec40';
}

/* '' */
.govco-hand-point-down-1:before {
	content: '\ec41';
}

/* '' */
.govco-hand-point-left-1:before {
	content: '\ec42';
}

/* '' */
.govco-hand-point-right-1:before {
	content: '\ec43';
}

/* '' */
.govco-hand-point-up-1:before {
	content: '\ec44';
}

/* '' */
.govco-hand-pointer-1:before {
	content: '\ec45';
}

/* '' */
.govco-hand-rock-1:before {
	content: '\ec46';
}

/* '' */
.govco-hand-scissors-1:before {
	content: '\ec47';
}

/* '' */
.govco-hand-spock-1:before {
	content: '\ec48';
}

/* '' */
.govco-handshake-1:before {
	content: '\ec49';
}

/* '' */
.govco-hdd-1:before {
	content: '\ec4a';
}

/* '' */
.govco-heart-1:before {
	content: '\ec4b';
}

/* '' */
.govco-hospital-1:before {
	content: '\ec4c';
}

/* '' */
.govco-hourglass-1:before {
	content: '\ec4d';
}

/* '' */
.govco-id-badge-1:before {
	content: '\ec4e';
}

/* '' */
.govco-id-card-1:before {
	content: '\ec4f';
}

/* '' */
.govco-image-1:before {
	content: '\ec50';
}

/* '' */
.govco-images-1:before {
	content: '\ec51';
}

/* '' */
.govco-keyboard-1:before {
	content: '\ec52';
}

/* '' */
.govco-kiss-beam-1:before {
	content: '\ec53';
}

/* '' */
.govco-kiss-wink-heart-1:before {
	content: '\ec54';
}

/* '' */
.govco-kiss-1:before {
	content: '\ec55';
}

/* '' */
.govco-lang-en:before {
	content: '\ec56';
}

/* '' */
.govco-lang-es:before {
	content: '\ec57';
}

/* '' */
.govco-laugh-beam-1:before {
	content: '\ec58';
}

/* '' */
.govco-laugh-squint-1:before {
	content: '\ec59';
}

/* '' */
.govco-laugh-wink-1:before {
	content: '\ec5a';
}

/* '' */
.govco-laugh-1:before {
	content: '\ec5b';
}

/* '' */
.govco-lemon-1:before {
	content: '\ec5c';
}

/* '' */
.govco-life-ring-1:before {
	content: '\ec5d';
}

/* '' */
.govco-lightbulb-1:before {
	content: '\ec5e';
}

/* '' */
.govco-list-alt-1:before {
	content: '\ec5f';
}

/* '' */
.govco-map-1:before {
	content: '\ec60';
}

/* '' */
.govco-meh-blank-1:before {
	content: '\ec61';
}

/* '' */
.govco-meh-rolling-eyes-1:before {
	content: '\ec62';
}

/* '' */
.govco-meh-1:before {
	content: '\ec63';
}

/* '' */
.govco-minus-square-1:before {
	content: '\ec64';
}

/* '' */
.govco-money-bill-alt-1:before {
	content: '\ec65';
}

/* '' */
.govco-moon-1:before {
	content: '\ec66';
}

/* '' */
.govco-newspaper-1:before {
	content: '\ec67';
}

/* '' */
.govco-object-group-1:before {
	content: '\ec68';
}

/* '' */
.govco-object-ungroup-1:before {
	content: '\ec69';
}

/* '' */
.govco-paper-plane-1:before {
	content: '\ec6a';
}

/* '' */
.govco-pause-circle-1:before {
	content: '\ec6b';
}

/* '' */
.govco-play-circle-1:before {
	content: '\ec6c';
}

/* '' */
.govco-plus-square-1:before {
	content: '\ec6d';
}

/* '' */
.govco-question-circle-1:before {
	content: '\ec6e';
}

/* '' */
.govco-registered-1:before {
	content: '\ec6f';
}

/* '' */
.govco-sad-cry-1:before {
	content: '\ec70';
}

/* '' */
.govco-sad-tear-1:before {
	content: '\ec71';
}

/* '' */
.govco-save-1:before {
	content: '\ec72';
}

/* '' */
.govco-share-square-1:before {
	content: '\ec73';
}

/* '' */
.govco-smile-beam-1:before {
	content: '\ec74';
}

/* '' */
.govco-smile-wink-1:before {
	content: '\ec75';
}

/* '' */
.govco-smile-1:before {
	content: '\ec76';
}

/* '' */
.govco-snowflake-1:before {
	content: '\ec77';
}

/* '' */
.govco-square-1:before {
	content: '\ec78';
}

/* '' */
.govco-star-half-1:before {
	content: '\ec79';
}

/* '' */
.govco-star-1:before {
	content: '\ec7a';
}

/* '' */
.govco-sticky-note-1:before {
	content: '\ec7b';
}

/* '' */
.govco-stop-circle-1:before {
	content: '\ec7c';
}

/* '' */
.govco-sun-1:before {
	content: '\ec7d';
}

/* '' */
.govco-surprise-1:before {
	content: '\ec7e';
}

/* '' */
.govco-thumbs-down-1:before {
	content: '\ec7f';
}

/* '' */
.govco-thumbs-up-1:before {
	content: '\ec80';
}

/* '' */
.govco-times-circle-1:before {
	content: '\ec81';
}

/* '' */
.govco-tired-1:before {
	content: '\ec82';
}

/* '' */
.govco-trash-alt-1:before {
	content: '\ec83';
}

/* '' */
.govco-user-circle-1:before {
	content: '\ec84';
}

/* '' */
.govco-user-1:before {
	content: '\ec85';
}

/* '' */
.govco-window-close-1:before {
	content: '\ec86';
}

/* '' */
.govco-window-maximize-1:before {
	content: '\ec87';
}

/* '' */
.govco-window-minimize-1:before {
	content: '\ec88';
}

/* '' */
.govco-window-restore-1:before {
	content: '\ec89';
}

/* '' */
.govco-500px:before {
	content: '\ec8a';
}

/* '' */
.govco-accessible-icon:before {
	content: '\ec8b';
}

/* '' */
.govco-accusoft:before {
	content: '\ec8c';
}

/* '' */
.govco-acquisitions-incorporated:before {
	content: '\ec8d';
}

/* '' */
.govco-adn:before {
	content: '\ec8e';
}

/* '' */
.govco-adversal:before {
	content: '\ec8f';
}

/* '' */
.govco-affiliatetheme:before {
	content: '\ec90';
}

/* '' */
.govco-airbnb:before {
	content: '\ec91';
}

/* '' */
.govco-algolia:before {
	content: '\ec92';
}

/* '' */
.govco-alipay:before {
	content: '\ec93';
}

/* '' */
.govco-amazon-pay:before {
	content: '\ec94';
}

/* '' */
.govco-amazon:before {
	content: '\ec95';
}

/* '' */
.govco-amilia:before {
	content: '\ec96';
}

/* '' */
.govco-android:before {
	content: '\ec97';
}

/* '' */
.govco-angellist:before {
	content: '\ec98';
}

/* '' */
.govco-angrycreative:before {
	content: '\ec99';
}

/* '' */
.govco-angular:before {
	content: '\ec9a';
}

/* '' */
.govco-app-store-ios:before {
	content: '\ec9b';
}

/* '' */
.govco-app-store:before {
	content: '\ec9c';
}

/* '' */
.govco-apper:before {
	content: '\ec9d';
}

/* '' */
.govco-apple-pay:before {
	content: '\ec9e';
}

/* '' */
.govco-apple:before {
	content: '\ec9f';
}

/* '' */
.govco-artstation:before {
	content: '\eca0';
}

/* '' */
.govco-asymmetrik:before {
	content: '\eca1';
}

/* '' */
.govco-atlassian:before {
	content: '\eca2';
}

/* '' */
.govco-audible:before {
	content: '\eca3';
}

/* '' */
.govco-autoprefixer:before {
	content: '\eca4';
}

/* '' */
.govco-avianex:before {
	content: '\eca5';
}

/* '' */
.govco-aviato:before {
	content: '\eca6';
}

/* '' */
.govco-aws:before {
	content: '\eca7';
}

/* '' */
.govco-bandcamp:before {
	content: '\eca8';
}

/* '' */
.govco-battle-net:before {
	content: '\eca9';
}

/* '' */
.govco-behance-square:before {
	content: '\ecaa';
}

/* '' */
.govco-behance:before {
	content: '\ecab';
}

/* '' */
.govco-bimobject:before {
	content: '\ecac';
}

/* '' */
.govco-bitbucket:before {
	content: '\ecad';
}

/* '' */
.govco-bitcoin:before {
	content: '\ecae';
}

/* '' */
.govco-bity:before {
	content: '\ecaf';
}

/* '' */
.govco-black-tie:before {
	content: '\ecb0';
}

/* '' */
.govco-blackberry:before {
	content: '\ecb1';
}

/* '' */
.govco-blogger-b:before {
	content: '\ecb2';
}

/* '' */
.govco-blogger:before {
	content: '\ecb3';
}

/* '' */
.govco-bluetooth-b:before {
	content: '\ecb4';
}

/* '' */
.govco-bluetooth:before {
	content: '\ecb5';
}

/* '' */
.govco-bootstrap:before {
	content: '\ecb6';
}

/* '' */
.govco-btc:before {
	content: '\ecb7';
}

/* '' */
.govco-buffer:before {
	content: '\ecb8';
}

/* '' */
.govco-buromobelexperte:before {
	content: '\ecb9';
}

/* '' */
.govco-buy-n-large:before {
	content: '\ecba';
}

/* '' */
.govco-buysellads:before {
	content: '\ecbb';
}

/* '' */
.govco-canadian-maple-leaf:before {
	content: '\ecbc';
}

/* '' */
.govco-cc-amazon-pay:before {
	content: '\ecbd';
}

/* '' */
.govco-cc-amex:before {
	content: '\ecbe';
}

/* '' */
.govco-cc-diners-club:before {
	content: '\ecbf';
}

/* '' */
.govco-cc-apple-pay:before {
	content: '\ecc0';
}

/* '' */
.govco-cc-discover:before {
	content: '\ecc1';
}

/* '' */
.govco-cc-jcb:before {
	content: '\ecc2';
}

/* '' */
.govco-cc-mastercard:before {
	content: '\ecc3';
}

/* '' */
.govco-cc-paypal:before {
	content: '\ecc4';
}

/* '' */
.govco-cc-visa:before {
	content: '\ecc5';
}

/* '' */
.govco-cc-stripe:before {
	content: '\ecc6';
}

/* '' */
.govco-centercode:before {
	content: '\ecc7';
}

/* '' */
.govco-centos:before {
	content: '\ecc8';
}

/* '' */
.govco-chrome:before {
	content: '\ecc9';
}

/* '' */
.govco-chromecast:before {
	content: '\ecca';
}

/* '' */
.govco-cloudflare:before {
	content: '\eccb';
}

/* '' */
.govco-cloudscale:before {
	content: '\eccc';
}

/* '' */
.govco-cloudsmith:before {
	content: '\eccd';
}

/* '' */
.govco-cloudversify:before {
	content: '\ecce';
}

/* '' */
.govco-codepen:before {
	content: '\eccf';
}

/* '' */
.govco-codiepie:before {
	content: '\ecd0';
}

/* '' */
.govco-connectdevelop:before {
	content: '\ecd1';
}

/* '' */
.govco-confluence:before {
	content: '\ecd2';
}

/* '' */
.govco-contao:before {
	content: '\ecd3';
}

/* '' */
.govco-cotton-bureau:before {
	content: '\ecd4';
}

/* '' */
.govco-cpanel:before {
	content: '\ecd5';
}

/* '' */
.govco-creative-commons-by:before {
	content: '\ecd6';
}

/* '' */
.govco-creative-commons-nc-eu:before {
	content: '\ecd7';
}

/* '' */
.govco-creative-commons-nc-jp:before {
	content: '\ecd8';
}

/* '' */
.govco-creative-commons-nc:before {
	content: '\ecd9';
}

/* '' */
.govco-creative-commons-nd:before {
	content: '\ecda';
}

/* '' */
.govco-creative-commons-pd-alt:before {
	content: '\ecdb';
}

/* '' */
.govco-creative-commons-pd:before {
	content: '\ecdc';
}

/* '' */
.govco-creative-commons-remix:before {
	content: '\ecdd';
}

/* '' */
.govco-creative-commons-sa:before {
	content: '\ecde';
}

/* '' */
.govco-creative-commons-sampling-plus:before {
	content: '\ecdf';
}

/* '' */
.govco-creative-commons-sampling:before {
	content: '\ece0';
}

/* '' */
.govco-creative-commons-share:before {
	content: '\ece1';
}

/* '' */
.govco-creative-commons-zero:before {
	content: '\ece2';
}

/* '' */
.govco-creative-commons:before {
	content: '\ece3';
}

/* '' */
.govco-critical-role:before {
	content: '\ece4';
}

/* '' */
.govco-css3-alt:before {
	content: '\ece5';
}

/* '' */
.govco-css3:before {
	content: '\ece6';
}

/* '' */
.govco-cuttlefish:before {
	content: '\ece7';
}

/* '' */
.govco-d-and-d-beyond:before {
	content: '\ece8';
}

/* '' */
.govco-d-and-d:before {
	content: '\ece9';
}

/* '' */
.govco-dailymotion:before {
	content: '\ecea';
}

/* '' */
.govco-dashcube:before {
	content: '\eceb';
}

/* '' */
.govco-deezer:before {
	content: '\ecec';
}

/* '' */
.govco-delicious:before {
	content: '\eced';
}

/* '' */
.govco-deploydog:before {
	content: '\ecee';
}

/* '' */
.govco-deskpro:before {
	content: '\ecef';
}

/* '' */
.govco-dev:before {
	content: '\ecf0';
}

/* '' */
.govco-deviantart:before {
	content: '\ecf1';
}

/* '' */
.govco-dhl:before {
	content: '\ecf2';
}

/* '' */
.govco-diaspora:before {
	content: '\ecf3';
}

/* '' */
.govco-digg:before {
	content: '\ecf4';
}

/* '' */
.govco-digital-ocean:before {
	content: '\ecf5';
}

/* '' */
.govco-discord:before {
	content: '\ecf6';
}

/* '' */
.govco-discourse:before {
	content: '\ecf7';
}

/* '' */
.govco-dochub:before {
	content: '\ecf8';
}

/* '' */
.govco-docker:before {
	content: '\ecf9';
}

/* '' */
.govco-draft2digital:before {
	content: '\ecfa';
}

/* '' */
.govco-dribbble-square:before {
	content: '\ecfb';
}

/* '' */
.govco-dribbble:before {
	content: '\ecfc';
}

/* '' */
.govco-dropbox:before {
	content: '\ecfd';
}

/* '' */
.govco-drupal:before {
	content: '\ecfe';
}

/* '' */
.govco-dyalog:before {
	content: '\ecff';
}

/* '' */
.govco-earlybirds:before {
	content: '\ed00';
}

/* '' */
.govco-ebay:before {
	content: '\ed01';
}

/* '' */
.govco-edge-legacy:before {
	content: '\ed02';
}

/* '' */
.govco-edge:before {
	content: '\ed03';
}

/* '' */
.govco-elementor:before {
	content: '\ed04';
}

/* '' */
.govco-ello:before {
	content: '\ed05';
}

/* '' */
.govco-ember:before {
	content: '\ed06';
}

/* '' */
.govco-empire:before {
	content: '\ed07';
}

/* '' */
.govco-envira:before {
	content: '\ed08';
}

/* '' */
.govco-erlang:before {
	content: '\ed09';
}

/* '' */
.govco-ethereum:before {
	content: '\ed0a';
}

/* '' */
.govco-etsy:before {
	content: '\ed0b';
}

/* '' */
.govco-evernote:before {
	content: '\ed0c';
}

/* '' */
.govco-expeditedssl:before {
	content: '\ed0d';
}

/* '' */
.govco-facebook-f:before {
	content: '\ed0e';
}

/* '' */
.govco-facebook-messenger:before {
	content: '\ed0f';
}

/* '' */
.govco-facebook-square:before {
	content: '\ed10';
}

/* '' */
.govco-facebook:before {
	content: '\ed11';
}

/* '' */
.govco-fantasy-flight-games:before {
	content: '\ed12';
}

/* '' */
.govco-fedex:before {
	content: '\ed13';
}

/* '' */
.govco-fedora:before {
	content: '\ed14';
}

/* '' */
.govco-figma:before {
	content: '\ed15';
}

/* '' */
.govco-firefox-browser:before {
	content: '\ed16';
}

/* '' */
.govco-firefox:before {
	content: '\ed17';
}

/* '' */
.govco-first-order-alt:before {
	content: '\ed18';
}

/* '' */
.govco-first-order:before {
	content: '\ed19';
}

/* '' */
.govco-firstdraft:before {
	content: '\ed1a';
}

/* '' */
.govco-flickr:before {
	content: '\ed1b';
}

/* '' */
.govco-flipboard:before {
	content: '\ed1c';
}

/* '' */
.govco-fly:before {
	content: '\ed1d';
}

/* '' */
.govco-font-awesome-alt:before {
	content: '\ed1e';
}

/* '' */
.govco-font-awesome-flag:before {
	content: '\ed1f';
}

/* '' */
.govco-font-awesome-logo-full-2:before {
	content: '\ed20';
}

/* '' */
.govco-font-awesome:before {
	content: '\ed21';
}

/* '' */
.govco-fonticons-fi:before {
	content: '\ed22';
}

/* '' */
.govco-fonticons:before {
	content: '\ed23';
}

/* '' */
.govco-fort-awesome-alt:before {
	content: '\ed24';
}

/* '' */
.govco-fort-awesome:before {
	content: '\ed25';
}

/* '' */
.govco-forumbee:before {
	content: '\ed26';
}

/* '' */
.govco-foursquare:before {
	content: '\ed27';
}

/* '' */
.govco-free-code-camp:before {
	content: '\ed28';
}

/* '' */
.govco-freebsd:before {
	content: '\ed29';
}

/* '' */
.govco-fulcrum:before {
	content: '\ed2a';
}

/* '' */
.govco-galactic-republic:before {
	content: '\ed2b';
}

/* '' */
.govco-galactic-senate:before {
	content: '\ed2c';
}

/* '' */
.govco-get-pocket:before {
	content: '\ed2d';
}

/* '' */
.govco-gg-circle:before {
	content: '\ed2e';
}

/* '' */
.govco-gg:before {
	content: '\ed2f';
}

/* '' */
.govco-git-alt:before {
	content: '\ed30';
}

/* '' */
.govco-git-square:before {
	content: '\ed31';
}

/* '' */
.govco-git:before {
	content: '\ed32';
}

/* '' */
.govco-github-alt:before {
	content: '\ed33';
}

/* '' */
.govco-github-square:before {
	content: '\ed34';
}

/* '' */
.govco-github:before {
	content: '\ed35';
}

/* '' */
.govco-gitkraken:before {
	content: '\ed36';
}

/* '' */
.govco-gitlab:before {
	content: '\ed37';
}

/* '' */
.govco-gitter:before {
	content: '\ed38';
}

/* '' */
.govco-glide-g:before {
	content: '\ed39';
}

/* '' */
.govco-glide:before {
	content: '\ed3a';
}

/* '' */
.govco-gofore:before {
	content: '\ed3b';
}

/* '' */
.govco-goodreads-g:before {
	content: '\ed3c';
}

/* '' */
.govco-goodreads:before {
	content: '\ed3d';
}

/* '' */
.govco-google-drive:before {
	content: '\ed3e';
}

/* '' */
.govco-google-pay:before {
	content: '\ed3f';
}

/* '' */
.govco-google-play:before {
	content: '\ed40';
}

/* '' */
.govco-google-plus-g:before {
	content: '\ed41';
}

/* '' */
.govco-google-plus-square:before {
	content: '\ed42';
}

/* '' */
.govco-google-plus:before {
	content: '\ed43';
}

/* '' */
.govco-google-wallet:before {
	content: '\ed44';
}

/* '' */
.govco-google:before {
	content: '\ed45';
}

/* '' */
.govco-gratipay:before {
	content: '\ed46';
}

/* '' */
.govco-grav:before {
	content: '\ed47';
}

/* '' */
.govco-gripfire:before {
	content: '\ed48';
}

/* '' */
.govco-grunt:before {
	content: '\ed49';
}

/* '' */
.govco-guilded:before {
	content: '\ed4a';
}

/* '' */
.govco-gulp:before {
	content: '\ed4b';
}

/* '' */
.govco-hacker-news-square:before {
	content: '\ed4c';
}

/* '' */
.govco-hacker-news:before {
	content: '\ed4d';
}

/* '' */
.govco-hackerrank:before {
	content: '\ed4e';
}

/* '' */
.govco-hips:before {
	content: '\ed4f';
}

/* '' */
.govco-hire-a-helper:before {
	content: '\ed50';
}

/* '' */
.govco-hive:before {
	content: '\ed51';
}

/* '' */
.govco-hooli:before {
	content: '\ed52';
}

/* '' */
.govco-hornbill:before {
	content: '\ed53';
}

/* '' */
.govco-hotjar:before {
	content: '\ed54';
}

/* '' */
.govco-houzz:before {
	content: '\ed55';
}

/* '' */
.govco-html5:before {
	content: '\ed56';
}

/* '' */
.govco-hubspot:before {
	content: '\ed57';
}

/* '' */
.govco-ideal:before {
	content: '\ed58';
}

/* '' */
.govco-imdb:before {
	content: '\ed59';
}

/* '' */
.govco-innosoft:before {
	content: '\ed5a';
}

/* '' */
.govco-instagram-square:before {
	content: '\ed5b';
}

/* '' */
.govco-instagram:before {
	content: '\ed5c';
}

/* '' */
.govco-instalod:before {
	content: '\ed5d';
}

/* '' */
.govco-intercom:before {
	content: '\ed5e';
}

/* '' */
.govco-internet-explorer:before {
	content: '\ed5f';
}

/* '' */
.govco-invision:before {
	content: '\ed60';
}

/* '' */
.govco-ioxhost:before {
	content: '\ed61';
}

/* '' */
.govco-itch-io:before {
	content: '\ed62';
}

/* '' */
.govco-itunes-note:before {
	content: '\ed63';
}

/* '' */
.govco-itunes:before {
	content: '\ed64';
}

/* '' */
.govco-java:before {
	content: '\ed65';
}

/* '' */
.govco-jedi-order:before {
	content: '\ed66';
}

/* '' */
.govco-jenkins:before {
	content: '\ed67';
}

/* '' */
.govco-jira:before {
	content: '\ed68';
}

/* '' */
.govco-joget:before {
	content: '\ed69';
}

/* '' */
.govco-joomla:before {
	content: '\ed6a';
}

/* '' */
.govco-js-square:before {
	content: '\ed6b';
}

/* '' */
.govco-js:before {
	content: '\ed6c';
}

/* '' */
.govco-jsfiddle:before {
	content: '\ed6d';
}

/* '' */
.govco-kaggle:before {
	content: '\ed6e';
}

/* '' */
.govco-keybase:before {
	content: '\ed6f';
}

/* '' */
.govco-keycdn:before {
	content: '\ed70';
}

/* '' */
.govco-kickstarter-k:before {
	content: '\ed71';
}

/* '' */
.govco-kickstarter:before {
	content: '\ed72';
}

/* '' */
.govco-korvue:before {
	content: '\ed73';
}

/* '' */
.govco-laravel:before {
	content: '\ed74';
}

/* '' */
.govco-lastfm-square:before {
	content: '\ed75';
}

/* '' */
.govco-lastfm:before {
	content: '\ed76';
}

/* '' */
.govco-leanpub:before {
	content: '\ed77';
}

/* '' */
.govco-less:before {
	content: '\ed78';
}

/* '' */
.govco-line:before {
	content: '\ed79';
}

/* '' */
.govco-linkedin-in:before {
	content: '\ed7a';
}

/* '' */
.govco-linkedin:before {
	content: '\ed7b';
}

/* '' */
.govco-linode:before {
	content: '\ed7c';
}

/* '' */
.govco-linux:before {
	content: '\ed7d';
}

/* '' */
.govco-lyft:before {
	content: '\ed7e';
}

/* '' */
.govco-magento:before {
	content: '\ed7f';
}

/* '' */
.govco-mailchimp:before {
	content: '\ed80';
}

/* '' */
.govco-mandalorian:before {
	content: '\ed81';
}

/* '' */
.govco-markdown:before {
	content: '\ed82';
}

/* '' */
.govco-mastodon:before {
	content: '\ed83';
}

/* '' */
.govco-maxcdn:before {
	content: '\ed84';
}

/* '' */
.govco-mdb:before {
	content: '\ed85';
}

/* '' */
.govco-medapps:before {
	content: '\ed86';
}

/* '' */
.govco-medium-m:before {
	content: '\ed87';
}

/* '' */
.govco-medium:before {
	content: '\ed88';
}

/* '' */
.govco-medrt:before {
	content: '\ed89';
}

/* '' */
.govco-meetup:before {
	content: '\ed8a';
}

/* '' */
.govco-megaport:before {
	content: '\ed8b';
}

/* '' */
.govco-mendeley:before {
	content: '\ed8c';
}

/* '' */
.govco-microblog:before {
	content: '\ed8d';
}

/* '' */
.govco-microsoft:before {
	content: '\ed8e';
}

/* '' */
.govco-mix:before {
	content: '\ed8f';
}

/* '' */
.govco-mixcloud:before {
	content: '\ed90';
}

/* '' */
.govco-mixer:before {
	content: '\ed91';
}

/* '' */
.govco-mizuni:before {
	content: '\ed92';
}

/* '' */
.govco-modx:before {
	content: '\ed93';
}

/* '' */
.govco-monero:before {
	content: '\ed94';
}

/* '' */
.govco-napster:before {
	content: '\ed95';
}

/* '' */
.govco-neos:before {
	content: '\ed96';
}

/* '' */
.govco-nimblr:before {
	content: '\ed97';
}

/* '' */
.govco-node-js:before {
	content: '\ed98';
}

/* '' */
.govco-node:before {
	content: '\ed99';
}

/* '' */
.govco-npm:before {
	content: '\ed9a';
}

/* '' */
.govco-ns8:before {
	content: '\ed9b';
}

/* '' */
.govco-nutritionix:before {
	content: '\ed9c';
}

/* '' */
.govco-octopus-deploy:before {
	content: '\ed9d';
}

/* '' */
.govco-odnoklassniki-square:before {
	content: '\ed9e';
}

/* '' */
.govco-odnoklassniki:before {
	content: '\ed9f';
}

/* '' */
.govco-old-republic:before {
	content: '\eda0';
}

/* '' */
.govco-opencart:before {
	content: '\eda1';
}

/* '' */
.govco-openid:before {
	content: '\eda2';
}

/* '' */
.govco-opera:before {
	content: '\eda3';
}

/* '' */
.govco-optin-monster:before {
	content: '\eda4';
}

/* '' */
.govco-orcid:before {
	content: '\eda5';
}

/* '' */
.govco-osi:before {
	content: '\eda6';
}

/* '' */
.govco-page4:before {
	content: '\eda7';
}

/* '' */
.govco-pagelines:before {
	content: '\eda8';
}

/* '' */
.govco-palfed:before {
	content: '\eda9';
}

/* '' */
.govco-patreon:before {
	content: '\edaa';
}

/* '' */
.govco-paypal:before {
	content: '\edab';
}

/* '' */
.govco-penny-arcade:before {
	content: '\edac';
}

/* '' */
.govco-perbyte:before {
	content: '\edad';
}

/* '' */
.govco-periscope:before {
	content: '\edae';
}

/* '' */
.govco-phabricator:before {
	content: '\edaf';
}

/* '' */
.govco-phoenix-framework:before {
	content: '\edb0';
}

/* '' */
.govco-phoenix-squadron:before {
	content: '\edb1';
}

/* '' */
.govco-php:before {
	content: '\edb2';
}

/* '' */
.govco-pied-piper-alt:before {
	content: '\edb3';
}

/* '' */
.govco-pied-piper-hat:before {
	content: '\edb4';
}

/* '' */
.govco-pied-piper-pp:before {
	content: '\edb5';
}

/* '' */
.govco-pied-piper-square:before {
	content: '\edb6';
}

/* '' */
.govco-pied-piper:before {
	content: '\edb7';
}

/* '' */
.govco-pinterest-p:before {
	content: '\edb8';
}

/* '' */
.govco-pinterest-square:before {
	content: '\edb9';
}

/* '' */
.govco-pinterest:before {
	content: '\edba';
}

/* '' */
.govco-playstation:before {
	content: '\edbb';
}

/* '' */
.govco-product-hunt:before {
	content: '\edbc';
}

/* '' */
.govco-pushed:before {
	content: '\edbd';
}

/* '' */
.govco-python:before {
	content: '\edbe';
}

/* '' */
.govco-qq:before {
	content: '\edbf';
}

/* '' */
.govco-quinscape:before {
	content: '\edc0';
}

/* '' */
.govco-quora:before {
	content: '\edc1';
}

/* '' */
.govco-r-project:before {
	content: '\edc2';
}

/* '' */
.govco-raspberry-pi:before {
	content: '\edc3';
}

/* '' */
.govco-ravelry:before {
	content: '\edc4';
}

/* '' */
.govco-react:before {
	content: '\edc5';
}

/* '' */
.govco-reacteurope:before {
	content: '\edc6';
}

/* '' */
.govco-readme:before {
	content: '\edc7';
}

/* '' */
.govco-rebel:before {
	content: '\edc8';
}

/* '' */
.govco-red-river:before {
	content: '\edc9';
}

/* '' */
.govco-reddit-alien:before {
	content: '\edca';
}

/* '' */
.govco-reddit-square:before {
	content: '\edcb';
}

/* '' */
.govco-reddit:before {
	content: '\edcc';
}

/* '' */
.govco-redhat:before {
	content: '\edcd';
}

/* '' */
.govco-renren:before {
	content: '\edce';
}

/* '' */
.govco-replyd:before {
	content: '\edcf';
}

/* '' */
.govco-researchgate:before {
	content: '\edd0';
}

/* '' */
.govco-resolving:before {
	content: '\edd1';
}

/* '' */
.govco-rev:before {
	content: '\edd2';
}

/* '' */
.govco-rocketchat:before {
	content: '\edd3';
}

/* '' */
.govco-rockrms:before {
	content: '\edd4';
}

/* '' */
.govco-rust:before {
	content: '\edd5';
}

/* '' */
.govco-safari:before {
	content: '\edd6';
}

/* '' */
.govco-salesforce:before {
	content: '\edd7';
}

/* '' */
.govco-sass:before {
	content: '\edd8';
}

/* '' */
.govco-schlix:before {
	content: '\edd9';
}

/* '' */
.govco-scribd:before {
	content: '\edda';
}

/* '' */
.govco-searchengin:before {
	content: '\eddb';
}

/* '' */
.govco-sellcast:before {
	content: '\eddc';
}

/* '' */
.govco-sellsy:before {
	content: '\eddd';
}

/* '' */
.govco-servicestack:before {
	content: '\edde';
}

/* '' */
.govco-shirtsinbulk:before {
	content: '\eddf';
}

/* '' */
.govco-shopify:before {
	content: '\ede0';
}

/* '' */
.govco-shopware:before {
	content: '\ede1';
}

/* '' */
.govco-simplybuilt:before {
	content: '\ede2';
}

/* '' */
.govco-sistrix:before {
	content: '\ede3';
}

/* '' */
.govco-sith:before {
	content: '\ede4';
}

/* '' */
.govco-sketch:before {
	content: '\ede5';
}

/* '' */
.govco-skyatlas:before {
	content: '\ede6';
}

/* '' */
.govco-skype:before {
	content: '\ede7';
}

/* '' */
.govco-slack-hash:before {
	content: '\ede8';
}

/* '' */
.govco-slack:before {
	content: '\ede9';
}

/* '' */
.govco-slideshare:before {
	content: '\edea';
}

/* '' */
.govco-snapchat-ghost:before {
	content: '\edeb';
}

/* '' */
.govco-snapchat-square:before {
	content: '\edec';
}

/* '' */
.govco-snapchat:before {
	content: '\eded';
}

/* '' */
.govco-soundcloud:before {
	content: '\edee';
}

/* '' */
.govco-sourcetree:before {
	content: '\edef';
}

/* '' */
.govco-speakap:before {
	content: '\edf0';
}

/* '' */
.govco-speaker-deck:before {
	content: '\edf1';
}

/* '' */
.govco-spotify:before {
	content: '\edf2';
}

/* '' */
.govco-squarespace:before {
	content: '\edf3';
}

/* '' */
.govco-stack-exchange:before {
	content: '\edf4';
}

/* '' */
.govco-stack-overflow:before {
	content: '\edf5';
}

/* '' */
.govco-stackpath:before {
	content: '\edf6';
}

/* '' */
.govco-staylinked:before {
	content: '\edf7';
}

/* '' */
.govco-steam-square:before {
	content: '\edf8';
}

/* '' */
.govco-steam-symbol:before {
	content: '\edf9';
}

/* '' */
.govco-steam:before {
	content: '\edfa';
}

/* '' */
.govco-sticker-mule:before {
	content: '\edfb';
}

/* '' */
.govco-strava:before {
	content: '\edfc';
}

/* '' */
.govco-stripe-s:before {
	content: '\edfd';
}

/* '' */
.govco-stripe:before {
	content: '\edfe';
}

/* '' */
.govco-studiovinari:before {
	content: '\edff';
}

/* '' */
.govco-stumbleupon-circle:before {
	content: '\ee00';
}

/* '' */
.govco-stumbleupon:before {
	content: '\ee01';
}

/* '' */
.govco-superpowers:before {
	content: '\ee02';
}

/* '' */
.govco-suse:before {
	content: '\ee04';
}

/* '' */
.govco-swift:before {
	content: '\ee05';
}

/* '' */
.govco-symfony:before {
	content: '\ee06';
}

/* '' */
.govco-teamspeak:before {
	content: '\ee07';
}

/* '' */
.govco-telegram-plane:before {
	content: '\ee08';
}

/* '' */
.govco-telegram:before {
	content: '\ee09';
}

/* '' */
.govco-tencent-weibo:before {
	content: '\ee0a';
}

/* '' */
.govco-the-red-yeti:before {
	content: '\ee0b';
}

/* '' */
.govco-themeco:before {
	content: '\ee0c';
}

/* '' */
.govco-themeisle:before {
	content: '\ee0d';
}

/* '' */
.govco-think-peaks:before {
	content: '\ee0e';
}

/* '' */
.govco-tiktok:before {
	content: '\ee0f';
}

/* '' */
.govco-trade-federation:before {
	content: '\ee10';
}

/* '' */
.govco-trello:before {
	content: '\ee11';
}

/* '' */
.govco-tripadvisor:before {
	content: '\ee12';
}

/* '' */
.govco-tumblr-square:before {
	content: '\ee13';
}

/* '' */
.govco-tumblr:before {
	content: '\ee14';
}

/* '' */
.govco-twitch:before {
	content: '\ee15';
}

/* '' */
.govco-twitter-square:before {
	content: '\ee16';
}

/* '' */
.govco-twitter:before {
	content: '\ee17';
}

/* '' */
.govco-typo3:before {
	content: '\ee18';
}

/* '' */
.govco-uber:before {
	content: '\ee19';
}

/* '' */
.govco-ubuntu:before {
	content: '\ee1a';
}

/* '' */
.govco-uikit:before {
	content: '\ee1b';
}

/* '' */
.govco-umbraco:before {
	content: '\ee1c';
}

/* '' */
.govco-uncharted:before {
	content: '\ee1d';
}

/* '' */
.govco-uniregistry:before {
	content: '\ee1e';
}

/* '' */
.govco-unity:before {
	content: '\ee1f';
}

/* '' */
.govco-unsplash:before {
	content: '\ee20';
}

/* '' */
.govco-untappd:before {
	content: '\ee21';
}

/* '' */
.govco-ups:before {
	content: '\ee22';
}

/* '' */
.govco-usb:before {
	content: '\ee23';
}

/* '' */
.govco-usps:before {
	content: '\ee24';
}

/* '' */
.govco-ussunnah:before {
	content: '\ee25';
}

/* '' */
.govco-vaadin:before {
	content: '\ee26';
}

/* '' */
.govco-viacoin:before {
	content: '\ee27';
}

/* '' */
.govco-viadeo-square:before {
	content: '\ee28';
}

/* '' */
.govco-viadeo:before {
	content: '\ee29';
}

/* '' */
.govco-viber:before {
	content: '\ee2a';
}

/* '' */
.govco-vimeo-square:before {
	content: '\ee2b';
}

/* '' */
.govco-vimeo-v:before {
	content: '\ee2c';
}

/* '' */
.govco-vimeo:before {
	content: '\ee2d';
}

/* '' */
.govco-vine:before {
	content: '\ee2e';
}

/* '' */
.govco-vk:before {
	content: '\ee2f';
}

/* '' */
.govco-vnv:before {
	content: '\ee30';
}

/* '' */
.govco-vuejs:before {
	content: '\ee31';
}

/* '' */
.govco-watchman-monitoring:before {
	content: '\ee32';
}

/* '' */
.govco-waze:before {
	content: '\ee33';
}

/* '' */
.govco-weebly:before {
	content: '\ee34';
}

/* '' */
.govco-weibo:before {
	content: '\ee35';
}

/* '' */
.govco-weixin:before {
	content: '\ee36';
}

/* '' */
.govco-whatsapp-square:before {
	content: '\ee37';
}

/* '' */
.govco-whatsapp:before {
	content: '\ee38';
}

/* '' */
.govco-whmcs:before {
	content: '\ee39';
}

/* '' */
.govco-wikipedia-w:before {
	content: '\ee3a';
}

/* '' */
.govco-windows:before {
	content: '\ee3b';
}

/* '' */
.govco-wix:before {
	content: '\ee3c';
}

/* '' */
.govco-wizards-of-the-coast:before {
	content: '\ee3d';
}

/* '' */
.govco-wodu:before {
	content: '\ee3e';
}

/* '' */
.govco-wolf-pack-battalion:before {
	content: '\ee3f';
}

/* '' */
.govco-wordpress-simple:before {
	content: '\ee40';
}

/* '' */
.govco-wordpress:before {
	content: '\ee41';
}

/* '' */
.govco-wpbeginner:before {
	content: '\ee42';
}

/* '' */
.govco-wpexplorer:before {
	content: '\ee43';
}

/* '' */
.govco-wpforms:before {
	content: '\ee44';
}

/* '' */
.govco-wpressr:before {
	content: '\ee45';
}

/* '' */
.govco-xbox:before {
	content: '\ee46';
}

/* '' */
.govco-xing-square:before {
	content: '\ee47';
}

/* '' */
.govco-xing:before {
	content: '\ee48';
}

/* '' */
.govco-y-combinator:before {
	content: '\ee49';
}

/* '' */
.govco-yahoo:before {
	content: '\ee4a';
}

/* '' */
.govco-yammer:before {
	content: '\ee4b';
}

/* '' */
.govco-yandex-international:before {
	content: '\ee4c';
}

/* '' */
.govco-yandex:before {
	content: '\ee4d';
}

/* '' */
.govco-yelp:before {
	content: '\ee4f';
}

/* '' */
.govco-yoast:before {
	content: '\ee50';
}

/* '' */
.govco-youtube-square:before {
	content: '\ee51';
}

/* '' */
.govco-youtube:before {
	content: '\ee52';
}

/* '' */


html {
	font-size: 100%;
	/* 100% = 16px */
}


/**
 * 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: Verdana-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: Verdana-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 .input-search-govco {
	border: 0.125rem solid #3366CC;
}

.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 .bar-search-govco.active .search-icon-search-govco {
	background-color: #3366CC;
}

.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: "Verdana-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: Nunito_Sans-Bold;
	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: Verdana-Regular;
	color: #000000;
	line-height: 1.5rem;
	font-size: 16px;
}

.text3-tipografia-govco {
	font-family: Verdana-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 {
		justify-content: center;
		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: Verdana-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 =============================== */
html {
	font-size: 100%;
	/* 100% = 16px */
}

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

.checkbox-seleccion-govco label {
	font-size: 16px;
	color: #4b4b4b;
	font-family: Verdana-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: Verdana-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: Verdana-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: 16px;
	line-height: normal !important;
	font-family: WorkSans-Medium;
        font-weight: 600;
}

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

.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
	background-color: #004884;
	color: #FFFFFF !important;
}

.green-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
	background-color: #1c4780;
	color: #FFFFFF !important;
}

.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
	background-color: #FAD118;
	color: #000000 !important;
}

.red-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
	background-color: #D31F3F;
	color: #FFFFFF !important;
}

.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
	background-color: #FF6C00;
	color: #000000 !important;
}

.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: Verdana-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;
        font-weight: 600;
}

.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,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.green-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.red-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before {
	color: #FFFFFF;
}

.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.yellow-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.orange-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before {
	color: #000000;
}

.icon-entidad-menu-govco {
	content: url(https://qa-govco-and.xyz/cdn-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.4rem 0 0 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: #ffffff;
	}

	.navbar-collapse-menu-govco {
		z-index: 2;
		position: absolute;
		top: 8rem;
		width: 100%;
		margin: 0;
		left: 0;
		height: calc(100% +0.188rem);
		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 {
		height: 3rem;
		align-items: center;
		padding-left: 1.5rem !important;
		padding-right: 1.875rem !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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Verdana-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 {
	border: 2px solid #E6EFFD !important;
	opacity: 1;
	font-family: 'Works sans', sans-serif;
	width: 100% !important;
}

.table-general thead th {
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 0px;
}

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

.table-general thead tr:nth-child(1) {
	width: 1088px !important;
	border-style: none !important;
}

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

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

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

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

.table-general tbody td {
	padding-left: 15px;
	padding-right: 0px;
}

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

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

.table-general 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-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 =============================== */
[class^="govco-"]:before,
[class*=" govco-"]:before {
	font-family: "govco-fontv2";
	font-style: normal;
	font-weight: normal;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.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;
	content: url(https://govco-and.xyz/cdn-v4/assets/images/Entidad.svg);
}

.govco-co {
	height: 48px;
	margin-top: 24px;
	display: inline-block;
	content: url(https://govco-and.xyz/cdn-v4/assets/images/logo-colombia.svg);
}

.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;
	content: url(https://govco-and.xyz/cdn-v4/assets/images/logo.svg);
	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;
}

.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;
	}

	.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: var(--color-govco);
	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 {
	font-family: 'Nunito_Sans-Bold' !important;
	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:  var(--color-govco);
	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: 2px !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: Nunito_Sans-Bold;
	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: Nunito_Sans-Bold;
	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: Verdana-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("/themes/custom/b5subtheme/css/../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 =============================== */


/* ================================= Paginación =============================== */
.pagination-container-govco {
	margin: 8px;
	line-height: normal !important;
	box-sizing: content-box !important;
}

.nav-pagination-govco {
	color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	display: flex;
	height: auto !important;
	box-sizing: content-box !important;
}

.pagination-govco {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-govco ul {
	background: #fff;
	display: flex;
	padding-left: 0px;
}

.pagination-govco ul li {
	list-style: none;
	line-height: 2.5rem;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: Verdana-Regular;
	font-size: 14px;
}

.pagination-govco ul li a {
	padding: 0;
}

.pagination-govco ul li.page-item-govco {
	margin: 0 0.5rem;
}

.pagination-govco ul li.number-govco,
.pagination-govco ul li.dots-govco {
	margin: 0 0rem;
}

.pagination-govco ul li.number-govco a,
.pagination-govco ul li.dots-govco a {
	text-decoration: none;
	font-family: WorkSans-Medium;
	font-size: 16px;
	color: #0B457F;
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.pagination-govco ul li.page-item-govco.prev-page-govco a,
.next-page-govco a {
	color: #3366CC;
	text-decoration: underline;
}

.prev-page-icon-govco,
.next-page-icon-govco {
	display: none;
	height: 16px;
}

.prev-page-icon-govco::before,
.next-page-icon-govco::before {
	font-family: "govco-font";
	font-size: 16px;
}

.prev-page-icon-govco::before {
	content: "\e811";
}

.next-page-icon-govco::before {
	content: "\e812";
}

.pagination-govco ul li.page-item-govco.prev-page-govco a:visited,
.next-page-govco a:visited {
	color: #3366CC;
}

.pagination-govco ul li.page-item-govco.disabled-govco a {
	pointer-events: none;
	color: #BABABA !important;
	opacity: 1;
}

.pagination-govco ul li.dots-govco {
	cursor: default;
}

.pagination-govco ul li.active-govco {
	background: #3366cc;
	border-radius: 4px;
}

.pagination-govco ul li.active-govco a {
	color: #fff;
}

.pagination-govco ul li.number-govco:not(.active-govco) a:hover,
.pagination-govco ul li.number-govco:not(.active-govco) a.hover {
	background: #e6effd;
	border-radius: 4px;
}

.pagination-govco ul li.dots-govco a:hover,
.pagination-govco ul li.prev-page-govco a:hover,
.pagination-govco ul li.next-page-govco a:hover {
	background: transparent;
}

.pagination-govco ul li.prev-page-govco a:hover,
.pagination-govco ul li.next-page-govco a:hover,
.pagination-govco ul li.prev-page-govco a:focus,
.pagination-govco ul li.next-page-govco a:focus {
	color: #004884;
}

.pagination-govco ul li.dots-govco a:hover {
	color: #0B457F;
	cursor: default;
}

.pagination-govco ul li.number-govco a:focus,
.pagination-govco ul li.number-govco a.focus {
	outline: none;
	border: 1px solid black;
}

.pagination-govco ul li.number-govco:not(.active-govco) a:focus,
.pagination-govco ul li.number-govco:not(.active-govco) a.focus {
	background: #e6effd;
}

@media (max-width: 575px) {

	.pagination-govco ul li.page-item-govco.prev-page-govco a,
	.next-page-govco a {
		text-decoration: none !important;
	}

	.prev-page-icon-govco,
	.next-page-icon-govco {
		display: inline;
	}

	.prev-page-text-govco,
	.next-page-text-govco {
		display: none;
	}
}

/* ================================= fin Paginación =============================== */


/* ================================= 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: Nunito_Sans-Bold;
	font-size: 20px;
	margin: 0px;
}

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

.barra-accesibilidad-govco {
	height: 143px;
	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: Nunito_Sans-Bold;
	font-size: 20px;
	margin: 0px;
}

.modo_oscuro-govco .descripcion-barra-accesibilidad {
	font-family: Verdana-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: Nunito_Sans-Bold;
	font-size: 20px;
	margin: 0px;
}

.modo_claro-govco .descripcion-barra-accesibilidad {
	color: #4B4B4B;
	font-family: Verdana-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 {
	border-color: #3366cc;
}

.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;
}

/* 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: Verdana-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: Verdana-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: Verdana-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: Verdana-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: Nunito_Sans-Bold;
}

.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: "Nunito_Sans-Bold";
	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: "Nunito_Sans-Bold";
	font-size: 18px;
	color: #282C34;
	font-weight: normal !important;
}

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

.toast-small-mb-govco {
	font-family: "Verdana-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(/themes/custom/b5subtheme/css/../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: "Verdana-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: "Verdana-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(/themes/custom/b5subtheme/css/../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: Nunito_Sans-Bold;
	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: Nunito_Sans-Bold;
	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: Verdana-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("/themes/custom/b5subtheme/css/../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('/themes/custom/b5subtheme/css/../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 ===================================== */


/* ================================== Login ===================================== */
.login-label-govco strong {
	color: #000 !important;
	font-family: Verdana-Regular !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5rem;
}

.inicio-sesion-govco {
	width: 28.75rem;
	min-height: 40.063rem;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0 0.25rem 0 #3366CC24;
	border-radius: 0.625rem;
	opacity: 1;
	padding: 2.5rem 2.5rem 2.813rem 2.5rem;
}

.inicio-sesion-govco[data-content="juridica"] .container-login-opcion-govco {
	height: 21.5rem !important;
}

.inicio-sesion-govco[data-content="natural"] .container-login-alerta-juridica-govco {
	display: none;
}

.inicio-sesion-govco h2 {
	color: #004884;
	font-family: Nunito_Sans-Bold;
	font-size: 2rem;
	margin: 0;
	line-height: 2.875rem;
}

.inicio-sesion-govco .container-radio-login-govco {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	--bs-gutter-x: 0;
}

.inicio-sesion-govco[data-content="natural"] .container-login-opcion-govco[data-container-persona="juridica"],
.inicio-sesion-govco[data-content="juridica"] .container-login-opcion-govco[data-container-persona="natural"],
.inicio-sesion-govco .none-login-govco {
	display: none;
}

.inicio-sesion-govco .container-login-opcion-govco {
	background-color: #FFFFFF;
	max-width: 23.75rem;
	height: 16.75rem;
	margin-top: 1.25rem;
}

.inicio-sesion-govco .text-valid-login-govco {
	font-family: Verdana-Regular;
	font-size: 16px;
	text-align: left;
	color: #000000;
	margin-top: 1.875rem;
}

.inicio-sesion-govco .label-login-govco {
	color: #4B4B4B;
	font-family: Verdana-Regular;
	font-size: 16px;
	line-height: 1.375rem;
	margin-bottom: 0.625rem;
}

.inicio-sesion-govco .container-login-alerta-juridica-govco {
	background-color: #FFFFFF;
	color: #3366CC;
	font-family: Verdana-Regular;
	font-size: 0.875rem;
	display: flex;
	margin-top: 1.875rem;
	padding-right: 0rem;
}

.inicio-sesion-govco .container-login-alerta-juridica-govco p {
	margin: 0;
	line-height: 1.25rem;
}

.inicio-sesion-govco .icon-informacion-login-govco {
	background-color: #3366CC;
	color: #3366CC;
	margin-right: 0.625rem;
	min-width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inicio-sesion-govco .icon-informacion-login-govco::before {
	font-family: "govco-font";
	content: '\e9f4';
	color: #FFFFFF;
	font-size: 0.875rem;
}

.inicio-sesion-govco .icon-minus-login-govco {
	background-color: #FFFFFF !important;
}

.inicio-sesion-govco .icon-minus-login-govco::before {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	font-family: "govco-font";
	content: '\ea48';
	width: 0.625rem;
	height: 0;
	color: #737373;
	opacity: 1;
	border: 0.125rem;
}

.inicio-sesion-govco .login-label-juridica-govco {
	font-family: Verdana-Regular;
	font-size: 16px;
	text-align: left;
}

.inicio-sesion-govco .nit-num-juridica-inicio-sesion-govco {
	display: flex;
}

.inicio-sesion-govco .nit-num-juridica-inicio-sesion-govco .container-input-texto-govco:first-child {
	width: 300%;
}

.inicio-sesion-govco .nit-num-juridica-inicio-sesion-govco p {
	margin: 0 0.5rem;
	padding-top: 0.5rem;
}

.inicio-sesion-govco .container-options-login-govco a {
	font-family: WorkSans-Medium;
	font-size: 16px;
	text-align: left;
	color: #3366CC;
	text-decoration: underline;
}

.inicio-sesion-govco .container-options-login-govco p {
	font-family: Verdana-Regular;
	font-size: 16px;
	color: #4B4B4B;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.inicio-sesion-govco {
		width: 20.5rem;
		padding: 1.875rem 1rem 1.813rem 1rem;
	}

	.inicio-sesion-govco .container-radio-login-govco {
		margin-left: 0.3rem;
	}
}

/* ================================== fin Login ===================================== */


/* ==================================== 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: Verdana-Regular;
	margin-bottom: 0.625rem;
	display: block;
}

.tarjeta-govco .body-tarjeta-govco h5 {
	font-family: Nunito_Sans-Bold;
	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: Verdana-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: Verdana-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: Verdana-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: "Verdana-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: "Verdana-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: "Verdana-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: 24rem;
	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: Nunito_Sans-Bold;
}

.carrusel-govco .carousel-inner .carousel-caption p {
	font-size: 1.313rem;
	font-family: Montserrat-Regular;
}

.carrusel-govco .control-start-pause {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 7%;
	margin-bottom: 1.5rem;
	line-height: 0;
	z-index: 1;
}

.carrusel-govco .control-start-pause button {
	background-color: inherit;
	border: 0;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-family: Verdana-Regular;
	cursor: pointer;
	line-height: 1rem;
	padding: 0.11rem 0.2rem;
}

.carrusel-govco .control-start-pause button:not(.active) {
	display: none;
}

.carrusel-govco .control-start-pause button::before {
	font-family: "govco-font";
	font-size: 16px;
}

.carrusel-govco .control-start-pause button.start::before {
	content: "\ea95";
}

.carrusel-govco .control-start-pause button.pause::before {
	content: "\ea75";
}

.carrusel-govco .control-start-pause button:focus-visible {
	outline: 0.125rem solid #000000;
}

.carrusel-govco .control-start-pause button:hover {
	color: #0B457F;
}

.carrusel-govco .control-start-pause button span {
	margin-left: 0.5rem;
}

.carrusel-govco .carousel-control-prev,
.carrusel-govco .carousel-control-next {
	top: 40%;
	bottom: 40%;
	opacity: 1;
	width: 5rem;
}

.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: Nunito_Sans-Bold;
	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: Nunito_Sans-Bold;
}

.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 ==================================== */


/* ==================================== Linea de avance  ==================================== */
.container-example-linea-avance-govco {
	margin: 1.25rem 2.5rem;
}

.linea-avance-govco {
	position: relative;
}

.linea-avance-govco p {
	line-height: 24px;
	margin: 0;
}

.linea-avance-govco .progress {
	background-color: #E8E8E8;
	display: flex;
	margin: 0;
}

.linea-avance-govco .progress .progress-bar {
	background-color: #3366CC;
}

.row {
	margin-bottom: 0;
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	font-size: 15px;
	font-family: Verdana-Regular;
	width: 6.25rem;
	color: #4B4B4B;
}

.linea-avance-govco .active-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	font-family: WorkSans-SemiBold;
	color: #3366CC;
}

.linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	border: 0.063rem solid #004884;
	background-color: #E8E8E8;
	border-radius: 50%;
	color: #004884;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.linea-avance-govco .active-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	border: 0.063rem solid #3366CC;
	background-color: #3366CC;
	color: #FFFFFF;
}

.linea-avance-govco .body-linea-avance-govco {
	width: 100%;
}

/* Línea de avance horizontal */
/* Línea de avance vertical */
.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .item-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	width: 1.5rem;
	height: 1.5rem;
	font-family: Montserrat-Medium;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-right: 0.5rem;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.active-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .active-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	background-color: #3366CC;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.inactive-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .inactive-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	border: 0.063rem solid #4B4B4B;
	background-color: #4B4B4B;
	color: #FFFFFF;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	color: #004884;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.active-linea-avance-govco span.title-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .active-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	color: #3366CC;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.inactive-linea-avance-govco span.title-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .inactive-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	color: #4B4B4B;
}


/* Línea de avance horizontal */
.linea-avance-govco.h-linea-avance-govco .items-header-linea-avance-govco {
	display: flex;
	justify-content: space-between;
	padding-top: 0.813rem;
}

.linea-avance-govco.h-linea-avance-govco .progress {
	width: 100%;
	height: 0.188rem;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.active-linea-avance-govco .indicator-linea-avance-govco {
	border: 0.063rem solid #3366CC;
	background-color: #3366CC;
	color: #FFFFFF;
}

.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco.active-linea-avance-govco span.title-linea-avance-govco {
	font-family: WorkSans-SemiBold;
}

.linea-avance-govco.h-linea-avance-govco .body-linea-avance-govco {
	display: none;
}

.linea-avance-govco.h-linea-avance-govco .body-linea-avance-govco.active-linea-avance-govco {
	display: block;
	margin-top: 1.5rem;
}

.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco {
	background-color: #BABABA;
	height: 16.813rem;
	max-width: 29.375rem;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	align-items: end;
}

.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco button {
	margin-right: 0.938rem;
	margin-bottom: 1rem;
}

/* Línea de avance vertical */
.linea-avance-govco.v-linea-avance-govco .progress {
	height: 100%;
	width: 0.188rem;
	position: absolute;
}

.linea-avance-govco.v-linea-avance-govco .progress-bar {
	width: 100%;
}

.linea-avance-govco.v-linea-avance-govco .item-linea-avance-govco {
	padding-left: 1rem;
}

.linea-avance-govco.v-linea-avance-govco .item-linea-avance-govco:not(.active-linea-avance-govco):not(:last-child) .header-linea-avance-govco {
	margin-bottom: 2.5rem;
}

.linea-avance-govco.v-linea-avance-govco .body-linea-avance-govco {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	display: none;
}

.linea-avance-govco.v-linea-avance-govco .active-linea-avance-govco .body-linea-avance-govco {
	display: block;
}

.linea-avance-govco.v-linea-avance-govco .contents-example-linea-avance-govco {
	background-color: #BABABA;
	height: 16.813rem;
	max-width: 29.5rem;
	display: flex;
	justify-content: end;
	align-items: end;
}

.linea-avance-govco.v-linea-avance-govco .contents-example-linea-avance-govco button {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

/* Línea de avance de interacción horizontal */
/* Línea de avance de interacción vertical */
.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	width: 2.813rem;
	height: 2.813rem;
	font-size: 28px;
}

.linea-avance-govco.ih-linea-avance-govco .body-linea-avance-govco .contents-linea-avance-govco,
.linea-avance-govco.iv-linea-avance-govco .body-linea-avance-govco .contents-linea-avance-govco {
	border: 0.125rem solid #E6EFFD;
	background-color: #FFFFFF;
	border-radius: 0.313rem;
}


.linea-avance-govco.ih-linea-avance-govco .active-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.ih-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco,
.linea-avance-govco.iv-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco {
	background-color: #3366CC;
	border-color: #3366CC;
	color: #FFFFFF;
}

.linea-avance-govco.ih-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco span,
.linea-avance-govco.iv-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco span {
	display: none;
}

.linea-avance-govco.ih-linea-avance-govco .active-linea-avance-govco span.title-linea-avance-govco,
.linea-avance-govco.ih-linea-avance-govco .checked-linea-avance-govco span.title-linea-avance-govco,
.linea-avance-govco.iv-linea-avance-govco .checked-linea-avance-govco span.title-linea-avance-govco {
	font-family: WorkSans-SemiBold;
	color: #3366CC;
}

.linea-avance-govco.ih-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco::before,
.linea-avance-govco.iv-linea-avance-govco .checked-linea-avance-govco .indicator-linea-avance-govco::before {
	color: #FFFFFF;
	content: '\e8a7';
	font-family: "govco-font";
	color: #FFFF;
	font-size: 1.6rem;
	visibility: visible;
}

.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco:not(.active-linea-avance-govco):not(.checked-linea-avance-govco) .indicator-linea-avance-govco:hover,
.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco:not(.active-linea-avance-govco):not(.checked-linea-avance-govco) .indicator-linea-avance-govco:hover {
	background-color: #E6EFFD;
}

.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco:not(.active-linea-avance-govco):not(.checked-linea-avance-govco) .indicator-linea-avance-govco:hover~span,
.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco:not(.active-linea-avance-govco):not(.checked-linea-avance-govco) .indicator-linea-avance-govco:hover~span {
	font-family: WorkSans-Medium;
}

.linea-avance-govco.ih-linea-avance-govco .indicator-linea-avance-govco:focus-visible,
.linea-avance-govco.iv-linea-avance-govco .indicator-linea-avance-govco:focus-visible {
	outline: 2px solid #000 !important;
	border: 1px solid #004884;
	outline-offset: 4px;
	outline-style: auto;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco {
	padding: 1.5rem;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco h5,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco h5 {
	color: #3366CC;
	font-size: 20px;
	font-family: Nunito_Sans-Bold;
	line-height: 24px;
	margin-bottom: 1rem;
	margin-top: 0rem;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco .entradas-de-texto-govco,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco .entradas-de-texto-govco {
	padding: 0;
	margin-bottom: 0.5rem;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco .desplegable-govco,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco .desplegable-govco {
	width: 100% !important;
	margin-bottom: 1rem;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco .btn-govco,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco .btn-govco {
	right: 0;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco p,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco p {
	color: #4B4B4B;
	font-size: 16px;
	font-family: Verdana-Regular;
	margin-bottom: 1rem;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco img,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco img {
	width: 100%;
	max-width: 34.5rem;
	display: block;
	margin: 0 auto;
}

.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco .radio-seleccion-govco,
.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco .radio-seleccion-govco {
	display: inline-block;
	margin-right: 1.813rem;
}

/* Línea de avance de interacción horizontal */
.linea-avance-govco.ih-linea-avance-govco {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

.linea-avance-govco.ih-linea-avance-govco .items-header-linea-avance-govco {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
}

.linea-avance-govco.ih-linea-avance-govco .progress {
	width: calc(100% - 3.75rem);
	height: 0.188rem;
	position: absolute;
	margin-top: 1.375rem;
}

.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 1;
}

.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	font-family: Montserrat-Medium;
}

.linea-avance-govco.ih-linea-avance-govco .header-linea-avance-govco span.title-linea-avance-govco {
	position: absolute;
	top: 3.563rem;
}

.linea-avance-govco.ih-linea-avance-govco .body-linea-avance-govco {
	padding-left: 0.938rem;
	padding-right: 0.25rem;
	display: none;
}

.linea-avance-govco.ih-linea-avance-govco .body-linea-avance-govco.active-linea-avance-govco {
	display: block;
}

/* Línea de avance de interacción vertical */
.linea-avance-govco.iv-linea-avance-govco .progress {
	height: 100%;
	position: absolute;
	width: 0.188rem;
	margin-left: 1.438rem;
}

.linea-avance-govco.iv-linea-avance-govco .progress-bar {
	width: 100%;
}

.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco {
	z-index: 1;
	position: relative;
}

.linea-avance-govco.iv-linea-avance-govco .header-linea-avance-govco {
	display: flex;
	align-items: center;
}

.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco:not(.active-linea-avance-govco):not(:last-child) .header-linea-avance-govco {
	margin-bottom: 4.5rem;
}

.linea-avance-govco.iv-linea-avance-govco .header-linea-avance-govco .indicator-linea-avance-govco {
	margin-right: 1.5rem;
	font-family: Nunito_Sans-Bold;
}

.linea-avance-govco.iv-linea-avance-govco .body-linea-avance-govco {
	padding-left: 4.5rem;
	padding-top: 1.25rem;
	display: none;
}

.linea-avance-govco.iv-linea-avance-govco .active-linea-avance-govco .body-linea-avance-govco {
	display: block;
}

.linea-avance-govco.iv-linea-avance-govco .item-linea-avance-govco:not(:last-child) .body-linea-avance-govco {
	padding-bottom: 2.188rem;
}



@media only screen and (max-width: 800px) {

	/* Línea de avance horizontal */
	.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco {
		display: flex;
		flex-direction: column;
	}

	.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco:not(:first-child):not(:last-child) {
		align-items: center;
	}

	.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco:last-child {
		align-items: end;
	}

	.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco .title-linea-avance-govco {
		width: auto;
	}

	.linea-avance-govco.h-linea-avance-govco .header-linea-avance-govco:not(.active-linea-avance-govco) .title-linea-avance-govco {
		visibility: hidden;
	}

	/* Línea de avance de interacción horizontal */
	.ih-linea-avance-govco .header-linea-avance-govco:not(.movil-linea-avance-govco) {
		display: none;
	}

	.linea-avance-govco.ih-linea-avance-govco .body-linea-avance-govco {
		padding: 0;
	}

	/* Línea de avance de interacción vertical */
	.linea-avance-govco.iv-linea-avance-govco .body-linea-avance-govco {
		padding-left: 2.063rem;
	}

	/* Línea de avance de interacción horizontal */
	/* Línea de avance de interacción vertical */
	.linea-avance-govco.ih-linea-avance-govco .contents-example-linea-avance-govco,
	.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco {
		padding: 1.5rem 1rem 1rem 1rem;
	}

	.linea-avance-govco.iv-linea-avance-govco .contents-example-linea-avance-govco h5 {
		font-size: 18px;
	}
}

/* ================================== Final Linea de avance  ==================================== */


/* =============================== 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: "Nunito_Sans-Bold";
	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: "Verdana-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: "Nunito_Sans-Bold";
	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: "Verdana-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: Verdana-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;
	content: url(https://qa-govco-and.xyz/cdn-v4/assets/images/Entidad.svg);
}

.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 =============================== */
