.u-grid-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 5px;
  height: 100%;
}
.footer {
  background: linear-gradient(to right, #4565ad, #5fc4e1);
  padding-bottom: 40px;
}
.footer-datos {
  display: grid;
  row-gap: 1em;
}

.grid-info-footer {
  display: grid;
  grid-template-columns: 15% 85%;
  align-items: center;
  color: white !important;
}
.grid-info-footer p {
  margin: 0;
  font-family: "Montserrat Medium";
  color: white !important;
  font-size: 18px;
}
.footer-title {
  text-align: center;
  color: white;
  padding: 50px 0 30px;
}
.footer-title h2 {
  font-family: "Montserrat SemiBold";
  font-size: 20px;
  margin: 0;
}

.footer-title p {
  font-size: 18px;
  font-family: "Montserrat Medium";
  margin: 0;
}
.grid-footer {
  display: grid;
  align-items: center;
  justify-items: center;
  row-gap: 2em;
}
.footer-lugares p {
  font-family: "Montserrat Medium";
  color: white;
  font-size: 18px;
}
/* .footer-redes {
  display: flex;
  gap: 1em;
} */
.footer-redes a {
  padding-right: 1em;
}
b,
strong {
  font-weight: bold;
}
.logo-img-footer {
  position: relative;
}
.grid-logo-img-footer {
  position: absolute;
  width: 100%;
  display: grid;
  justify-content: center;
  top: -40px;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 330px;
    padding-bottom: 0px;
  }
  .grid-footer {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0em;
  }
}
@media screen and (min-width: 1110px) {
}
