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

.contato .left h2 {
  color: var(--primary-color);
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0;
}

.contato .left p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
  margin: 8px 0 32px 0;
}

.contato .left img {
  border-radius: .75rem;
}

.contato .left h3 {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.contato .left address,
.contato .left a,
.contato .left span{
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
}

.contato .left i {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #EEE;
  color: var(--primary-color);
  height: 46px;
  width: 46px;
}

.contato .left h3 {
  color: #4A4848;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
}

.contato .left .btn {
  width: fit-content;
  color: #FAFAFA;
}

.contato .form span {
  color: #4A4848;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}

.contato .form {
  border-radius: 12px;
  background: #F6F6F6;
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
  padding: 40px;
}

.contato .form-label {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.contato .form-control,
.contato .form-select,
.contato .form-control input[type="file"] {
  display: flex;
  padding: 6px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  min-height: 2.375rem;
}

.contato .form-control::placeholder,
.contato .form-select,
.contato input[type="file"] {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.contato .btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}


@media screen and (min-width: 1400px) {
  .contato .left h2 {

    font-size: 32px;
    line-height: 38.4px;
  }

  .contato .left p {

    font-size: 18px;
    line-height: 25.2px;
    margin: 16px 0 40px 0;
  }


  .contato .form-label {

    font-size: 16px;
  }

  .contato .form-control,
  .contato .form-select {

    padding: 12px;
  }

  .contato .form-control::placeholder,
  .contato .form-select {

    font-size: 12px;
  }

  .contato .btn {

    padding: 16px;
    font-size: 18px;
  }


  .contato .left h3 {

    font-size: 18px;
    margin: 0 0 8px 0;
  }

  .contato .left address,
  .contato .left a {

    font-size: 18px;
  }

  .contato .left i {

    height: 56px;
    width: 56px;
  }

  .contato .form span {

    font-size: 16px;
  }

}