/*.SOMBRAS {
	-webkit-box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.75);
}*/
.section_header {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 1em;
}

.section_header h2 {
  color: #0943B5;
  font-family: Verdana, sans-serif;
  font-size: 34px !important;
  margin: 0;
  line-height: 1.125em !important;
  position: relative;
  /*padding-left: 25%;
  padding-right: 25%;*/
  font-weight: bold;

}

.text-center {
  text-align: center;
}

.headline-xl h2 {
  font-family: Verdana, sans-serif;
  /* font-weight: 600;*/
  /*font-size: 34px !important;*/
  /* line-height: 2.2em;*/
  position: relative;

}

.section_header h2:before {
  content: "";
  display: block;
  position: absolute;
  /*top: calc(50% - 1px);*/
  left: 0;
  width: 100%;
  height: 2px;
  /*background: -webkit-gradient(linear, left top, right top, from(#0943B5), color-stop(25%, #0943B5), color-stop(25%, rgba(53, 145, 56, 0)), color-stop(75%, rgba(53, 145, 56, 0)), color-stop(75%, #0943B5), to(#0943B5));
  background: linear-gradient(to right, #0943B5 0%, #0943B5 25%, rgba(53, 145, 56, 0) 25%, rgba(53, 145, 56, 0) 75%, #0943B5 75%, #0943B5 100%);*/
  pointer-events: none;
}

.button-container {
  display: inline-block;
  position: relative;
}

.FONDO_CALENDARIO {
  background-image: url("Images/page/patronFondoCalendario.png");
  background-repeat: repeat;
}

.FONDO_CALENDARIO h1 {
  background-color: #0943B5;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}

.button-container #boton1 {
  position: absolute;
  bottom: 24%;
  right: 78%;
  border-radius: 1.5em;
}

.button-container #boton2 {
  position: absolute;
  bottom: 24%;
  right: 2%;
  border-radius: 1.5em;
}

.HIDE {
  display: none;
}

body,
span,
div,
table,
td,
th,
li,
b,
a {
  font-size: 12px;
}

.BOTON_ICON {
  width: 30px !important;
}

.errors_agregar {
  background-color: #215a9a;
  /* Red */
  color: white;
  font-size: 14px;
}

.fa-close {
  font-size: 16px;
  color: #fff !important;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  color: #fff;
  content: "\f00d";
}

body {
  margin: 0px;
  padding: 0px;
}

.ui-inputtext {
  background-color: #fff !important;
  color: #000 !important;
}

.content {
  padding: 0 20px;
}

.header {
  height: 45px;
  background: #215a9a;
  padding: 0 20px;
}

table.TABLE_EDIT {
  border: 0px solid #CCCCCC;
  margin: 0 auto 0 auto;
  text-align: center;
  border-collapse: collapse;
  text-align: center;
}

table.TABLE_EDIT thead th {
  background: #215a9a;
  border-bottom: 5px solid #FFFFFF;
  color: #fff;
  padding: 3px;
}

table.TABLE_EDIT tbody th {
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 5px;
  text-align: left;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table.TABLE_EDIT tbody td {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 3px;
  text-align: left;
  background-color: #fff;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table.TABLE_DEFAULT {
  border: 0px solid #CCCCCC;
  margin: 0 auto 0 auto;
  text-align: center;
  border-collapse: collapse;
  text-align: center;
}

table.TABLE_DEFAULT td,
table.TABLE_DEFAULT th {
  border: 1px solid #FFFFFF;
  padding: 0px 0px;
}

table.TABLE_DEFAULT tbody td {
  font-size: 12px;
}

table.TABLE_DEFAULT thead {
  background: #215a9a;
  border-bottom: 5px solid #FFFFFF;
}

table.TABLE_DEFAULT thead th {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}

table.TABLE_DEFAULT thead th:first-child {
  border-left: none;
}

table.TABLE_DEFAULT tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}

table.TABLE_DEFAULT tfoot td {
  font-size: 14px;
}

.FONDO_SUPERIOR {
  background-image: url("Images/page/fondo_superior.png");
  height: 140px;
  background-repeat: repeat-x;
}

.FONDO_INFERIOR {
  background-image: url("Images/page/fondo_inferior.png");
  min-height: 121px;
  background-repeat: repeat-x;
}

.CONTENT_CENTER {
  margin: 0 auto 0 auto;
  border-spacing: 0px;
  border-collapse: collapse;
}

.DIV_FIJO {
  position: fixed;
  min-height: 120px;
  width: 252px;
  right: 0%;
  top: 40px;
  text-align: center;
  word-wrap: break-word;
  z-index: 1000;
}

/*
.FONDO_BUSCADOR {
	padding: 0px;
	background-image: url("Images/page/fondo_buscador.png");
	height: 169px;
	width: 283px;
}*/

