.header-top {
    background-color: #009CB4;
}
#header .header-column .header-extra-info li .header-extra-info-icon{
    margin-top: 10px !important;
}
.footer-copyright {
    background-color: #f18400 !important;
}
.card{
    background-color: transparent !important;
}
.card-title{
    color: #009CB4 !important;
    text-transform: capitalize !important;
}
a .card{
    transition: transform 0.3s ease;
}
a .card:hover{
    transform: scale(1.05);
}

/* Aumentar el ancho del menú desplegable para evitar salto de línea */
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 280px !important;
    white-space: nowrap;
}
.mapa-fijo {
  width: 100%;      /* ocupa todo el ancho */
  height: 400px;    /* altura fija deseada */
}
.mapa-fijo iframe {
  width: 100%;      /* que el iframe llene el contenedor */
  height: 100%;
  border: 0;
}
#header .header-btn-collapse-nav {
    background: #009CB4 !important;
}