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

.contato__content__title {
  color: #FAFAFA;
  font-family: Exo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 2.4px;
  margin: 0;
  text-align: center;
}

.contato__content__parag {
  color: #FAFAFA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 24px 0 40px 0;
}

.contato__content__card {
  border-radius: 20px;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.contato__content__card .icon-container {
  display: flex;
  padding: 21px 24px;
  align-items: center;
  border-radius: 50px;
  background: #FFF;
}


.contato__content__card h3 {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin: 24px 0 12px 0;
}

.contato__content__card .text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.1px;
}

.contato>div {
  background-color: #FFF;
  box-shadow: 0 69px 42px rgba(200, 200, 200, 0.25);
  border-radius: 20px;
  padding: 60px 40px;
}

.contato .form-label {
  color: #242331;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.form-control,
.form-select {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: transparent;
  padding: 16px 24px;
}

.form-control::placeholder,
.form-select {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.contato .btn {
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #2F2F2F;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

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

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

  .contato__content__parag {

    font-size: 20px;
    line-height: 24px;
    margin: 24px 0 40px 0;
  }



  .contato__content__card h3 {

    font-size: 30px;
    line-height: 33px;
    margin: 24px 0 12px 0;
  }

  .contato__content__card .text {

    font-size: 20px;
    line-height: 30.1px;
  }

  .contato .form-label {

    font-size: 20px;
    line-height: 30px;
  }

  .form-control::placeholder,
  .form-select {
    font-size: 20px;
  }

  .contato .btn {
  display: flex;
  padding: 25px 64px 26px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #2F2F2F;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}


}