.content-contacto {
  padding: 24px 192px 80px;
  gap: 80px;
  width: 100%;
}
.title_body {
  display: flex;
  padding: 0px;
  align-items: center;
  font-family: "ControllerExtW01-Three", "sans-serif";
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 2px;
  text-align: left;
  color: var(--gris-1);
}
.content-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 80px;
  align-items: stretch;
}
.content-block1,
.content-block2 {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  max-width: 45%;
  gap: 32px;
}
.content-block2 {
  gap: 80px;
}
h2.subtitle {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: var(--blanco);
}
p.cabecera {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--blanco);
}
p.text-pie {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--blanco);
}
.pie {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.grupo1 {
  display: flex;
  gap: 32px;
  flex-direction: column;
}

ul.lista {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
li.item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--blanco);
}
li.item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(360deg, #f42f1c 0%, #b41809 100%);
}
.formulario {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
input {
  gap: 10px;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #f42f1c;
  width: 160px;
}
form#form-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.grupo-campos {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.subgrupo-campos {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 50%;
}
.subgrupo-campos.full {
  width: 100%;
}

span.etiqueta {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
  color: var(--gris-1);
}
input.campo-texto {
  gap: 8px;
  padding: 6px 13px;
  border-radius: 8px;
  background: #454545;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 1px 2px 0px #0a0d120d;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #969696;
}
textarea.textarea {
  gap: 8px;
  padding: 6px 13px;
  border-radius: 8px;
  background: #454545;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 1px 2px 0px #0a0d120d;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #969696;
  min-height: 125px;
}
@media screen and (min-width: 1400px) and (max-width: 1760px) {
  .content-contacto {
    padding: 24px 120px 70px;
    gap: 70px;
  }
  .title_body {
    font-size: 48px;
  }
  h2.subtitle {
    font-size: 38px;
    line-height: 40px;
  }
  p.cabecera {
    font-size: 20px;
    line-height: 27px;
  }
  li.item {
    font-size: 20px;
    line-height: 27px;
  }
  span.etiqueta {
    font-size: 17px;
    line-height: 26px;
  }
  input.campo-texto {
    font-size: 19px;
    line-height: 22px;
  }
  p.text-pie {
    font-size: 15px;
    line-height: 22px;
  }

  .content-block2 {
    max-width: 60%;
  }
  .content-form {
    gap: initial;
  }
}

@media screen and (min-width: 701px) and (max-width: 1399px) {
  .content-contacto {
    padding: 24px 35px 40px;
    gap: 40px;
  }
  .content-form {
    margin-top: 60px;
}
  ul.lista {
    gap: 16px;
}
.content-block1, .content-block2 {
    max-width: 48%;
    gap: 20px;
}
textarea.textarea {
    gap: 8px;
    min-height: 125px;
}
  .title_body {
    font-size: 38px;
  }
  h2.subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  p.cabecera {
    font-size: 16px;
    line-height: 23px;
  }
  li.item {
    font-size: 16px;
    line-height: 23px;
  }
  span.etiqueta {
    font-size: 13px;
    line-height: 22px;
  }
  input.campo-texto {
    font-size: 15px;
    line-height: 18px;
  }
  p.text-pie {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1050px) {
    .content-form {
    margin-top: 40px;
    flex-direction: column;
    gap:50px;
}
.content-block1, .content-block2 {
    max-width: 100%;
}
}
@media screen and (min-width: 60px) and (max-width: 700px) {
  .content-contacto {
    padding: 24px 25px 30px;
    gap: 30px;
  }
  .content-form {
    margin-top: 30px;
    flex-direction: column;
    gap:40px;
}
ul.lista {
    gap: 10px;
}
.content-block1, .content-block2 {
    max-width: 100%;
}
.content-block2 {
    gap: 30px;
}
  .title_body {
    font-size: 24px;
  }
  h2.subtitle {
    font-size: 22px;
    line-height: 25px;
  }
  p.cabecera {
    font-size: 15px;
    line-height: 22px;
  }
  li.item {
    font-size: 15px;
    line-height: 22px;
  }
  span.etiqueta {
    font-size: 13px;
    line-height: 21px;
  }
  input.campo-texto {
    font-size: 15px;
    line-height: 17px;
  }
  p.text-pie {
    font-size: 12px;
    line-height: 18px;
  }

}
