/* === GOV.CO Accesibilidad === */
@import url('govco-fonts.css');


.barra-accesibilidad-govco{
 position:fixed;right:0;top:35%;z-index:9999;
 width:48px;height:143px;
 background:#004884;border-radius:10px 0 0 10px;
 display:flex;flex-direction:column;align-items:center;
}
.barra-accesibilidad-govco button{
background:#004884;border:none;cursor:pointer;
 width:48px;height:40px;padding:0px;
}
.barra-accesibilidad-govco span{
 position:absolute;opacity:0;
 background:#3366CC;color:#fff;
 width:172px;height:40px;
 border-radius:10px 0 0 10px;
 padding:10px;font-size:14px;    margin-top: -10px;
}
.barra-accesibilidad-govco button:hover span,
.barra-accesibilidad-govco button:focus span{
 opacity:1;margin-left:-136px;
}
.icon-contraste::after{content:"\e803";font-family:'govco-font';}
.icon-reducir::after{content:"\ec2a";font-family:'govco-font';}
.icon-aumentar::after{content:"\ec29";font-family:'govco-font';}

.modo_oscuro-govco,
.modo_oscuro-govco *{
 background:#000!important;color:#fff!important;
}
.modo_oscuro-govco a{color:#ff0!important;}
.gov-contrast-active {
  filter: contrast(1.2) brightness(0.95);
}

.gov-contrast-active img,
.gov-contrast-active video {
  filter: none;
}
/* ================= ESCALADO GLOBAL GOV.CO ================= */

/* Forzar herencia desde html */
html {
  font-size: 100%;
}

body,
body * {
  font-size: inherit;
}

/* Reescalar textos base */
body {
  font-size: 1rem;
  line-height: 1.5;
}

/* Corregir temas que fijan px */
p,
span,
a,
li,
td,
th,
label,
input,
textarea,
button,
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

/* Elementor / bloques */
.elementor *,
.wp-block *,
.entry-content * {
  font-size: inherit;
}

/* Evitar romper iconos */
[class*="icon"],
[class*="fa-"],
[class*="dashicons"],
[class*="govco-font"] {
  font-size: initial !important;
}

/* ================= FIN ESCALADO GLOBAL ================= */