.contato-map {
  width: 100%;
  min-height: 400px;
}


.contato .title {
  color: var(--primary-color);
  font-family: "Albert Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
}

.contato p {
  color: #EBECEC;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 16px 0 40px 0;
}

.inf-group h3 {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 8px 0;
}

.inf-group i {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  height: 67px;
  width: 67px;
  padding: 16px;
  color: #fafafa;
  font-size: 32px;

  border-radius: 80px;
  background: var(--primary-color);
}

.inf-group a,
.inf-group address {
  color: #FAFAFA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.contato .form {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 24px;
  border: 1px solid #F2E28C;
  background: #1A1A1A;
}

.contato .form-label {
  color: #EBECEC;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}

.contato .form-control,
.contato .form-select {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
}

.contato .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.contato .btn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 24px;
  background: #183245;
  color: #FAFAFA;
  text-align: center;
  border-color: #183245;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}