


.espacio-logo{text-align: center;
  background:transparent;
}


.espacio-logo img{ height: 99px;}
#footer-bottom-about p{ font-size: 1.2em;
margin-bottom: 0;}
#footer-bottom-about p a{
color:  #22346e;
text-decoration: none;
}


.grupo-marcas {
  /* justify-content: start; */
  /* align-items: center; */
  /* position: relative; */
  display: grid;
  grid-template-rows: repeat(2, 150px);
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: 200px 1fr;
  grid-gap: 30px;
}

.marca-logo {
  transition: .3s ease-out;
}
.marca-logo:hover {
  opacity: .4;
}

@media only screen and (max-width: 767px) {
  .espacio-logo img {
      height: 63px !important;
  }
}