.TEXTO_BUSCADOR {
  color: #fff;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}

.TEXTO_BANNER {
  color: #FFF;
  background-color: #215a9a;
}

.FONDO_DEFECTO {
  background-color: #215a9a;
}

.ui-multiselectlistbox-listcontainer {
  width: 400px;
}

.ui-multiselectlistbox .ui-multiselectlistbox-item {
  white-space: normal;
}

.ui-multiselectlistbox .ui-multiselectlistbox-item {
  margin: 2px;
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
}

#nav {
  text-align: center;
}

#nav ul {
  list-style: none;
  /* 	display: inline-block; */
  padding-left: 0px;
  margin: 0px;
  /*font-family: Verdana,sans-serif !important; */
}

#nav ul li {
  float: left;
  margin: 0px;

}

#nav ul li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 0px;
  padding: 0px;

}

#nav ul li a:hover {
  background-color: #a7b392;
  /* 	 font-family: Verdana,sans-serif; */
}

#nav ul li img {
  width: 100%;
  height: 100%;
}

.HORIZONTAL ul li img {
  width: 70%;
  height: 70%;
}

.DIV_CALENDARIO_FONDO {
  background-color: #CC0000 !important;
  color: #fff !important;
}

.DIV_CALENDARIO_FONDO h1 {
  color: #fff !important;
}

.DIV_CALENDARIO_FONDO label {
  color: #fff !important;
}

.DIV_CALENDARIO {
  height: 100px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 2px;
  background-color: #ebebeb;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
}

.DIV_CALENDARIO h1 {
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.DIV_CALENDARIO label {
  width: 99%;
  color: #706f6a;
  font-weight: bold;
  font-size: 9px;
}

.RESPONSIVE_IMG {
  width: 100%;
  height: auto;
}

.LINK_SIN_EFECTOS {
  text-decoration: none !important;
}

.TITULO_PRINCIPAL_ROCKOLA {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.TITULO_PRINCIPAL_ROCKOLA:hover {
  color: #666;
  text-decoration: none;
}

div .menu {
  text-align: center;
  font-size: 19px;

}

div .menu p {
  width: 100%;
  background-color: #666;
  padding: 12px 12px;
  border-radius: 4px;

}

div .menu a {
  font-size: 19px;
  color: white;
  text-decoration: none;
  cursor: pointer;

}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-grow-shadow {
  background: #215a9a !important;
}

.opcionesEncabezadoAdmin {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 14px;
}

.opcionesEncabezadoAdmin a {
  text-decoration: none;
}

.MENU_SALIR a {
  text-decoration: none;
  font-size: 16px;
}

.MENU_SALIR a,
.MENU_SALIR a:hover,
.MENU_SALIR a:focus {
  color: #1f3864;
}

.MENU_SALIR a:hover {
  text-decoration: underline;
}

ul.ITEMS {
  line-height: 25px;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;

}

ul.ITEMS li {
  font-size: 14px;
}

#BUSCADOR {
  float: right;
  text-align: center;
  width: 280px;
  background-color: transparent;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}

.DIV_REDONDEADO_BIBLIOTECA {
  /*background-color: #dff9d2;*/
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.DIV_REDONDEADO_BIBLIOTECA p {
  border-bottom: 1px dotted #ccc;
}

.DIV_REDONDEADO_BIBLIOTECA p label {
  font-weight: bold;
}

.MIGA_DE_PAN a {
  text-decoration: none;
  color: #000;
}

.MIGA_DE_PAN a:hover {
  text-decoration: underline;
}

#menu,
#menu ul {
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: auto;
  list-style: none;
  width: 100%;

}

/* hace referencia a los primeros enlaces */
#menu li {
  float: left;
  position: relative;
  min-width: 100px;
  max-width: 135px;
  width: 135px;
  align-items: center;
}

/* hace referencia a los segundos submenus */
#menu li ul {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #F5F4F6;
  min-width: 260px;
  max-width: 260px;
}

#menu li ul li {
  width: 100%;

}

#menu ul li ul li a {
  width: 250px;
  justify-content: center;
  text-align: center;

}

#menu ul li ul li a:hover {
  background-color: #e2e2e2;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  justify-content: flex-start;
}


/* hace referencia a los terceros submenus */
#menu li ul li ul {
  margin-top: -2.2em;
  margin-left: 10em;
}

/* hace referencia a los cuartos submenus */
#menu li ul li ul li ul {
  margin-top: -2.2em;
  margin-left: 10em;
}

/* hace referencia al formato de los enlaces */
#menu a {
  text-align: center;
  line-height: 15px;
  min-height: 45px;
  border-radius: 0;
  color: #4b4b4b;
  font-size: 1.15em;
  font-weight: 400;
  font-family: Verdana, sans-serif;
  height: auto;
  /* 	padding: 0.5em 0.7em; */
  text-decoration: none;
  transition: 0.25s ease-in-out all;
  display: flex;
  /*     -webkit-box-align: center; */
  align-items: center;
  /*     -webkit-box-pack: center; */
  justify-content: center;
}

