#home{
  background-image: url('../../images/unicornio.png');
  background-repeat: no-repeat;
  background-position: top center;
  width: 466px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 50px;
  z-index: 1;
}

#home a{
  background-color: var(--main-empresa);
  padding: 10px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

#home a i{
  font-size: 72px;
  color: #fff;
}

@media(max-width: 550px){
  #home{
    height: 600px;
  }  
}