/*//////////////////   FOOTER   ///////////////////////*/

footer {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  background-color: #00b171;
  text-align: center;
  padding-bottom: 0;
  justify-items: flex-end;
}

.main-footer {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin: auto;
  gap: 20px;
  max-width: 900px;
}

.fter {
  display: block;
  text-align: center;
  padding: 15px;
  gap: 5px;
  max-width: 25%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
}

.fter h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  height: 2em;
}

.fter article {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: max-content;
}

.fter i {
  color: #fff;
  font-size: 28px;
  height: 1.5em;
}

.bottom-footer {
  text-align: center;
  width: 100%;
  color: grey;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

/*/////////////////   MEDIA QUERIES   /////////////////////*/

/*/////////   DESKTOP   //////////////*/

@media (min-width: 769px) {
}

/*/////////////////   TABLET Y MAS   /////////////////////*/

@media (min-width: 361px) {
}
