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

.contato>.title {
  color: #393C3C;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin: 0 0 32px 0;
}

.contato .inf-container__card {
  display: flex;
  padding: 30.248px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 21.174px;
  border: 1.512px solid #E1E2E2;
  background: #FFF;
  box-shadow: 51.421px 24.198px 16.636px 0 rgba(0, 0, 0, 0.00), 7.562px 4.537px 9.074px 0 rgba(0, 0, 0, 0.09), 1.512px 1.512px 4.537px 0 rgba(0, 0, 0, 0.10);
  width: 100%;
  max-width: 365px;
}

.contato .inf-container__card h3 {
  color: #444;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 18px 0;
}

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

.contato .inf-container__card .address span,
.contato .inf-container__card .address a {
  color: #393C3C;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: block;
}


.contato .right {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 34px 40px;
}

.contato .right h2 {
  color: #141515;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.contato .right p {
  color: #585858;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 16px 0 40px 0;
}

.contato .form-label {
  color: #969696;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 12px 0;
}

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

.contato .form-control::placeholder,
.contato .form-select {
  color: rgba(57, 60, 60, 0.45);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.contato .warning {
  color: #888;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.contato .form .btn {
  display: flex;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #269B79;
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}


@media screen and (min-width: 992px) {
  .contato .right {
    position: absolute;
    left: -64px;
    bottom: 0;
  }

  .contato .inf-container {
    margin-bottom: 20%;
  }
}


@media screen and (min-width: 1440px) {
  .contato>.title {

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

  .contato .inf-container__card h3 {

    font-size: 20px;
    line-height: 28px;
    margin: 0 0 18px 0;
  }



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

    font-size: 16px;
    line-height: 22.4px;
  }

  .contato .right {
    padding: 34px 40px;
  }

  .contato .right h2 {

    font-size: 40px;
    line-height: 48px;
  }

  .contato .right p {

    font-size: 13px;
    line-height: 22.4px;
    margin: 16px 0 40px 0;
  }

  .contato .form-label {

    font-size: 16px;
    line-height: 2.4px;
    margin: 0 0 16px 0;
  }

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

    padding: 16px;
  }

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

    font-size: 16px;
    line-height: 22.4px;
  }

  .contato .warning {

    font-size: 16px;
    line-height: 22.4px;
  }

  .contato .form .btn {

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

