footer{
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color:aliceblue;
  background-color: black;
}

.formfooter{
  height: 70vh;
  background-image: url("../img/background/Footer-Bkg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  padding-left: 10%;
  padding: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.footer{
  margin: 0;
color: white;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.footer-icon{
position: relative;
}

.social-icons{
display: flex;
text-align: left;
margin-left: 60px;
margin-top: -20%;
}

.social-icons a{
transition: .3s;
padding-right: 20px;
text-decoration: none;
color: white;
font-size: 1.6em;
}

.footer-info{
  line-height: 50px;
  margin-top: 0 auto;
  text-align: left;

}

.footer-info h3{
  color: green;
  font-size:medium;
}
.footer-info a{
  color: aliceblue;
  white-space:normal;
  margin-top: 100px;
  font-size: 15px;
  
}


.footer-nav-list{
list-style-type: none;
margin-top: 30px;
padding: 0;
}


.footer-nav-list a:hover{
text-decoration: underline;
}

.social-icons a:hover{
transition: .3s;
filter: drop-shadow(0 0 0.5em grey);
}

body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
ul{
  text-align: start;
}

input{
  height: 33px;
  width: 70px;
}

.leftcaja{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}