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


.contato .left h2 {
  color: var(--primary-color);
  font-family: Lato;
  font-size: 28px;

  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.contato .left p {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 32px 0;
}

.contato__card {
  display: flex;
}

.contato__card i {
  flex-shrink: 0;
  height: 4.1875rem;
  width: 4.1875rem;
  border-radius: 8px;
  background: var(--primary-color);
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  font-size: 24px;
}

.contato .contato__card h3 {
  color: #222424;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.contato .contato__card address,
.contato .contato__card a {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}


.contato .left img {
  flex-grow: 1;
  width: 100%;
  border-radius: 24px;
  margin-top: 2rem;
}


.contato .form-control,
.contato .form-select {
  display: flex;
  padding: 14px;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #D1D1D1;
  background: #FAFAFA;
}

.contato .form-control::placeholder,
.contato .form-select {
  color: #969696;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contato .right .form-label {
  color: #6C6C6C;
  font-family: Montserrat;
  font-size: 14px;

  font-style: normal;
  font-weight: 500;
}

.contato .right .warning {
  color: #6C6C6C;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 2.5rem;
}


@media screen and (min-width: 1400px) {

  .contato .left h2 {
    font-size: 36px;
  }

  .contato .left p {
    font-size: 18px;
  }


  .contato .contato__card h3 {
    font-size: 22px;
  }

  .contato .contato__card address,
  .contato .contato__card a {
    font-size: 18px;
  }

  .contato .right .form-label {
    font-size: 16px;
  }

  .contato .right .warning {
     font-size: 16px;
  }
}