/* ================================================================== *
 * Estilos GobMX
 * ================================================================== */

 footer.gobmx {
    background-color: #13322b;
    color: #fff;
    font-weight: 300;
  }
  
  footer.gobmx a.social-icon {
    height: 50px;
    margin-right: .5rem;
    text-align: center;
    width: 50px;
  }
  
  footer.gobmx div.footer-pleca {
    background-color: #12322B;
    background-image: url(https://framework-gb.cdn.gob.mx/landing/img/pleca.svg);
    background-repeat: repeat-x;
    min-height: 52px;
  }
  
  footer.gobmx div.list-info {
    padding: 2rem .8rem .8rem;
  }
  
  footer.gobmx h5 {
    margin-bottom: 1.2rem;
  }
  
  footer.gobmx img.gobmx__image--footer {
    max-width: 90%;
  }
  
  footer.gobmx ul {
    padding-left: 0;
  }
  
  footer.gobmx li {
    list-style-type: none;
  }
  
  footer.gobmx a {
    color: #fff;
    font-size: 1rem;
    line-height: 110%;
    text-decoration: none;
  }
  
  footer.gobmx a:hover {
    color: #d4c19c;
  }
  
  header.gobmx {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
  }
  
  header.gobmx img.gobmx__image {
    height: 29px;
    width: auto;
  }
  
  header.gobmx nav.navbar-dark {
    background-color: #0C231E;
  }
  
  header.gobmx nav.navbar-dark li.nav-item a.nav-link {
    color: #fff;
  }
  
  header.gobmx nav.navbar-dark li.nav-item a.nav-link:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #d4c19c;
  }
  
  header.gobmx div.collapse {
    flex-direction: row-reverse;
  }
  
  header.gobmx span.sr-only {
    display: none;
  }
  
  /* ==================================================================
   * Fin estilos GobMX
   * ================================================================== */


   /* ================================================================== *
 * Footer
 * ================================================================== */

 .footer--main {
  background-color: #28292a;
  color: #fff;
  padding: 2rem 0 3rem;
  text-align: center;
}

.footer__image {
  height: auto;
  margin-bottom: 1rem;
  width: 10rem;
}





