html, body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    height: 100%;
}

.cooontact {
  margin-top: 0px;
}

.titulo-form {
  color: #98f3f7;
	font-weight: 200;
	font-size: 30px;
	text-align: center;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 47%;
  margin: 0;
}

.light-footer{
  margin-top: 0;
  padding-top: 0;

}

.height-footer{
  height: 100px;
}

.container_from_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 30px; */
}

.contact-input {
  font-family: 'Montserrat', sans-serif;
  background: none;
  text-indent: 10px;
  width: 250px;
  margin-bottom: 20px;
  height: 30px;
  border-radius: 100px;
  color: rgba(127, 100, 223, 0.377);
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
}

.text-contact {
	font-family: 'Montserrat', sans-serif;
  background: none;
  color: rgba(255, 255, 255, 0.459);
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 250px;
}

#form-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
} 

input::placeholder {
  color: rgba(255, 255, 255, 0.459);
}

textarea::placeholder {
  color: rgba(255, 255, 255, 0.459);
  font-family: 'Nunito', sans-serif;
}

#btn-contact {
  border: none;
  border-radius: 100px;
  border: rgba(255, 255, 255, 0.459) 1px solid;
  /* border: 1px solid rgb(255, 255, 255); */
  background-color: transparent;
  color: #ffffff;
  
  font-weight: 400;
  font-size: 12px;
  /* width: 150px; */
  height: 25px;
  margin-top: 30px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.footer_partOne > img{
  width: 50px;
}

.footer_partII > img {
  width: 50px;
}


.field {
  margin-bottom: 10px;
}

.field label {
  display: block;
  font-size: 16px;
  color: #777;
}

.field > input {
  display: block;
  min-width: 98%;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: none;
  color: rgba(255, 255, 255, 0.459);
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 250px;
  border-radius: 20px;
  text-indent: 15px;
}

input[type="submit"] {
  /* display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: #4460AA;
  color: #fff;
  border: none */

  border: none;
  border-radius: 100px;
  border: rgba(255, 255, 255, 0.459) 1px solid;
  /* border: 1px solid rgb(255, 255, 255); */
  background-color: transparent;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 300;
  font-size: 16px;
  width: 180px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 15px;
}

#button:hover {
  box-shadow: 0 0 35px var(--clr);
  border: #807d7d77 1px solid;
  background: #0080FF;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.25em;
  transition: 0.5s;
  width: 200px;
}

.contactButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 942px) {
  .social {
    padding-top: 70px;
  }

	.text-contact {
		font-family: 'Montserrat', sans-serif;
		width: 350px;
	}

	.contact-input {
		width: 350px;
	}
}