.TAMANO {
  padding: 8px 5px;
  font-size: 20px !important;
}


.MENU_SELECCION {
  color: #fff !important;
  background-color: #215a9a !important;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 2px 3px 4px rgba(20, 20, 20, 0.2);
}

/* hace referencia al formato 
           cuando se pasa el raton por encima del enlace */
#menu a:hover {
  background-color: #e2e2e2;
  width: 100%;

}

/* hace referencia a los bloques de los segundos menus en adelante */
#menu ul {
  border-top: 1px transparent;

}

/* hace referencia al formato
           del enlaces de los segundos menus en adelante */
#menu ul a {
  border-right: none;
  border-right: 1px transparent;
  border-bottom: 1px transparent;
  border-left: 1px transparent;
  border: 1px transparent;
  background-color: transparent;
  margin: 0.7rem 0 0.1rem 0;
}

/* esconde los menus de tercer nivel cuando estamos en el primer nivel */
#menu li:hover ul ul {
  display: none;

}

/* esconde los menus de cuarto nivel cuando estamos en el primer nivel */
#menu li:hover ul ul ul {
  display: none;
}

/* esconde los menus de cuarto nivel cuando estamos en el segundo nivel */
#menu li ul li:hover ul ul {
  display: none;
}

/* muestra los menus de segundo nivel */
#menu li:hover ul {
  display: block;
}

/* muestra los menus de tercer nivel */
#menu li ul li:hover ul {
  display: block;
}

/* muestra los menus de cuarto nivel */
#menu li ul li ul li:hover ul {
  display: block;
}


.mk-svg-icon {
  position: relative;
  top: 2px;
  color: #215a9a;
}

.IMAGEN_RESPONSIVA {
  width: 100%;
  height: auto;
}

/* hace referencia al MENU VERTICAL PARA MODOS DE VIDA */
#menuModo,
#menuModo ul {
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: auto;
  list-style: none;
  width: 90%;
}

/* hace referencia a los primeros enlaces */
#menuModo li {
  min-width: 160px;
}

/* hace referencia a los segundos submenus */
#menuModo li ul {
  display: none;
  margin-top: -13px;
  margin-left: 100px;
  background-color: #fff;
  color: #215a9a;
  text-align: center;
  position: absolute;
  width: 13%;
}

#menuModo li ul li {
  width: 100%;
}

/* hace referencia a los terceros submenus */
#menuModo li ul li ul {
  margin-top: -38px;
  margin-left: 167px;

}

/* hace referencia a los cuartos submenus */
#menuModo li ul li ul li ul {
  margin-top: -2.2em;
  margin-left: 10em;
}

/* hace referencia al formato de los enlaces */
#menuModo a {
  margin: 0px;
  padding: 5px;
  font-size: 11px;
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  color: #005ca9;
}

#menuModo a:hover {
  display: block;
  background-color: #005ca9;
  color: #fff;
}

/* hace referencia a los bloques de los segundos menus en adelante */
#menuModo ul {
  border-top: 1px solid #fff;
}

/* hace referencia al formato
           del enlaces de los segundos menus en adelante */
#menuModo ul li ul li a {
  border: 1px solid #005ca9;
  background-color: #fff;
}

/* esconde los menus de tercer nivel cuando estamos en el primer nivel */
#menuModo li:hover ul ul {
  display: none;
}

/* esconde los menus de cuarto nivel cuando estamos en el primer nivel */
#menuModo li:hover ul ul ul {
  display: none;
}

/* esconde los menus de cuarto nivel cuando estamos en el segundo nivel */
#menuModo li ul li:hover ul ul {
  display: none;
}

/* muestra los menus de segundo nivel */
#menuModo li:hover ul {
  display: block;
}

/* muestra los menus de tercer nivel */
#menuModo li ul li:hover ul {
  display: block;
}

/* muestra los menus de cuarto nivel */
#menuModo li ul li ul li:hover ul {
  display: block;
}

.TITULO_BIBLIOTECA,
.TITULO_BIBLIOTECA i {
  text-transform: uppercase;
  font-size: 14px;
  color: #215a9a;
  font-weight: bolder;
  text-align: left;
  line-height: 16px;
}

.CONTENIDO_BIBLIOTECA,
.CONTENIDO_BIBLIOTECA i {
  font-size: 11px;

}

.CONTENIDO_BIBLIOTECA i,
.CONTENIDO_BIBLIOTECA a {
  color: #215a9a;
}

.FONDO_RESULTADOS_TITULOS {
  background-color: #215a9a;
  color: #fff;
  font-weight: bold;
  padding: 10px 0px;
}

