/**
About us
*/
/**
Comentario por bloques
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200&family=Noto+Sans+SC:wght@100&family=Rubik+Moonrocks&display=swap');


nav .logo {
  width: 15%;
}
nav .logo > img {
  width: 40%;
}

.blogo {
  margin-top: 285px;
}
.blogo h1 {
  color: #025157;
  text-align: center;
  font-size: 4rem;
  font-family: 'Rubik Moonrocks', cursive;
}
.blogo p {
  text-align: center;
}
.blogo .promo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "social" "moto" "dineros";
}
.blogo .item1 {
  display: flex;
  flex-direction: column;
  grid-area: "social";
  margin-right: 5%;
  margin-left: 10%;
}
.blogo .item2 {
  display: flex;
  flex-direction: column;
  grid-area: "moto";
  margin-right: 5%;
}
.blogo .item3 {
  display: flex;
  flex-direction: column;
  grid-area: "dineros";
  margin-right: 10%;
}
.blogo .centro {
  text-align: center;
}
.blogo .shadow-sm:hover {
  transform: scale(1.03) rotate(0.3deg);
}
.blogo .feature__title {
  margin-top: 50px;
  font-weight: 500;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 35px;
  text-decoration: none;
  text-shadow: #025157 1px 1px 2px;
  transition: color 0.3s ease-in-out;
  transition: font-size 3s;
}
.blogo .feature__title:hover {
  color: #67b54b;
  font-size: 28px;
}
.blogo .imgAnimada {
  transform: rotate(-90deg);
  width: 10%;
  margin-top: 2%;
  margin-bottom: 2%;
  animation-name: miflecha, alrededor;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  position: relative;
}
@keyframes alrededor {
  from {
    left: -470px;
  }
  to {
    left: 470px;
  }
}
@keyframes miflecha {
  0% {
    top: 10px;
  }
  40% {
    top: 15px;
  }
  50% {
    top: 20px;
  }
  60% {
    top: 40px;
  }
  80% {
    top: 30px;
  }
  100% {
    top: 10px;
  }
}

/*# sourceMappingURL=ready.css.map */
