.footer {
    background-color: #406b70;
    color: white;
    padding: 40px 0;
  }
  .footer a {
    color: #8eaeb3;
    text-decoration: none;
  }
  .footer .social-icons a {
    margin-right: 15px;
    font-size: 20px;
  }
  .footer .form-control,
  .footer .btn {
    border-radius: 5px;
  }
  .footer .btn {
    background-color: #1c313a;
    color: white;
  }
  .enlaces-footer:hover{
    color: green;
  }
  .buton-footer:hover{
    background-color: #3C75BF;
  }


.facebook-footer:hover, .linkedin-footer:hover{
    color: #3C75BF;
}
.x-twitter-footer:hover{
    color: #000000;
}
.instagram-footer:hover{
    color: #F80DC1;
}
.centrar-img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.user-no-select{
    user-select: none;
}


