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

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

.contato .left p {
  color: #2B2D2D;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 40px 0;
}

.contato .left .contato__card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contato .left .contato__card i {
  display: flex;
  width: 67px;
  height: 67px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 80px;
  background: var(--primary-color);
  color: #fafafa;
}

.contato .left .contato__card h3 {
  color: #393C3C;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.contato .left .contato__card address,
.contato .left .contato__card a {
  color: #393C3C;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
}


.contato .right {
  border-radius: 24px;
  border: 1px solid #D0D0D0;
  background: rgba(0, 0, 0, 0.00);
  padding: 40px;
}

.contato .right .form-label {
  color: #393C3C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

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

.contato .right .form-control::placeholder,
.contato .right .form-select {
  color: rgba(0, 0, 0, 0.45);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.contato .right .warning {
  color: #393C3C;
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
}


.contato .right .btn {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #2847A9;
  color: #FAFAFA;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .contato .left h2 {
    font-size: 32px;
  }

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

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

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

}

@media screen and (min-width: 1400px) {
  .contato .left h2 {
    font-size: 40px;
  }

  .contato .left p {
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .contato .right .form-control,
  .contato .right .form-select {
    font-size: 16px;
  }

  .contato .right .form-control::placeholder,
  .contato .right .form-select {
    font-size: 16px;
  }

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

  .contato .right .btn {
    font-size: 18px;
  }
}