.pie {
  margin: 0 auto;
  /* height: auto; */
  background-image: url(ASSETS/wave.svg),
    linear-gradient(to right, rgba(206, 49, 21, 0.754) 0%, #828e8ca8 100%);
  background-size: 100% 130%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pie-s img {
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: rgba(59, 189, 219, 0.702);
  border-radius: 3cqmin;
  border: 10px solid rgba(24, 212, 96, 0.597);
}
.pie-i {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
}
.caja {
  max-width: 400px;
  min-width: 250px;
  width: 30%;
  height: 500px;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  margin-bottom: 15px;
}
.caja-logo {
  display: block;
  margin: 5px auto;
  width: calc(70px + 5vw);
  border-radius: 50%;
  border: 5px solid rgba(24, 212, 96, 0.597);
}
.texto-pie,
.container-txt {
  font-size: calc(16px + 0.85vw);
  text-align: center;
  padding: 15px;
  font-weight: bold;
  text-align: justify;
  padding: 10px 20px;
}
.texto-pie2 {
  font-size: calc(14px + 0.5vw);
  text-align: center;
  padding: 3px;
  color: red;
}
.rs-pie {
  height: 55px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.derechos {
  text-align: center;
  background-color: #0a803c;
  font-weight: bold;
  font-size: calc(12px + 1.05vw);
}

/* Responsive */
@media (min-width: 700px) {
  .texto-pie,
  .container-txt {
    font-size: calc(14px + 0.55vw);
  }
  /* .caja {
    display: none;
  } */
}
