.titulo-gestor-texto {
    background-color: #4C88B4;
}

/* franja-gov-co-header */

.franja-gov-co-header {
    height: 30px;
    background-color: var(--colorBackgroundFranjaGovCo);
}

@media screen and (min-width: 576px) {
    .franja-gov-co-header {
        height: 40px;
    }
}

.contenedor-franja-gov-co-header {
    height: 100%;
}

.grid-contenedor-franja-gov-co-header {
    height: 100%;
}

.left-panel-franja-gov-co-header {
    display: none;
}

.contenido-franja-gov-co-header {
    height: 100%;
    margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

@media screen and (min-width: 768px) {
    .contenido-franja-gov-co-header {
        margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
    }
}

@media screen and (min-width: 1200px) {
    .contenido-franja-gov-co-header {
        margin: 0;
    }
}

.right-panel-franja-gov-co-header {
    display: none;
}

.logo-gov-co-sencillo {
    height: 100%;
}

.contenedor-logo-gov-co-sencillo {
    height: 100%;
}

.grid-contenedor-logo-gov-co-sencillo {
    display: flex;
    height: 100%;
    align-items: center;
}

.logo-gov-co-header {
    display: flex;
    justify-self: flex-start;
}

    .logo-gov-co-header img {
        display: block;
        width: 70px;
        height: auto;
        margin: 8px -379px 7px;
    }

@media screen and (min-width: 576px) {
    .logo-gov-co-header img {
        width: 135px;
        margin: 4px -210px 4px;
    }
}

@media screen and (max-width: 1450px) {
    .logo-gov-co-header img {
        width: 135px;
        margin: 4px -250px 4px;
    }
}

@media screen and (max-width: 1580px) {
    .logo-gov-co-header img {
        width: 135px;
        margin: 0px 0px 0px;
    }
}

.opciones-accesibilidad {
    display: flex;
    cursor: pointer;
    justify-self: right;
}

.texto-accesibilidad {
    color: var(--colorTextoFranjaGovCo);
    font-weight: 400;
}

    .texto-accesibilidad a {
        text-decoration: none;
    }

.pre-header__link-gov {
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: var(--letra12);
    line-height: 16px;
}

@media screen and (min-width: 576px) {
    .pre-header__link-gov {
        font-size: var(--letra16);
        line-height: 20px;
    }
}

.pre-header__link-gov .ir_a {
    margin-right: 5px;
}

@media screen and (min-width: 576px) {
    .pre-header__link-gov .ir_a {
        margin-right: 8px;
    }
}

/* -> franja-gov-co-header */


/* franja-logo-buscador */

.franja-logo-buscador {
    min-height: var(--header-main--container__height);
    width: 100%;
    background-color: var(--colorBackgroundFranjaLogoBuscador);
}

.contenedor-franja-logo-buscador {
    height: 100%;
    background-color: var(--colorBlanco);
	padding-top: 20px;
	padding-bottom: 20px;
}

.grid-contenedor-franja-logo-buscador {
    height: 100%;
}

.left-panel-franja-logo-buscador {
    display: none;
}

.contenido-logos-header {
    display: flex;
    align-items: center;
}

.right-panel-franja-logo-buscador {
    display: none;
}

.logo-buscador {
    width: 100%;
}

.grid-contenedor-logo-buscador {
    margin: 15px 0 15px 0;
}

@media screen and (min-width: 992px) {
    .grid-contenedor-logo-buscador {
        margin: 0;
    }
}


/* panel-logo-entidad */

.panel-logo-entidad {
    display: flex;
    width: 100%;
    align-self: center;
}

.logo-entidad {
    display: flex;
    cursor: pointer;
	width: 100%;
}

@media screen and (min-width: 0px) {
    .logo-entidad {
		justify-content: center;
    }
	.logo-entidad img {
		height: 80px;
		align-self: center;
	}
	
}

@media screen and (min-width: 690px) {
    .logo-entidad {
        justify-content: left;
    }
	
	.logo-entidad img {
		height: 100px;
		align-self: center;
	}
	
}

/* -> panel-logo-entidad */


/* panel-gestor */

.panel-gestor {
    display: flex;
    align-self: center;
    justify-self: center;
}

.contenedor-panel-gestor {
    display: flex;
    width: 100%;
    align-items: center;
}

.titulo-gestor {
    display: flex;
    align-items: center;
    background-color: var(--colorBackgroundLogoGestorNormativo);
    cursor: pointer;
}

h1.titulo-gestor {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .titulo-gestor {
        text-align: left;
    }
}

.titulo-gestor-texto {
    font-family: var(--font-family-1);
    font-size: var(--letra14);
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center;
    text-decoration-color: #FFB527;
    white-space: nowrap;
}

@media screen and (min-width: 576px) {
    .titulo-gestor-texto {
        font-size: var(--letra18);
        line-height: 22px;
        /* text-align: left; */
    }
}

@media screen and (min-width: 768px) {
    .titulo-gestor-texto {
        font-size: var(--letra20);
        line-height: 24px;
    }
}

@media screen and (min-width: 992px) {
    .titulo-gestor-texto {
        font-size: var(--letra20);
        line-height: 24px;
    }
}

.titulo-gestor-texto a {
    color: var(--colorTextoLogoGestorNormativo);
}

/* -> panel-gestor */


/* panel-buscador */

.panel-buscador {
    width: 60%;
    align-self: center;
    justify-self: center;
    margin: 8px 20% 8px;
    transition: filter 0.5s;
}

    .panel-buscador:hover {
        filter: drop-shadow(2px 2px 8px #3366cc);
    }

@media screen and (max-width: 900px) {
    .panel-buscador {
        width: 60%;
    }
}

@media screen and (max-width: 460px) {
    .panel-buscador {
        width: 60%;
        margin: 8px 5% 8px;
    }
}

.panel-casilla-busqueda-en-header {
    border: 1px solid var(--colorBordeCasillaBuscador);
    border-radius: 21px;
}

.input-casilla-busqueda-en-header {
    font-size: 14px;
    font-family: var(--fontFamilyGeneral);
}



    .input-casilla-busqueda-en-header input[type=text] {
        border: none;
    }

#input-casilla-busqueda-field-en-header {
    height: 65px;
    width: 100%;
    color: var(--colorTextoCasillaBuscar--enHeader);
    font-size: var(--letra14);
    line-height: 16px;
    border-radius: 21px 0 0 21px;
    padding: 0 10px 0 10px;
    outline: none;
}

.show-index {
    display: block;
}

.boton-buscar-texto-en-header {
    display: flex;
    width: 40px;
    height: 40px;
    font-size: var(--letra14);
    color: var(--colorTextoBotonBuscarTexto--enHeader);
    background-color: var(--colorBackgroundBotonBuscarTexto--enHeader);
    border: none;
    border-radius: 0 21px 21px 0;
    margin: 0 20px 0 0;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .boton-buscar-texto-en-header {
        margin: 0;
    }
}

.boton-buscar-texto-en-header img { /* No se usa en SDH */
    width: 30px;
    height: 30px;
}

.contenedor-boton-buscar-texto-en-header {
    display: flex;
    height: 45px;
    width: 45px; /*can be in percentage also.*/
    line-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: var(--bordeBotonBuscarTexto--enHeader);
    background-color: var(--colorBackgroundEfectoBotonBuscarTexto--enHeader);
    margin: 13px -40px -16px;
}

    .contenedor-boton-buscar-texto-en-header:hover {
        border: var(--bordeBotonBuscarTexto--enHeaderHover);
        background-color: var(--colorBackgroundEfectoBotonBuscarTexto--enHeaderHover);
    }

    .contenedor-boton-buscar-texto-en-header:focus {
        border: var(--bordeBotonBuscar--enHeaderFocus);
        background-color: var(--colorBackgroundEfectoBotonBuscarTexto--enHeaderFocus);
    }

    .contenedor-boton-buscar-texto-en-header:active {
        outline: 0;
        border: var(--bordeBotonBuscar--enHeaderActive);
        background-color: var(--colorBackgroundEfectoBotonBuscarTexto--enHeaderActive);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

#texto-boton-buscar-texto-en-header { /* No se usa en SDH */
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.boton-clear-texto-en-header {
    display: flex;
    width: 11px;
    height: 40px;
    font-size: var(--letra14);
    font-weight: 700;
    color: white;
    background-color: white;
    border: none;
    margin: 0 5px 0 0;
    align-items: center;
    cursor: default;
}

    .boton-clear-texto-en-header:hover {
        color: var(--colorTextoBotonClearTexto--enInputBoxHidden);
    }

    .boton-clear-texto-en-header .fa {
        font-weight: 700;
    }

.contenedor-boton-clear-texto-en-header {
    display: flex;
    height: 28px;
    width: 28px; /*can be in percentage also.*/
    line-height: 30px;
    align-items: center;
    justify-content: center;
    background-color: white;
}

/* -> panel-buscador */

/* -> franja-logo-buscador */


/* franja-menu-institucional */

.franja-menu-institucional {
    min-height: 60px; /* .icon-menu-franja-menu-institucional debe tener la misma altura */
    background-color: var(--colorBackgroundFranjaMenuInstitucional);
    font-family: var(--font-family-1);
}

.contenedor-franja-menu-institucional {
    height: 100%;
}

.grid-contenedor-franja-menu-institucional {
    height: 100%;
}

.left-panel-franja-menu-institucional {
    display: none;
}

.contenido-franja-menu-institucional {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

@media screen and (min-width: 768px) {
    .contenido-franja-menu-institucional {
        margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
    }
}

@media screen and (min-width: 1070px) { /* A partir de esta medida está visible el menú horizontal */
    .contenido-franja-menu-institucional {
        margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
    }
}

@media screen and (min-width: 1200px) {
    .contenido-franja-menu-institucional {
        margin: 0;
    }
}

.right-panel-franja-menu-institucional {
    display: none;
}

.menu-institucional {
    width: 100%;
    height: 100%;
}

.contenedor-menu-institucional {
    height: 100%;
}

.grid-contenedor-menu-institucional {
    display: flex;
    align-items: center;
}

.menu-horizontal-franja-menu-institucional {
    display: none;
	height: 100%;
}

@media screen and (min-width: 1070px) {
    .menu-horizontal-franja-menu-institucional {
        display: block;
        overflow: hidden;
        text-align: left;
    }
}

.menu-horizontal-franja-menu-institucional ul {
    display: flex;
    align-items: center;
	justify-content: center;
    padding-top: 12px;
}

.menu-horizontal-franja-menu-institucional li {
    display: inline-flex;
    height: 15px; /* Misma altura de franja-menu-institucional */
    color: var(--colorTextoOpcionMenuHorizontalFranjaMenuInstitucional);
    font-weight: 400;
    line-height: 15px;
    align-items: center;
    margin: 10px;
    font-size: 15px !important;
}

    .menu-horizontal-franja-menu-institucional li.menu-horizontal-primera-opcion {
        color: var(--colorTextoOpcionMenuHorizontalFranjaMenuInstitucional); /* Antes: --colorTextoOpcionMenuVerticalHover */
    }

    .menu-horizontal-franja-menu-institucional li:focus {
        color: var(--colorTextoOpcionMenuHorizontalFranjaMenuInstitucionalFocus);
    }

    .menu-horizontal-franja-menu-institucional li a {
        display: inline-block;
        /* padding: 0 12px; */
        text-align: center;
		text-decoration: none;
		font-weight: 600;
		font-size: var(--letra15);
    }

/* Cuando la ventana es de menos de 768 pixeles de ancho, esconde todos los enlaces. */
/* Muestra el enlace que al oprimirlo abre y cierra el menú superior (.icon) */
.icon-menu-franja-menu-institucional {
    display: inline-flex;
    min-height: 64px; /* Misma altura de franja-menu-institucional */
    color: var(--colorTextoMenu);
    font-size: var(--px14);
    font-weight: 600;
    align-items: center;
    justify-self: flex-end;
    cursor: pointer;
}

@media screen and (min-width: 1070px) {
    /* Hide the link that should open and close the menu-horizontal on small screens */
    .icon-menu-franja-menu-institucional {
        display: none;
    }
}

.logo-menu-franja-menu-institucional {
    width: 33px; /* noun-menu-1561734-FFFFFF tiene tamaño del renderizado de 33 x 33 */
    background-color: var(--colorBackgroundLogoMenu);
    border-radius: .3rem;
    border: var(--botonMenuBorderWidth) solid var(--colorBordeBotonMenu);
    /* box-shadow: 0 0.1rem 1rem rgba(0,0,0,.1); */
    align-self: center;
    transition: all .15s;
    transition-timing-function: ease;
    transition: .3s box-shadow ease,.3s transform ease;
    margin: 0px 10px 0px;
}

    .logo-menu-franja-menu-institucional:hover {
        background-color: var(--colorBackgroundLogoMenuHover);
        border: var(--botonMenuBorderWidth) solid var(--colorBordeBotonMenuHover);
    }

    .logo-menu-franja-menu-institucional:focus {
        background-color: var(--colorBackgroundLogoMenuFocus);
        border: var(--botonMenuBorderWidth) solid var(--colorBordeBotonMenuFocus);
    }

    .logo-menu-franja-menu-institucional:active {
        outline: 0;
        background-color: var(--colorBackgroundLogoMenuActive);
        border: var(--botonMenuBorderWidth) solid var(--colorBordeBotonMenuActive);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

.menu-vertical-franja-menu-institucional {
    display: none; /* Permanece cerrado hasta que es oprimido el menú que lo muestra */
    background-color: var(--colorBackgroundMenuVertical);
    z-index: 2;
	margin-bottom: 20px;
}

@media screen and (min-width: 1070px) {
    /* Hide the menu that should open and close the menu-horizontal on small screens */
    .menu-vertical-franja-menu-institucional {
        display: none; /* Cierra el menú si está abierto */
    }
}

/* Estilo de las opciones del menú */
.menu-vertical-franja-menu-institucional a {
    display: block;
    color: var(--colorTextoOpcionMenuVertical);
    background-color: var(--colorBackgroundOpcionMenuVertical);
    border-top: var(--bordeOpcionMenuVertical);
    padding: 12px 12px;
    text-decoration: none;
    font-size: var(--px14);
    font-weight: 500;
    line-height: 18px;
}

    .menu-vertical-franja-menu-institucional a.menu-vertical-primera-opcion {
        color: var(--colorTextoOpcionMenuVerticalHover);
        background-color: var(--colorBackgroundOpcionMenuVerticalHover);
    }

@media screen and (min-width: 768px) {
    .menu-vertical-franja-menu-institucional a {
        padding: 12px 16px;
        font-size: var(--px15);
    }
}

/* Cambia el color de las opciones del menú cuando pasa el mouse */
.menu-vertical-franja-menu-institucional a:hover {
    color: var(--colorTextoOpcionMenuVerticalHover);
    background-color: var(--colorBackgroundOpcionMenuVerticalHover);
}

.menu-vertical-franja-menu-institucional a:focus {
    color: var(--colorTextoOpcionMenuVerticalFocus);
}

.menu-vertical-franja-menu-institucional a:visited {
    color: var(--colorTextoOpcionMenuVerticalVisited);
}

/* -> franja-menu-institucional */


/* franja-azul-superior */

.franja-azul-superior {
    display: none; /* No se muestra la franja azul */
    height: 50px;
    background-color: var(--colorBackgroundFranjaAzul);
    border-top: var(--colorBordeFranjaAzulSuperior) solid 4px;
    width: 100%;
}

.contenedor-franja-azul-superior {
    height: auto;
}

.grid-contenedor-franja-azul-superior {
    height: auto;
}

.left-panel-franja-azul-superior {
    display: none;
}

.linea-azul-superior {
    height: 4px;
}

.right-panel-franja-azul-superior {
    display: none;
}

/* -> franja-azul-superior */


.contenedor-panel-casilla-botones-en-header {
    background-color: white;
    border-radius: 25px;
    border-color: 2px solid black;
    height: 65px;
}

.colum-menu {
    gap: 58px;
	font-size: 16px;
}

@media screen and (max-width: 990px) {

    .logo-buscador {
        margin-left: -260px;
    }
}

}
