#containers {
  padding-top: 100px;
}

.tag-title {
  text-align: center;
}

.ci-title {
  text-align: center;
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact-information {
  height: 516px; 
}

.contact-information p {
  text-align: center;
} 

#facebook,
#instagram {
  width: 13.5px;
  margin-right: 5px;
}

.contact-information a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: black;
} 

.slategrey-hover:hover {
  color: slategrey !important;
  cursor: pointer;
}

/* --- Janela reduzida --- */

  @media screen and (max-width: 320px) {

    #containers {
      width: 111.75%;
    }

    .title {
      font-size: 20px;
    }

  } 