
.container-barbearia,
.container-services,
.container-location,
.container-about {
  max-width: 1200px;
  /* width: 100%; */
  background-color: #ed5d01; /* Fundo laranja */
  border: 2px solid #ffffff; /* Borda branca */
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /* Pequena sombra */
  padding: 10px;
  margin: 10px auto; /* Centraliza a div horizontalmente */
  text-align: center;
  border-radius: 10px; /* Containers arredondados */
}

.title-barbearia,
.title-services,
.title-location,
.title-about {
  font-size: 28px;
  color: #ffffff; /* Texto branco */
  margin: 0;
}

.text-bodybarb {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
  color: #ffffff; /* Texto branco */
  text-align: left;
  padding: 10px;
}

.text-justified {
  text-align: justify;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto; /* Centraliza a div horizontalmente */
  padding: 10px;
}

.column {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.background-img {
  background-image: url('/imagens/background.png'); /* Coloque a imagem clara aqui */
  background-size: 100% auto;
  background-position: center;
  background-repeat:repeat-y;
  background-attachment: fixed;
  padding:10px;
}

.background-img2 {
  background-image: url('/imagens/backgoround1.png'); /* Coloque a imagem clara aqui */
  background-size:contain;
  background-position: center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  padding:10px;
}


.foto {
  width: 100%;
  height: auto;
}

/* Estilo para os boxes de endereços */
.address-box {
  background-color: #000000; /* Fundo preto */
  color: #ffffff; /* Texto branco */
  text-align: center;
  padding: 15px;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(190, 94, 4, 0.836);
  font-size:medium;
  border: 2px solid #ffffff; /* Borda branca */
  align-items: center;
}

.address-row {
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 10px auto;
}

.address-item {
  width: 400px;
  margin-bottom: 5px;
}

.address-item img {
  max-width: 100%;
  border-radius: 10px;
}
