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

.contato p {
  color: #707070;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 40px 0;
}

.contato .left h2 {
  color: #242424;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0;
}

.contato .left p {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 25.2px;
  margin: 8px 0 32px 0;
}

.contato .left img {
  border-radius: .75rem;
}

.contato .left h3 {
  color: #4A4848;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.contato .left address,
.contato .left a {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
}


.contato .form span {
  color: #4A4848;
  text-align: right;
  font-family: Montserrat; 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}

.contato .form {
  border-radius: 12px;
  background: rgba(245, 245, 245, 0.35);
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
  padding: 40px;
}

.contato .form-label {
  color: #4A4848;
  font-family: Montserrat; 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.contato .form-control,
.contato .form-select,
.contato .form-control input[type="file"] {
  display: flex;
  padding: 6px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FAFAFA;
  min-height: 2.375rem;
}

.contato .form-control::placeholder,
.contato .form-select,
.contato input[type="file"] {
  color: #C3C3C3;
  font-family: Montserrat; 
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.contato .btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 2px solid var(--secondary-color);
  color: #222424;
  text-align: center;
  font-family: Montserrat; 
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: var(--secondary-color);
}


.contact-contaner__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.contact-contaner__card i {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--secondary-color);
  color: #222424;
}

.contact-contaner__card h3 {
  color: #1A1B1B;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 16px 0 8px 0;
}

.contact-contaner__card .address a,
.contact-contaner__card .address span {
  color: #707070;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

}

.contato .right h2 {
  color: #1A1B1B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.contato .right .address a,
.contato .right .address span {
  color: #585858;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 8px 0 24px 0;
}

.contato .right iframe {
  border-radius: 16px;
  width: 100%;
}

@media screen and (min-width: 1440px) {

  .contato h2 {

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

  .contato p {

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

  .contato .left h2 {

    font-size: 32px;
    line-height: 38.4px;
  }

  .contato .left p {

    font-size: 18px;
    line-height: 25.2px;
    margin: 16px 0 40px 0;
  }


  .contato .form-label {

    font-size: 16px;
  }

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

    padding: 12px;
  }

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

    font-size: 12px;
  }

  .contato .btn {

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


  .contato .left h3 {

    font-size: 18px;
    margin: 0 0 8px 0;
  }

  .contato .left address,
  .contato .left a {

    font-size: 18px;
  }



  .contato .form span {

    font-size: 16px;
  }

  .contact-contaner__card h3 {

    font-size: 20px;
    margin: 16px 0 8px 0;
  }

  .contact-contaner__card .address a,
  .contact-contaner__card .address span {

    font-size: 20px;
    line-height: 28px;

  }


  .contato .right h2 {
 
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.contato .right .address a,
.contato .right .address span {
 
  font-size: 16px;
  line-height: 22.4px;
  margin: 8px 0 24px 0;
}


}