.footer {
  width: 100%;
  background: #333;
  text-align: center;
  height: 400px; }
  .footer .boletin {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    width: inherit;
    background-color: black; }
    .footer .boletin form {
      max-width: 600px;
      margin: auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* Style the submit button */ }
      .footer .boletin form input,
      .footer .boletin form button {
        padding: 10px;
        font-size: 17px;
        border: 1px solid grey;
        width: 80%; }
      .footer .boletin form button {
        width: 20%;
        min-width: 110px;
        background-color: dodgerblue;
        color: white;
        cursor: pointer; }
  .footer .footer-menu {
    margin: 50px 0; }
    .footer .footer-menu ul {
      display: inline-block;
      border-left: 3px solid dodgerblue;
      padding: 0 20px; }
      .footer .footer-menu ul li {
        list-style: none;
        text-align: left; }
        .footer .footer-menu ul li a {
          text-decoration: none;
          color: #fff; }
  .footer .footer-social [class^="icon-"] {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin: 10px 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .footer .footer-social [class^="icon-"]:hover {
      color: #fff; }
  .footer .footer-last {
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #fff;
    height: 50px;
    padding: 10px;
    margin: auto; }
    .footer .footer-last p,
    .footer .footer-last a {
      margin: auto;
      text-decoration: none;
      color: #fff;
      text-align: center; }

#facebook:hover {
  background-color: #0c3582; }

#twitter:hover {
  background-color: #2cacf6; }

#google:hover {
  background-color: red; }

#instagram:hover {
  background-color: #866363; }

#tumblr:hover {
  background-color: #042e66; }

#linkedin:hover {
  background-color: #096ecc; }

#pinterest:hover {
  background-color: #aa0818; }

#vimeo:hover {
  background-color: #04c7e0; }

#flickr:hover {
  background-color: #a90861; }

#youtube:hover {
  background-color: red; }

@media (max-width: 480px) {
  .footer {
    font-size: .7em;
    padding: 10px; }
    .footer .footer-last {
      display: inline-block; }
      .footer .footer-last a {
        margin: 0 15px; }
      .footer .footer-last .copy,
      .footer .footer-last .mail {
        display: block;
        width: 100%; }
    .footer .footer-social [class^="icon-"] {
      font-size: 15px;
      padding: 1px;
      width: 23px;
      height: 23px;
      line-height: 25px; } }
