/* Hablemos */

.hablemos-container {
  background-color: black;
}

.hablemos {
  max-width: 1750px;
  padding: 40px;
  margin: auto;
}

.hablemos-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

/*
.hablemos-header > img:first-of-type {
    width: 25%;
}

.hablemos-header > img:last-of-type {
    width: 78%;
    align-self: end;
}
*/

.hablemos__title {
  color: #fff;
  font-family: "Manrope";
  font-size: 248px;
  font-style: normal;
  font-weight: 400;
  line-height: 215px;
  letter-spacing: -10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hablemos-header > :last-child {
  margin-left: 391px;
  margin-top: -40px;
  font-size: 220px;
}

.hablemos-body {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.hablemos-form {
  max-width: 600px;
  width: 100%;
}

.hablemos-contacto {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
}

.hablemos-contacto a {
  color: #fff;
  text-align: right;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.hablemos .home-button {
  margin-top: 30px;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: normal;
  align-items: end;
}

.home-button {
  background-color: transparent !important;
}

.agencia__span {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.form-message {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.ml16 {
  overflow: hidden;
  height: 240px;
}

.ml16 .letter {
  display: inline-block;
  line-height: 1em;
}

/* Estilo formulario */

input[type="text"],
input[type="email"],
textarea {
  font-family: "Manrope";
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: black;
  color: white;
  font-size: 25px;
  outline: none;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 56px;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
}

textarea {
  font-family: "Manrope";
  resize: none;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 56px;
}

select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: black;
  color: white;
  font-size: 25px;
  outline: none;
  box-sizing: border-box;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select option {
  background-color: black;
  color: white;
  font-size: 25px;
}

@media (max-width: 1550px) {
  .hablemos__title {
    font-size: 242px;
  }

  .hablemos-header > :last-child {
    font-size: 180px;
  }
}

@media (max-width: 1450px) {
  .hablemos__title {
    font-size: 190px !important;
  }

  .hablemos-header > :last-child {
    margin-left: 287px;
  }
}

@media (max-width: 1400px) {
  .hablemos-contacto a {
    font-size: 18px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 18px;
    font-style: normal;
  }

  textarea {
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  select {
    font-size: 18px;
  }

  select option {
    font-size: 18px;
  }

  .form-message {
    font-size: 18px;
  }

  .hablemos__title {
    font-size: 160px !important;
  }

  .hablemos-header > :last-child {
    margin-left: 247px;
  }
}

@media (max-width: 1200px) {
  .hablemos__title {
    font-size: 130px !important;
    line-height: 170px;
  }

  .hablemos-header > :last-child {
    margin-left: 150px;
  }

  .ml16 {
    height: 184px;
  }

  .hablemos-header {
    margin-bottom: 0px;
  }
}

@media (max-width: 900px) {
  .hablemos {
    padding: 60px 20px;
  }

  .hablemos-body {
    flex-direction: column;
  }

  .hablemos-form {
    max-width: none;
  }

  .hablemos-contacto {
    max-width: none;
  }

  .hablemos-header {
    margin-bottom: 50px;
  }

  .hablemos__title {
    font-size: 100px !important;
    line-height: 135px;
  }

  .hablemos-header > :last-child {
    margin-left: 0px;
  }

  .ml16 {
    height: 130px;
  }
}

@media (max-width: 450px) {
  .hablemos-header {
    margin-bottom: 10px;
  }

  .hablemos__title {
    font-size: 55px !important;
    line-height: 75px;
    letter-spacing: -3px;
  }

  .hablemos-header > :last-child {
    margin-left: 0px;
    margin-top: -10px;
  }

  .ml16 {
    height: 90px;
  }
}
