footer {
  background-color: rgb(0 107 179);
  color: #fff;
  padding: 20px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  z-index: 10;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	
}


 /* Estilo inicial de la imagen */
.img-zoom {
  transition: transform 0.3s ease;
}

/* Estilo de la imagen al pasar el cursor sobre ella */
.img-zoom:hover {
  transform: scale(1.1);
}
.vertical-line {
  border-left: 5px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  }
.text-title-footer{
  font-weight: bold;
  padding-bottom: 10px;
}
footer li:hover {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  footer {
    padding: 0px 0px;
    text-align: center;
  }
  .vertical-line {
    border-top: 5px solid #fff;
    border-left: none;
    padding-left: 0px;
    }
    footer img{
      width: 100%;
    }
}
