/* FOOTER */
/* background: #770b27; */

h1, h2, h3, p {
  margin: 0;
}

.containerFooter {
  background-color: #770b27;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.footerInfoCentro {
  border-bottom: 1px solid #fff;
  text-align: center;
}

.footerItem {
  margin-bottom: 1rem;
}

.footerTitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footerInfo {
  font-size: 0.8rem;
}

.footerRedes {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

.redesIcons {
  font-size: 1.2rem;
}

.containerRedes {
  margin-left: 1rem;
}

.footerRedes {
  margin-top: 2rem;
}

.iconsRedes {
  color: #fff;
  margin-left: 0.5rem;
}
.container__hor {
  display: flex;
  justify-content: space-evenly;
}

.container__hor--item {
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .containerFooter {
    padding: 2rem;
  }

  .footerInfoCentro {
    display: flex;
    justify-content: space-between;
  }

  .footerTitle{
    border-bottom: 1px solid;
    margin-bottom: 1rem;
  }

  .footerItem {
    margin-bottom: 2rem;
  }
}


@media (min-width: 993px) {
  .footerTitle{
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .footerInfo {
    font-size: 1rem;
  }
}
