.clientes-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
  color: white;
}
.campo-form input, .campo-form textarea {
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  outline: none;
}
.enviar-form [type="submit"] {
  background-color: #d50714;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bx-prodcutos-inter {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
}

.bx-prodcutos-inter .text-bx-inter {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.img-bx-inter img {
  width: 100%;
  border-radius: 10px;
}
.img-bx-inter .wp-block-image {
  justify-content: right;
  display: flex;
}
.text-bx-inter {
  justify-content: left;
  display: flex;
}


.bx-prodcutos-inter .wp-block-columns.is-layout-flex{
    display: flex;
    justify-content: space-evenly;
}