.DIV_REDONDEADO {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.caja-numerica-enteros,
.caja-numerica-decimales {
  background-color: #BFC9CA !important;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background: #f9f9fc;
  font-size: 1em;
  margin: 0;
  outline: medium none;
  padding: 4px;
  font-weight: normal;
  text-align: right;
}

/* ==========================================================
   ACORDEÓN GOV.CO — ESTILO OFICIAL ADAPTADO
   ========================================================== */

/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');*/

#lista-deplegable {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  color: #1a1a1a;
  width: 100%;
  max-width: 900px;
}

/* ===== ITEM PRINCIPAL ===== */
#lista-deplegable>li {
  border: none;
  margin-bottom: 8px;
}

/* ===== LABEL PRINCIPAL ===== */
#lista-deplegable label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-weight: 500;
  font-size: 15px;
  background-color: #ffffff;
  color: #1a1a1a;
  border: none;
  border-bottom: 3px solid #E6F0FA;
  /* Borde azul GOV.CO */
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 0;

}

#lista-deplegable,
#lista-deplegable ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* ===== ICONO (flecha ▼) ===== */
#lista-deplegable label::after {
  /*content: "▾";*/
  font-size: 16px;
  color: #004884;
  transition: transform 0.25s ease;
}

/* ===== DEFAULT ===== */
#lista-deplegable label {
  background-color: #ffffff;
}

/* ===== FOCUS ===== */
#lista-deplegable label:focus-within,
#lista-deplegable label.focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

/* ===== DESPLEGADO ===== */
#lista-deplegable input[name="list"]:checked+label {
  background-color: #ffffff;
  color: #1a1a1a;
}

#lista-deplegable input[name="list"]:checked+label::after {
  transform: rotate(180deg);
}

/* Contenido desplegado */
#lista-deplegable input[name="list"]:checked~.interior {
  display: block;
  background-color: #E6F0FA;
  /* Azul claro GOV.CO */
  padding: 16px 20px;
  border-top: none;
  border-bottom: 3px solid #E6F0FA;
}

/* ===== DESHABILITADO ===== */
#lista-deplegable label.disabled {
  background-color: #BEBEBE;
  color: #ffffff;
  cursor: not-allowed;
  border-bottom: 3px solid #BEBEBE;
}

#lista-deplegable label.disabled::after {
  color: #ffffff;
}

/* ===== SUBMENÚS ===== */
#lista-deplegable .interior {
  display: none;
  font-size: 14px;
  line-height: 1.5;
  animation: fadeIn 0.3s ease-in-out;
}

/* ===== ENLACES O SUBLABELS ===== */
#lista-deplegable .interior a,
#lista-deplegable .interior label {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

#lista-deplegable .interior a:hover {
  color: #004884;
  text-decoration: underline;
}

/* ===== ANIMACIÓN ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #lista-deplegable label {
    font-size: 14px;
    padding: 12px 14px;
  }
}

/* Oculta checkboxes (se usan solo para controlar apertura) */
#lista-deplegable input[type="checkbox"] {
  display: none;
}




#section-principal img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: black;
}

#section-principal:hover img {
  /* 	-webkit-transform:scale(1.1); */
  transform: scale(1.1);
}

#section-principal:hover a {
  text-decoration: none;
}

#section-principal:hover p {
  text-decoration: none;
}

#section-principal:hover {
  background: #e9f3eb;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;

}

#section-principal {
  overflow: hidden;
  margin: auto;
  width: 300px;
  height: 500px;

}

.fc-scroller-liquid-absolute {
  overflow: hidden !important;

}

#logoBanner img {
  width: 50%;
  height: 50%;
  list-style: none;
}

#logoBanner ul li {
  list-style: none;
}

#noticia {
  /* min-height: 400px;
    max-height: 400px;
    width: 100%;
    height: 400px;*/
  text-align: center;
  margin: 2% 0 0 0;
}

.noticia2 {
  overflow: hidden;
  margin: 20px;
  /* 	width: 300px; */
  /* 	height: auto; */
  /* 	width: 90%; */
  height: 400px;
}

#noticia2 a {
  text-decoration: none;
}

#noticia p {
  text-decoration: none;
}

#sliderR_container {
  text-decoration: none;

}

/* Contenedor principal */
.servicios-contenedor {
  width: 100%;
  margin-top: 1rem;
}

/* Grid */
.servicios-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  min-height: 250px;
}

/* Cada ítem */
.servicios-contenedor .servicio {
  flex: 0 0 14%;
  max-width: 140px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  cursor: pointer;
}

/* Imagen */
.servicios-contenedor .servicio img {
  width: 100%;
  max-width: 110px;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.18s ease;
}

/* Hover o toque */
.servicios-contenedor .servicio:hover,
.servicios-contenedor .servicio:active {
  transform: translateY(-6px) scale(1.05);
}

/* --- Responsividad --- */

/* Tablets */
@media (max-width: 1024px) {
  .servicios-contenedor .servicio {
    flex: 0 0 28%;
    max-width: 180px;
    height: 150px;
  }

  .servicios-contenedor .servicio img {
    max-width: 120px;
  }
}

