/**footer**/
footer {
  background: #e1e1e1;
  position:relative;
  margin-top:-1em;
  z-index:10;
}

.navbar-footer {
  flex-direction: row;
  justify-content:space-between;
 
}


.navbar-footer > li > a:focus {
  background-color: transparent !important;
  color:#000;
  border:solid 1px #000;
}

footer p {
  line-height: 5px !important;
}

.icons-footer{
    
  color:#ad1442;
  padding-left: 1em;

}

.icons-footer a:focus {
  background-color: transparent !important;
  color:#ad1442;
  border:solid 1px #000;
}


.twitter-footer{  
  color: #ad1442;  
}


.redes-footer {
  color: black;
  margin-right: 1.2em;
}

.redes-footer a:hover{
  text-decoration: underline !important;
}

.medios-footer{
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  margin-top:0.5em;
  padding-left: 0;
 }


.footer-mobil {
    display: none;
  }
  
  .subfooter {
    background: #f9f9f9;
    border-top: solid 1px #e3e3e3;
    margin-top: 40px;
    padding: 12px 20px;
  }
  .subfooter .container .wrap {
    margin: auto;
    text-align: center;
  }
  .navbar-subfooter {
    float: none;
  }
  .navbar-subfooter li {
    display: inline-block;
  }
  
  .nav-footer-b {
    padding: 36px 40px 26px;
    padding-bottom: 0px;
  }
  footer .copyright {
    color: #fff;
    display:flex;
    justify-content: space-around ;
    font-size: 0.875rem;
    padding-bottom: 10px;
    /*margin-right: 20px;*/
    padding-top: 15px;
  }
  
/*  footer .copyright span {
    font-size: 10px;
  }*/
  footer .copyright .bi {
   
    padding-right: 4px;
  }
  
  
  ul.nav.navbar-nav.navbar-footer {
    padding-top: 0.5em;
  }
  
  ul.navbar-footer li {
  
      margin:auto 0.5em;
  
  }
  
  .navbar-footer > li > a {
    color: #000;
    font-size: 0.85rem;
    padding-bottom: 0;
    padding-top: 0;
  }