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

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

.high-contrast {
  background-color: black;
  color: yellow;
}

.high-contrast * {
  background-color: black !important;
  color: yellow !important;
  border-color: yellow !important;
}

.high-contrast a {
  color: cyan !important;
  font-weight: bold;
}

.barra-accesibilidad-letra {
  width: 100%;
  align-items: center;
  text-align: center;
}

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

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

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

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

.barra-accesibilidad-govco .icon-contraste {
  background: #1c42ae;
  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: #1c42ae;
  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: #1c42ae;
  text-align: center;
  width: 48px;
  height: 40px;
  border: none;
  outline: none;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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