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

.contato .subtitle {
  color: #6C6C6C;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  display: block;
}

.contato .title {
  color: #01715E;
  text-align: center;
  font-family: Archivo;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 32px 0;
}

.contato .content {

  padding: 40px 24px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  margin-bottom: 32px;
}

.contato .inf-card {
  width: 100%;
  max-width: 448px;
}

.contato .inf-card h3 {
  color: #4A4848;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 18px 0;
}

.contato .inf-card .address span,
.contato .inf-card .address a {
  color: #6C6C6C;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
  word-break: break-all;
}

.contato .inf-card i {
  color: var(--primary-color);
}

.contato .inf-card .cover {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--primary-color);
}

.contato .inf-card svg {
  height: 24px;
}


.contato .form {

  padding: 40px 24px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
}

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

.form-control,
.form-select {

  padding: 12px;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #F6F6F6;
   font-size: 12px;
}

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

.form .btn {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: 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: 1440px) {
  .contato .subtitle {

    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .contato .title {

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 32px 0;
  }

  .contato .inf-card h3 {

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

  .contato .inf-card .address span,
  .contato .inf-card .address a {

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


  .contato .inf-card .cover {

    padding: 12px;
    border-radius: 12px;
  }

  .form-label {

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

  .form-control,
  .form-select {

    padding: 12px;
    border-radius: 12px;
    border: 1px solid #EEE;
  }

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

    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }

  .form .btn {

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


}