

.footer{
  color: whitesmoke;
  padding-bottom: 10px;
}

.footer a:link {
  color: whitesmoke;
  text-decoration: none;
}

.footer a:visited {
  color: whitesmoke;
  text-decoration: none;
}

.footer a:hover {
  color: whitesmoke;
  text-decoration: none;
}

.footer a:active {
  color: whitesmoke;
  text-decoration: none;
}

/* logos */
img {
  padding-right: 5px;
  margin: 5px 5px 5px 5px;
}

.form-control {
  margin-top: 10px!important;
}

.btn {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
  margin-right: 10px!important;
  margin-left: 10px!important;
}

.sticky {
  position: fixed;
  z-index:1;
  top: 0;
  width: 100%;
}

.sticky + .contenido {
  padding-top: 102px;
}