* {
  margin: 0;
}
body {
  box-sizing: border-box;
  font-family: "roboto";
}

.titulo {
  width: 100%;
  font-size: 25px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.titulo-menu2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.titulo-menu2 button {
  width: 300px;
  background-color: orange;
}
.titulo-menu2 a {
  text-decoration: none;
  color: black;
}

.titulo-menu1 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.fonteMaior {
  font-size: large;
}
.fonteMenor {
  font-size: 15px;
}

.titulo-menu2 button {
  height: 60px;
  margin: 5px;
  font-size: large;
  border: none;
  text-decoration: none;
}
.titulo-menu2 button:hover {
  background-color: rgb(167, 120, 34);
  cursor: pointer;
}
.container1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
h1 {
  text-align: center;
  font-weight: 500;
}
.paragrafo {
  background-color: rgb(244, 244, 244);
  width: 500px;
  margin: 20px;
  padding: 30px;
  font-size: large;
}

.btEscolhido {
  background-color: blue;
  background: red;
}
.container2 {
  display: flex;
  flex-wrap: wrap;
  font-size: larger;
  max-width: 1200px;
  justify-content: center;
}
.container {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-meio {
  width: 450px;
  height: 280px;
  margin: 20px;
  background-position: center;
  background-size: cover;
}
#fachada_interna {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.fachada-pequena {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
    background-position: center;
}
.centralizar{
  text-align: center;
  justify-items: center;
  cursor: pointer;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .body {
    width: 400px;
  }
  .container {
    display: block;
  }
  .container-meio {
    width: 350px;
  }
  .container2 {
    width: 400px;
  }
  .titulo {
    width: 400px;
  }
  .titulo button {
    height: 60px;
  }
}
