a, h6 {
    color: #16142F !important;
}

a .active {
    font-weight: bold;
}

.img-zoom {
    transform: scale(1);
    transform-origin: center;
    transition: transform 1.8s cubic-bezier(.2,1,.2,1);
}

.width-9x {
    width: 5.5rem !important;
}


@media only screen and (max-width:980px) {
    .hidden-responsive {
        display: none !important
    }
}

.header-image {
    width: 100%;
    height: 400px; /* Ajusta la altura según necesites */
    background-image: url('/img/ImgCaratula-ING-WEB2024.jpg');
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el div */
    background-position: center center; /* Centra la imagen en el div */
    background-repeat: no-repeat; /* Evita que se repita la imagen si es más pequeña que el div */
}