

.footer__container {
  background: #0e141a;
  color: #e4e1e1;
  text-align: center;
  position: relative;
  padding: 0em;
}




.form__title {
  padding: 0.8em 0em;
}

.form__line {
  background-color: #ffffff;
  height: 1px;
  margin: 0.2em 0em;

}

.form__input {
  font-weight: normal;
  justify-content: center;
  text-align: start;
  width: 300px;
  height: 30px;
  margin: 5px 19px;
  border-radius: 4px;
  border: none;
  outline: 0px;
}

.form__area {
  font-size: small;
  text-align: start;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 6em;
  min-height: 6em;
  margin: 5px 19px;
  border-radius: 4px;
  border: none;
  outline: 0px;
}

.form__captcha {
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
  align-items: center;
}

.buttonA {
  width: 100px;
  font-size: small;
  height: 30px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 19px 5px 19px;
}


/*--------redes sociales--------*/

.redes__links {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  height: auto;
}

.redes__line {
  position: relative;
  top: 3px;
  width: 90%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}

.redes__a {
  height: auto;
}

.redes__a img {
  margin: 1em;
  width: 3em;
  height: auto;
  position: relative;
  top: 2px;
}

.lineafoot {
  position: relative;
  top: 6px;
  width: 90%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}


.copy {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  padding-bottom: 1em;
}