/* Móviles */
@media (max-width: 768px) {
  .servicios-contenedor .servicio {
    flex: 0 0 40%;
    height: 150px;
    max-width: none;
  }

  .servicios-contenedor .servicio img {
    width: 55%;
    /* 🔹 más pequeño */
    max-width: 170px;
    /* 🔹 límite fijo */
  }
}

/* Teléfonos pequeños */
@media (max-width: 480px) {
  .servicios-contenedor .servicio {
    flex: 0 0 80%;
    height: 140px;
    padding: 0.5rem 0;
  }

  .servicios-contenedor .servicio img {
    width: 70%;
    /* 🔹 aún más pequeño */
    max-width: 170px;
  }
}

.documentos {
  padding: 0.5em;
}

.documentos {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}

.parrafor_fanpage {
  font-size: 12px;
  text-align: justify;
  border-bottom: none !important;
  font-family: Verdana, sans-serif !important;
}

.parrafor_fanpage_title {
  font-size: 18px !important;
  text-align: justify;
  border-bottom: none !important;
  font-family: Verdana, sans-serif !important;
}

.parrafor_fanpage_sub_title {
  font-size: 16px !important;
  text-align: justify;
  border-bottom: none !important;
  font-family: Verdana, sans-serif !important;
}

/* .FONDO_BUSCADOR { */
/* 	padding: 0px; */
/* 	background-image: url("Images/page/fondo_buscador.png"); */
/* 	height: 169px; */
/* 	width: 283px; */
/* } */

/* .TEXTO_BUSCADOR { */
/* 	color: #fff; */
/* 	vertical-align: middle; */
/* 	text-align: left; */
/* 	font-size: 14px; */
/* } */




.CONTENIDO_BIBLIOTECA_G,
.CONTENIDO_BIBLIOTECA_G i {
  font-size: 11px;

}

.CONTENIDO_BIBLIOTECA_G i,
.CONTENIDO_BIBLIOTECA_ a {
  color: #215a9a;
}

.DIV_REDONDEADO_BIBLIOTECA_G {
  /*background-color: #dff9d2;*/
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

/*
#section-buscador:hover {
	background: #e9f3eb;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	border-radius: 10px 10px 10px 10px;	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}*/

div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: Verdana, sans-serif;
  padding-bottom: 4px;
  font-size: 1.25em;
}

#contactenos input,
select,
textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: Verdana, sans-serif;
  padding: 8px;
  width: 400px;
}

#contactenos textarea {
  height: 150px;
  max-height: 250px;
  max-width: 400px;
  min-height: 150px;
  min-width: 400px;
}

#button {
  height: 30px;
  /*   background: blue; */
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: Verdana, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}

#button:hover {
  border: 2px solid black;
}

#formulario {
  display: none;

}

.pointer {
  cursor: pointer;
}

/*.buscador {
 width: 77px;
 max-width: 77px;
 height: 30px;
}*/
.contacto {
  color: white;
  background-color: #004884;
  font-family: Verdana, sans-serif;
  font-size: 1.1rem;
  margin: 3%;
  line-height: 1.125em !important;
  position: relative;
  padding: 2%;
  font-weight: bold;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;

}

.enviar_redondo {
  /* 	  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5); */
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  /* 	background-color: #4a8734 !important; */
  width: 205px;
  height: 45px;
  max-width: 205px;
  max-height: 45px;
}

.css-button-shadow-border-sliding--sky {
  min-width: 100px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  /*   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); */
  background: #004884;
  z-index: 1;
  text-align-last: center;
}

.css-button-shadow-border-sliding--sky:hover:after {
  width: 100%;
  left: 0;
}

.css-button-shadow-border-sliding--sky:after {
  border-radius: 5px;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
  background-color: #004884;
  right: 0;
  font-family: Verdana, sans-serif;
}

.css-button-shadow-border-sliding--sky:active {
  top: 2px;
}

.css-button-shadow-border-sliding--sky ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.css-button-shadow-border-sliding--sky ul li {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 5px;
}

#visitas {
  justify-content: center;
  background-color: #004884;
  padding: 15px;
}

.carousel_visitas {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.carousel__wrapper_visitas {
  display: inline-block;
  transition: transform 0.5s ease-out;
}

.carousel__item_visitas {
  display: inline-block;
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.carousel__item_visitas ul li {
  width: 100%;
  height: auto;
  display: block;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 5px;
}

.carousel__next {
  position: absolute;
  text-align: center;
  cursor: pointer;
}

.carousel__prev {
  position: absolute;
  text-align: center;
  cursor: pointer;
}

/* Botones GOV.CO */
.btn-govco {
  border-radius: 1.563rem;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  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;
}

.btn-govco.fill-secundary-btn-govco:hover a {
  color: #FFFFFF;
}

#arrows {
  padding: 15px;
  margin: 5px;
  min-height: 50px;
  align-self: center;
  opacity: .5;
}

#btn-modul {
  position: sticky;
  left: 40%;
  top: 50%;
  /*width: 100%;*/
  margin: 0px;
  overflow: hidden;
  text-align: center;
}

