.menu span{
  color: #022066;
}

.menu span:hover{
  color: #b11e29;
}

.menu-centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-izquierdo{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.barra{
  color: #fff;
  line-height: 1 !important;
}

.barra a{
  color: #fff;
}

.barra a:hover{
  color: #b11e29;
}

.imagen-pie img{
  width: -webkit-fill-available !important;
}

.imagen-contacto{
  width: 50px;
  height: 50px;
}

.titulos1 h1{
  font-weight: bold;
  letter-spacing: 2px;
  color: #022066;
  border-color: #b11e29;
  border-bottom-style: solid;
}

.titulos2 h1{
  font-weight: bold;
  letter-spacing: 2px;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 #022066;
}