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

.contato .left,
.contato .right {
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  padding: 32px 24px;
  height: 100%;
}

.contato .left .title {
  color: #4A4848;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.contato .left .parag {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  margin: 4px 0 32px 0;
}

.contato .left .inf-group i {
  color: #006082;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #EEE;
}

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

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

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


.contato .form-control,
.contato .form-select {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #F6F6F6;
}

.contato .form-control::placeholder,
.contato .form-select {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
}

.contato .btn {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  background: #006082;
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .contato .form-label {

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .contato .left .title {

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

  .contato .left .parag {

    font-size: 18px;
    font-weight: 350;
    line-height: 25.2px;
    margin: 8px 0 40px 0;
  }


  .contato .left .inf-group h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin: 0 0 8px 0;
  }

  .contato .left .inf-group address {

    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }


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

    padding: 12px;
    gap: 10px;
  }

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

    font-size: 12px;
    font-weight: 350;
  }


  .contato .btn {

  padding: 12px 16px;
  flex: 1 0 0;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
}

}