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

.contato .container.secondary {
  max-width: 925px;
}

.contato .container>div {
  display: flex;
  gap: 72px;
}

.contato .container.secondary>div {
  gap: 40px;
}


.contato .left .title {
  color: #145889;
    font-family: "DM Sans";
    font-size: 23.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin: 0;
}

.contato .left p {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 15px;
  margin: 0;
}

.contato .left .group {
  display: flex;
  gap: 12px;
  margin-bottom: 17px;
}

.contato .left .group.primary {
  margin-top: 29px;
}

.contato .left .group.quaternary {
  margin-bottom: 0;
}

.contato .left .group svg {
  flex-shrink: 0;
  width: 19.333px;
  height: 19.333px;
}


.contato .left .group .title {
  color: #145889;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 4px 0;
}


.contato .left .group address {
  color: #6C6C6C;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 17px;
    margin: 0;
}

.contato .right {
  flex-grow: 1;
}


.contato .form {
  display: flex;
  min-width: 350px;
  padding: 24px;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #e9e9e9a6;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.contato .form .group-container {
  display: flex;
  gap: 15px;
  width: 100%;
}

.contato .form .group {
  flex-grow: 1;
  width: 100%;
}

.contato .right .form-label {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  margin: 0 0 10px 0;
}


.contato .right .form-control,
.contato .right .form-select {
  display: flex;
  padding: 6px 7px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  line-height: 21px;
}

.contato .right textarea.form-control {
  height: 81px;
}

.contato .right .btn {
  display: flex;
  min-width: 220px;
  width: 100%;
  max-width: 255px;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 17px;
  flex: 1 0 0;
  border-radius: 999px;
  border: 1px solid #3484F7;
  background: #3484F7;
  color: #FAFAFA;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.2px;
}

.contato .right .btn svg {
  width: 15.334px;
  height: 15.334px;
}

.contato .card-container {
  margin: 0;
  display: flex;
  gap: 64px;
}


.contato .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 31px 20px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 2px solid #EEE;
  background: #FAFAFA;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
}

.contato .card iframe {
  height: 158px;
  border-radius: 14px;
  aspect-ratio: 523/216;

}

.contato .card .title {
  color: #145889;
  font-family: "DM Sans";
  font-size: 15.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.4px;
  margin: 21px 0 11px 0;
}

.contato .card svg {
  width: 13px;
    height: 13px;
}

.contato .card address,
.contato .card span {
  color: #6C6C6C;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 17px;
}

.contato .card>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contato .card address {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .contato .container>div {
    flex-direction: column;
    gap: 32px;
  }

  .contato .form .group-container {
    flex-direction: column;
  }

  .contato .form {
    min-width: 100%;
  }
}


@media screen and (min-width: 1920px) {
  .contato .container {
    max-width: 1460px;
  }

  .contato .container.secondary {
    max-width: 1304px;
  }

  .contato .container>div {
    gap: 110px;
  }

  .contato .container.secondary>div {
    gap: 66px;
  }


  .contato .left .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    margin: 0;
  }

  .contato .left p {
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
    margin: 0;
  }

  .contato .left .group {
    gap: 12px;
    margin-bottom: 24px;
  }

  .contato .left .group.primary {
    margin-top: 40px;
  }

  .contato .left .group.quaternary {
    margin-bottom: 0;
  }

  .contato .left .group svg {
    width: 32.667px;
    height: 32.333px;
  }


  .contato .left .group .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 4px 0;
  }


  .contato .left .group address {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0;
  }

  .contato .right {
    flex-grow: 1;
  }


  .contato .form {
    min-width: 350px;
    padding: 32px;
    gap: 32px;
    flex: 1 0 0;

    border-radius: 8px;
    border: 1px solid #e9e9e9a6;
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  }

  .contato .form .group-container {
    gap: 24px;
    width: 100%;
  }

  .contato .form .group {
    flex-grow: 1;
    width: 100%;
  }

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


  .contato .right .form-control,
  .contato .right .form-select {
    padding: 13px 12px;

    border-radius: 8px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
  }

  .contato .right textarea.form-control {
    height: 81px;
  }

  .contato .right .btn {
    min-width: 250px;
    width: 100%;
    max-width: 349px;
    padding: 16px 24px;
    gap: 24px;
    flex: 1 0 0;

    border-radius: 999px;
    border: 1px solid #3484F7;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
  }

  .contato .right .btn svg {
    width: 21.334px;
    height: 21.334px;
  }

  .contato .card-container {
    margin: 120px 0 0 0;
    gap: 64px;
  }


  .contato .card {
    width: 100%;
    padding: 48px 32px;
    flex: 1 0 0;

    border-radius: 12px;
    border: 2px solid #EEE;
  }

  .contato .card iframe {
    height: 216px;
    border-radius: 14px;
    aspect-ratio: 523/216;

  }

  .contato .card svg {
  width: 18px;
height: 18px;
}

  .contato .card .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    margin: 32px 0 16px 0;
  }

  .contato .card address,
  .contato .card span {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
  }

  .contato .card>div {
    gap: 4px;
  }

}