.menu_responsive {
  width: 100%;
  height: 3.5rem;
  margin-left: 0.5rem;
  width: 7.1rem !important;
  max-width: 7.1rem;
  min-width: 7.1rem;
}

/* .div_menu{ */
/* 	max-width: fit-content; */
/* 	min-width: 100px; */
/* 	min-height: 45px; */
/* 	margin: auto; */
/* 	display: contents; */
/* 	margin-left: 0.3rem !important; */
/* } */

/* .menu_responsive a{ */
/* 	margin: 0.5rem 0 0.1rem 0 !important; */
/* } */
.menu_responsive ul li a {
  margin-left: 0.3rem !important;
  max-width: max-content !important;
  text-align: left !important;
}


.noticiaNueva {
  min-height: 400px;
  max-height: 400px;
  text-align: center;
  margin: 30px 0 0 0;

}

#section-principal2 img {
  width: 100%;
  height: 100%;

}

.NoticiaN {
  text-align-last: right;
  margin-right: 5px;
}

.pruebasNoticiasD {
  border-bottom: none !important;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(0%, 20%);
}

.pruebasNoticiasI {

  border-bottom: none !important;
  font-size: 2rem;
}

.contenedorP {
  position: relative;
  display: inline-block;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 90%;
  left: 5%;
  transform: translate(0%, -360%);
  background: #004884;
}

.bordeNoticia {
  border: ridge;
  border: 1px solid #a3a3a3;
  /*-moz-border-radius: 7px;*/
  /*-webkit-border-radius: 7px;*/
  padding: 0px;
}

.noticiaMultimedia {
  width: 150px;
  height: 200px;

}

.contenidoNoticias {
  font-family: Verdana, sans-serif;
  font-size: 1.3rem;
  color: #000000;
  padding: 10px;
  text-align: justify;
  line-height: normal;
}

.TituloContenidoNoticias {
  font-family: Verdana, sans-serif;
  font-size: 1.3rem;
  color: #000000;
  padding: 10px;
  text-align: justify;
  line-height: normal;
}

/*jssor slider loading skin spin css*/
/* .jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
} */

/*jssor slider bullet skin 057 css*/
.jssorb057 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb057 .i .b {
  fill: none;
  stroke: #004884;
  stroke-width: 2000;
  stroke-miterlimit: 10;
  stroke-opacity: 0.4;
}

.jssorb057 .i:hover .b {
  stroke-opacity: .7;
}

.jssorb057 .iav .b {
  stroke-opacity: 1;
}

.jssorb057 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 073 css*/
.jssora073 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora073 .a {
  fill: #004884;
  fill-opacity: .7;
  stroke: #004884;
  stroke-width: 160;
  stroke-miterlimit: 10;
  stroke-opacity: .7;
}

.jssora073:hover {
  opacity: .8;
}

.jssora073.jssora073dn {
  opacity: .4;
}

.jssora073.jssora073ds {
  opacity: .3;
  pointer-events: none;
}

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

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

.logo-aut-header-govco {
  position: relative;
  margin-bottom: 2rem;
}

.logo-aut-header-govco .link-login-header-govco {
  color: #0943B5;
  font-family: Verdana, sans-serif;
  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;
  transform: translateY(-20%);
  /*centra el logo*/
}

.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;
  }
}


/* Barra superior */
.barra-superior-govco-u {
  background: #0943B5;
  width: 100%;
  height: 56px;
  padding-left: 4.375rem;
}

.barra-superior-govco-u a {
  content: url('/descargas/entorno/logo_gov_co-v2.svg');
  height: 1.875rem;
  width: 8.5rem;
}

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

.barra-superior-govco-u .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-u .idioma-icon-barra-superior-govco-u:hover {
  background-color: #004884;
}

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

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

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

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

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


/* Menu de navegacion */
.container-navbar-menu-govco {
  background-color: #F2F2F2 !important;
  width: 100%;
  min-height: 3.75rem;
  max-height: 4.5rem;
}

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

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

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

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

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

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

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

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

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

.navbar-menu-govco ul.navbar-nav li a.nav-link.active {
  font-family: Verdana, sans-serif;
}

.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: #068460;
  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;
  pointer-events: none;
}

.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: Verdana, sans-serif;
}

.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, sans-serif;
}

.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: Verdana, sans-serif;
}

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

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

.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.active .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a:focus-visible .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before,
.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: #737373;
  }

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

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

  .navbar-menu-govco ul.navbar-nav li a {
    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;
  }
}

