#section1 {
  margin: 35px 0;
}

#section1 h1 {
  font-weight: 600;
  font-size: 50px;
}

#section1 h5 {
  font-weight: 600;
  margin-bottom: 50px;
}

.sub-texto {
  color: #999999;
}

#box {
  border-radius: 40px;
  padding: 30px;
  overflow: auto;
}

#box h6 {
  font-size: 25px;
  color: #fff;
}

.box-text {
  font-family: "Manrope", sans-serif !important;
  padding: 3px 10px !important;
  border-radius: 10px !important;
  color: #f15a25;
}

.box-text::placeholder {
  color: #9e9e9e;
}

.input-field > label {
  top: -6px;
  font-size: 18px;
  color: #f5700b;
}

select {
  background-color: rgba(255, 255, 255, 0);
  height: 55px;
  color: #9e9e9e;
}

textarea.box-text {
  width: 101%;
  height: 10rem;
  padding: 10px !important;
}

#button {
  left: 10px;
  top: 0;
}

td,
th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
  margin: 20px;
}

table tr {
  border: 0;
}

p {
  font-size: 18px;
  margin: 0;
}

.blocotext {
  margin-bottom: 20px;
}

h1 {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  padding: 0;
}

h2 {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
}

.imagem-contato {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

#coluna-imagem {
  display: flex;
  justify-content: baseline;
  align-items: baseline;
}
