.contato .container {
  max-width: 1042px;
}

.contato-map {
  width: 100%;
  min-height: 234px;
  margin: 41px 0 0 0;
}

.form-label {
  color: #C6C6C6;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 10px 0;
}

.form-label span {
  font-size: 10px;
  font-weight: 350;
}

.form-control,
.form-control::placeholder,
.form-select {
  color: #C3C3C3;

  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.form-control,
.form-select {
  display: flex;
  padding: 11px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #666666;
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  min-height: 0;
}

.contato .form {
  padding: 23px 23px 32px 23px;

  border-radius: 20px;
  background: #F6F6F6;
}

.contato .right {
  border-radius: 16px;
  background: var(--primary-color);

  box-shadow: 0 4px 8px -2px rgba(27, 27, 27, 0.15), 0 12px 20px -4px rgba(27, 27, 27, 0.15);

  display: flex;
  padding: 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  height: fit-content;
  width: 100%;
}

.contato .right .title {
  color: #FAFAFA;

  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.4px;
  margin: 0;
}

.contato .right .group {
  display: flex;
  padding: 12px 15px;
  align-items: center;
  gap: 15px;
  width: 100%;
  border-radius: 12px;
  background: rgba(186, 189, 224, 0.08);
}

.contato .right .group svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.contato .right .group address,
.contato .right .group a {
  color: #FAFAFA;

  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

.contato .right .group address strong {
  font-weight: 500;
}

.contato .form .label {
  color: #6C6C6C;
  text-align: right;
  font-family: Inter;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 13px 0 21px 0;
}

.contato .btn {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--primary-color);
  color: #FAFAFA;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  
}

.contato .btn:hover {
  background-color: #002b81;
}

.contato .btn svg {
  width: 16px;
  height: 16px;
}

.contato textarea.form-control {
  height: 89px;
  min-height: 89px;
}

@media screen and (min-width: 992px) {
  .contato .right {
    
    max-width: 314px;
  }
}

@media screen and (min-width: 1920px) {
  .contato .btn {
    padding: 11px 16px;

    border-radius: 32px;
    font-size: 18px;
    font-weight: 300;
  }


  .contato .btn svg {
    width: 22px;
    height: 22px;
  }

  .contato .container {
    max-width: 1460px;
  }

  .contato .form {
    padding: 56px 56px 32px 56px;

    border-radius: 24px;
  }


  .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 16px 0;
  }

  .form-control,
  .form-select {
    padding: 16px;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    min-height: 0;
  }

  .form-control,
  .form-control::placeholder,
  .form-select {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }


  .form-label span {
    font-size: 12px;
    font-weight: 350;
  }

  .contato .right {
    border-radius: 24px;

    box-shadow: 0 4px 8px -2px rgba(27, 27, 27, 0.15), 0 12px 20px -4px rgba(27, 27, 27, 0.15);

    padding: 32px;
    gap: 32px;

    width: 100%;
    max-width: 450px;
  }


  .contato .right .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    margin: 0;
  }


  .contato .right .group {
    padding: 16px;
    gap: 32px;
    width: 100%;
    border-radius: 16px;
  }

  .contato .right .group svg {
    width: 32px;
    height: 32px;
  }

  .contato .right .group address,
  .contato .right .group a {
    font-size: 16px;
    font-weight: 300;
  }

  .contato .form .label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0 32px 0;
  }

  .contato-map {
    min-height: 400px;
    margin: 64px 0 0 0;
  }
}