/* ==========================================================
   ESTADOS DEL BOTÓN ☰ (MENÚ EXTRA DE NAVEGACIÓN)
   Basado en los estilos del botón principal de navegación
========================================================== */

/* Estado Predeterminado */
#menu-R ul li.extra-menu>a.more-btn {
  display: inline-block;
  background-color: #f2f2f2 !important;
  /* Fondo claro */
  color: #4B4B4B !important;
  /* Texto gris oscuro */
  font-weight: 500;
  padding: 12px 20px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: x-large;
}

/* Hover */
#menu-R ul li.extra-menu>a.more-btn:hover {
  background-color: #004884 !important;
  /* Azul GOV.CO */
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Focus */
#menu-R ul li.extra-menu>a.more-btn:focus {
  outline: 2px solid #004884;
  outline-offset: 2px;
  background-color: #003366 !important;
  color: #ffffff !important;
}

/* Activo (cuando se abre el menú ☰) */
#menu-R ul li.extra-menu.open>a.more-btn {
  background-color: #0055AA !important;
  /* Azul más brillante */
  color: #ffffff !important;
  text-decoration: underline;
}

/* Desactivado */
#menu-R ul li.extra-menu>a.more-btn:disabled,
#menu-R ul li.extra-menu>a.more-btn.disabled {
  background-color: #f2f2f2;
  color: #A0A0A0 !important;
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: none;
}



/* ==============================
   BUSCADOR GOV.CO - VERSIÓN FINAL
   Centrado vertical + estados
============================== */

/* === CONTENEDOR PRINCIPAL === */
.header-logo-busqueda {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  /* ✅ cambia a space-between en lugar de center */
  text-align: center;
  margin-top: 10px;
  padding: 0 3%;
  height: 85px;
  min-height: 90px;
  /* ✅ evita saltos de altura */
}

.buscador-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

/* === LOGO === */
.logo-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.logo-container img {
  max-height: 130px;
  height: auto;
  width: auto;
  /*transform: translateY(-10%);*/
}

/* === BUSCADOR === */
.govco-search-container {
  width: 100%;
  max-width: 460px;
  /*display: flex;*/
  justify-content: center;
}

.govco-search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 4px 12px;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 42px;
}

/* === INPUT === */
.govco-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 8px 48px 8px 12px;
  border-radius: 30px;
  background: transparent;
  color: #000;
}

.govco-input::placeholder {
  color: #707070;
  opacity: 1;
}

/* === ÍCONO LUPA === */

.govco-icon-search {
  position: absolute;
  right: 6px;
  top: 50%;
  /* ✅ centra verticalmente */
  transform: translateY(-50%);
  /* ✅ evita que se mueva */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0943B5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.govco-icon-search:hover {
  background-color: #072e80;
}


/* === BOTÓN LIMPIAR (✕) === */
#btnClearSearch {
  position: absolute;
  right: 42px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #0943B5;
  cursor: pointer;
  display: none;
  top: 50%;
  /* ✅ centra verticalmente */
  transform: translateY(-50%);
  /* ✅ evita que se mueva */

}

#btnClearSearch.show {
  display: inline-block !important;
}

/* === ESTADOS === */
.govco-search-bar:hover:not(.active):not(.exist-content) {
  border-color: #a0a0a0;
}

.govco-search-bar.active {
  border-color: #0943B5;
  box-shadow: 0 0 0 3px rgba(9, 67, 181, 0.15);
}

.govco-search-bar.exist-content {
  border-color: #0943B5;
}

.govco-input:disabled {
  background-color: #f4f4f4;
  color: #999;
  cursor: not-allowed;
}

.govco-input:disabled~.govco-icon-search {
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .header-logo-busqueda {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    gap: 15px;
    margin-top: 15px;
  }

  .logo-container {
    justify-content: center;
  }

  .buscador-container {
    justify-content: center;
    width: 100%;
  }

  .govco-search-container {
    max-width: 90%;
  }

  .govco-input {
    font-size: 14px;
    padding-right: 42px;
  }

  .govco-icon-search {
    width: 28px;
    height: 28px;
  }
}

/* === PANTALLAS GRANDES === */
@media (min-width: 1200px) {
  .header-logo-busqueda {
    /*max-width: 1250px;*/
    margin: 0 auto;
    padding: 0 4%;
  }
}

.navbar-u {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  margin: 0 auto;
  padding: 0 4%;
}

.breadcrumb-govco-uis {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
  font-size: 0.875rem !important;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-govco-uis a {
  font-family: Verdana, sans-serif;

}

.breadcrumb-item-govco-uis {
  display: flex;
  align-items: center;
  max-width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem 0.4rem;

}


.breadcrumb-item-govco-uis+.breadcrumb-item-govco-uis::before {
  content: "›";
  padding: 0 6px;
  color: #3366cc;
  flex-shrink: 0;
}


.breadcrumb-item-govco-uis a {
  display: inline-block;
  color: #3366cc;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  font-size: 12px !important;
}

.breadcrumb-item-govco-uis a:hover {
  text-decoration: underline;
}

.breadcrumb-item-govco-uis.active {
  color: #000;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .breadcrumb-item-govco-uis {
    max-width: 8rem;
    font-size: 0.8rem;
  }
}

