* {
  font-family: "Montserrat";
}

div.contact {
  height: 100%;
}

div.shadow {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

div.title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}

div.form-include {
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div.form-include form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.input-description {
  width: 40%;
  justify-content: space-between;
  display: flex;
  padding: 25px 0;
}

div.input-description input {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  width: 48%;
}

div.text-description {
  width: 40%;
  display: flex;
  flex-direction: column;
}

div.text-description textarea {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  padding: 8px;
}

div.button-description {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

div.button-description button {
  border: none;
  background: #000;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  width: 25%;
  cursor: pointer;
}

div.button-description button:hover {
  transition: all 0.3s;
  background: #313131;
}

div.galery {
  display: flex;
  margin: 0 auto;
  width: 50%;
  justify-content: space-around;
  height: 20%;
  padding-bottom: 15px;
}

div.galery div.img img {
  width: 200px;
  cursor: pointer;
}

footer {
  display: flex;
  flex-direction: row;
  height: 20%;
}

footer div.logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer div.logo img {
  display: block;
  width: 250px;
}

footer div.logo span {
  display: block;
}

footer div.endereco {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.redes a {
  text-decoration: none;
  padding: 5px;
}

div.redes a img {
  width: 20px;
}

div.description-endereco {
  display: flex;
  flex-direction: column;
}

div.description-endereco strong {
  padding: 10px 0;
}

div.description-endereco strong img {
  width: 20px;
}

@media (max-width: 1100px) {
  div.redes {
    margin-top: 13px;
  }

  div.description-endereco {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  div.input-description {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
  }

  div.input-description input {
    margin-bottom: 15px;
    width: 80%;
  }

  div.text-description {
    width: 80%;
  }

  div.button-description { 
    width: 80%;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  footer {
    flex-direction: column;
    height: initial;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
  }
}

@media (max-width: 660px) {
  div.galery {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  div.galery div.img img {
    width: 400px;
  }

  footer {
    padding: 10px;
  }
}

div.agencias {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.agencias img#img-up {
  width: 95px;
}

div.agencias span a {
  text-decoration: none;
  color: #000;
}