/* Reducir espacio entre el cierre de REDES (+3M) y el footer en móvil */

@media (max-width: 980px){
  /* La sección Redes tenía padding 8rem 0 inline; lo ajustamos solo en móvil */
  #redes.redes-social-section{
    padding-bottom: 2.55rem !important;
  }

  /* El bloque +3M tiene margin-top inline 2.5rem; lo bajamos en móvil */
  #redes.redes-social-section div[style*="margin-top: 2.5rem"]{
    margin-top: 0.85rem !important;
  }
}