[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";
}

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

.govco-twitter-u {
  /*content: url('/descargas/entorno/twitter.png');
  background-color: #FFF;*/
  height: 16px;
  width: 16px;
}

.govco-instagram-u {
  /*content: url('/descargas/entorno/instagram.svg');
  background-color: #FFF;*/
  height: 16px;
  width: 16px;
}

.govco-facebook-u {
  /*content: url('/descargas/entorno/facebook.jpeg');
  background-color: #FFF;*/
  height: 16px;
  width: 15px;
}

.govco-logo-u {
  height: 30px;
  display: inline-block;
  content: url('/descargas/entorno/logo_gov_co-v2.svg');
  vertical-align: super;
}

.govco-logo-gov-u {
  width: 400px;
  /*display: inline-block;
  vertical-align: super;*/
  content: url('/descargas/entorno/logo_secretaria_1.png');
}

.govco-logo-gov-u text {
  fill: #ffffff;
  /* Cambia el color del texto */
}

.govco-co-u {
  height: 48px;
  margin-top: 24px;
  display: inline-block;
  content: url('/descargas/entorno/gov_co.png');
}

.govco-logo-u:focus,
.govco-co-u:focus,
.govco-logo-u:hover,
.govco-co-u:hover {
  outline: 2px solid #FFFFFF;
}

.govco-portales-contenedor-u {
  /*background-color: #3366cc !important;*/
  color: white !important;
}

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

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

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

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

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

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

.govco-iconContainer-u {
  display: inline-block !important;
  padding: 7px;
}

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

.icon-portal-u::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-u {
  margin: 0 auto;
  display: table;
}

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

#footer-santander .govco-footer-logo-portal-u {
  height: 106px !important;
  background-color: #3366cc !important;
  margin-top: 40px !important;
}

#footer-santander .govco-mostrar-u {
  display: none !important;
}

#footer-santander .extramt-network-u {
  margin-top: 20px !important;
}

#footer-santander .govco-copyright-portal-u {
  background-color: #3366cc !important;
  color: white !important;
  text-align: right !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}

#map {
  width: 100%;
  height: 70vh;
  /* Ocupa 70% de la pantalla */
  min-height: 300px;
  /* Altura mínima */
}


.section_header-m {
  color: #0943B5;
  font-family: Verdana, sans-serif;
  font-size: 34px !important;
  margin: 0;
  line-height: 1.125em !important;
  font-weight: bold;
  text-align: center;
  padding: 15px;

}

/* Opcional → botones ordenados en móvil */
.btn-map {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  /* 🔥 centrado horizontal real */
  padding: 20px;
  width: max-content;
  /* 🔥 evita que se estire */
  position: relative;
  /* 🔥 evita que se rompa en Firefox */
}

.btn-map {
  margin-top: 20px;
}


/* Botón estilo GOVCO con estados */
.btn-govco {
  background: #2A6FF3;
  color: white;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  display: inline-block;
}

/* Hover */
.btn-govco:hover {
  background: #004B87;
  /* Azul más oscuro */
}

/* Focus */
.btn-govco:focus {
  background: #004B87;
  box-shadow: 0 0 0 3px white, 0 0 0 5px #000;
  /* Borde doble estilo GOV */
}

/* Disabled */
.btn-govco:disabled,
.btn-govco[disabled] {
  background: gray;
  color: white;
  cursor: not-allowed;
  opacity: 0.9;
}

.btn-anterior {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.btn-anterior .icono-anterior svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 600px) {
  .btn-map {
    /*flex-direction: column;*/
    width: 80%;
  }

  .btn-map {
    position: absolute;
    top: 15px;
    /* 🔥 Parte superior */
    left: 50%;
    /* 🔥 Centramos horizontalmente */
    transform: translateX(-50%);
    /* 🔥 Ajuste para centrar perfecto */
    display: flex;
    gap: 12px;
    padding: 10px 20px;
    z-index: 9999;
    /* 🔥 Para que no queden detrás del mapa */
  }

  .section_header-m {
    color: #0943B5;
    font-family: Verdana, sans-serif;
    font-size: 14px !important;
    margin: 0;
    line-height: 1.125em !important;
    font-weight: bold;
    text-align: center;
    padding-bottom: 65px;
  }

  #map {
    height: 55vh;
    /* Un poco más pequeño para que entren los botones */
    min-height: 250px !important;
  }
}

.pdf_fanpage {
  font-size: 14px;
  text-align-last: start;
  text-decoration: none;
  border-bottom: none !important;
  font-family: Verdana, sans-serif !important;
}